- Jan 26, 2018
-
-
Neil Johnson authored
rather than try reconstruct the results object, better to guard against the xrange step argument being 0
-
- Jan 25, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
synapse 500s on a call to publicRooms in the case where the number of public rooms is zero, the specific cause is due to xrange trying to use a step value of zero, but if the total room number really is zero then it makes sense to just bail and save the extra processing
-
- Jan 22, 2018
-
-
Richard van der Hoff authored
Matthew's fixes to the unit tests
-
Matthew Hodgson authored
Add federation_domain_whitelist gives a way to restrict which domains your HS is allowed to federate with. useful mainly for gracefully preventing a private but internet-connected HS from trying to federate to the wider public Matrix network
-
Richard van der Hoff authored
Extracted from https://github.com/matrix-org/synapse/pull/2820
-
Matthew Hodgson authored
add registrations_require_3pid and allow_local_3pids
-
- Jan 19, 2018
-
-
Matthew Hodgson authored
-
Richard van der Hoff authored
Use the right path for url_preview thumbnails
-
Richard van der Hoff authored
This was introduced by #2627: we were overwriting the original media for url previews with the thumbnails :/ (fixes https://github.com/vector-im/riot-web/issues/6012, hopefully)
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
* [ ] split config options into allowed_local_3pids and registrations_require_3pid * [ ] simplify and comment logic for picking registration flows * [ ] fix docstring and move check_3pid_allowed into a new util module * [ ] use check_3pid_allowed everywhere @erikjohnston PTAL
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
lets homeservers specify a whitelist for 3PIDs that users are allowed to associate with. Typically useful for stopping people from registering with non-work emails
-
- Jan 18, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
Make storage providers configurable
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add decent impl of a FileConsumer
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix bugs in block metrics
-
Richard van der Hoff authored
... which I introduced in #2785
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
better exception logging in callbackmetrics
-
Richard van der Hoff authored
when we fail to render a metric, give a clue as to which metric it was
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-