MatrixSynapse/synapse/config
Patrick Cloke a8db8c6eba
Remove user-visible groups/communities code (#12553)
Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove:

* All API endpoints (including Client-Server, Server-Server, and admin).
* Documented configuration options (and the experimental flag, which is now unused).
* Special handling during room upgrades.
* The `groups` section of the `/sync` response.
2022-05-25 07:53:40 -04:00
..
__init__.py
__main__.py
_base.py Reload cache factors from disk on SIGHUP (#12673) 2022-05-11 13:43:22 +00:00
_base.pyi Reload cache factors from disk on SIGHUP (#12673) 2022-05-11 13:43:22 +00:00
_util.py
account_validity.py
api.py
appservice.py Update mypy to 0.950 and fix complaints (#12650) 2022-05-06 12:35:20 +00:00
auth.py
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 Disable device name lookup over federation by default (#12616) 2022-05-04 16:41:40 +01:00
groups.py Remove user-visible groups/communities code (#12553) 2022-05-25 07:53:40 -04:00
homeserver.py
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 Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) 2022-05-05 07:11:52 -04:00
repository.py
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 Fix typo in listener config (#12742) 2022-05-16 13:50:07 +00:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py Add the `update_user_directory_from_worker` configuration option (superseding `update_user_directory`) to allow a generic worker to be designated as the worker to update the user directory. (#12654) 2022-05-10 11:08:45 +01:00