summary refs log tree commit diff
path: root/synapse/handlers/ui_auth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use mypy 1.0 (#15052)David Robertson2023-02-161-4/+14
* Fix twisted trunk mypy errors (#14012)David Robertson2022-10-031-0/+3
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-231-18/+3
* Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-291-3/+18
* Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-121-18/+3
* Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)Will Hunt2022-05-051-1/+1
* Add option to enable token registration without requiring 3pids (#12526)Will Hunt2022-04-271-1/+3
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-0/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-041-1/+1
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-6/+8
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-6/+11
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-1/+1
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-212-0/+70
* Display an error page during failure of fallback UIA. (#10561)Callum Brown2021-08-181-3/+7
* Add missing type hints to handlers and fix a Spam Checker type hint. (#9896)Patrick Cloke2021-04-291-16/+19
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-142-2/+0
* UI Auth via SSO: redirect the user to an appropriate SSO. (#9081)Richard van der Hoff2021-01-121-0/+15
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-3/+2
* Update the auth providers to be async. (#7935)Patrick Cloke2020-07-231-18/+17
* Ensure that calls to `json.dumps` are compatible with the standard library js...Patrick Cloke2020-07-151-1/+2
* Convert identity handler to async/await. (#7561)Patrick Cloke2020-05-261-8/+7
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-1/+1
* Threepid validity checks on msisdns should not be dependent on 'threepid_beha...Neil Johnson2019-09-251-29/+34
* Stop advertising unsupported flows for registration (#6107)Richard van der Hoff2019-09-251-0/+26
* Refactor the user-interactive auth handling (#6105)Richard van der Hoff2019-09-252-0/+238