- Apr 01, 2019
-
-
Neil Johnson authored
- Mar 27, 2019
-
-
Neil Johnson authored
- Mar 26, 2019
-
-
Andrew Morgan authored
Adds a new method, check_3pid_auth, which gives password providers the chance to allow authentication with third-party identifiers such as email or msisdn.
-
Amber Brown authored
-
Andrew Morgan authored
Redo of https://github.com/matrix-org/synapse/pull/4840
-
- Mar 25, 2019
-
-
Richard van der Hoff authored
`__str__` depended on `self.addr`, which was absent from ClientReplicationStreamProtocol, so attempting to call str on such an object would raise an exception. We can calculate the peer addr from the transport, so there is no need for addr anyway.
-
Richard van der Hoff authored
Make sure that they are sent correctly over the replication stream. Fixes: #4898
-
Richard van der Hoff authored
I don't have a database with the same name as my user, so leaving the database name unset fails. While we're at it, clear out some unused stuff in the test setup.
-
Richard van der Hoff authored
-
Amber Brown authored
-
- Mar 22, 2019
-
-
Erik Johnston authored
Fix yaml warnings by using safe_load
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 21, 2019
-
-
Richard van der Hoff authored
-
Amber Brown authored
-
Andrew Morgan authored
As per #3622, we remove trailing slashes from outbound federation requests. However, to ensure that we remain backwards compatible with previous versions of Synapse, if we receive a HTTP 400 with `M_UNRECOGNIZED`, then we are likely talking to an older version of Synapse in which case we retry with a trailing slash appended to the request path.
-
Andrew Morgan authored
-
Erik Johnston authored
Deny peeking into rooms that have been blocked
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
Colin W authored
This one should close #4841. Many thanks to @dev4223 for bringing it up and finding a solution. Signed-off-by: Colin White
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fixup shutdown room API
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add option to disable search room lists
-
- Mar 20, 2019
-
-
Richard van der Hoff authored
Rather than stubbing out the access_log, make it actually log the requests, which makes it a lot more obvious what is going on during tests.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-