summary refs log tree commit diff
path: root/tests/rest/client/v1/utils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+10
* SSO: redirect to public URL before setting cookies (#9436)Richard van der Hoff2021-02-261-1/+18
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-11/+25
* Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-181-26/+36
* Improve UsernamePickerTestCase (#9112)Richard van der Hoff2021-01-151-5/+6
* Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff2021-01-131-36/+160
* Add some tests for the IDP picker flowRichard van der Hoff2021-01-071-1/+2
* Merge pull request #8951 from matrix-org/rav/username_picker_2Richard van der Hoff2020-12-161-1/+1
|\
| * Test `get_extra_attributes` fallbackRichard van der Hoff2020-12-151-1/+1
* | Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-10/+8
|/
* UIA: offer only available auth flowsRichard van der Hoff2020-12-021-1/+115
* Allow specifying room version in 'RestHelper.create_room_as' and add typing (...Andrew Morgan2020-12-021-2/+25
* Remove redundant calls to `render()`Richard van der Hoff2020-11-161-11/+5
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-3/+1
* Merge branch 'develop' into rav/pass_site_to_make_requestRichard van der Hoff2020-11-161-3/+1
|\
| * Add a `custom_headers` param to `make_request` (#8760)Richard van der Hoff2020-11-161-4/+6
* | pass a Site into make_requestRichard van der Hoff2020-11-151-6/+25
* | pass a Site into RestHelperRichard van der Hoff2020-11-151-5/+6
|/
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix join ratelimiter breaking profile updates and idempotency (#8153)Brendan Abolivier2020-08-241-3/+7
* Revert #7736 (#8039)Brendan Abolivier2020-08-061-20/+0
* Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-031-1/+23
* Re-implement unread counts (#7736)Brendan Abolivier2020-07-291-0/+20
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-1/+1
* Default PL100 to enable encryption in a room (#7230)Andrew Morgan2020-04-091-4/+92
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-0/+37
* Update copyrightsBrendan Abolivier2019-11-051-0/+3
* Add integration tests for syncBrendan Abolivier2019-10-301-3/+12
* Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-2/+6
* Run Black. (#5482)Amber Brown2019-06-201-4/+4
* Room Statistics (#4338)Amber Brown2019-05-211-0/+17
* Some more porting to HomeserverTestCase and remove old RESTHelper (#4913)Amber Brown2019-03-221-125/+0
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-15/+7
* Port storage/ to Python 3 (#3725)Amber Brown2018-08-311-4/+10
* Fix the testsAmber Brown2018-08-151-5/+3
* Run black.black2018-08-101-29/+41
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-5/+5
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-2/+113
* run isortAmber Brown2018-07-091-5/+5
* Linearize updates to membership via PUT /state/Erik Johnston2017-01-091-1/+4
* Fix flake8 warnings for testsMark Haines2016-02-191-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Attempt to validate macaroonsDaniel Wagner-Hall2015-08-261-3/+0
* s/by_token/by_access_token/gDaniel Wagner-Hall2015-08-201-1/+1
* Move client rest tests back under restMark Haines2015-01-221-0/+134