- Dec 11, 2023
-
-
Action Bot authored
-
- Dec 05, 2023
-
-
Amanda H. L. de Andrade Katz authored
-
- Dec 04, 2023
-
-
villepeh authored
-
Mathieu Velten authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Dec 01, 2023
-
-
Andrew Yasinishyn authored
Signed-off-by:
Andrii Yasynyshyn <yasinishyn.a.n@gmail.com>
-
- Nov 28, 2023
-
-
Patrick Cloke authored
-
- Nov 27, 2023
-
-
David Robertson authored
-
- Nov 17, 2023
-
-
Michael Weimann authored
-
- Nov 15, 2023
-
-
David Robertson authored
Add an Admin API to temporarily grant the ability to update an existing cross-signing key without UIA (#16634)
-
Sumner Evans authored
Support asynchronous uploads as defined in MSC2246.
-
Patrick Cloke authored
-
- Nov 14, 2023
-
-
Will Hunt authored
-
- Nov 13, 2023
-
-
David Robertson authored
-
- Nov 09, 2023
-
-
Patrick Cloke authored
-
- 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
-