| Commit message (Expand) | Author | Age | Files | Lines |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 1 | -6/+1 |
* | Correctly create power level event during initial room creation (#14361) | Shay | 2022-11-07 | 1 | -2/+2 |
* | Fix room creation being rate limited too aggressively since Synapse v1.69.0. ... | reivilibre | 2022-10-28 | 1 | -3/+51 |
* | Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh... | Eric Eastwood | 2022-10-18 | 1 | -0/+65 |
* | Support filtering the /messages API by relation type (MSC3874). (#14148) | Patrick Cloke | 2022-10-17 | 1 | -137/+8 |
* | Fix handling of public rooms filter with a network tuple. (#14053) | Patrick Cloke | 2022-10-05 | 1 | -10/+31 |
* | Add query parameter `ts` to allow appservices set the `origin_server_ts` for ... | lukasdenk | 2022-10-03 | 1 | -2/+117 |
* | Skip filtering during push if there are no push actions (#13992) | Erik Johnston | 2022-09-30 | 1 | -2/+2 |
* | Prepatory work for batching events to send (#13487) | Shay | 2022-09-28 | 1 | -2/+2 |
* | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a... | Jacek Kuśnierz | 2022-08-31 | 1 | -0/+18 |
* | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1... | Šimon Brandner | 2022-07-27 | 1 | -3/+2 |
* | Add missing type hints for tests.unittest. (#13397) | Patrick Cloke | 2022-07-27 | 1 | -1/+1 |
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -2/+2 |
* | Update expected DB query count when creating a room (#13307) | Andrew Morgan | 2022-07-18 | 1 | -2/+2 |
* | Remove unnecessary `json.dumps` from tests (#13303) | Dirk Klimpel | 2022-07-17 | 1 | -43/+31 |
* | Use HTTPStatus constants in place of literals in tests. (#13297) | Dirk Klimpel | 2022-07-15 | 1 | -144/+197 |
* | Don't pull out the full state when storing state (#13274) | Erik Johnston | 2022-07-15 | 1 | -2/+2 |
* | Optimise room creation event lookups part 2 (#13224) | Nick Mills-Barrett | 2022-07-13 | 1 | -4/+4 |
* | Don't pull out the full state when calculating push actions (#13078) | Erik Johnston | 2022-07-11 | 1 | -2/+2 |
* | Reduce event lookups during room creation by passing known event IDs (#13210) | Nick Mills-Barrett | 2022-07-11 | 1 | -0/+15 |
* | Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r... | David Teller | 2022-07-11 | 1 | -7/+161 |
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Šimon Brandner | 2022-06-29 | 1 | -3/+89 |
* | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret... | David Teller | 2022-06-13 | 1 | -5/+170 |
* | Test cancellation at every `await` during request handling (#12674) | Sean Quah | 2022-06-07 | 1 | -0/+100 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 1 | -1/+2 |
* | SpamChecker metrics (#12513) | Jess Porter | 2022-05-13 | 1 | -2/+4 |
* | add default_power_level_content_override config option. (#12618) | Andy Balaam | 2022-05-12 | 1 | -0/+258 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -5/+2 |
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 1 | -1/+1 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 1 | -10/+8 |
* | Add type hints to `tests/rest/client` (#12108) | Dirk Klimpel | 2022-03-02 | 1 | -133/+138 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -96/+96 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -4/+6 |
* | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 1 | -117/+2 |
* | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 1 | -1/+153 |
* | Add a spamchecker method to allow or deny 3pid invites (#10894) | Brendan Abolivier | 2021-10-06 | 1 | -0/+70 |
* | Add a spamchecker callback to allow or deny room joins (#10910) | Brendan Abolivier | 2021-10-06 | 1 | -0/+101 |
* | Add a spamchecker callback to allow or deny room creation based on invites (#... | Brendan Abolivier | 2021-09-24 | 1 | -2/+117 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 1 | -6/+6 |
* | Allow sending a membership event to unban a user (#10807) | Aaron Raimist | 2021-09-21 | 1 | -1/+86 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2021-08-31 | 1 | -1/+83 |
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+2150 |