matrix-org
Here are 106 public repositories matching this topic...
Description:
Add a health check (/health) endpoint that allows orchestration tools to see if a component is up and running.
Potential solutions
Add
-
Updated
Dec 24, 2020 - HTML
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 19, 2020 - Go
-
Updated
Nov 24, 2020 - Go
-
Updated
Dec 25, 2018 - Java
Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
Invalidates a user access token
Invalidates an existing access token, so that it can no longer be used for
authorization. The device associated with the access token is also deleted.
Device keys <#device-keys>_ for the device are deleted alongside the device.
Spec: https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-logout
Some helpful steps:
- add route to routes
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 26, 2020 - Rust
-
Updated
Dec 26, 2020 - Python
-
Updated
Dec 26, 2020 - Go
Version File
Element Web expects a file called version at its root. For example: https://app.element.io/version.
We don't currently generate this file at build which means that Element does not know its own version. We should generate this file.
Basically, what we need to is to create a version file from the git tag and place it in 3rdparty/riot when the project is being build in the Makefile.
-
Updated
Nov 18, 2020 - Python
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Go
Sorunome has inline custom emoji things for matrix (there is also somewhere a Spec proposal for this). Basically we need to convert mxc links to real urls in text.
Currently there is the option "Create conference calls with jitsi" which you can enable in settings.
As the jitsi-related stuff got removed this option should not have any meaning.
-
Updated
Sep 5, 2019 - Go
-
Updated
Nov 28, 2020 - Shell
-
Updated
May 28, 2020 - Rust
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 6, 2020 - Python
-
Updated
Jun 14, 2019 - Crystal
Improve this page
Add a description, image, and links to the matrix-org topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix-org topic, visit your repo's landing page and select "manage topics."


I received the following event from Synapse for a bridged Telegram message: