summary refs log tree commit diff
path: root/tests/rest/client/test_rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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