- May 25, 2022
-
-
Patrick Cloke authored
Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove: * All API endpoints (including Client-Server, Server-Server, and admin). * Documented configuration options (and the experimental flag, which is now unused). * Special handling during room upgrades. * The `groups` section of the `/sync` response.
-
Nick Mills-Barrett authored
-
Nick Mills-Barrett authored
-
Nick Mills-Barrett authored
-
Dirk Klimpel authored
-
- May 24, 2022
-
-
Richard van der Hoff authored
-
- May 23, 2022
-
-
David Teller authored
Signed-off-by:
David Teller <davidt@element.io>
-
Jess Porter authored
Signed-off-by:
jesopo <github@lolnerd.net>
-
- May 19, 2022
-
-
Shay authored
-
Shay authored
-
reivilibre authored
Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. (#12687)
-
Sami Olmari authored
Signed-off-by:
Sami Olmari <sami@olmari.fi>
-
Richard van der Hoff authored
docbook doesn't auto-linkify links
-
- May 18, 2022
-
-
Patrick Cloke authored
-
Andrew Morgan authored
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- May 17, 2022
-
-
David Robertson authored
Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
- May 16, 2022
-
-
Andrew Morgan authored
-
Dirk Klimpel authored
-
- May 13, 2022
-
-
Shay authored
-
Niklas authored
* Update openid.md Newer versions of keycloak returning a 404 when using the `/auth` prefix. Related: https://github.com/matrix-org/synapse/issues/12714
-
- May 12, 2022
-
-
Andy Balaam authored
Co-authored-by:
Matthew Hodgson <matthew@matrix.org>
-
Andrew Morgan authored
-
- May 11, 2022
-
-
David Robertson authored
-
- May 10, 2022
-
-
reivilibre authored
Add the `update_user_directory_from_worker` configuration option (superseding `update_user_directory`) to allow a generic worker to be designated as the worker to update the user directory. (#12654) Co-authored-by:
Shay <hillerys@element.io>
-
- May 09, 2022
-
-
Shay authored
-
Dirk Klimpel authored
-
Eric Eastwood authored
-
- May 06, 2022
-
-
reivilibre authored
Add the `notify_appservices_from_worker` configuration option (superseding `notify_appservices`) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452)
-
- May 04, 2022
-
-
Will Hunt authored
* Add mau_appservice_trial_days * Add a test * Tweaks * changelog * Ensure we sync after the delay * Fix types * Add config statement * Fix test * Reinstate logging that got removed * Fix feature name
-
Andrew Morgan authored
-
Patrick Cloke authored
* `m.login.jwt`, which was never specced and has been deprecated since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.) * `uk.half-shot.msc2778.login.application_service`, which was stabilized as part of the Matrix spec v1.2 release.
-
Sean Quah authored
Don't log stack traces for cancelled requests and use a custom HTTP status code of 499. Signed-off-by:
Sean Quah <seanq@element.io>
-
- Apr 29, 2022
-
-
Richard van der Hoff authored
This was originally added when we first added a `MemoryHandler` to the default log config back in https://github.com/matrix-org/synapse/pull/8040, to ensure that we didn't explode with an infinite loop if there was an error formatting the logs. Since then, we made additional improvements to logging which make this workaround redundant. In particular: * we no longer attempt to log un-UTF8-decodable byte sequences, which were the most likely cause of an error in the first place. * https://github.com/matrix-org/synapse/pull/8268 ensures that in the unlikely case that there *is* an error, it won't cause an infinite loop.
-
- Apr 27, 2022
-
-
Will Hunt authored
-
- Apr 25, 2022
-
-
Shay authored
* Update config_documentation.md
-
Sami Olmari authored
Signed-off-by:
Sami Olmari <sami@olmari.fi>
-
villepeh authored
Signed-off-by: Ville Petteri Huh
-