MatrixSynapse/synapse/config
Richard van der Hoff ffc574a6f9 Clean up backwards-compat hacks for ldap
try to make the backwards-compat flows follow the same code paths as the modern
impl.

This commit should be non-functional.
2017-10-31 10:47:02 +00:00
..
__init__.py
__main__.py
_base.py Improve error handling for missing files (#2551) 2017-10-17 14:46:17 +01:00
api.py
appservice.py
captcha.py
cas.py fix typo 2017-10-29 20:54:20 +00:00
database.py
emailconfig.py
groups.py Flake8 2017-10-19 13:36:06 +01:00
homeserver.py Add config to enable group creation 2017-10-19 12:13:44 +01:00
jwt.py
key.py Improve error handling for missing files (#2551) 2017-10-17 14:46:17 +01:00
logger.py Fix error when running synapse with no logfile 2017-10-26 16:45:20 +01:00
metrics.py
password.py
password_auth_providers.py Clean up backwards-compat hacks for ldap 2017-10-31 10:47:02 +00:00
push.py
ratelimiting.py
registration.py pep8 2017-10-17 10:13:13 +01:00
repository.py Copy everything to backup 2017-10-12 17:31:24 +01:00
saml2.py
server.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
spam_checker.py Forgot the new file again :( 2017-09-27 10:22:54 +01:00
tls.py tip for generating tls_fingerprints 2017-10-24 18:49:49 +01:00
voip.py
workers.py