- Jan 28, 2020
-
-
Richard van der Hoff authored
Implement updated auth rules from MSC2260
-
Richard van der Hoff authored
-
Erik Johnston authored
We just mark the fact that the cache may be stale in the database for now.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
These are easier to work with than the strings and we normally have one around. This fixes `FederationHander._persist_auth_tree` which was passing a RoomVersion object into event_auth.check instead of a string.
-
Erik Johnston authored
As using non-C locale can cause issues on upgrading OS.
-
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
-