forked-synapse/synapse
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
..
_scripts
api Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
app Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
appservice
config Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
crypto Stop hardcoding trust of old matrix.org key (#5374) 2019-06-06 17:33:11 +01:00
events Fix appservice timestamp massaging (#5233) 2019-05-24 14:44:04 +01:00
federation Associate a request_name with each verify request, for logging 2019-06-05 10:46:26 +01:00
groups Associate a request_name with each verify request, for logging 2019-06-05 10:46:26 +01:00
handlers Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
http Improve docstrings on MatrixFederationClient. (#5332) 2019-06-04 11:14:16 +01:00
metrics
module_api
push Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
replication Fixup bsaed on review comments 2019-05-17 15:48:04 +01:00
res/templates Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
rest Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
server_notices
state
static
storage Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
streams
util Call RetryLimiter correctly (#5340) 2019-06-04 22:02:53 +01:00
__init__.py 0.99.5.2 2019-05-30 16:29:47 +01:00
event_auth.py
notifier.py
python_dependencies.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
secrets.py
server.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
server.pyi Fix CI after new release of isort 2019-05-13 15:19:44 +01:00
types.py
visibility.py