forked-synapse/synapse/storage/data_stores/main
2020-01-22 13:36:43 +00:00
..
schema Fix syntax error in run_upgrade for schema 57 (#6728) 2020-01-17 14:30:35 +00:00
__init__.py Fix GET request on /_synapse/admin/v2/users endpoint (#6563) 2020-01-08 13:26:40 +00:00
account_data.py
appservice.py
cache.py Allow streaming cache invalidate all to workers. (#6749) 2020-01-22 10:37:00 +00:00
client_ips.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
deviceinbox.py Add delta file to fix missing default table data (#6555) 2019-12-18 11:13:33 +00:00
devices.py move batch_iter to a separate module 2020-01-16 22:25:32 +00:00
directory.py
e2e_room_keys.py
end_to_end_keys.py look up cross-signing keys from the DB in bulk (#6486) 2019-12-12 12:03:28 -05:00
event_federation.py Merge pull request #6652 from matrix-org/babolivier/depth_missing_events 2020-01-07 15:22:07 +01:00
event_push_actions.py
events_bg_updates.py Drop unused index 2019-12-10 12:46:14 +00:00
events_worker.py move batch_iter to a separate module 2020-01-16 22:25:32 +00:00
events.py Add a DeltaState to track changes to be made to current state (#6716) 2020-01-20 18:07:20 +00:00
filtering.py
group_server.py
keys.py move batch_iter to a separate module 2020-01-16 22:25:32 +00:00
media_repository.py
monthly_active_users.py Allow monthly active user limiting support for worker mode, fixes #4639. (#6742) 2020-01-22 11:05:14 +00:00
openid.py
presence.py move batch_iter to a separate module 2020-01-16 22:25:32 +00:00
profile.py
push_rule.py Change EventContext to use the Storage class (#6564) 2019-12-20 10:32:02 +00:00
pusher.py Clean up startup for the pusher (#6558) 2019-12-18 14:26:58 +00:00
receipts.py
registration.py Allow admin users to create or modify users without a shared secret (#6495) 2020-01-09 13:31:00 +00:00
rejections.py
relations.py
room.py Admin API to list, filter and sort rooms (#6720) 2020-01-22 13:36:43 +00:00
roommember.py Add local_current_membership table (#6655) 2020-01-15 14:59:33 +00:00
search.py Fix redacted events being returned in search results ordered by "recent" (#6522) 2019-12-12 15:53:49 +00:00
signatures.py
state_deltas.py
state.py Add StateMap type alias (#6715) 2020-01-16 13:31:22 +00:00
stats.py
stream.py Fixup diff 2020-01-16 20:25:09 +00:00
tags.py
transactions.py
user_directory.py
user_erasure_store.py