MatrixSynapse/synapse/storage/databases/main
Jason Robinson 4936fc59fc Fix get forward extremities query
Signed-off-by: Jason Robinson <jasonr@matrix.org>
2021-01-26 10:21:02 +02:00
..
schema Merge remote-tracking branch 'origin/release-v1.26.0' into develop 2021-01-21 16:05:13 +00:00
__init__.py Merge branch 'develop' into jaywink/admin-forward-extremities 2021-01-23 21:41:35 +02:00
account_data.py Fix receipts or account data not being sent down sync (#9193) 2021-01-21 15:09:09 +00:00
appservice.py Fix error handling around when completing an AS transaction (#8693) 2020-10-30 16:50:48 +00:00
cache.py Separate `get_current_token` into two. (#8113) 2020-08-19 10:39:31 +01:00
censor_events.py Remove frozendict_json_encoder and support frozendicts everywhere 2020-10-28 15:56:57 +00:00
client_ips.py Register the /devices endpoint on workers. (#9092) 2021-01-13 12:35:40 -05:00
deviceinbox.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
devices.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
directory.py Convert additional databases to async/await part 2 (#8200) 2020-09-01 08:39:04 -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 Fix perf of get_cross_signing_keys (#9116) 2021-01-14 17:57:09 +00:00
event_federation.py Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
event_push_actions.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
events.py Speed up chain cover calculation (#9176) 2021-01-21 17:00:12 +00:00
events_bg_updates.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
events_forward_extremities.py Fix get forward extremities query 2021-01-26 10:21:02 +02:00
events_worker.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
filtering.py Convert additional databases to async/await part 2 (#8200) 2020-09-01 08:39:04 -04:00
group_server.py Use `async with` for ID gens (#8383) 2020-09-23 16:11:18 +01:00
keys.py Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
media_repository.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
metrics.py Fix user_daily_visits to not have duplicate rows for UA. (#8654) 2020-10-26 13:16:32 +00:00
monthly_active_users.py Move additional tasks to the background worker, part 3 (#8489) 2020-10-09 07:37:51 -04:00
openid.py Convert additional databases to async/await part 2 (#8200) 2020-09-01 08:39:04 -04:00
presence.py Use `async with` for ID gens (#8383) 2020-09-23 16:11:18 +01:00
profile.py Remove user's avatar URL and displayname when deactivated. (#8932) 2021-01-12 16:30:15 -05:00
purge_events.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
push_rule.py Use `async with` for ID gens (#8383) 2020-09-23 16:11:18 +01:00
pusher.py Don't error if deleting a non-existent pusher. (#9121) 2021-01-25 14:52:30 -05:00
receipts.py Fix receipts or account data not being sent down sync (#9193) 2021-01-21 15:09:09 +00:00
registration.py Add an admin API for shadow-banning users. (#9209) 2021-01-25 14:49:39 -05: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 additional databases to async/await (#8199) 2020-09-01 09:21:48 -04:00
room.py Support icons for Identity Providers (#9154) 2021-01-20 08:15:14 -05:00
roommember.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
search.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
signatures.py Convert additional databases to async/await part 2 (#8200) 2020-09-01 08:39:04 -04:00
state.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -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 Add an admin API for users' media statistics (#8700) 2020-11-05 18:59:12 +00:00
stream.py Use vector clocks for room stream tokens. (#8439) 2020-10-07 15:15:33 +01:00
tags.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
transactions.py Fix get destinations to catch up query. (#9114) 2021-01-14 16:47:21 +00:00
ui_auth.py Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
user_directory.py Use the simple dictionary in full text search for the user directory (#8959) 2020-12-17 14:42:30 +01:00
user_erasure_store.py Fixed a bug with reactivating users with the admin API (#8362) 2020-09-22 18:19:01 +01:00