MatrixSynapse/synapse/storage/databases/main
Richard van der Hoff aa07c37cf0
Move and rename `get_devices_with_keys_by_user` (#8204)
* Move `get_devices_with_keys_by_user` to `EndToEndKeyWorkerStore`

this seems a better fit for it.

This commit simply moves the existing code: no other changes at all.

* Rename `get_devices_with_keys_by_user`

to better reflect what it does.

* get_device_stream_token abstract method

To avoid referencing fields which are declared in the derived classes, make
`get_device_stream_token` abstract, and define that in the classes which define
`_device_list_id_gen`.
2020-09-01 12:41:21 +01:00
..
schema Allow denying or shadow banning registrations via the spam checker (#8034) 2020-08-20 15:42:58 -04:00
__init__.py Move and rename `get_devices_with_keys_by_user` (#8204) 2020-09-01 12:41:21 +01:00
account_data.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
appservice.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
cache.py Separate `get_current_token` into two. (#8113) 2020-08-19 10:39:31 +01:00
censor_events.py Convert account data, device inbox, and censor events databases to async/await (#8063) 2020-08-12 09:29:06 -04:00
client_ips.py Convert additional database stores to async/await (#8045) 2020-08-07 12:17:17 -04:00
deviceinbox.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
devices.py Move and rename `get_devices_with_keys_by_user` (#8204) 2020-09-01 12:41:21 +01:00
directory.py Convert simple_update* and simple_select* to async (#8173) 2020-08-27 07:08:38 -04:00
e2e_room_keys.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
end_to_end_keys.py Move and rename `get_devices_with_keys_by_user` (#8204) 2020-09-01 12:41:21 +01:00
event_federation.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
event_push_actions.py Convert `event_push_actions`, `registration`, and `roommember` datastores to async (#8197) 2020-08-28 11:34:50 -04:00
events.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
events_bg_updates.py Convert receipts and events databases to async/await. (#8076) 2020-08-14 10:05:19 -04:00
events_worker.py Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#8171) 2020-08-26 13:15:20 +01:00
filtering.py Convert appservice, group server, profile and more databases to async (#8066) 2020-08-12 09:28:48 -04:00
group_server.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
keys.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
media_repository.py Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00
metrics.py Convert tags and metrics databases to async/await (#8062) 2020-08-11 17:21:20 -04:00
monthly_active_users.py Convert stats and related calls to async/await (#8192) 2020-08-27 17:24:37 -04:00
openid.py Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00
presence.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
profile.py Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00
purge_events.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
push_rule.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
pusher.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
receipts.py Convert simple_update* and simple_select* to async (#8173) 2020-08-27 07:08:38 -04:00
registration.py Fix incorrect return signature 2020-08-28 17:39:48 +01:00
rejections.py Convert simple_select_one and simple_select_one_onecol to async (#8162) 2020-08-26 07:19:32 -04:00
relations.py Convert appservice, group server, profile and more databases to async (#8066) 2020-08-12 09:28:48 -04:00
room.py Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00
roommember.py Convert `event_push_actions`, `registration`, and `roommember` datastores to async (#8197) 2020-08-28 11:34:50 -04:00
search.py Convert additional database stores to async/await (#8045) 2020-08-07 12:17:17 -04:00
signatures.py Convert additional database stores to async/await (#8045) 2020-08-07 12:17:17 -04:00
state.py Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
state_deltas.py Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
stats.py Convert stats and related calls to async/await (#8192) 2020-08-27 17:24:37 -04:00
stream.py Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
tags.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
transactions.py Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
ui_auth.py Allow denying or shadow banning registrations via the spam checker (#8034) 2020-08-20 15:42:58 -04:00
user_directory.py Convert simple_update* and simple_select* to async (#8173) 2020-08-27 07:08:38 -04:00
user_erasure_store.py Do not assume calls to runInteraction return Deferreds. (#8133) 2020-08-20 06:39:55 -04:00