Tulir Asokan
Tulir Asokan
The user should have separate buttons for go to link and copy link. Having separate buttons allows for more than one action and also allows closing the notification without opening...
Currently (since #283) the SimpleMDE element in Markdownfields is created in `attached()` and if the DOM element is not ready, it waits for a second before retrying. There might be...
Tasks: * [ ] Detect if chosen security definition is an OAuth2 definition. If not, hide the `scopes` field and just output an empty array. * [ ] Add dropdown...
Similar to #521, but instead of tooltips this adds info icons that you can hover over to see the text. ```json { "type": "string", "title": "Name", "options": { "infoText": "Your...
Currently the bridge processes incoming messages in parallel and doesn't care about message order at all. This means that groups of forwarded messages, image albums and even normal messages may...
Required for end-to-bridge encryption in most bridges https://spec.matrix.org/v1.3/client-server-api/#appservice-login (also mentioned on https://spec.matrix.org/v1.3/application-service-api/#server-admin-style-permissions)
Lottie files can be converted using https://github.com/sot-tech/LottieConverter like mautrix-telegram does. Probably need to convert to gif to make it work, even though that's not such a nice format
Currently the picker is just some static files, which means everyone has the same packs and they can only be configured server-side. The project could include a simple web server...
To prevent accidentally sending the wrong sticker on touch screens, clicking a sticker should show a popup with the sticker and a send button.
Something like Giphy could be integrated into the sticker picker to provide a better gif sending experience than the bots that can't do previews. Should be optional, since it requires...