forked-synapse/synapse/app
Andrew Morgan 3719680ee4
Add ability to perform password reset via email without trusting the identity server (#5377)
Sends password reset emails from the homeserver instead of proxying to the identity server. This is now the default behaviour for security reasons. If you wish to continue proxying password reset requests to the identity server you must now enable the email.trust_identity_server_for_password_resets option.

This PR is a culmination of 3 smaller PRs which have each been separately reviewed:

* #5308
* #5345
* #5368
2019-06-06 17:34:07 +01:00
..
__init__.py ACME config cleanups (#4525) 2019-01-30 14:17:55 +00:00
_base.py Fix dropped logcontexts during high outbound traffic. (#5277) 2019-05-29 09:17:33 +01:00
appservice.py Deduplicate some code in synapse.app (#4567) 2019-02-08 17:25:57 +00:00
client_reader.py Neilj/ensure get profileinfo available in client reader slaved store (#5213) 2019-05-22 13:55:32 +01:00
event_creator.py Deduplicate some code in synapse.app (#4567) 2019-02-08 17:25:57 +00:00
federation_reader.py Move server key queries to federation reader 2019-02-27 13:43:53 +00:00
federation_sender.py Move replication.tcp.streams into a package 2019-03-27 21:13:14 +00:00
frontend_proxy.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
homeserver.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
media_repository.py Deduplicate some code in synapse.app (#4567) 2019-02-08 17:25:57 +00:00
pusher.py Deduplicate some code in synapse.app (#4567) 2019-02-08 17:25:57 +00:00
synchrotron.py Make EventStream rows have a type 2019-03-27 22:07:05 +00:00
user_dir.py Combine the CurrentStateDeltaStream into the EventStream 2019-03-27 22:07:05 +00:00