MatrixSynapse/synapse/config
Patrick Cloke 76f9c701c3
Always require users to re-authenticate for dangerous operations. (#10184)
Dangerous actions means deactivating an account, modifying an account
password, or adding a 3PID.

Other actions (deleting devices, uploading keys) can re-use the same UI
auth session if ui_auth.session_timeout is configured.
2021-06-16 11:07:28 -04:00
..
__init__.py
__main__.py
_base.py
_base.pyi
_util.py
account_validity.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
api.py Send the `m.room.create` stripped event with invites (support MSC1772). (#9966) 2021-05-11 10:58:58 -04:00
appservice.py
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cache.py
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
federation.py
groups.py
homeserver.py Enable experimental spaces by default. (#10011) 2021-05-24 08:57:14 -04:00
jwt.py
key.py
logger.py
metrics.py
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py Remove superfluous call to bool() (#9986) 2021-05-14 10:58:57 +01:00
repository.py Mention that you need to configure max upload size in reverse proxy as well (#10122) 2021-06-10 11:40:24 +01:00
room.py
room_directory.py
saml2.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
server.py Fix 'ip_range_whitelist' not working for federation servers (#10115) 2021-06-15 08:53:55 +01:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py Remove redundant code to reload tls cert (#10054) 2021-05-27 10:34:24 +01:00
tracer.py Support enabling opentracing by user (#9978) 2021-05-14 10:51:08 +01:00
user_directory.py
voip.py
workers.py