| Commit message (Expand) | Author | Age | Files | Lines |
* | Support room version 11 (#15912) | Patrick Cloke | 2023-07-18 | 1 | -2/+2 |
* | Factor out an `is_mine_server_name` method (#15542) | Sean Quah | 2023-05-05 | 1 | -2/+2 |
* | Implement MSC2174: move redacts to a content property. (#15395) | Patrick Cloke | 2023-04-13 | 1 | -9/+26 |
* | Add a primitive helper script for listing worker endpoints. (#15243) | reivilibre | 2023-03-23 | 1 | -2/+31 |
* | Pass the Requester down to the HttpTransactionCache. (#15200) | Quentin Gliech | 2023-03-07 | 1 | -66/+108 |
* | Pass the requester during event serialization. (#15174) | Quentin Gliech | 2023-03-06 | 1 | -5/+13 |
* | Stop applying edits to event contents (MSC3925). (#15193) | Patrick Cloke | 2023-03-06 | 1 | -1/+1 |
* | Add support for knocking to workers. (#15133) | Dirk Klimpel | 2023-03-02 | 1 | -1/+1 |
* | Remove unused `room_alias` field from `/createRoom` response (#15093) | David Robertson | 2023-02-22 | 1 | -2/+2 |
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 1 | -2/+3 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 1 | -1/+1 |
* | Suppress empty body warnings in room servelets (#14600) | David Robertson | 2022-12-05 | 1 | -12/+2 |
* | Use ClientRestResource on both the main process and workers. (#14528) | Patrick Cloke | 2022-12-02 | 1 | -4/+2 |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 1 | -7/+3 |
* | Implement MSC3912: Relation-based redactions (#14260) | Brendan Abolivier | 2022-11-03 | 1 | -14/+43 |
* | Do not allow a None-limit on PaginationConfig. (#14146) | Patrick Cloke | 2022-10-14 | 1 | -1/+3 |
* | Add query parameter `ts` to allow appservices set the `origin_server_ts` for ... | lukasdenk | 2022-10-03 | 1 | -13/+21 |
* | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a... | Jacek KuĊnierz | 2022-08-31 | 1 | -8/+12 |
* | Generalise the `@cancellable` annotation so it can be used on functions other... | reivilibre | 2022-08-31 | 1 | -1/+2 |
* | Fix Prometheus metrics being negative (mixed up start/end) (#13584) | Eric Eastwood | 2022-08-23 | 1 | -1/+5 |
* | `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request... | Quentin Gliech | 2022-08-22 | 1 | -8/+5 |
* | Add metrics to track `/messages` response time by room size (#13545) | Eric Eastwood | 2022-08-18 | 1 | -2/+53 |
* | Add specific metric to time long-running `/messages` requests (#13533) | Eric Eastwood | 2022-08-17 | 1 | -0/+32 |
* | Allow MSC3030 'timestamp_to_event' calls from anyone on world-readable rooms.... | Quentin Gliech | 2022-06-17 | 1 | -1/+3 |
* | Reduce the amount of state we pull from the DB (#12811) | Erik Johnston | 2022-06-06 | 1 | -2/+5 |
* | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 1 | -6/+1 |
* | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 2022-05-18 | 1 | -2/+2 |
* | Enable cancellation of `GET /members` and `GET /state` requests (#12708) | Sean Quah | 2022-05-11 | 1 | -1/+5 |
* | Implement MSC2815: allow room moderators to view redacted event content (#12427) | Tulir Asokan | 2022-04-20 | 1 | -1/+45 |
* | Fix `/room/.../event/...` to return the *original* event after any edits (#12... | Richard van der Hoff | 2022-04-19 | 1 | -1/+3 |
* | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 1 | -1/+2 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -68/+0 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -6/+6 |
* | Improvements to bundling aggregations. (#11815) | Patrick Cloke | 2022-01-26 | 1 | -15/+24 |
* | Do not try to serialize raw aggregations dict. (#11791) | Patrick Cloke | 2022-01-21 | 1 | -7/+4 |
* | Include whether the requesting user has participated in a thread. (#11577) | Patrick Cloke | 2022-01-18 | 1 | -1/+3 |
* | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 1 | -10/+18 |
* | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 1 | -4/+6 |
* | Allow guests to send state events (#11378) | Robert Long | 2021-12-09 | 1 | -1/+1 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 1 | -4/+1 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 1 | -0/+58 |
* | Register the login redirect endpoint for v3. (#11451) | Patrick Cloke | 2021-12-01 | 1 | -2/+2 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 1 | -4/+4 |
* | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 1 | -1/+1 |
* | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 1 | -2/+8 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -1/+1 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -2/+2 |
* | Additional type hints for the client REST servlets (part 3). (#10707) | Patrick Cloke | 2021-08-31 | 1 | -71/+162 |
* | Allow /createRoom to be run on workers (#10564) | Andrew Morgan | 2021-08-17 | 1 | -1/+1 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+1152 |