- Mar 25, 2019
-
-
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.
-
Richard van der Hoff authored
Rate-limit outgoing read-receipts as per #4730.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
Erik Johnston authored
-