MatrixSynapse/synapse/config
reivilibre f25c75d376
Rename unstable `access_token_lifetime` configuration option to `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388)
2021-11-23 17:01:34 +00:00
..
__init__.py
__main__.py
_base.py Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
_base.pyi Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
_util.py
account_validity.py
api.py
appservice.py
auth.py
cache.py Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py
federation.py
groups.py
homeserver.py
jwt.py Add config for customizing the claim used for JWT logins. (#11361) 2021-11-22 13:01:03 -05:00
key.py Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
logger.py Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
metrics.py
modules.py
oembed.py
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py Rename unstable `access_token_lifetime` configuration option to `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388) 2021-11-23 17:01:34 +00:00
repository.py
retention.py
room.py
room_directory.py Fix checking whether a room can be published on creation. (#11392) 2021-11-19 15:19:32 +00:00
saml2.py
server.py Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py Add missing type hints to config base classes (#11377) 2021-11-23 15:21:19 +00:00
tracer.py
user_directory.py Add an admin API to run background jobs. (#11352) 2021-11-19 19:39:46 +00:00
voip.py
workers.py