Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-16 | Update CONTRIBUTING.md to fix index links and SyTest instructions (#10599) | reivilibre | 2 | -3/+5 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2021-08-16 | Validate the max_rooms_per_space parameter to ensure it is non-negative. ↵ | Patrick Cloke | 3 | -9/+39 | |
(#10611) | |||||
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 | |
* Include outlier status in `str(event)` In places where we log event objects, knowing whether or not you're dealing with an outlier is super useful. * Remove duplicated logging in get_missing_events When we process events received from get_missing_events, we log them twice (once in `_get_missing_events_for_pdu`, and once in `on_receive_pdu`). Reduce the duplication by removing the logging in `on_receive_pdu`, and ensuring the call sites do sensible logging. * log in `on_receive_pdu` when we already have the event * Log which prev_events we are missing * changelog | |||||
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 | |
* Handle string read receipt data Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Test that we handle string read receipt data Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Add changelog for #10606 Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Add docs Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Ignore malformed RRs Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Only surround hidden = ... Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Remove unnecessary argument Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Update changelog.d/10606.bugfix Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | |||||
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 |