H. Shay e0384a1f78 Merge branch 'develop' into shay/more_no_read 11 months ago
..
__init__.py e625c3dca0 Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters`. (#15953) 11 months ago
account_data.py 375b0a8a11 Update code to refer to "workers". (#15606) 1 year ago
appservice.py d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
cache.py e0c39d6bb5 Fix forgotten rooms missing in initial sync (#15815) 1 year ago
censor_events.py 2ee0b6ef4b Safe async event cache (#13308) 1 year ago
client_ips.py e630722f11 Optimise `_update_client_ips_batch_txn` to batch together database operations. (#12252) 2 years ago
deviceinbox.py 6f68e32bfb to_device updates could be dropped when consuming the replication stream (#15349) 1 year ago
devices.py 07d7cbfe69 devices: use combined ANY clause for faster cleanup (#15861) 11 months ago
directory.py 4af0aec54d Load `/directory/room/{roomAlias}` endpoint on workers (#15333) 1 year ago
e2e_room_keys.py 6b23d74ad1 Delete server-side backup keys when deactivating an account. (#15181) 1 year ago
end_to_end_keys.py 5ed0e8c61f Cache requests for user's devices from federation (#15675) 1 year ago
event_federation.py e55a9b3e41 Fix downgrading to previous version of Synapse (#15907) 11 months ago
event_push_actions.py 2ad91ec628 Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) 1 year ago
events.py 95a96b21eb Add foreign key constraint to `event_forward_extremities`. (#15751) 11 months ago
events_bg_updates.py 2b78981736 Remove support for aggregating reactions (#15172) 1 year ago
events_forward_extremities.py c1482a352a Fix returned count of delete extremities admin API (#12496) 2 years ago
events_worker.py 21fea6b749 Prefill events after invalidate not before when persisting events (#15758) 1 year ago
experimental_features.py 89f6fb0d5a Add an admin API endpoint to support per-user feature flags (#15344) 1 year ago
filtering.py e625c3dca0 Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters`. (#15953) 11 months ago
keys.py 5e024a0645 Modify StoreKeyFetcher to read from server_keys_json. (#15417) 1 year ago
lock.py 39d131b016 Add basic read/write lock (#15782) 11 months ago
media_repository.py ce857c05d5 Add tracing to media `/upload` endpoint (#15850) 11 months ago
metrics.py 736199b763 Remove old R30 because R30v2 supercedes it (#10428) 1 year ago
monthly_active_users.py d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
openid.py 64ef25391d Add type hints to some storage classes (#11307) 2 years ago
presence.py 4cf9f92f39 Fix could not serialize access due to concurrent `DELETE` from presence_stream (#15826) 11 months ago
profile.py e625c3dca0 Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters`. (#15953) 11 months ago
purge_events.py c485ed1c5a Clear event caches when we purge history (#15609) 1 year ago
push_rule.py f880e64b11 Stabilize support for MSC3952: Intentional mentions. (#15520) 1 year ago
pusher.py 6eb3edec47 Fix the 'set_device_id_for_pushers_txn' background update. (#15391) 1 year ago
receipts.py 375b0a8a11 Update code to refer to "workers". (#15606) 1 year ago
registration.py 301b4156d5 Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 1 year ago
rejections.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
relations.py e0f2429d13 Add a catch-all * to the supported relation types when redacting (#15705) 1 year ago
room.py 6d81aec09f Support room version 11 (#15912) 11 months ago
roommember.py e536f02f68 Remove superfluous `room_memberships` join from background update (#15733) 1 year ago
search.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
session.py d8f94eeec2 Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) 2 years ago
signatures.py d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
state.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
state_deltas.py 888a29f412 Wait for lazy join to complete when getting current state (#12872) 2 years ago
stats.py 2c3f20e28a really stop reading from user_id 11 months ago
stream.py bd4d958aaf Bump ruff from 0.0.252 to 0.0.259 (#15328) 1 year ago
tags.py d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
transactions.py d0fe417f5c Remove unused store method `_set_destination_retry_timings_emulated`. (#15266) 1 year ago
ui_auth.py b76f1a4d5f Add some type hints to datastore (#12485) 2 years ago
user_directory.py 2c3f20e28a really stop reading from user_id 11 months ago
user_erasure_store.py c99da2d079 Annotations for user_erasure_store (#11313) 2 years ago