synapse-product/synapse/config
Jerin J Titus cfcf5541b4
Update the value of group_creation_prefix in sample config. (#8992)
Removes the trailing slash with causes issues with matrix.to/Element.
2020-12-29 09:30:48 -05:00
..
__init__.py
__main__.py
_base.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
_base.pyi Allow re-using a UI auth validation for a period of time (#8970) 2020-12-18 07:33:57 -05:00
_util.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
api.py
appservice.py
auth.py Allow re-using a UI auth validation for a period of time (#8970) 2020-12-18 07:33:57 -05:00
cache.py
captcha.py
cas.py
consent_config.py
database.py
emailconfig.py Send the location of the web client to the IS when inviting via 3PIDs. (#8930) 2020-12-18 11:01:57 -05:00
federation.py Fix the sample config location for the ip_range_whitelist setting. (#8954) 2020-12-16 14:40:47 -05:00
groups.py Update the value of group_creation_prefix in sample config. (#8992) 2020-12-29 09:30:48 -05:00
homeserver.py Allow re-using a UI auth validation for a period of time (#8970) 2020-12-18 07:33:57 -05:00
jwt_config.py
key.py
logger.py Various clean-ups to the logging context code (#8935) 2020-12-14 14:19:47 -05:00
metrics.py
oidc_config.py Implement a username picker for synapse (#8942) 2020-12-18 14:19:46 +00:00
password_auth_providers.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
push.py
ratelimiting.py
redis.py
registration.py Clarify the usecase for an msisdn delegate (#8734) 2020-11-14 23:09:36 +00:00
repository.py Default to blacklisting reserved IP ranges and add a whitelist. (#8870) 2020-12-09 13:56:06 -05:00
room_directory.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
room.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
saml2_config.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
server_notices_config.py
server.py Fix the sample config location for the ip_range_whitelist setting. (#8954) 2020-12-16 14:40:47 -05:00
spam_checker.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
sso.py Clarify config template comments (#8891) 2020-12-08 14:03:08 +00:00
stats.py
third_party_event_rules.py Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
tls.py
tracer.py
user_directory.py Refactor HomeserverConfig so it can be typechecked (#6137) 2019-10-10 09:39:35 +01:00
voip.py
workers.py