summary refs log tree commit diff
path: root/tests/rest/client/v1/test_rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-2150/+0
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* Fix exceptions in logs when failing to get remote room list (#10541)Erik Johnston2021-08-061-1/+91
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-7/+7
* update black to 21.6b0 (#10197)Marcus2021-06-171-8/+8
* r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224)Travis Ralston2021-06-031-2/+1
* Correctly ratelimit invites when creating a room (#9968)Brendan Abolivier2021-05-121-0/+37
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-1/+4
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+12
* Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-291-0/+35
* Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-2/+4
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-117/+107
* Don't ratelimit autojoining of rooms (#8921)Erik Johnston2020-12-111-0/+16
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+1
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-107/+0
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+5
* Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-8/+22
* Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-291-4/+4
* Do not propagate profile changes of shadow-banned users into rooms. (#8157)Patrick Cloke2020-08-261-157/+2
* Fix rate limiting unit tests. (#8167)Patrick Cloke2020-08-261-13/+14
* Merge tag 'v1.19.1rc1' into developBrendan Abolivier2020-08-251-1/+86
|\
| * Fix join ratelimiter breaking profile updates and idempotency (#8153)Brendan Abolivier2020-08-241-1/+86
* | Stop shadow-banned users from sending non-member events. (#8142)Patrick Cloke2020-08-241-1/+54
* | Fix flaky shadow-ban tests. (#8152)Patrick Cloke2020-08-241-1/+3
* | Stop shadow-banned users from sending invites. (#8095)Patrick Cloke2020-08-201-0/+100
|/
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-4/+2
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-1/+1
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-7/+2
* Validate the alt_aliases property of canonical alias events (#6971)Patrick Cloke2020-03-031-0/+160
* Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekableRichard van der Hoff2020-02-191-0/+17
|\
| * Make room alias lists peekableRichard van der Hoff2020-02-191-0/+17
* | Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff2020-02-191-3/+13
|/
* Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)Richard van der Hoff2020-02-181-1/+69
* Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan2020-02-171-1/+3
* Incorporate reviewBrendan Abolivier2019-12-161-5/+0
* LintBrendan Abolivier2019-12-161-2/+1
* Add test caseBrendan Abolivier2019-12-161-0/+133
* Un-remove room purge testBrendan Abolivier2019-12-041-0/+72
* Merge branch 'babolivier/context_filters' of github.com:matrix-org/synapse in...Brendan Abolivier2019-12-041-1/+1
|\
| * Merge branch 'develop' into babolivier/context_filtersBrendan Abolivier2019-11-261-0/+173
| |\
* | \ Merge branch 'develop' into babolivier/context_filtersBrendan Abolivier2019-12-041-2/+143
|\ \ \ | |/ / |/| |
| * | Add testsErik Johnston2019-11-281-0/+140
| |/
| * LintBrendan Abolivier2019-11-201-6/+8
| * Test if a purge can make /messages return 500 responsesBrendan Abolivier2019-11-201-0/+72
* | LintBrendan Abolivier2019-11-051-30/+41
* | Update copyrightsBrendan Abolivier2019-11-051-0/+2
* | Add tests for /searchBrendan Abolivier2019-11-051-44/+143
* | Merge labels tests for /context and /messagesBrendan Abolivier2019-11-051-146/+130
* | Add test caseBrendan Abolivier2019-11-051-0/+182
|/
* Incorporate reviewBrendan Abolivier2019-11-011-4/+4
* Incorporate reviewBrendan Abolivier2019-11-011-5/+5
* LintBrendan Abolivier2019-10-301-25/+24
* Add integration tests for /messagesBrendan Abolivier2019-10-301-1/+101
* Add domain validation when creating room with list of invitees (#6121)werner2912019-10-101-0/+9
* Split public rooms directory auth config in twoBrendan Abolivier2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-26/+20
* LintBrendan Abolivier2019-05-161-1/+0
* LintBrendan Abolivier2019-05-161-1/+3
* Forgot copyrightBrendan Abolivier2019-05-161-0/+1
* Add test caseBrendan Abolivier2019-05-161-1/+67
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-1/+1
* Fix bogus imports in tests (#5154)Brendan Abolivier2019-05-081-1/+1
* add options to require an access_token to GET /profile and /publicRooms on CS...Matthew Hodgson2019-05-081-0/+32
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-3/+3
* Fix search 500ing (#4122)Amber Brown2018-10-311-1/+105
* Port tests/ to Python 3 (#3808)Amber Brown2018-09-071-304/+257
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
* Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-1/+1
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-680/+476
* run isortAmber Brown2018-07-091-6/+5
* Burminate v1authAdrian Tschira2018-04-301-9/+9
* Use six.moves.urlparseAdrian Tschira2018-04-151-7/+7
* s/replication_client/federation_client/Erik Johnston2018-03-131-8/+8
* Fix testsErik Johnston2018-03-131-8/+8
* Remove dead codeRichard van der Hoff2018-01-091-3/+0
* Add groups to sync streamErik Johnston2017-07-201-2/+2
* Add basic implementation of local device list changesErik Johnston2017-01-251-2/+2
* Linearize updates to membership via PUT /state/Erik Johnston2017-01-091-2/+2
* More 0_0 in testsMark Haines2016-08-251-2/+2
* Do checks for memberships before creating eventsErik Johnston2016-04-011-2/+2
* Fix testsDavid Baker2016-03-071-16/+16
* Fix unit testsMark Haines2016-03-041-2/+2
* Fix flake8 warnings for testsMark Haines2016-02-191-108/+112
* Remove old tests.Erik Johnston2016-02-181-6/+0
* Allow paginating backwards from stream tokenErik Johnston2016-01-281-8/+1
* Make it possible to paginate forwards from stream tokensRichard van der Hoff2016-01-271-2/+14
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add a couple of unit tests for room/<x>/messagesRichard van der Hoff2015-11-091-0/+56
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-7/+14
* Allow rejecting invitesDaniel Wagner-Hall2015-10-201-2/+2
* Merge pull request #276 from matrix-org/markjh/history_for_rooms_that_have_be...Mark Haines2015-09-211-7/+7
|\
| * Allow users to GET individual state events for rooms that they have leftMark Haines2015-09-101-5/+5
| * Allow users that have left the room to view the member list from the point th...Mark Haines2015-09-091-2/+2
* | s/user_id/user/g for consistencyDaniel Wagner-Hall2015-09-011-7/+7
* | Attempt to validate macaroonsDaniel Wagner-Hall2015-08-261-14/+14
|/
* Stop looking up "admin", which we never readDaniel Wagner-Hall2015-08-251-7/+0
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-7/+0
* s/by_token/by_access_token/gDaniel Wagner-Hall2015-08-201-14/+14
* Fix testsDavid Baker2015-03-241-8/+8
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-83/+14
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-0/+7
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-12/+9
* Move client rest tests back under restMark Haines2015-01-221-0/+1068