- Mar 06, 2020
-
-
Neil Johnson authored
* Break down monthly active users by appservice_id and emit via prometheus. Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- Mar 05, 2020
-
-
Patrick Cloke authored
-
Richard van der Hoff authored
This is a bit fiddly because it all has to be done on one fell swoop: * Wherever we create a new event, pass in the room version (and check it matches the format version) * When we prune an event, use the room version of the unpruned event to create the pruned version. * When we pass an event over the replication protocol, pass the room version over alongside it, and use it when deserialising the event again.
-
Brendan Abolivier authored
Hide extremities dummy events from clients
-
- Mar 04, 2020
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Patrick Cloke authored
-
Richard van der Hoff authored
This is a precursor to giving EventBase objects the knowledge of which room version they belong to.
-
- Mar 03, 2020
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
v1.11.1 See merge request new-vector/synapse!6
-
Brendan Abolivier authored
-
Patrick Cloke authored
-
Brendan Abolivier authored
Fix wrong handler being used in SAML handler See merge request new-vector/synapse!5
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Factor out complete_sso_login and expose it to the Module API See merge request new-vector/synapse!4
-
Brendan Abolivier authored
-
- Mar 02, 2020
-
-
Richard van der Hoff authored
Add a whitelist for the SSO confirmation step. See merge request new-vector/synapse!3
-
Richard van der Hoff authored
-
Erik Johnston authored
This currently causes presence notify code to log exceptions when there is no state changes to process. This doesn't actually cause any problems as we'd simply do nothing anyway.
-
Richard van der Hoff authored
-
Brendan Abolivier authored
Add a confirmation step to the SSO login flow See merge request new-vector/synapse!2
-
Brendan Abolivier authored
-
Erik Johnston authored
I'm not really sure how this was going wrong, but this seems like the right approach anyway.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Dirk Klimpel authored
Fix #6910
-
- Mar 01, 2020
-
-
Matthew Hodgson authored
-
- Feb 29, 2020
-
-
Uday Bansal authored
Support for getting TLS certificates through ACMEv1 ended on November 2019. Signed-off-by:
Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
-
Sandro authored
Signed-off-by:
Sandro Jäckel <sandro.jaeckel@gmail.com>
-
- Feb 28, 2020
-
-
Patrick Cloke authored
-
Dirk Klimpel authored
Fix #6910
-
- Feb 27, 2020
-
-
Patrick Cloke authored
-
Erik Johnston authored
Instead lets just warn if the worker has a media listener configured but has the media repository disabled. Previously non media repository workers would just ignore the media listener.
-
Richard van der Hoff authored
to stop the federationhandler trying to do master stuff
-
James authored
Signed-off-by:
James Hebden <james@ec0.io>
-
Richard van der Hoff authored
I cracked, and added some type definitions in synapse.storage.
-
- Feb 26, 2020
-
-
Richard van der Hoff authored
When we get an invite over federation, store the room version in the rooms table. The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere...
-
Patrick Cloke authored
Properly convert a coroutine into a Deferred in federation_base to fix an error when joining a room.
-
Erik Johnston authored
-