- Oct 27, 2023
-
-
Erik Johnston authored
-
- Oct 26, 2023
-
-
Patrick Cloke authored
This adds a module API which allows a module to update a user's presence state/status message. This is useful for controlling presence from an external system. To fully control presence from the module the presence.enabled config parameter gains a new state of "untracked" which disables internal tracking of presence changes via user actions, etc. Only updates from the module will be persisted and sent down sync properly).
-
- Oct 25, 2023
-
-
David Robertson authored
-
- Oct 24, 2023
-
-
David Robertson authored
-
- Oct 23, 2023
-
-
Erik Johnston authored
* Fix bug where a new writer advances their token too quickly When starting a new writer (for e.g. persisting events), the `MultiWriterIdGenerator` doesn't have a minimum token for it as there are no rows matching that new writer in the DB. This results in the the first stream ID it acquired being announced as persisted *before* it actually finishes persisting, if another writer gets and persists a subsequent stream ID. This is due to the logic of setting the minimum persisted position to the minimum known position of across all writers, and the new writer starts off not being considered. * Fix sending out POSITIONs when our token advances without update Broke in #14820 * For replication HTTP requests, only wait for minimal position
-
Marcel authored
-
- Oct 20, 2023
-
-
Patrick Cloke authored
-
- Oct 12, 2023
-
-
Laurence Gill authored
-
- Oct 06, 2023
-
-
Patrick Cloke authored
-
- Oct 03, 2023
-
-
Erik Johnston authored
-
- Oct 02, 2023
-
-
Patrick Cloke authored
Fixes some broken formatting from the reStructuedText to Markdown conversion and fixes some typos.
-
MomentQYC authored
There's no reason to expose the full Python version over what is frequently a public API.
-
- Sep 28, 2023
-
-
Patrick Cloke authored
There are no known bugs in the message retention code, but it is possible that there still exists race conditions. Additional fixes will be made as reported.
-
- Sep 26, 2023
-
-
Patrick Cloke authored
-
- Sep 25, 2023
-
-
reivilibre authored
Co-authored-by:
Eric Eastwood <erice@element.io>
-
- Sep 19, 2023
-
-
Patrick Cloke authored
-
Jan Christian Grünhage authored
-
- Sep 18, 2023
-
-
Hanadi authored
Co-authored-by:
Hanadi Tamimi <hanadi.tamimi@sdui.de>
-
- Sep 15, 2023
-
-
Mathieu Velten authored
Also add restore of purge/shutdown rooms after a synapse restart. Co-authored-by:
Eric Eastwood <erice@matrix.org> Co-authored-by:
Erik Johnston <erikj@matrix.org>
-
- Sep 14, 2023
-
-
6543 authored
-
- Sep 08, 2023
-
-
Patrick Cloke authored
-
- Sep 07, 2023
-
-
Erik Johnston authored
-
- Sep 06, 2023
-
-
Aurélien Grimpard authored
Similar to OIDC, CAS providers can now disable registration such that only existing users are able to login via SSO.
-
reivilibre authored
Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration options that refer to numbers of bytes. (#16219) * Add more suffixes to `parse_size` * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Sep 05, 2023
-
-
Erik Johnston authored
-
- Sep 04, 2023
-
-
Mathieu Velten authored
-
- Aug 25, 2023
-
-
Will Hunt authored
-
- Aug 24, 2023
-
-
Shay authored
-
Aurélien Grimpard authored
-
Amirreza Aflakparast authored
-
- Aug 21, 2023
-
-
Maximilian Bosch authored
-
- Aug 18, 2023
-
-
Alexander Fechler authored
-
- Aug 16, 2023
-
-
axel simon authored
-
- Aug 11, 2023
-
-
Gabriel Rodríguez authored
-
- Aug 10, 2023
-
-
Mathieu Velten authored
-
- Aug 07, 2023
-
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Aug 03, 2023
-
-
Shay authored
Move support for application service query parameter authorization behind a configuration option (#16017)
-
Mathieu Velten authored
Adds three new configuration variables: * destination_min_retry_interval is identical to before (10mn). * destination_retry_multiplier is now 2 instead of 5, the maximum value will be reached slower. * destination_max_retry_interval is one day instead of (essentially) infinity. Capping this will cause destinations to continue to be retried sometimes instead of being lost forever. The previous value was 2 ^ 62 milliseconds.
-
- Jul 31, 2023
-
-
Nils authored
Signed-off-by:
Nils ANDRÉ-CHANG <nils@nilsand.re>
-
- Jul 24, 2023
-
-
SnipeX_ authored
-