MatrixSynapse/synapse/storage/databases/main
Nick Mills-Barrett 04ca3a52f6
Use READ COMMITTED isolation level when inserting read receipts (#12957)
2022-06-09 09:44:16 +01:00
..
__init__.py Remove remaining pieces of groups code. (#12966) 2022-06-06 13:20:05 -04:00
account_data.py
appservice.py Remove code which updates `application_services_state.last_txn` (#12680) 2022-05-17 11:07:18 +01:00
cache.py Add index to cache invalidations (#12747) 2022-05-17 09:34:59 +00:00
censor_events.py
client_ips.py
deviceinbox.py
devices.py Consolidate the logic of delete_device/delete_devices. (#12970) 2022-06-07 07:43:35 -04:00
directory.py
e2e_room_keys.py Add `StreamKeyType` class and replace string literals with constants (#12567) 2022-05-16 15:35:31 +00:00
end_to_end_keys.py
event_federation.py Stop reading from `event_edges.room_id`. (#12914) 2022-05-31 13:51:49 +01:00
event_push_actions.py Avoid attempting to delete push actions for remote users. (#12879) 2022-05-26 07:09:16 -04:00
events.py Use dummy fallback engines if imports fail (#12979) 2022-06-07 17:33:55 +01:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py Stop reading from `event_edges.room_id`. (#12914) 2022-05-31 13:51:49 +01:00
filtering.py
group_server.py Remove groups code from synapse_port_db. (#12899) 2022-06-03 12:13:35 -04:00
keys.py
lock.py LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832) 2022-05-30 09:41:13 +01:00
media_repository.py Prevent breaking old sqlite's when media retention is enabled (#12977) 2022-06-07 11:28:08 +00:00
metrics.py Add some type hints to datastore (#12717) 2022-05-17 15:29:06 +01:00
monthly_active_users.py Add storage and module API methods to get monthly active users and their appservices (#12838) 2022-05-27 10:25:57 +00:00
openid.py
presence.py Reduce DB load of /sync when using presence (#12885) 2022-05-31 13:01:05 +00:00
profile.py Remove remaining pieces of groups code. (#12966) 2022-06-06 13:20:05 -04:00
purge_events.py Remove remaining pieces of groups code. (#12966) 2022-06-06 13:20:05 -04:00
push_rule.py Misc clean-up of push rules datastore (#12856) 2022-05-25 07:49:12 -04:00
pusher.py Fix invite notifications for users without pushers (#12840) 2022-05-30 13:14:43 +02:00
receipts.py Use READ COMMITTED isolation level when inserting read receipts (#12957) 2022-06-09 09:44:16 +01:00
registration.py Add `mau_appservice_trial_days` config (#12619) 2022-05-04 19:33:26 +01:00
rejections.py
relations.py Fix caching behavior for relations push rules. (#12859) 2022-05-25 07:49:54 -04:00
room.py Wait for lazy join to complete when getting current state (#12872) 2022-06-01 16:02:53 +01:00
room_batch.py
roommember.py Reduce state pulled from DB due to sending typing and receipts over federation (#12964) 2022-06-06 16:46:11 +01:00
search.py Add some type hints to datastore. (#12477) 2022-05-10 14:07:48 -04:00
session.py
signatures.py
state.py Fix a stale comment in get_room_version_id_txn. (#12969) 2022-06-07 07:44:31 -04:00
state_deltas.py Wait for lazy join to complete when getting current state (#12872) 2022-06-01 16:02:53 +01:00
stats.py
stream.py Fix 404 on `/sync` when the last event is a redaction of an unknown/purged event (#12905) 2022-06-01 11:29:51 +00:00
tags.py
transactions.py
ui_auth.py
user_directory.py Wait for lazy join to complete when getting current state (#12872) 2022-06-01 16:02:53 +01:00
user_erasure_store.py