forked-synapse/synapse/handlers
Erik Johnston c2de2ca630
Delete stale non-e2e devices for users, take 2 (#14595)
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.
2022-12-09 09:37:07 +00:00
..
ui_auth
__init__.py
account_data.py
account_validity.py
account.py
admin.py Show erasure status when listing users in the Admin API (#14205) 2022-10-21 13:52:44 +01:00
appservice.py Improve logging and opentracing for to-device message handling (#14598) 2022-12-06 09:52:55 +00:00
auth.py
cas.py
deactivate_account.py
device.py Delete stale non-e2e devices for users, take 2 (#14595) 2022-12-09 09:37:07 +00:00
devicemessage.py Improve logging and opentracing for to-device message handling (#14598) 2022-12-06 09:52:55 +00:00
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation_event.py
federation.py Faster remote room joins: stream the un-partial-stating of rooms over replication. [rei:frrj/streams/unpsr] (#14473) 2022-12-05 13:07:55 +00:00
identity.py
initial_sync.py
message.py Fix possible variable shadow in create_new_client_event (#14575) 2022-11-28 19:18:12 -08:00
oidc.py Add support for handling avatar with SSO login (#13917) 2022-11-25 15:16:50 +00:00
pagination.py Implement message forward pagination from start when no from is given, fixes #12383 (#14149) 2022-11-24 09:10:51 +00:00
password_policy.py
presence.py Better return type for get_all_entities_changed (#14604) 2022-12-05 15:19:14 -05:00
profile.py fix broken avatar checks when server_name contains a port (#13927) 2022-10-26 15:51:23 +01:00
push_rules.py Port the push rule classes to Rust. (#13768) 2022-09-20 12:10:31 +01:00
read_marker.py
receipts.py Include thread information when sending receipts over federation. (#14466) 2022-11-28 14:40:17 +00:00
register.py Add a type hint for get_device_handler() and fix incorrect types. (#14055) 2022-11-22 14:08:04 -05:00
relations.py
room_batch.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
room_list.py
room_member_worker.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
room_member.py
room_summary.py
room.py
saml.py
search.py
send_email.py
set_password.py
sso.py Add support for handling avatar with SSO login (#13917) 2022-11-25 15:16:50 +00:00
state_deltas.py
stats.py
sync.py Improve logging and opentracing for to-device message handling (#14598) 2022-12-06 09:52:55 +00:00
typing.py Better return type for get_all_entities_changed (#14604) 2022-12-05 15:19:14 -05:00
user_directory.py