MatrixSynapse/tests
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
..
api Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
app Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
appservice Run black. 2018-08-10 23:54:09 +10:00
config Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
crypto Stop hardcoding trust of old matrix.org key (#5374) 2019-06-06 17:33:11 +01:00
events Fix a number of flake8 errors 2018-10-24 10:39:03 +01:00
federation Implement the SHHS complexity API (#5216) 2019-05-30 01:47:16 +10:00
handlers Fix background updates to handle redactions/rejections (#5352) 2019-06-06 00:45:46 +10:00
http Stop hardcoding trust of old matrix.org key (#5374) 2019-06-06 17:33:11 +01:00
push Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 2019-05-13 15:01:14 -05:00
replication Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
rest Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
scripts Port register_new_matrix_user to Python 3 and add tests (#4085) 2018-10-26 22:05:22 +11:00
server_notices Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 2019-05-13 15:01:14 -05:00
state Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
storage Add test 2019-05-29 15:59:06 +01:00
test_utils Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
util Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
__init__.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
patch_inline_callbacks.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
server.py Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 2019-05-13 15:01:14 -05:00
test_distributor.py Run black. 2018-08-10 23:54:09 +10:00
test_event_auth.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_federation.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_mau.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_metrics.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_preview.py Run black. 2018-08-10 23:54:09 +10:00
test_server.py Use native UPSERTs where possible (#4306) 2019-01-24 21:31:54 +11:00
test_state.py Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 2019-05-13 15:01:14 -05:00
test_terms_auth.py Terms might not be the last stage 2019-05-13 16:10:26 +01:00
test_test_utils.py Run black. 2018-08-10 23:54:09 +10:00
test_types.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_visibility.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
unittest.py Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 2019-05-13 15:01:14 -05:00
utils.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00