- Mar 09, 2020
-
-
Brendan Abolivier authored
Make sure that is_verified is a boolean when processing room keys
-
- Mar 07, 2020
-
-
Neil Pilgrim authored
* Add type hints to logging/context.py Signed-off-by:
neiljp (Neil Pilgrim) <github@kepier.clara.net>
-
- 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>
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
- 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
-