- 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
-
- Jul 08, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jul 06, 2021
-
-
Richard van der Hoff authored
-
- Jun 23, 2021
-
-
Andrew Morgan authored
This PR: * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory. * Updates the contents of UPGRADE.rst to point to the website instead. * Updates links around the codebase that point to UPGRADE.rst. `pandoc` + some manual editing was used to convert from RST to md.
-