summary refs log tree commit diff
path: root/synapse/module_api (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-11Honour AS ratelimit settings for /login requests (#8920)Erik Johnston4-10/+27
2020-12-11Improve tests for structured logging. (#8916)Patrick Cloke2-27/+47
2020-12-11Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel6-27/+138
2020-12-11Don't ratelimit autojoining of rooms (#8921)Erik Johnston4-11/+34
2020-12-10Don't publish `latest` docker image until all archs are built (#8909)Richard van der Hoff2-3/+5
2020-12-10Fix deadlock on SIGHUP (#8918)Erik Johnston2-1/+6
2020-12-10Refactor `SsoHandler.get_mxid_from_sso` (#8900)Richard van der Hoff3-28/+51
2020-12-10Fix buglet in DirectRenderJsonResource (#8897)Richard van der Hoff2-3/+6
2020-12-10Deprecate Shutdown Room and Purge Room Admin API (#8829)Dirk Klimpel5-11/+63
2020-12-09Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke10-89/+172
2020-12-09Skip the SAML tests if xmlsec1 isn't available. (#8905)Patrick Cloke2-0/+24
2020-12-09Combine related media admin API docs (#8839)Dirk Klimpel3-50/+87
2020-12-09Pin the docker version for multiarch buildsRichard van der Hoff2-3/+6
2020-12-09Add 'xmlsec1' to dependency list release-v1.24.0Erik Johnston1-1/+2
2020-12-09 1.23.1 v1.23.1 release-v1.23.1Erik Johnston5-3/+59
2020-12-09 1.24.0 v1.24.0Erik Johnston4-2/+53
2020-12-09Fix installing pysaml2 on Python 3.5. (#8898)Patrick Cloke2-1/+6
2020-12-09Consistently use room_id from federation request body (#8776)Richard van der Hoff5-54/+49
2020-12-08Add X-Robots-Tag header to stop crawlers from indexing media (#8887)Aaron Raimist3-0/+19
2020-12-08Fix installing pysaml2 on Python 3.5. (#8898)Patrick Cloke2-1/+6
2020-12-08Better formatting for config errors from modules (#8874)Richard van der Hoff13-37/+160
2020-12-08Simplify the flow for SSO UIA (#8881)Richard van der Hoff7-40/+144
2020-12-08Clarify config template comments (#8891)Richard van der Hoff4-16/+9
2020-12-07Call set_avatar_url with target_user, not user_id (#8872)Will Hunt3-3/+9
2020-12-07Do not raise a 500 exception when previewing empty media. (#8883)Patrick Cloke3-12/+22
2020-12-07Add type hints for HTTP and email pushers. (#8880)Patrick Cloke8-101/+168
2020-12-07Add type hints to the push mailer module. (#8882)Patrick Cloke3-40/+85
2020-12-04Add authentication to replication endpoints. (#8853)Patrick Cloke7-15/+184
2020-12-04Pass room_id to get_auth_chain_difference (#8879)Erik Johnston6-17/+33
2020-12-04Add additional validation to pusher URLs. (#8865)Patrick Cloke6-30/+106
2020-12-04Do not 500 if the content-length is not provided when uploading media. (#8862)Patrick Cloke2-1/+2
2020-12-04Minor update to CHANGES.