summary refs log tree commit diff
path: root/synapse/config/password_auth_providers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-1/+2
* Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth2021-10-131-30/+23
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-2/+2
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-2/+3
* Add documentation to password_providers config option (#7238)Andrew Morgan2020-04-081-2/+14
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Fix up some typechecking (#6150)Amber Brown2019-10-021-1/+3
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-10/+6
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-14/+14
* run isortAmber Brown2018-07-091-2/+2
* synapse/config/password_auth_providers: Fixed bracket typoRichard von Seck2017-11-161-2/+2
* Clean up backwards-compat hacks for ldapRichard van der Hoff2017-10-311-20/+19
* Factor out module loading to a separate placeDavid Baker2017-09-261-12/+10
* Use external ldap auth pacakgeErik Johnston2016-11-151-7/+13
* Don't assume providers raise ConfigError'sErik Johnston2016-11-081-2/+7
* Implement pluggable password authErik Johnston2016-10-031-0/+61