MatrixSynapse/synapse/config
Patrick Cloke 7bc08f3201
Remove remaining bits of groups code. (#12936)
* Update worker docs to remove group endpoints.
* Removes an unused parameter to `ApplicationService`.
* Break dependency between media repo and groups.
* Avoid copying `m.room.related_groups` state events during room upgrades.
2022-06-01 09:41:25 -04:00
..
__init__.py
__main__.py
_base.py
_base.pyi Remove backing code for groups/communities (#12558) 2022-05-26 09:04:34 -04:00
_util.py
account_validity.py
api.py
appservice.py Remove remaining bits of groups code. (#12936) 2022-06-01 09:41:25 -04:00
auth.py Add an option allowing users to use their password to reauthenticate even though password authentication is disabled. (#12883) 2022-05-27 09:44:51 +00:00
background_updates.py
cache.py Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Remove user-visible groups/communities code (#12553) 2022-05-25 07:53:40 -04:00
federation.py
homeserver.py Remove backing code for groups/communities (#12558) 2022-05-26 09:04:34 -04:00
jwt.py
key.py
logger.py
metrics.py
modules.py
oembed.py Properly close providers.json file stream. (#12794) 2022-05-19 14:23:59 +00:00
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py
repository.py Add config options for media retention (#12732) 2022-05-31 16:35:29 +00:00
retention.py
room.py add default_power_level_content_override config option. (#12618) 2022-05-12 10:41:35 +00:00
room_directory.py
saml2.py
server.py Add a background job to automatically delete stale devices (#12855) 2022-05-27 17:47:32 +02:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py Easy type hints in synapse.logging.opentracing (#12894) 2022-05-27 11:17:33 +01:00
user_directory.py
voip.py
workers.py