- Aug 15, 2018
-
-
Richard van der Hoff authored
-
Amber Brown authored
-
Richard van der Hoff authored
The problem with dumping all of the json response into the Request object at once is that doing so starts the timeout for the next request to be received: so if it takes longer than 60s to stream back the response to the client, the client never gets it. The correct solution is to use a Producer; then the timeout is only started once all of the content is sent over the TCP connection.
-
Neil Johnson authored
support admin_email config and pass through into blocking errors,
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
Merge branch 'neilj/update_limits_error_codes' of github.com:matrix-org/synapse into neilj/admin_email
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
combine mau metrics into one group
-
Erik Johnston authored
Don't fail requests to unbind 3pids for non supporting ID servers
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 14, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/change_prometheus_mau_metric_name
-
Neil Johnson authored
Neil/fix postgres test initialise reserved users
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
Block ability to read via sync if mau limit exceeded
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
remove comments
-
Amber Brown authored
-
Amber Brown authored
Neilj/fix reap users in postgres
-
Amber Brown authored
-
Amber Brown authored
-
Jan Christian Grünhage authored
update docker base-image to alpine 3.8
-
- Aug 13, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Use recaptcha_ajax.js directly from Google
-
Neil Johnson authored
Revert "support admin_email config and pass through into blocking errors, return AuthError in all cases" This reverts commit 0d43f991.
-
Neil Johnson authored
-
Amber Brown authored
-