MatrixSynapse/synapse/storage/databases/main
Erik Johnston 940ad1eecc Fix race for concurrent downloads of remote media.
Fixes #6755
2020-10-29 11:06:00 +00:00
..
schema Add admin API to list users' local media (#8647) 2020-10-27 14:12:31 +00:00
__init__.py Type hints for RegistrationStore (#8615) 2020-10-22 11:56:58 +01:00
account_data.py
appservice.py Add type hints to application services. (#8655) 2020-10-28 11:12:21 -04:00
cache.py
censor_events.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py
events_bg_updates.py Add admin API to list users' local media (#8647) 2020-10-27 14:12:31 +00:00
events_worker.py Don't pull event from DB when handling replication traffic. (#8669) 2020-10-28 12:11:45 +00:00
filtering.py
group_server.py
keys.py
media_repository.py Fix race for concurrent downloads of remote media. 2020-10-29 11:06:00 +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
openid.py
presence.py
profile.py Add type hints for account validity handler (#8620) 2020-10-26 14:17:31 -04:00
purge_events.py
push_rule.py
pusher.py
receipts.py
registration.py Add type hints for account validity handler (#8620) 2020-10-26 14:17:31 -04:00
rejections.py
relations.py
room.py Split admin API for reported events into a detail and a list view (#8539) 2020-10-26 18:16:37 +00:00
roommember.py Consistently use wrap_as_background_task in more places (#8599) 2020-10-20 11:29:38 -04:00
search.py
signatures.py
state.py
state_deltas.py
stats.py
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py
user_erasure_store.py