summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix SSO on workers (#9271)Richard van der Hoff2021-02-011-4/+2
* Fix test failure due to bad mergeRichard van der Hoff2021-01-151-1/+3
* Improve UsernamePickerTestCase (#9112)Richard van der Hoff2021-01-151-1/+1
* Add a test for wrong user returned by SSORichard van der Hoff2021-01-131-0/+27
* Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff2021-01-131-1/+39
* Skip unit tests which require optional dependencies (#9031)Richard van der Hoff2021-01-071-10/+16
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-31/+63
* lintRichard van der Hoff2020-12-151-1/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-11/+9
* Replace `request.code` with `channel.code`Richard van der Hoff2020-12-151-5/+5
* UIA: offer only available auth flowsRichard van der Hoff2020-12-021-17/+77
* Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-8/+25
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-6/+0
* Remove some extraneous @unittest.INFOs on unit tests (#8592)Andrew Morgan2020-10-201-1/+0
* Do not validate that the client dict is stable during UI Auth. (#7483)Patrick Cloke2020-05-131-45/+10
* Rework UI Auth session validation for registration (#7455)Patrick Cloke2020-05-081-88/+216
* Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-301-0/+40
* Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke2020-03-261-1/+67
* Refactor the user-interactive auth handling (#6105)Richard van der Hoff2019-09-251-10/+16
* Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_onlyDavid Baker2019-05-161-1/+8
|\
| * And now I realise why the test is failing...David Baker2019-05-131-1/+8
* | Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-3/+3
|/
* 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/+2
* Fix fallback auth on Python 3 (#4197)Amber Brown2018-11-191-0/+104