Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
* Move /batch_send to /v2_alpha directory As pointed out by @erikjohnston, https://github.com/matrix-org/synapse/pull/10552#discussion_r685836624 | |||||
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 | |
Should have been more systematic with my grepping. | |||||
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 | |
As opposed to only allowing the summary of spaces which the user is already in or has world-readable visibility. This makes the logic consistent with whether a space/room is returned as part of a space and whether a space summary can start at a space. | |||||
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) | Patrick Cloke | 4 | -9/+10 | |
And ensure that the file is checked via mypy. | |||||
2021-08-11 | support federation queries through http connect proxy (#10475) | Dirk Klimpel | 9 | -191/+555 | |