- Mar 04, 2020
-
-
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
-
Uday Bansal authored
Signed-off-by:
Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
-
Andrew Morgan authored
Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990)
-
- Feb 25, 2020
-
-
Richard van der Hoff authored
Some of the database deltas rely on `config.server_name` being set correctly, so we should check that it is before running the deltas. Fixes #6870.
-
Richard van der Hoff authored
Some of the database deltas rely on `config.server_name` being set correctly, so we should check that it is before running the deltas. Fixes #6870.
-
Erik Johnston authored
-
Fridtjof Mund authored
I made a mistake in https://github.com/matrix-org/synapse/pull/6921 - the quotes break the postgres container's startup script (or docker-compose), which makes initdb fail: https://github.com/matrix-org/synapse/pull/6921#issuecomment-590657154 Signed-off-by:
Fridtjof Mund <fridtjof@das-labor.org>
-