MatrixSynapse/synapse/config
Richard van der Hoff 4c2ed3f20e
Fix minor issues with email config (#6962)
* Give `notif_template_html`, `notif_template_text` default values (fixes #6960)
 * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes #6961)
 * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful
 * Raise errors as ConfigError rather than RuntimeError for nicer formatting
2020-02-24 15:18:38 +00:00
..
__init__.py
__main__.py
_base.py Add a warning about indentation to generated config (#6920) 2020-02-14 16:22:30 +00:00
_base.pyi
api.py
appservice.py
captcha.py
cas.py
consent_config.py
database.py Add experimental 'databases' config (#6580) 2020-01-06 14:44:01 +00:00
emailconfig.py Fix minor issues with email config (#6962) 2020-02-24 15:18:38 +00:00
groups.py
homeserver.py
jwt_config.py
key.py
logger.py Automate generation of the sample and debian log configs (#6627) 2020-01-03 17:14:00 +00:00
metrics.py
password.py
password_auth_providers.py
push.py Clarify the `account_validity` and `email` sections of the sample configuration. (#6685) 2020-01-17 10:04:15 +00:00
ratelimiting.py
registration.py Fix empty account_validity config block 2020-01-20 14:05:29 +00:00
repository.py Remove unused, undocumented "content repo" resource (#6628) 2020-01-03 17:10:52 +00:00
room_directory.py
saml2_config.py Delegate remote_user_id mapping to the saml mapping provider (#6723) 2020-01-17 10:32:47 +00:00
server.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
server_notices_config.py
spam_checker.py
stats.py
third_party_event_rules.py
tls.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
tracer.py
user_directory.py
voip.py
workers.py