synapse/tests/handlers
Hubert Chathi 4cb44a1585
Add support for MSC2697: Dehydrated devices (#8380)
This allows a user to store an offline device on the server and
then restore it at a subsequent login.
2020-10-07 08:00:17 -04:00
..
__init__.py
test_admin.py
test_appservice.py
test_auth.py Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
test_device.py Add support for MSC2697: Dehydrated devices (#8380) 2020-10-07 08:00:17 -04:00
test_directory.py
test_e2e_keys.py Add support for MSC2732: olm fallback keys (#8312) 2020-10-06 13:26:29 -04:00
test_e2e_room_keys.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
test_federation.py
test_oidc.py Add config option for always using "userinfo endpoint" for OIDC (#7658) 2020-10-01 13:54:35 -04:00
test_presence.py
test_profile.py
test_register.py kill off send_nonmember_event 2020-10-05 19:04:10 +01:00
test_stats.py Rename 'populate_stats_process_rooms_2' background job back to 'populate_stats_process_rooms' again (#8243) 2020-09-08 11:05:59 +01:00
test_sync.py
test_typing.py Catch-up after Federation Outage (split, 4): catch-up loop (#8272) 2020-09-15 09:07:19 +01:00
test_user_directory.py