summary refs log tree commit diff
path: root/tests/rest/client/test_login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply user `email` & `picture` during OIDC registration if present & selected...devonh2024-04-291-14/+190
* Stabilize support for Retry-After header (MSC4014) (#16947)Patrick Cloke2024-03-081-3/+0
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Update ruff config (#16283)Patrick Cloke2023-09-081-4/+4
* Prepare unit tests for Python 3.12 (#16099)V024602023-08-251-2/+3
* Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136)Will Hunt2023-08-241-6/+18
* Add login spam checker API (#15838)Erik Johnston2023-06-261-2/+106
* Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-011-0/+23
* Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-191-2/+18
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-2/+0
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-14/+26
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-0/+41
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-64/+63
* Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-171-2/+1
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-27/+28
* Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011)Hannes Lerchl2022-06-151-21/+23
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-2/+0
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-041-3/+1
* Limit `device_id` size to 512B (#12454)Shay2022-04-131-1/+26
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-39/+39
* Add type hints to `tests/rest/client` (#12066)Dirk Klimpel2022-02-231-54/+66
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-221-32/+36
* Add support for the stable version of MSC2778 (#11335)Tulir Asokan2021-11-151-1/+4
* Consistently exclude from user_directory (#10960)David Robertson2021-10-041-12/+5
* type-hint `HomeserverTestcase.setup_test_homeserver` (#10961)David Robertson2021-10-011-3/+3
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-6/+6
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-1/+1
* Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ...Sean2021-09-091-58/+7
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+1345