summary refs log tree commit diff
path: root/tests/rest/client/test_room_access_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move lookup-related functions from RoomMemberHandler to IdentityHandler (#5978)Andrew Morgan2020-02-261-1/+1
* Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2020-02-251-0/+5
* Revert "Use the v2 lookup API for 3PID invites (#5897)"Andrew Morgan2020-02-241-6/+0
* Use the v2 lookup API for 3PID invites (#5897)Andrew Morgan2020-02-241-0/+6
* Merge pull request #5638 from matrix-org/babolivier/invite-jsonAndrew Morgan2020-02-171-4/+5
* Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-120/+86
* Create configurable ratelimiter for 3pid invites (#11)Andrew Morgan2019-11-121-0/+9
* LintBrendan Abolivier2019-09-061-1/+0
* Fix bogus conflict resolutionBrendan Abolivier2019-09-061-0/+1
* Merge branch 'dinsic' into babolivier/dinsic-3pid-inviteBrendan Abolivier2019-09-061-8/+112
|\
| * Add testsBrendan Abolivier2019-09-051-0/+105
* | Don't process revoked/redacted events as part of the room's membership infoBrendan Abolivier2019-09-061-0/+10
* | Don't treat 3PID revokation as a new 3PID inviteBrendan Abolivier2019-09-061-0/+55
|/
* Fix status code for forbidden eventsBrendan Abolivier2019-07-251-6/+6
* Turns out the default preset is public_chatBrendan Abolivier2019-07-241-5/+3
* Add test caseBrendan Abolivier2019-07-241-2/+106
* Add testsBrendan Abolivier2019-07-031-4/+52
* Add tests for constraints on changing the rule for a roomBrendan Abolivier2019-06-181-0/+60
* Add tests for 3PID invitesBrendan Abolivier2019-06-181-12/+146
* Remove unused importBrendan Abolivier2019-06-181-1/+0
* Add tests for inviting with access rulesBrendan Abolivier2019-06-181-2/+102
* Remove unused importsBrendan Abolivier2019-06-181-3/+0
* LintBrendan Abolivier2019-06-181-1/+1
* Add tests for room creation hookBrendan Abolivier2019-06-181-0/+136