- Apr 06, 2022
-
-
Patrick Cloke authored
And update the upgrade notes to point at old versions of the documentation.
-
- Apr 01, 2022
-
-
Nick Mills-Barrett authored
Switching to a sequence means there's no need to track `last_txn` on the AS state table to generate new TXN IDs. This also means that there is no longer contention between the AS scheduler and AS handler on updates to the `application_services_state` table, which will prevent serialization errors during the complete AS txn transaction.
-
- Mar 29, 2022
-
-
Andrew Morgan authored
-
- Mar 25, 2022
-
-
Shay authored
-
Brendan Abolivier authored
Co-authored-by:
Shay <hillerys@element.io>
-
- Mar 12, 2022
-
-
Patrick Cloke authored
-
- Mar 10, 2022
-
-
reivilibre authored
Remove workaround introduced in Synapse v1.50.0rc1 for Mjolnir compatibility. Breaks compatibility with Mjolnir v1.3.1 and earlier. (#11700)
-
- Mar 04, 2022
-
-
David Robertson authored
-
- Feb 17, 2022
-
-
Patrick Cloke authored
-
- Feb 14, 2022
-
-
Andrew Morgan authored
-
H. Shay authored
-
- Feb 11, 2022
-
-
Shay authored
-
Brendan Abolivier authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Dirk Klimpel authored
-
- Feb 09, 2022
-
-
Brendan Abolivier authored
-
- Feb 08, 2022
-
-
Brendan Abolivier authored
-
- Feb 04, 2022
-
-
Jonathan de Jong authored
-
Richard van der Hoff authored
This document isn't really relevant any more, and its existence is more confusing than helpful.
-
- Feb 03, 2022
-
-
Patrick Cloke authored
Also remove support for non-HTTP(S) web_client_location.
-
- Jan 20, 2022
-
-
Patrick Cloke authored
This changes the behaviour of the root endpoint to redirect directly to the configuration of `web_client_location` if it is given an HTTP(S) URL.
-
- Jan 05, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Nov 01, 2021
-
-
Dirk Klimpel authored
Remove deprecated delete room admin API, `POST /_synapse/admin/v1/rooms/<room_id>/delete`
-
Sumner Evans authored
* Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by:
Sumner Evans <me@sumnerevans.com>
-
Brendan Abolivier authored
-
- Oct 19, 2021
-
-
Andrew Morgan authored
-
- Oct 13, 2021
-
-
David Robertson authored
-
- Oct 12, 2021
-
-
Brendan Abolivier authored
-
- Sep 27, 2021
-
-
Sean Quah authored
URL cache files are short-lived and it does not make sense to offload them (eg. to the cloud) or back them up.
-
- Sep 08, 2021
-
-
Patrick Cloke authored
Also refactors some of the registration of endpoints on workers.
-
- Sep 01, 2021
-
-
Olivier Wilkinson (reivilibre) authored
-
- Aug 26, 2021
-
-
Azrenbeth authored
When a user deletes an email from their account it will now also remove all pushers for that email and that user (even if these pushers were created by a different client)
-
- Aug 18, 2021
-
-
Erik Johnston authored
-
Andrew Morgan authored
Co-authored-by:
Patrick Cloke <patrickc@matrix.org>
-
Callum Brown authored
-
- Aug 17, 2021
-
-
Dirk Klimpel authored
-
Brendan Abolivier authored
Several configuration sections are using separate settings for custom template directories, which can be confusing. This PR adds a new top-level configuration for a custom template directory which is then used for every module. The only exception is the consent templates, since the consent template directory require a specific hierarchy, so it's probably better that it stays separate from everything else.
-
- Aug 11, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu> Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Aug 05, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jul 20, 2021
-
-
Brendan Abolivier authored
Port the third-party event rules interface to the generic module interface introduced in v1.37.0
-