MatrixSynapse/tests/storage
Brendan Abolivier 3f49f74610
Don't fail /submit_token requests on incorrect session ID if request_token_inhibit_3pid_errors is turned on (#7991)
* Don't raise session_id errors on submit_token if request_token_inhibit_3pid_errors is set

* Changelog

* Also wait some time before responding to /requestToken

* Incorporate review

* Update synapse/storage/databases/main/registration.py

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>

* Incorporate review

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2020-08-24 11:33:55 +01:00
..
__init__.py
test__base.py
test_appservice.py Convert events worker database to async/await. (#8071) 2020-08-18 16:20:49 -04:00
test_background_update.py
test_base.py Convert some of the general database methods to async (#8100) 2020-08-17 12:18:01 -04:00
test_cleanup_extrems.py Switch the JSON byte producer from a pull to a push producer. (#8116) 2020-08-19 08:07:57 -04:00
test_client_ips.py
test_database.py
test_devices.py Convert devices database to async/await. (#8069) 2020-08-12 10:51:42 -04:00
test_directory.py Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users database to async (#8042) 2020-08-07 13:36:29 -04:00
test_e2e_room_keys.py
test_end_to_end_keys.py Convert devices database to async/await. (#8069) 2020-08-12 10:51:42 -04:00
test_event_federation.py
test_event_metrics.py Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
test_event_push_actions.py Convert some of the general database methods to async (#8100) 2020-08-17 12:18:01 -04:00
test_id_generators.py Separate `get_current_token` into two. (#8113) 2020-08-19 10:39:31 +01:00
test_keys.py
test_main.py Convert some of the general database methods to async (#8100) 2020-08-17 12:18:01 -04:00
test_monthly_active_users.py Converts event_federation and registration databases to async/await (#8061) 2020-08-11 17:21:13 -04:00
test_profile.py Convert some of the general database methods to async (#8100) 2020-08-17 12:18:01 -04:00
test_purge.py Convert stream database to async/await. (#8074) 2020-08-17 07:24:46 -04:00
test_redaction.py Add an assertion on prev_events in create_new_client_event (#8041) 2020-08-10 12:29:47 +01:00
test_registration.py Don't fail /submit_token requests on incorrect session ID if request_token_inhibit_3pid_errors is turned on (#7991) 2020-08-24 11:33:55 +01:00
test_room.py
test_roommember.py Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
test_state.py
test_transactions.py
test_user_directory.py Convert additional database stores to async/await (#8045) 2020-08-07 12:17:17 -04:00