summary refs log tree commit diff
path: root/tests/rest/client/test_rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for MSC3823 - Account Suspension Part 2 (#17255)Shay2024-06-241-0/+105
* Add support for MSC3823 - Account Suspension (#17051)Shay2024-05-011-3/+66
* Parse json validation (#16923)Gordan Trevis2024-04-181-0/+52
* Update power level default for public rooms (#16907)Shay2024-03-191-0/+18
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-6/+6
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+3
* Handle wildcard type filters properly (#14984)Mo Balaa2024-01-221-0/+27
* Update license headersPatrick Cloke2023-11-211-13/+16
* Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-151-1/+2
* Apply join rate limiter outside the lineariser (#16441)David Robertson2023-10-061-0/+24
* Add automatic purge after all users forget a room (#15488)Mathieu Velten2023-09-151-5/+1
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-6/+6
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-19/+18
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-3/+3
* Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-311-2/+2
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-2/+0
* Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-101-0/+2
* Federation outbound proxy (#15773)Eric Eastwood2023-07-051-2/+0
* Check required power levels earlier in createRoom handler. (#15695)Grant McLean2023-06-071-0/+37
* Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-181-7/+19
* Batch up storing state groups when creating new room (#14918)Shay2023-02-241-2/+2
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-12/+2
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-5/+7
* Faster joins: omit partial rooms from eager syncs until the resync completes ...David Robertson2023-01-231-5/+5
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-6/+1
* Correctly create power level event during initial room creation (#14361)Shay2022-11-071-2/+2
* Fix room creation being rate limited too aggressively since Synapse v1.69.0. ...reivilibre2022-10-281-3/+51
* Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh...Eric Eastwood2022-10-181-0/+65
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-171-137/+8
* Fix handling of public rooms filter with a network tuple. (#14053)Patrick Cloke2022-10-051-10/+31
* Add query parameter `ts` to allow appservices set the `origin_server_ts` for ...lukasdenk2022-10-031-2/+117
* Skip filtering during push if there are no push actions (#13992)Erik Johnston2022-09-301-2/+2
* Prepatory work for batching events to send (#13487)Shay2022-09-281-2/+2
* Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz2022-08-311-0/+18
* Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1...Šimon Brandner2022-07-271-3/+2
* Add missing type hints for tests.unittest. (#13397)Patrick Cloke2022-07-271-1/+1
* Rate limit joins per-room (#13276)David Robertson2022-07-191-2/+2
* Update expected DB query count when creating a room (#13307)Andrew Morgan2022-07-181-2/+2
* Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-171-43/+31
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-144/+197
* Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-151-2/+2
* Optimise room creation event lookups part 2 (#13224)Nick Mills-Barrett2022-07-131-4/+4
* Don't pull out the full state when calculating push actions (#13078)Erik Johnston2022-07-111-2/+2
* Reduce event lookups during room creation by passing known event IDs (#13210)Nick Mills-Barrett2022-07-111-0/+15
* Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r...David Teller2022-07-111-7/+161
* Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-291-3/+89
* Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret...David Teller2022-06-131-5/+170
* Test cancellation at every `await` during request handling (#12674)Sean Quah2022-06-071-0/+100
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+2
* SpamChecker metrics (#12513)Jess Porter2022-05-131-2/+4
* add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-121-0/+258
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-5/+2
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-1/+1
* Support stable identifiers for MSC3440: Threading (#12151)Patrick Cloke2022-03-101-10/+8
* Add type hints to `tests/rest/client` (#12108)Dirk Klimpel2022-03-021-133/+138
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-96/+96
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-4/+6
* Remove deprecated user_may_create_room_with_invites callback (#11950)Brendan Abolivier2022-02-111-117/+2
* Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-1/+153
* Add a spamchecker method to allow or deny 3pid invites (#10894)Brendan Abolivier2021-10-061-0/+70
* Add a spamchecker callback to allow or deny room joins (#10910)Brendan Abolivier2021-10-061-0/+101
* Add a spamchecker callback to allow or deny room creation based on invites (#...Brendan Abolivier2021-09-241-2/+117
* Always add local users to the user directory (#10796)David Robertson2021-09-211-6/+6
* Allow sending a membership event to unban a user (#10807)Aaron Raimist2021-09-211-1/+86
* Merge branch 'master' into developRichard van der Hoff2021-08-311-1/+83
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+2150