MatrixSynapse/synapse/handlers
Erik Johnston 6204c3663e
Revert pruning of old devices (#15360)
* Revert "Fix registering a device on an account with lots of devices (#15348)"

This reverts commit f0d8f66eaa.

* Revert "Delete stale non-e2e devices for users, take 3 (#15183)"

This reverts commit 78cdb72cd6.
2023-03-31 13:51:51 +01:00
..
ui_auth
__init__.py
account.py
account_data.py
account_validity.py
admin.py
appservice.py Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) 2023-03-30 08:39:38 -04:00
auth.py Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2023-03-24 11:09:39 -04:00
cas.py
deactivate_account.py
device.py Revert pruning of old devices (#15360) 2023-03-31 13:51:51 +01:00
devicemessage.py
directory.py
e2e_keys.py Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) 2023-03-30 08:39:38 -04:00
e2e_room_keys.py
event_auth.py
events.py Make `EventHandler.get_event` return `None` when the requested event is not found (#15298) 2023-03-21 13:23:47 +00:00
federation.py Fix spinloop during partial state sync when a prev event is in backoff (#15351) 2023-03-30 13:36:41 +01:00
federation_event.py Fix spinloop during partial state sync when a prev event is in backoff (#15351) 2023-03-30 13:36:41 +01:00
identity.py
initial_sync.py
message.py
oidc.py Add the ability to enable/disable registrations when in the OIDC flow (#14978) 2023-03-30 11:09:41 +00:00
pagination.py
password_policy.py
presence.py
profile.py
push_rules.py
read_marker.py
receipts.py
register.py Revert pruning of old devices (#15360) 2023-03-31 13:51:51 +01:00
relations.py
room.py
room_batch.py
room_list.py
room_member.py Fix joining rooms you have been unbanned from (#15323) 2023-03-29 08:37:27 +00:00
room_member_worker.py
room_summary.py
saml.py
search.py
send_email.py
set_password.py
sso.py Add the ability to enable/disable registrations when in the OIDC flow (#14978) 2023-03-30 11:09:41 +00:00
state_deltas.py
stats.py
sync.py
typing.py Prune old typing notifications (#15332) 2023-03-27 14:32:36 +01:00
user_directory.py