anonymousland-synapse/synapse/storage
2019-10-10 11:51:50 +01:00
..
engines Fix devices_last_seen background update. 2019-09-30 11:58:36 +01:00
schema Rewrite the user_filter migration again (#6184) 2019-10-10 11:28:23 +01:00
util
__init__.py
_base.py Patch inlinecallbacks for log contexts 2019-09-27 15:11:14 +01:00
account_data.py
appservice.py
background_updates.py
client_ips.py Cleanup client_ips 2019-10-08 14:38:14 +01:00
deviceinbox.py Move deviceinbox's bg updates to a dedicated store 2019-10-07 17:34:16 +01:00
devices.py Move devices's bg updates to a dedicated store 2019-10-07 17:34:20 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py Fix dummy event insertion consent bug (#6053) 2019-09-26 11:47:53 +01:00
event_push_actions.py
events_bg_updates.py Add received_ts column to redactions. 2019-10-01 13:43:48 +01:00
events_worker.py Fix fetching censored redactions from DB 2019-10-02 10:14:01 +01:00
events.py Fix inserting bytes as text 2019-10-08 16:18:43 +01:00
filtering.py
group_server.py
keys.py
media_repository.py Lint 2019-10-07 17:44:41 +01:00
monthly_active_users.py
openid.py
prepare_database.py
presence.py
profile.py
push_rule.py Fix yields and copy instead of move push rules on room upgrade (#6144) 2019-10-02 12:04:22 +01:00
pusher.py
receipts.py
registration.py Fix RegistrationStore 2019-10-08 14:48:33 +01:00
rejections.py
relations.py
room.py Merge pull request #6154 from matrix-org/erikj/fix_appservice_pagination 2019-10-02 16:50:32 +01:00
roommember.py Move roommember's bg updates to a dedicated store 2019-10-07 17:35:01 +01:00
search.py Lint 2019-10-07 17:44:41 +01:00
signatures.py
state_deltas.py Fix races in room stats (and other) updates. (#6187) 2019-10-10 11:29:01 +01:00
state.py Lint 2019-10-07 17:44:41 +01:00
stats.py add some logging to the rooms stats updates, to try to track down a flaky test (#6167) 2019-10-07 14:41:39 +01:00
stream.py
tags.py
transactions.py
user_directory.py Move user_directory's bg updates to a dedicated store 2019-10-07 17:34:45 +01:00
user_erasure_store.py