synapse-old/synapse/storage/databases/main
dependabot[bot] eee2b6642d
Bump ruff from 0.0.286 to 0.0.290 (#16342)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Cloke <patrickc@matrix.org>
2023-09-18 11:30:43 -04:00
..
__init__.py Filter locked users in the admin API (#16328) 2023-09-18 15:37:51 +01:00
account_data.py Make cached account data/tags/admin types immutable (#16325) 2023-09-18 09:55:04 -04:00
appservice.py
cache.py Revert MSC3861 introspection cache, admin impersonation and account lock (#16258) 2023-09-06 15:19:51 +01:00
censor_events.py
client_ips.py Refactor `get_user_by_id` (#16316) 2023-09-14 12:46:30 +01:00
deviceinbox.py Delete device messages asynchronously and in staged batches (#16240) 2023-09-06 09:30:53 +02:00
devices.py Recheck if remote device is cached before requesting it (#16252) 2023-09-07 12:45:43 +00:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Support MSC3814: Dehydrated Devices Part 2 (#16010) 2023-08-08 12:04:46 -07:00
event_federation.py Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
event_push_actions.py Bump ruff from 0.0.286 to 0.0.290 (#16342) 2023-09-18 11:30:43 -04:00
events.py Bump ruff from 0.0.286 to 0.0.290 (#16342) 2023-09-18 11:30:43 -04:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py Stop writing to the event_txn_id table (#16175) 2023-08-30 11:10:56 +01:00
experimental_features.py Make cached account data/tags/admin types immutable (#16325) 2023-09-18 09:55:04 -04:00
filtering.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
keys.py Refactor storing of server keys (#16261) 2023-09-12 11:08:04 +01:00
lock.py Fix rare bug that broke looping calls (#16210) 2023-08-30 14:18:42 +01:00
media_repository.py Add tracing to media `/upload` endpoint (#15850) 2023-07-05 10:22:21 -05:00
metrics.py
monthly_active_users.py
openid.py
presence.py Fix could not serialize access due to concurrent `DELETE` from presence_stream (#15826) 2023-07-05 11:44:02 +01:00
profile.py Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters`. (#15953) 2023-07-18 11:44:09 +01:00
purge_events.py Stop purging tables which are slated for removal. (#16273) 2023-09-12 07:12:31 -04:00
push_rule.py Stabilize support for MSC3958 (suppress notifications from edits). (#16113) 2023-08-23 13:22:34 -04:00
pusher.py
receipts.py Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299) 2023-09-15 09:16:45 +01:00
registration.py Refactor `get_user_by_id` (#16316) 2023-09-14 12:46:30 +01:00
rejections.py
relations.py Add a catch-all * to the supported relation types when redacting (#15705) 2023-06-02 13:13:50 +00:00
room.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
roommember.py Speed up updating state in large rooms (#15971) 2023-07-20 15:51:28 +01:00
search.py
session.py
signatures.py
state.py
state_deltas.py
stats.py Filter locked users in the admin API (#16328) 2023-09-18 15:37:51 +01:00
stream.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
tags.py Make cached account data/tags/admin types immutable (#16325) 2023-09-18 09:55:04 -04:00
task_scheduler.py Some minor performance fixes for task schedular (#16313) 2023-09-14 16:20:47 +01:00
transactions.py Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
ui_auth.py
user_directory.py Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
user_erasure_store.py