- Sep 06, 2019
-
-
Hubert Chathi authored
-
- Sep 05, 2019
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- Sep 04, 2019
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Andrew Morgan authored
Removes the `bind_email` and `bind_msisdn` parameters from the `/register` C/S API endpoint as per [MSC2140: Terms of Service for ISes and IMs](https://github.com/matrix-org/matrix-doc/pull/2140/files#diff-c03a26de5ac40fb532de19cb7fc2aaf7R107).
-
Andrew Morgan authored
Very small code cleanup.
-
Erik Johnston authored
Previously the stats were not being correctly populated.
-
- Sep 03, 2019
-
-
Andrew Morgan authored
-
Travis Ralston authored
* Ensure the list media admin API is always available This API is required for some external media repo implementations to operate (mostly for doing quarantine operations on a room). * changelog
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Michael Kaye authored
Adjust su-exec to only be used if needed. If UID == getuid() and GID == getgid() then we do not need to su-exec, and chmod will not work.
-
Travis Ralston authored
* Ensure an auth instance is available to ListMediaInRoom Fixes https://github.com/matrix-org/synapse/issues/5737 * Changelog
-
Matthew Hodgson authored
-
Andrew Morgan authored
Remove all the "double return" statements which were a result of us removing all the instances of ``` defer.returnValue(...) return ``` statements when we switched to python3 fully.
-
Jorik Schellekens authored
Trace device list changes.
-
- Sep 02, 2019
-
-
Andrew Morgan authored
These methods were part of the v1 C/S API. Remove them as they are no longer used by any code paths.
-
L0ric0 authored
* fix thumbnail storage location Signed-off-by:
Lorenz Steinert <lorenz@steinerts.de> * Add changelog file. Signed-off-by:
Lorenz Steinert <lorenz@steinerts.de> * Update Changelog Signed-off-by:
Lorenz Steinert <lorenz@steinerts.de>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Aug 30, 2019
-
-
Andrew Morgan authored
This reverts commit 4765f0cf.
-
Andrew Morgan authored
Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :)
-
Amber Brown authored
-
Andrew Morgan authored
Adds a flag to `/versions`' `unstable_features` section indicating that this Synapse understands what an `id_access_token` is, as per https://github.com/matrix-org/synapse/issues/5927#issuecomment-523566043 Fixes #5927
-
Amber Brown authored
-
Andrew Morgan authored
This reverts commit 71fc0406. This broke 3PID invites as #5892 was required for it to work correctly.
-
Amber Brown authored
-
- Aug 29, 2019
-
-
Amber Brown authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- Aug 28, 2019
-
-
Jorik Schellekens authored
-
Will Hunt authored
Exempt support users from consent
-