MatrixSynapse/synapse/config
Shay 92b75388f5
Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333)
* remove code legacy code related to deprecated config flag "trust_identity_server_for_password_resets" from synapse/config/emailconfig.py

* remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/config/registration.py

* remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/handlers/identity.py

* add tests to ensure config error is thrown and synapse refuses to start when depreciated config flag is found

* add changelog

* slightly change behavior to only check for deprecated flag if set to 'true'

* Update changelog.d/11333.misc

Co-authored-by: reivilibre <oliverw@matrix.org>

Co-authored-by: reivilibre <oliverw@matrix.org>
2021-11-18 10:56:32 -08:00
..
__init__.py
__main__.py
_base.py
_base.pyi
_util.py
account_validity.py Default value for `public_baseurl` (#11210) 2021-11-08 14:13:10 +00:00
api.py
appservice.py
auth.py
cache.py
captcha.py
cas.py Default value for `public_baseurl` (#11210) 2021-11-08 14:13:10 +00:00
consent.py
database.py
emailconfig.py Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333) 2021-11-18 10:56:32 -08:00
experimental.py
federation.py
groups.py
homeserver.py
jwt.py
key.py
logger.py Add type hints for most `HomeServer` parameters (#11095) 2021-10-22 18:15:41 +01:00
metrics.py
modules.py
oembed.py
oidc.py Default value for `public_baseurl` (#11210) 2021-11-08 14:13:10 +00:00
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333) 2021-11-18 10:56:32 -08:00
repository.py
retention.py
room.py
room_directory.py
saml2.py Default value for `public_baseurl` (#11210) 2021-11-08 14:13:10 +00:00
server.py Default value for `public_baseurl` (#11210) 2021-11-08 14:13:10 +00:00
server_notices.py
spam_checker.py
sso.py Default value for `public_baseurl` (#11210) 2021-11-08 14:13:10 +00:00
stats.py
third_party_event_rules.py
tls.py Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381) 2021-11-18 12:24:40 +00:00
tracer.py
user_directory.py
voip.py
workers.py Enable passing typing stream writers as a list. (#11237) 2021-11-03 14:25:47 +00:00