- Oct 06, 2022
-
-
Quentin Gliech authored
Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) Signed-off-by:
Quentin Gliech <quenting@element.io> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- Oct 03, 2022
-
-
reivilibre authored
Announce that legacy metric names are deprecated, will be turned off by default in Synapse v1.71.0 and removed altogether in Synapse v1.73.0. (#14024)
-
- Sep 28, 2022
-
-
Patrick Cloke authored
-
- Sep 27, 2022
-
-
David Robertson authored
* Update upgrade notes * Synapse Synapse Synapse Synapse Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
David Robertson authored
-
- Sep 20, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Sep 08, 2022
-
-
David Robertson authored
* Notify that SQLite min version will be bumped * Mention in upgrade notes Co-authored-by:
reivilibre <oliverw@matrix.org>
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
Patrick Cloke authored
Removes the ability to configure legacy direct TCP replication. Workers now require Redis to run.
-
- Sep 02, 2022
-
-
Erik Johnston authored
-
- Aug 31, 2022
-
-
Sean Quah authored
-
- Aug 23, 2022
-
-
David Robertson authored
-
- Aug 02, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Jul 29, 2022
-
-
3nprob authored
Reverts commit fa71bb18, and tweaks documentation. Signed-off-by:
3nprob <git@3n.anonaddy.com>
-
- Jul 22, 2022
-
-
Sean Quah authored
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
-
- Jul 19, 2022
-
-
David Robertson authored
-
- Jul 12, 2022
-
-
Richard van der Hoff authored
* Drop support for delegating email validation Delegating email validation to an IS is insecure (since it allows the owner of the IS to do a password reset on your HS), and has long been deprecated. It will now cause a config error at startup. * Update unit test which checks for email verification Give it an `email` config instead of a threepid delegate * Remove unused method `requestEmailToken` * Simplify config handling for email verification Rather than an enum and a boolean, all we need here is a single bool, which says whether we are or are not doing email verification. * update docs * changelog * upgrade.md: fix typo * update version number this will be in 1.64, not 1.63 * update version number this one too
-
- Jun 14, 2022
-
-
Sami Olmari authored
-
Sami Olmari authored
- Jun 13, 2022
-
-
David Teller authored
Uniformize spam-checker API, part 4: port other spam-checker callbacks to return `Union[Allow, Codes]`. (#12857) Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- May 31, 2022
-
-
Brendan Abolivier authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- May 23, 2022
-
-
David Teller authored
Signed-off-by:
David Teller <davidt@element.io>
-
- May 19, 2022
-
-
reivilibre authored
Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. (#12687)
-
- 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 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
-
-
Andrew Morgan 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 12, 2022
-
-
Patrick Cloke authored
This disables the endpoints (and sync response fields) for groups/communities by default.
-
Richard van der Hoff authored
-
- 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
-