forked-synapse/synapse/rest
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
..
admin Implement the SHHS complexity API (#5216) 2019-05-30 01:47:16 +10:00
client Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
consent Fix registration on workers (#4682) 2019-02-20 18:47:31 +11:00
key Notary server: make requests to origins in parallel 2019-06-04 00:16:56 +01:00
media Fix error when downloading thumbnail with width/height param missing (#5258) 2019-05-29 14:27:41 +01:00
saml2 Initialise user displayname from SAML2 data (#4272) 2018-12-07 14:44:46 +01:00
__init__.py Add simple send_relation API and track in DB 2019-05-15 13:36:51 +01:00
well_known.py Remove log error for .well-known/matrix/client (#4972) 2019-04-24 17:44:06 +01:00