summary refs log tree commit diff
path: root/tests/handlers/test_password_providers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-1/+1
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-28/+23
* Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-231-38/+21
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-1/+1
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-70/+74
* Register homeserver modules when creating test homeserver (#13558)Andrew Morgan2022-08-191-11/+0
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-20/+21
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-041-3/+1
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-18/+16
* Remove unnecessary pass statements. (#12206)Patrick Cloke2022-03-111-1/+0
* Allow modules to set a display name on registration (#12009)Brendan Abolivier2022-02-171-30/+93
* Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-081-1/+75
* Add a module callback to set username at registration (#11790)Brendan Abolivier2022-01-261-2/+77
* Correctly await on_logged_out callbacks (#11786)Brendan Abolivier2022-01-201-1/+27
* Add support for the stable version of MSC2778 (#11335)Tulir Asokan2021-11-151-1/+4
* Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth2021-10-131-26/+197
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* 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
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+6
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-3/+3
* Fix startup failure with localdb_enabled: False (#8937)Richard van der Hoff2020-12-141-0/+23
* Create a `PasswordProvider` wrapper object (#8849)Richard van der Hoff2020-12-021-2/+3
* Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-10/+1
* Don't offer password login when it is disabled (#8835)Richard van der Hoff2020-12-011-3/+105
* Add some tests for `password_auth_providers` (#8819)Richard van der Hoff2020-12-011-0/+486