- Aug 26, 2020
-
-
Patrick Cloke authored
-
Richard van der Hoff authored
Now that the server supports streaming back JSON responses, it would be nice to show the response as it is streamed, in the test tool.
-
Patrick Cloke authored
-
Erik Johnston authored
-
Patrick Cloke authored
-
Patrick Cloke authored
These were passing on the release-v1.19.1 branch but started failing once merged to develop.
-
- Aug 25, 2020
-
-
Erik Johnston authored
-
Patrick Cloke authored
-
Brendan Abolivier authored
Synapse 1.19.1rc1 (2020-08-25) ============================== Bugfixes -------- - Fix a bug introduced in v1.19.0 where appservices with ratelimiting disabled would still be ratelimited when joining rooms. ([\#8139](https://github.com/matrix-org/synapse/issues/8139)) - Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. ([\#8153](https://github.com/matrix-org/synapse/issues/8153))
-
Brendan Abolivier authored
-
Erik Johnston authored
This is mainly so that `StreamIdGenerator` and `MultiWriterIdGenerator` will have the same interface, allowing them to be used interchangeably.
-
Andrew Morgan authored
Some fixes to wording I noticed after merging #7377.
-
Andrew Morgan authored
-
Manuel Stahl authored
* Search in columns 'name' and 'displayname' in the admin users endpoint Signed-off-by:
Manuel Stahl <manuel.stahl@awesome-technologies.de>
-
- Aug 24, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Brendan Abolivier authored
-
Christopher May-Townsend authored
-
Patrick Cloke authored
-
Brendan Abolivier authored
-
Will Hunt authored
Add new method ratelimiter.can_requester_do_action and ensure that appservices are exempt from being ratelimited. Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by:
Erik Johnston <erik@matrix.org>
-
Brendan Abolivier authored
Don't fail /submit_token requests on incorrect session ID if request_token_inhibit_3pid_errors is turned on (#7991) * Don't raise session_id errors on submit_token if request_token_inhibit_3pid_errors is set * Changelog * Also wait some time before responding to /requestToken * Incorporate review * Update synapse/storage/databases/main/registration.py Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Incorporate review Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Aug 21, 2020
-
-
Will Hunt authored
Add new method ratelimiter.can_requester_do_action and ensure that appservices are exempt from being ratelimited. Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by:
Erik Johnston <erik@matrix.org>
-
Richard van der Hoff authored
-
- Aug 20, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Richard van der Hoff authored
It turns out that not all out-of-band membership events are labelled as such, so we need to be more accepting here.
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Aug 19, 2020
-
-
Richard van der Hoff authored
... otherwise it gets leaked.
-
Erik Johnston authored
It's just a thin wrapper around two ID gens to make `get_current_token` and `get_next` return tuples. This can easily be replaced by calling the appropriate methods on the underlying ID gens directly.
-
Patrick Cloke authored
-
Ryan Cole authored
* Updated docs: Added note about missing 308 redirect support. * Added changelog
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-