summary refs log tree commit diff
path: root/tests/handlers/test_cas.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Handle "registration_enabled" parameter for CAS (#16262)Aurélien Grimpard2023-09-061-0/+17
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-4/+4
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-6/+5
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-4/+4
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-1/+1
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-041-1/+1
* Fix logging of incorrect status codes for disconnected requests (#12580)Sean Quah2022-04-281-1/+13
* Add type hints to more tests files. (#12240)Dirk Klimpel2022-03-171-7/+12
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-5/+35
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-1/+1
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-041-5/+5
* Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-111-2/+50
* Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-011-4/+4
* Remove SynapseRequest.get_user_agent (#9069)Richard van der Hoff2021-01-121-1/+1
* Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke2021-01-031-0/+121