- Jan 28, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
Calling the invalidation function during initialisation of the data stores introduces a circular dependency, causing Synapse to fail to start.
-
- Jan 27, 2020
-
-
Erik Johnston authored
This is so that we don't have to rely on pulling it out from `current_state_events` table.
-
Erik Johnston authored
Currently if a worker invalidates a cache it will be streamed to master, which then didn't forward those to other workers.
-
Brendan Abolivier authored
Clarifications to the workers documentation
-
Jason Robinson authored
Co-Authored-By:
Brendan Abolivier <babolivier@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Jan 24, 2020
-
-
Andrew Morgan authored
-
Jason Robinson authored
* Add note that user_dir requires disabling user dir updates from the main synapse process. * Add note that federation_reader should have the federation listener resource. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Jan 23, 2020
-
-
Erik Johnston authored
There are quite a few places that we assume that a redaction event has a corresponding `redacts` key, which is not always the case. So lets cheekily make it so that event.redacts just returns None instead.
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Richard van der Hoff authored
* a bit of debugging for media storage providers * changelog
-
Richard van der Hoff authored
* don't insist on a password (this is valid if you have an SSO login) * fix reference to undefined `requester`
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- Jan 22, 2020
-
-
Andrew Morgan authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Andrew Morgan authored
-
Brendan Abolivier authored
Fix typo in _select_thumbnail
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Andrew Morgan authored
-
Neil Johnson authored
-
Erik Johnston authored
-
Erik Johnston authored
These now exist in the pipelines repo.
-
Ivan Vilata-i-Balaguer authored
The old statement returned `None` for such a `password_config` (like the one created on first run), thus retrieval of the `pepper` key failed with `AttributeError`. Fixes #5315 Signed-off-by:
Ivan Vilata i Balaguer <ivan@selidor.net>
-
- Jan 21, 2020
-
-
Brendan Abolivier authored
* Raise an exception if there are pending background updates So we return with a non-0 code * Changelog * Port synapse_port_db to async/await * Port update_database to async/await * Add version string to mocked homeservers * Remove unused imports * Convert overseen bits to async/await * Fixup logging contexts * Fix imports * Add a way to print an error without raising an exception * Incorporate review
-
- Jan 20, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
-