- Jun 14, 2022
-
-
Sami Olmari authored
-
Quentin Gliech 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>
-
Patrick Cloke authored
Removes the `register_noop_background_update` and deletes the background updates directly in a delta file.
-
Richard van der Hoff authored
-
- Jun 12, 2022
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
It's now implied by the room_version property on the event.
-
Richard van der Hoff authored
Instead, use the `room_version` property of the event we're checking. The `room_version` was originally added as a parameter somewhere around #4482, but really it's been redundant since #6875 added a `room_version` field to `EventBase`.
-
Richard van der Hoff authored
Instead, use the `room_version` property of the event we're validating. The `room_version` was originally added as a parameter somewhere around #4482, but really it's been redundant since #6875 added a `room_version` field to `EventBase`.
-
Richard van der Hoff authored
In practice, when we run the auth rules, all of the events have the right room version. Let's stop building Room V1 events for these tests and use the right version.
-
- Jun 10, 2022
-
-
David Robertson authored
This reverts commit ae09cc2e. This commit was intended for a different branch.
-
David Robertson authored
-
David Robertson authored
Missed by #12475.
-
Patrick Cloke authored
* Clarifies comments and documentation. * Adds type-hints. * Fixes Python 3 compatibility (and runs pyupgrade). * Updates for changes in Synapse internals.
-
Patrick Cloke authored
The `room_id` field was removed from MSC2946 before it was accepted. It was initially kept for backwards compatibility and should be removed now that the stable form of the API is used. This change only stops Synapse from validating that it is returned, a future PR will remove returning it as part of the response.
-
- Jun 09, 2022
-
-
reivilibre authored
-
Patrick Cloke authored
-
Richard van der Hoff authored
... to help us keep track of these things
-
David Robertson authored
-
Nick Mills-Barrett authored
-
- Jun 08, 2022
-
-
Patrick Cloke authored
MSC3715 defines this parameter, but the unstable version of it should be behind an experimental flag.
-
reivilibre authored
Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
James authored
-
- Jun 07, 2022
-
-
Sean Quah authored
* Reword failure message about `await_result=False` * Use `reactor.advance()` instead of `reactor.pump()` * Raise `AssertionError`s ourselves * Un-instance method `_test_disconnect` * Replace `ThreadedMemoryReactorClock` with `MemoryReactorClock`
-
David Robertson authored
-
Sean Quah authored
* Add tests for `/rooms/<room_id>/members` cancellation. * Add tests for `/rooms/<room_id>/state` cancellation. Signed-off-by:
Sean Quah <seanq@element.io>
-
Olivier Wilkinson (reivilibre) authored
-
Daniel Aloni authored
Return the same error message from `/login` when password is incorrect and when account doesn't exist. (#12738)
-
David Robertson authored
-
Erik Johnston authored
* Don't pull out state for catchup * Newsfile * Merge newsfile
-
Olivier Wilkinson (reivilibre) authored
-
Patrick Cloke authored
-
Patrick Cloke authored
By always using delete_devices and sometimes passing a list with a single device ID. Previously these methods had gotten out of sync with each other and it seems there's little benefit to the single-device variant.
-
Olivier Wilkinson (reivilibre) authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- Jun 06, 2022
-
-
Patrick Cloke authored
* Remove an unused stream ID generator. * Remove the now unused remote profile cache.
-
Erik Johnston authored
Reducing the amount of state we pull from the DB is useful as fetching state is expensive in terms of DB, CPU and memory.
-