Gary Kim

Results 53 comments of Gary Kim

Could you provide your browser console for when you open it using the `/riot` link?

Good catch. Whether it is an upstream issue would depend on whether serving in a subdomain is an officially supported setup which to be honest, I don't know. Either way,...

You can access the non-iframed version by going to `https://example.org/apps/riotchat/riot/` but I'd like to set up a way to detect whether the user is attempting a openid login and automatically...

Should we just make a button in the top menu bar for opening outside of an iframe until we can figure out how to handle openid logins better?

I do have a experimental branch with that idea where rather than iframing it, the React app is just initialized on a div. It could be made more usable with...

It's almost impossible to change the internal app id. That's actually why Nextcloud Talk, for example, is still using `spreed` as an app id even though it was renamed years...

Should I rebase on top of the force pushed changes?

> Any progress on this? I'm looking for the same functionality, as clicking "new document" and typing test.odt creates test.odt.docx rather than test.odt. It is working but it doesn't seem...

I'm sorry, I'm not willing to sign a CLA. When this was first created, there was no CLA on this repo so I wrote this feature but as a general...

For your DCO, you can manually add the following to your commit message. ``` Signed-off-by: Random J Developer ``` Although, could you squash your commits by any chance? Thank you.