| Commit message (Expand) | Author | Files | Lines |
2020-12-11 | Add type hints to the push module. (#8901) | Patrick Cloke | 9 | -86/+159 |
2020-12-11 | Honour AS ratelimit settings for /login requests (#8920) | Erik Johnston | 4 | -10/+27 |
2020-12-11 | Improve tests for structured logging. (#8916) | Patrick Cloke | 2 | -27/+47 |
2020-12-11 | Add number of local devices to Room Details Admin API (#8886) | Dirk Klimpel | 6 | -27/+138 |
2020-12-11 | Don't ratelimit autojoining of rooms (#8921) | Erik Johnston | 4 | -11/+34 |
2020-12-10 | Don't publish `latest` docker image until all archs are built (#8909) | Richard van der Hoff | 2 | -3/+5 |
2020-12-10 | Fix deadlock on SIGHUP (#8918) | Erik Johnston | 2 | -1/+6 |
2020-12-10 | Refactor `SsoHandler.get_mxid_from_sso` (#8900) | Richard van der Hoff | 3 | -28/+51 |
2020-12-10 | Fix buglet in DirectRenderJsonResource (#8897) | Richard van der Hoff | 2 | -3/+6 |
2020-12-10 | Deprecate Shutdown Room and Purge Room Admin API (#8829) | Dirk Klimpel | 5 | -11/+63 |
2020-12-09 | Default to blacklisting reserved IP ranges and add a whitelist. (#8870) | Patrick Cloke | 10 | -89/+172 |
2020-12-09 | Skip the SAML tests if xmlsec1 isn't available. (#8905) | Patrick Cloke | 2 | -0/+24 |
2020-12-09 | Combine related media admin API docs (#8839) | Dirk Klimpel | 3 | -50/+87 |
2020-12-09 | Pin the docker version for multiarch builds | Richard van der Hoff | 2 | -3/+6 |
2020-12-09 | Add 'xmlsec1' to dependency list github/release-v1.24.0 release-v1.24.0 | Erik Johnston | 1 | -1/+2 |
2020-12-09 | 1.23.1 v1.23.1 github/release-v1.23.1 release-v1.23.1 | Erik Johnston | 5 | -3/+59 |
2020-12-09 | 1.24.0 v1.24.0 | Erik Johnston | 4 | -2/+53 |
2020-12-09 | Fix installing pysaml2 on Python 3.5. (#8898) | Patrick Cloke | 2 | -1/+6 |
2020-12-09 | Consistently use room_id from federation request body (#8776) | Richard van der Hoff | 5 | -54/+49 |
2020-12-08 | Add X-Robots-Tag header to stop crawlers from indexing media (#8887) | Aaron Raimist | 3 | -0/+19 |
2020-12-08 | Fix installing pysaml2 on Python 3.5. (#8898) | Patrick Cloke | 2 | -1/+6 |
2020-12-08 | Better formatting for config errors from modules (#8874) | Richard van der Hoff | 13 | -37/+160 |
2020-12-08 | Simplify the flow for SSO UIA (#8881) | Richard van der Hoff | 7 | -40/+144 |
2020-12-08 | Clarify config template comments (#8891) | Richard van der Hoff | 4 | -16/+9 |
2020-12-07 | Call set_avatar_url with target_user, not user_id (#8872) | Will Hunt | 3 | -3/+9 |
2020-12-07 | Do not raise a 500 exception when previewing empty media. (#8883) | Patrick Cloke | 3 | -12/+22 |
2020-12-07 | Add type hints for HTTP and email pushers. (#8880) | Patrick Cloke | 8 | -101/+168 |
2020-12-07 | Add type hints to the push mailer module. (#8882) | Patrick Cloke | 3 | -40/+85 |
2020-12-04 | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 7 | -15/+184 |
2020-12-04 | Pass room_id to get_auth_chain_difference (#8879) | Erik Johnston | 6 | -17/+33 |
2020-12-04 | Add additional validation to pusher URLs. (#8865) | Patrick Cloke | 6 | -30/ |