summary refs log tree commit diff
path: root/synapse/handlers/ui_auth (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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