matrix-org
Here are 107 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
Feb 24, 2021 - HTML
-
Updated
Feb 21, 2021 - Python
-
Updated
Feb 24, 2021 - Go
-
Updated
Feb 24, 2021 - Go
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
}
};
`
-
Updated
Dec 25, 2018 - Java
Currently you can only send requests that use error: ruma_client_api::Error (edit: Or ruma_client_api::r0::uiaa::UiaaResponse) in the endpoint declaration.
let request = get_server_version::Request::new();
let response = client.send(request).await.unwrap();
|
To Reproduce
`
use synapse_admin_api::v1::get_server_version;
let client = Client::new(homeserver_
-
Updated
Feb 24, 2021 - Rust
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Feb 24, 2021 - Python
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
Currently when someone share a file, the displayed link is the mxc one, which is not directly usable. It should be translated to the http link with the homeserver url.
-
Updated
Jan 26, 2021 - Python
-
Updated
Feb 4, 2021 - Go
-
Updated
Feb 24, 2021 - PHP
-
Updated
Jan 23, 2021 - Python
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Jan 27, 2021 - Go
-
Updated
Dec 13, 2020 - Rust
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
Feb 2, 2021 - Shell
-
Updated
Feb 16, 2021 - Python
-
Updated
Feb 23, 2021 - Rust
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Feb 8, 2021 - Go
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."
As per discussion in Matrix HQ, it seems like Synapse's limit to display name length doesn't apply to per-room display name