forked-synapse/synapse/push
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 Remove code that's now been obsoleted or moved elsewhere 2016-04-07 16:31:38 +01:00
action_generator.py run isort 2018-07-09 16:09:20 +10:00
baserules.py Add a default .m.rule.tombstone push rule (#4867) 2019-04-29 15:40:31 -06:00
bulk_push_rule_evaluator.py Rename async to async_helpers because async is a keyword on Python 3.7 (#3678) 2018-08-10 23:50:21 +10:00
clientformat.py Fix flake8 (#4519) 2019-01-30 10:53:17 +00:00
emailpusher.py Make starting pushers faster during start up 2019-04-02 16:59:13 +01:00
httppusher.py Make starting pushers faster during start up 2019-04-02 16:59:13 +01:00
mailer.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
presentable_names.py run isort 2018-07-09 16:09:20 +10:00
push_rule_evaluator.py Clean up event accesses and tests 2018-11-02 13:44:14 +00:00
push_tools.py run isort 2018-07-09 16:09:20 +10:00
pusher.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
pusherpool.py Make starting pushers faster during start up 2019-04-02 16:59:13 +01:00
rulekinds.py copyrights 2016-01-07 04:26:29 +00:00