Gary Kim
Gary Kim
Currently, the user sees a blank page if they have Javascript disabled with no indication as to why. This commit adds a noscript message so users know they have to...
Travis errored on the build for 99e871688e50e45b4575e2428ea6a1217ead4ef5. This should fix that.
In the interest of adding more features beyond serving Element, I think it'd be a good idea to rename the project. Most likely to "Matrix Integration" to signify it includes...
List of configuration in Riot: . There are separate issues for some of these settings: * `integrations_ui_url`, `integrations_rest_url`, `integrations_widgets_url`: #18 * `showLabsSettings`, `features`: #2
https://github.com/gary-kim/riotchat/blob/ff6d4fed087840fade3ed4b394638843c302d0db/src/components/AdminSettings.vue#L46-L55 The label does not properly point to the input because the id of the input is incorrect. This should be a simple one line fix.
Fixes #158 I've run into a bit of an issue at the moment. Element Web stores the access_token for matrix encrypted in indexedDB so we're going to have to decrypt...
A dashboard (Nextcloud 20 feature) that shows new messages could be nice. The idea would be to use the [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) to query for messages with the token we already have...
Closes #224 @LinneyS Could you take a look when you have some time? New asset files were created with the following command from the assets directory ```bash for i in...