- 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
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Apr 22, 2022
-
-
Richard van der Hoff authored
-
- Apr 20, 2022
-
-
David Robertson authored
* Recommend poetry in docs - readme - contributor guide - upgrade notes - new dev cheat sheet for poetry Co-authored-by:
Shay <hillerys@element.io> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Apr 19, 2022
-
-
Richard van der Hoff authored
-
- Apr 18, 2022
-
-
Shay authored
-
- Apr 14, 2022
-
-
reivilibre authored
* Background workers aren't experimental anymore * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Stream writers aren't experimental either
-
Dirk Klimpel authored
-
David Robertson authored
-
- Apr 13, 2022
-
-
Andrew Morgan authored
-
- Apr 12, 2022
-
-
Patrick Cloke authored
This disables the endpoints (and sync response fields) for groups/communities by default.
-
Richard van der Hoff authored
-
- Apr 08, 2022
-
-
David Robertson authored
-
- Apr 06, 2022
-
-
Eric Eastwood authored
As discussed at https://github.com/matrix-org/synapse/pull/12179#discussion_r837263852
-
Patrick Cloke authored
And update the upgrade notes to point at old versions of the documentation.
-
- Apr 05, 2022
-
-
reivilibre authored
-
Shay authored
-
- 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.
-
Brendan Abolivier authored
Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Mar 31, 2022
-
-
Brendan Abolivier authored
-
David Robertson authored
-
- Mar 30, 2022
-
-
reivilibre authored
Flesh out documentation for running SyTest against Synapse, including use of Postgres and worker mode. (#12271) Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Brendan Abolivier authored
-
- Mar 29, 2022
-
-
Andrew Morgan authored
-
- Mar 28, 2022
-
-
villepeh authored
HAproxy reverse proxy guide update to stop sending IPv4-mapped address to HS.
-
- Mar 25, 2022
-
-
Shay authored
-