- May 30, 2022
-
-
David Robertson authored
-
David Robertson authored
-
Jonathan de Jong authored
-
Sumner Evans authored
Signed-off-by:
Sumner Evans <sumner@beeper.com>
-
- May 27, 2022
-
-
Brendan Abolivier authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
David Teller authored
Signed-off-by:
David Teller <davidt@element.io> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
Patrick Cloke authored
* Properly marks private methods as private. * Adds missing docstrings. * Rework inline methods.
-
Patrick Cloke authored
Instead of hard-coding strings in many places.
-
Patrick Cloke authored
-
Sean Quah authored
Synapse 1.60.0rc2 (2022-05-27) ============================== This release of Synapse adds a unique index to the `state_group_edges` table, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation. Additionally, the signature of the `check_event_for_spam` module callback has changed. The previous signature has been deprecated and remains working for now. Module authors should update their modules to use the new signature where possible. See [the upgrade notes](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md#upgrading-to-v1600) for more details. Features -------- - Add an option allowing users to use their password to reauthenticate for privileged actions even though password login is disabled. ([\#12883](https://github.com/matrix-org/synapse/issues/12883)) Bugfixes -------- - Explicitly close `ijson` coroutines once we are done with them, instead of leaving the garbage collector to close them. ([\#12875](https://github.com/matrix-org/synapse/issues/12875)) Internal Changes ---------------- - Improve URL previews by not including the content of media tags in the generated description. ([\#12887](https://github.com/matrix-org/synapse/issues/12887))
-
Matt C authored
-
David Robertson authored
-
Sean Quah authored
Hopefully this means that exceptions raised due to truncated JSON get a sensible logging context and stack. Signed-off-by:
Sean Quah <seanq@matrix.org>
-
reivilibre authored
Add an option allowing users to use their password to reauthenticate even though password authentication is disabled. (#12883)
-
Richard van der Hoff authored
* Fix room deletion ae7858f1 broke room deletion by attempting to delete the entry from `rooms` before the tables that reference it. * faster_joins: remove database rows on purge
-
Richard van der Hoff authored
My server is currently OOMing in the middle of have_seen_events, so let's try to fix that.
-
- May 26, 2022
-
-
reivilibre authored
Improve URL previews by not including the content of media tags in the generated description. (#12887)
-
Patrick Cloke authored
Including handlers, configuration code, appservice support, and the GroupID construct.
-
dependabot[bot] authored
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0 ) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
reivilibre authored
Fix ambiguous column name that would prevent use of MSC2716 History Import when using Postgres as a database. (#12843)
-
Patrick Cloke authored
Removes the unstable endpoint as well as a duplicated field which was modified during stabilization.
-
Patrick Cloke authored
Remote users will never have push actions, so we can avoid a database round-trip/transaction completely.
-
Erik Johnston authored
-
- May 25, 2022
-
-
Richard van der Hoff authored
* Refactor HTTP response size limits Rather than passing a separate `max_response_size` down the stack, make it an attribute of the `parser`. * Allow bigger responses on `federation/v1/state` `/state` can return huge responses, so we need to handle that.
-
Erik Johnston authored
-
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.
-
Patrick Cloke authored
By always returning all requested values from the function wrapped by cachedList. Otherwise implicit None values get added into the cache, which are unexpected.
-
Patrick Cloke authored
-
David Robertson authored
-
Nick Mills-Barrett authored
-
Nick Mills-Barrett authored
-
Nick Mills-Barrett authored
-
Nick Mills-Barrett authored
-
Carl Bordum Hansen authored
Signed-off-by:
Carl Bordum Hansen <carl@bordum.dk>
-
Dirk Klimpel authored
-
- May 24, 2022
-
-
David Robertson authored
-
David Robertson authored
-
Šimon Brandner authored
Signed-off-by:
Šimon Brandner <simon.bra.ag@gmail.com>
-
Will Hunt authored
Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-