| Commit message (Expand) | Author | Files | Lines |
2021-08-20 | Set room version 8 as preferred for restricted rooms. (#10571) | Patrick Cloke | 4 | -4/+5 |
2021-08-19 | Fix typo in release notes (#10646) | John-Scott Atlakson | 1 | -1/+1 |
2021-08-18 | Update docs/upgrade.md with new version | Erik Johnston | 1 | -1/+1 |
2021-08-18 | Update changelog v1.41.0rc1 | Erik Johnston | 1 | -4/+4 |
2021-08-18 | 1.41.0rc1 | Erik Johnston | 63 | -61/+86 |
2021-08-18 | Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only... | Andrew Morgan | 6 | -165/+173 |
2021-08-18 | fix broken link to upgrade notes (#10631) | Richard van der Hoff | 2 | -1/+2 |
2021-08-18 | Allow modules to run looping call on all instances (#10638) | Erik Johnston | 2 | -1/+9 |
2021-08-17 | Allow /createRoom to be run on workers (#10564) | Andrew Morgan | 4 | -35/+37 |
2021-08-17 | Remove the unused public_room_list_stream (#10565) | Andrew Morgan | 9 | -250/+48 |
2021-08-17 | Build debs for bookworm (#10612) | Richard van der Hoff | 2 | -1/+3 |
2021-08-17 | Centralise the custom template directory (#10596) | Brendan Abolivier | 12 | -418/+342 |
2021-08-17 | Attempt to pull from the legacy spaces summary API over federation. (#10583) | Patrick Cloke | 2 | -9/+56 |
2021-08-17 | Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518) | reivilibre | 4 | -21/+61 |
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 restr |