- Mar 26, 2019
-
-
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
-
Erik Johnston authored
There are a number of instances where a server or admin may puppet a user to join/leave rooms, which we don't want to fail if the user has not consented to the privacy policy. We fix this by adding a check to test if the requester has an associated access_token, which is used as a proxy to answer the question of whether the action is being done on behalf of a real request from the user.
-
Erik Johnston authored
-
Erik Johnston authored
Add option to disable searching in the user dir
-
Amber Brown authored
-
Richard van der Hoff authored
Setting this to 50 or so makes a bunch of sytests fail in worker mode.
-