forked-synapse/tests/handlers
Erik Johnston c7e29ca277
POC delete stale non-e2e devices for users (#14038)
This should help reduce the number of devices e.g. simple bots the repeatedly login rack up.

We only delete non-e2e devices as they should be safe to delete, whereas if we delete e2e devices for a user we may accidentally break their ability to receive e2e keys for a message.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2022-11-29 10:36:41 +00:00
..
__init__.py
oidc_test_key.p8
oidc_test_key.pub.pem
test_admin.py
test_appservice.py Use device_one_time_keys_count to match MSC3202 (#14565) 2022-11-28 16:17:29 +00:00
test_auth.py Save login tokens in database (#13844) 2022-10-26 11:45:41 +01:00
test_cas.py
test_deactivate_account.py
test_device.py POC delete stale non-e2e devices for users (#14038) 2022-11-29 10:36:41 +00:00
test_directory.py
test_e2e_keys.py
test_e2e_room_keys.py
test_federation_event.py
test_federation.py Avoid checking the event cache when backfilling events (#14164) 2022-10-18 10:33:35 +01:00
test_message.py
test_oidc.py Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) 2022-10-25 14:25:02 +00:00
test_password_providers.py
test_presence.py Fix an invalid comparison of UserPresenceState to str (#14393) 2022-11-16 15:25:35 +00:00
test_profile.py fix broken avatar checks when server_name contains a port (#13927) 2022-10-26 15:51:23 +01:00
test_receipts.py
test_register.py
test_room_member.py
test_room_summary.py
test_room.py
test_saml.py
test_send_email.py
test_sso.py Add support for handling avatar with SSO login (#13917) 2022-11-25 15:16:50 +00:00
test_stats.py
test_sync.py
test_typing.py
test_user_directory.py