- Aug 01, 2022
-
-
reivilibre authored
Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
reivilibre authored
-
Richard van der Hoff authored
Make sure that we re-check the auth rules during state resync, otherwise rejected events get un-rejected.
-
- Jul 29, 2022
-
-
Richard van der Hoff authored
Synapse 1.64.0rc2 (2022-07-29) ============================== This RC reintroduces support for `account_threepid_delegates.email`, which was removed in 1.64.0rc1. It remains deprecated and will be removed altogether in a future release. ([\#13406](https://github.com/matrix-org/synapse/issues/13406))
-
Richard van der Hoff authored
-
3nprob authored
Reverts commit fa71bb18, and tweaks documentation. Signed-off-by:
3nprob <git@3n.anonaddy.com>
-
Brendan Abolivier authored
-
- Jul 27, 2022
-
-
Šimon Brandner authored
Signed-off-by:
Šimon Brandner <simon.bra.ag@gmail.com>
-
Patrick Cloke authored
-
Will Hunt authored
Implements MSC3848
-
reivilibre authored
Make minor clarifications to the error messages given when we fail to join a room via any server. (#13160)
-
Eric Eastwood authored
-
- Jul 26, 2022
-
-
Nick Mills-Barrett authored
-
reivilibre authored
Extend the release script to automatically push a new SyTest branch, rather than having that be a manual process. (#12978) Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
Olivier Wilkinson (reivilibre) authored
-
Patrick Cloke authored
The `room_id` field represented the parent space for each room and was made redundant by changes in the API shape where the `children_state` is now nested underneath each `room`. The room ID of each child is in the `state_key` field and is still available.
-
Richard van der Hoff authored
Make sure that we only pull out events from the db once they have no prev-events with partial state.
-
Olivier Wilkinson (reivilibre) authored
-
Sean Quah authored
Avoid blocking on full state in `_resolve_state_at_missing_prevs` and return a new flag indicating whether the resolved state is partial. Thread that flag around so that it makes it into the event context. Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Olivier Wilkinson (reivilibre) authored
-
Patrick Cloke authored
-
Olivier Wilkinson (reivilibre) authored
-
Doug authored
When registering a new account via SSO on iOS, the text field becomes pretty annoying as it autocapitalises and autocorrects your input. This PR fixes that (although I have only tested the raw HTML file on the simulator, I'm not sure how to get the complete setup available for testing in the flow).
-
- Jul 25, 2022
-
-
Matt Holt authored
Improve/simplify Caddy examples. Remove Caddy v1 (has long been EOL'ed) Signed-off-by:
Matthew Holt <mholt@users.noreply.github.com>
-
Jan Schär authored
Previously, TLS could only be used with STARTTLS. Add a new option `force_tls`, where TLS is used from the start. Implicit TLS is recommended over STARTLS, see https://datatracker.ietf.org/doc/html/rfc8314 Fixes #8046. Signed-off-by:
Jan Schär <jan@jschaer.ch>
-
Patrick Cloke authored
-
Erik Johnston authored
See #10826 and #10786 for context as to why we had to disable pruning on those caches. Now that `get_users_who_share_room_with_user` is called frequently only for presence, we just need to make calls to it less frequent and then we can remove the various levels of caching that is going on.
-
- Jul 22, 2022
-
-
Eric Eastwood authored
Depends on https://github.com/matrix-org/synapse/pull/13320 Complement tests: https://github.com/matrix-org/complement/pull/406 We could use the same method to backfill for `/context` as well in the future, see https://github.com/matrix-org/synapse/issues/3848
-
Richard van der Hoff authored
"changed in" goes before the example
-
Sean Quah authored
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
-
Sean Quah authored
When a room has the partial state flag, we may not have an accurate `m.room.member` event for event senders in the room's current state, and so cannot perform soft fail checks correctly. Skip the soft fail check entirely in this case. As an alternative, we could block until we have full state, but that would prevent us from receiving incoming events over federation, which is undesirable. Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- Jul 21, 2022
-
-
Nick Mills-Barrett authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Brendan Abolivier authored
Co-authored-by:
David Robertson <davidr@element.io>
-
David Robertson authored
-
Patrick Cloke authored
After this change `synapse.logging` is fully typed.
-
Nick Mills-Barrett authored
This comes from two identical definitions in each of the base stores, and means the base slaved store is now empty and can be removed.
-