| Commit message (Expand) | Author | Files | Lines |
2021-08-17 | Remove deprecated Shutdown Room and Purge Room Admin API (#8830) | Dirk Klimpel | 9 | -384/+14 |
2021-08-17 | Port the PresenceRouter module interface to the new generic interface (#10524) | Azrenbeth | 9 | -69/+326 |
2021-08-17 | Stop setting the outlier flag for things that aren't (#10614) | Richard van der Hoff | 2 | -7/+3 |
2021-08-17 | Flatten the synapse.rest.client package (#10600) | reivilibre | 123 | -188/+137 |
2021-08-17 | Always list fallback key types in /sync (#10623) | Andrew Morgan | 2 | -4/+6 |
2021-08-17 | Allow to edit `external_ids` by Edit User admin API (#10598) | Dirk Klimpel | 5 | -89/+340 |
2021-08-17 | update links to schema doc (#10620) | Richard van der Hoff | 3 | -3/+4 |
2021-08-17 | Allow using several custom template directories (#10587) | Brendan Abolivier | 7 | -27/+98 |
2021-08-17 | Add an admin API to check if a username is available (#10578) | Will Hunt | 5 | -0/+136 |
2021-08-16 | Manhole: wrap coroutines in `defer.ensureDeferred` automatically (#10602) | reivilibre | 3 | -1/+16 |
2021-08-16 | Update CONTRIBUTING.md to fix index links and SyTest instructions (#10599) | reivilibre | 2 | -3/+5 |
2021-08-16 | Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10... | Patrick Cloke | 3 | -9/+39 |
2021-08-16 | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 10 | -115/+289 |
2021-08-16 | Split `synapse.federation.transport.server` into multiple files. (#10590) | Patrick Cloke | 7 | -2158/+2219 |
2021-08-16 | Clean up some logging in the federation event handler (#10591) | Richard van der Hoff | 4 | -29/+28 |
2021-08-16 | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 6 | -165/+518 |
2021-08-16 | Handle string read receipt data (#10606) | Šimon Brandner | 3 | -1/+32 |
2021-08-16 | Update the Synapse Grafana dashboard (#10570) | Brendan Abolivier | 2 | -66/+485 |
2021-08-13 | Move /batch_send to /v2_alpha directory (MSC2716) (#10576) | Eric Eastwood | 4 | -409/+445 |
2021-08-13 | Fix a harmless exception when the staged events queue is empty. (#10592) | Patrick Cloke | 2 | -5/+11 |
2021-08-12 | Stop building a debian package for Groovy Gorilla (#10588) | David Robertson | 2 | -1/+1 |
2021-08-12 | Remove buildkite-era comment | David Robertson | 1 | -3/+0 |
2021-08-12 | portdb also uses coverage, so provide $TOP there | David Robertson | 1 | -0/+2 |
2021-08-12 | Also rename in lint.sh | David Robertson | 1 | -1/+1 |
2021-08-11 | Update the pagination parameter name based on MSC2946 review. (#10579) | Patrick Cloke | 3 | -10/+11 |
2021-08-11 | Admin API to delete media for a specific user (#10558) | Dirk Klimpel | 7 | -128/+347 |
2021-08-11 | Missed another ci->.ci | David Robertson | 1 | -9/+9 |
2021-08-11 | set TOP in sytest containers | David Robertson | 2 | -2/+3 |
2021-08-11 | Teach MANIFEST and tox about ci->.ci | David Robertson | 2 | -2/+2 |
2021-08-11 | Allow requesting the summary of a space which is joinable. (#10580) | Patrick Cloke | 3 | -15/+45 |
2021-08-11 | Rename ci to .ci | David Robertson | 8 | -6/+6 |
2021-08-11 | Expire old spaces summary pagination sessions. (#10574) | Patrick Cloke | 2 | -1/+24 |
2021-08-11 | Clarify error message when joining a restricted room. (#10572) | Patrick Cloke | 2 | -1/+2 |
2021-08-11 | Fix type hints in space summary tests. (#10575) | Patric |