summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-13394-1111/+7165
|\
| * Update license headersPatrick Cloke2023-11-21408-1111/+7431
* | Revert postgres logical replication deltaas v1.98.0rc1David Robertson2023-12-05116-128/+0
* | Fix postgres schema after dropping old tables (#16730)David Robertson2023-12-055-5/+0
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-12-04121-0/+133
* | Drop unused tables & unneeded access token ID for events. (#16522)Patrick Cloke2023-12-012-2/+26
* | Speed up pruning of `user_ips` table (#16667)Erik Johnston2023-11-291-10/+7
* | Remove old full schema dumps. (#16697)Patrick Cloke2023-11-2820-2962/+0
* | Correctly read to-device stream pos on SQLite (#16682)David Robertson2023-11-241-12/+19
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16...David Robertson2023-11-231-0/+21
* | Filter out auth chain queries that don't exist (#16552)Jason Little2023-11-221-0/+5
|/
* Speed up purge room by adding index (#16657)Erik Johnston2023-11-172-0/+25
* Merge branch 'master' into developPatrick Cloke2023-11-171-2/+2
|\
| * Fix "'int' object is not iterable" error in set_device_id_for_pushers backgro...Patrick Cloke2023-11-021-2/+2
* | Revert "Fix test not detecting tables with missing primary keys and missing r...Erik Johnston2023-11-162-110/+0
* | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli...Erik Johnston2023-11-162-118/+0
* | Speed up deleting device messages (#16643)Erik Johnston2023-11-161-25/+81
* | Fix test not detecting tables with missing primary keys and missing replica i...reivilibre2023-11-162-0/+110
* | Add an Admin API to temporarily grant the ability to update an existing cross...David Robertson2023-11-152-0/+99
* | Asynchronous Uploads (#15503)Sumner Evans2023-11-151-2/+88
* | Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-1510-12/+18
* | Remove whole table locks on push rule add/delete (#16051)Nick Mills-Barrett2023-11-131-16/+27
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-11-132-0/+118
* | Use attempt_to_set_autocommit everywhere. (#16615)Patrick Cloke2023-11-093-12/+18
* | Use _invalidate_cache_and_stream_bulk in more places. (#16616)Patrick Cloke2023-11-096-46/+70
* | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-0919-241/+248
* | Return attrs for more media repo APIs. (#16611)Patrick Cloke2023-11-091-40/+65
* | Bulk-invalidate e2e cached queries after claiming keys (#16613)David Robertson2023-11-094-28/+131
* | Avoid updating the same rows multiple times with simple_update_many_txn. (#16...Patrick Cloke2023-11-071-4/+1
* | Avoid executing no-op queries. (#16583)Patrick Cloke2023-11-075-19/+33
* | More tests for the simple_* methods. (#16596)Patrick Cloke2023-11-071-9/+4
* | Collect information for PushRuleEvaluator in parallel. (#16590)Patrick Cloke2023-11-061-19/+31
* | Simplify event persistence code (#16584)Patrick Cloke2023-11-032-312/+324
* | Use simple_select_many_txn in event persistance code. (#16585)Patrick Cloke2023-11-021-5/+11
* | Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-317-91/+217
|/
* Claim local one-time-keys in bulk (#16565)David Robertson2023-10-301-114/+139
* Claim fallback keys in bulk (#16570)David Robertson2023-10-302-0/+70
* Ensure local invited & knocking users leave before purge. (#16559)Patrick Cloke2023-10-271-0/+16
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-2615-104/+133
* Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-2619-263/+343
* Allow multiple workers to write to receipts stream. (#16432)Erik Johnston2023-10-253-41/+128
* Fix bug where a new writer advances their token too quickly (#16473)Erik Johnston2023-10-231-1/+67
* Fix bug that could cause a `/sync` to tightloop with sqlite after restart (#1...Erik Johnston2023-10-231-1/+4
* Remove the last reference to event_txn_id. (#16521)Patrick Cloke2023-10-232-7/+4
* Mark sync as limited if there is a gap in the timeline (#16485)Erik Johnston2023-10-193-25/+121
* Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-181-0/+8
* Improve performance of delete device messages query (#16492)Mathieu Velten2023-10-181-7/+8
* Convert DeviceLastConnectionInfo to attrs. (#16507)Patrick Cloke2023-10-171-20/+26
* Convert state delta processing from a dict to attrs. (#16469)Patrick Cloke2023-10-162-30/+36
* Remove useless async job to delete device messages on sync (#16491)Mathieu Velten2023-10-161-2/+3
* Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (...Patrick Cloke2023-10-122-26/+2
* Convert user_get_threepids response to attrs. (#16468)Patrick Cloke2023-10-111-5/+14
* Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-1121-416/+601
* Inline simple_search_list/simple_search_list_txn. (#16434)Patrick Cloke2023-10-102-72/+36
* Add DB indices to speed up purging rooms (#16457)David Robertson2023-10-103-0/+34
* Disable statement timeout whilst purging rooms (#16455)reivilibre2023-10-091-0/+5
* Convert simple_select_list_paginate_txn to return tuples. (#16433)Patrick Cloke2023-10-063-33/+58
* Return ThumbnailInfo in more places (#16438)Patrick Cloke2023-10-061-5/+25
* Drop unused tables & unneeded access token ID for events. (#16268)Patrick Cloke2023-10-062-2/+26
* Remove unused method. (#16435)Patrick Cloke2023-10-051-20/+0
* Remove manys calls to cursor_to_dict (#16431)Patrick Cloke2023-10-0513-226/+317
* Factor out `MultiWriter` token from `RoomStreamToken` (#16427)Erik Johnston2023-10-051-9/+13
* Some refactors around receipts stream (#16426)Erik Johnston2023-10-042-5/+3
* mypy plugin to check `@cached` return types (#14911)David Robertson2023-10-024-10/+15
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-0/+59
* Implement MSC4028: push all encrypted events. (#16361)Patrick Cloke2023-09-261-0/+1
* Improve comments in StateGroupBackgroundUpdateStore. (#16383)Patrick Cloke2023-09-251-2/+16
* Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14 (#16381)dependabot[bot]2023-09-252-29/+5
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-1/+6
* Convert more cached return values to immutable types (#16356)Patrick Cloke2023-09-204-9/+11
* Return immutable objects for cachedList decorators (#16350)Patrick Cloke2023-09-1913-51/+80
* Bump ruff from 0.0.286 to 0.0.290 (#16342)dependabot[bot]2023-09-182-13/+2
* Filter locked users in the admin API (#16328)Hanadi2023-09-182-1/+7
* Make cached account data/tags/admin types immutable (#16325)Patrick Cloke2023-09-183-14/+13
* Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-183-9/+10
* Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299)Jason Little2023-09-152-14/+12
* Some minor performance fixes for task schedular (#16313)Erik Johnston2023-09-142-0/+22
* Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-142-54/+33
* Fix using dehydrated devices (MSC2697) & refresh tokens (#16288)Hanadi2023-09-131-0/+20
* Use StrCollection in additional places. (#16301)Patrick Cloke2023-09-131-2/+2
* Stop purging tables which are slated for removal. (#16273)Patrick Cloke2023-09-122-5/+5
* Refactor storing of server keys (#16261)Erik Johnston2023-09-121-147/+72
* Improve type hints for attrs classes (#16276)David Robertson2023-09-081-5/+3
* Update ruff config (#16283)Patrick Cloke2023-09-081-2/+0
* Log values at DEBUG level with execute_values (#16281)David Robertson2023-09-081-2/+3
* Recheck if remote device is cached before requesting it (#16252)Erik Johnston2023-09-071-9/+17
* Add `/notifications` endpoint to workers (#16265)Erik Johnston2023-09-071-36/+36
* Merge remote-tracking branch 'origin/release-v1.92' into developPatrick Cloke2023-09-062-22/+0
|\
| * Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92Patrick Cloke2023-09-062-22/+0
| |\
| | * Revert MSC3861 introspection cache, admin impersonation and account lock (#16...Quentin Gliech2023-09-062-22/+0
* | | Delete device messages asynchronously and in staged batches (#16240)Mathieu Velten2023-09-067-21/+37
* | | Fix appservices being unable to handle to_device messages for multiple users ...Will Hunt2023-09-051-1/+1
* | | Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257)Erik Johnston2023-09-051-6/+11
|/ /
* | Don't wake up destination transaction queue if they're not due for retry. (#1...Erik Johnston2023-09-041-3/+23
* | Add last_seen_ts to the admin users API (#16218)Mathieu Velten2023-09-043-2/+12
* | Log the details of background update failures (#16212)David Robertson2023-09-011-2/+2
* | Fix rare bug that broke looping calls (#16210)Erik Johnston2023-08-301-14/+22
* | Stop writing to the event_txn_id table (#16175)Patrick Cloke2023-08-303-71/+21
* | Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-1/+16
* | Bump ruff from 0.0.277 to 0.0.286 (#16198)dependabot[bot]2023-08-291-3/+3
* | Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-231-1/+0
|/
* Fix rare deadlock when using read/write locks (#16169) release-v1.91.0Erik Johnston2023-08-232-37/+71
* Filter out unwanted user_agents from udv. (#16124)Neil Johnson2023-08-231-0/+5
* Fix rare deadlock when using read/write locks (#16133)Erik Johnston2023-08-231-0/+37
* Reduce DB contention on worker locks (#16160)Erik Johnston2023-08-231-0/+37
* Always update `retry_last_ts` (#16164)Erik Johnston2023-08-231-3/+3
* Task scheduler: mark task as active if we are scheduling ASAP (#16165)Mathieu Velten2023-08-231-1/+1
* Properly update retry_last_ts when hitting the maximum retry interval (#16156)DeepBlueV7.X2023-08-231-1/+3
* Increase perf of read/write locks (#16149)Erik Johnston2023-08-231-0/+30
* Add an admin endpoint to allow authorizing server to signal token revocations...Shay2023-08-222-0/+22
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-214-0/+233
* Speed up state res in rare case we don't have all events (#16116)Erik Johnston2023-08-181-23/+161
* Allow filtering for admins in the list accounts admin API (#16114)Alexander Fechler2023-08-181-0/+10
* Add cache to `get_server_keys_json_for_remote` (#16123)Erik Johnston2023-08-182-44/+95
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-52/+35
* Override global statement timeout when creating indexes in Postgres (#16085)Shay2023-08-171-0/+12
* Rename pagination&purge locks and add comments explaining them (#16112)Mathieu Velten2023-08-161-2/+2
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-155-8/+14
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-103-5/+84
* Support MSC3814: Dehydrated Devices Part 2 (#16010)Shay2023-08-082-59/+162
* Remove old rows from the `cache_invalidation_stream_by_instance` table automa...reivilibre2023-08-081-0/+130
* Stabilize support for MSC3970: updated transaction semantics (scope to `devic...Patrick Cloke2023-08-042-10/+10
* Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-312-75/+142
* Inline SQL queries using boolean parameters (#15525)Anshul Madnawat2023-07-267-25/+23
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-266-16/+21
* Actually stop reading from column `user_id` of tables `profiles` (#15955)Shay2023-07-233-11/+10
* Speed up updating state in large rooms (#15971)Erik Johnston2023-07-202-124/+135
* Fix bad merge of #15933 (#15958)Erik Johnston2023-07-192-0/+0
* Fix race in triggers for read/write locks. (#15933)Erik Johnston2023-07-194-98/+134
* Fix background schema updates failing over a large upgrade gap (#15887)Shay2023-07-181-0/+70
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-07-187-122/+16
|\
| * Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte...Shay2023-07-187-122/+16
* | Support room version 11 (#15912)Patrick Cloke2023-07-181-1/+1
* | Mark get_user_in_directory private since only used in tests (#15884)Mathieu Velten2023-07-121-8/+1
|/
* Fix downgrading to previous version of Synapse (#15907)Erik Johnston2023-07-103-4/+17
* Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15...Shay2023-07-077-16/+122
* Add basic read/write lock (#15782)Erik Johnston2023-07-053-56/+439
* Add tracing to media `/upload` endpoint (#15850)Eric Eastwood2023-07-051-0/+5
* Fix could not serialize access due to concurrent `DELETE` from presence_strea...Jason Little2023-07-051-1/+6
* Add foreign key constraint to `event_forward_extremities`. (#15751)Erik Johnston2023-07-055-7/+438
* Add not_user_type param to the list accounts admin API (#15844)Michael Weimann2023-07-041-0/+37
* devices: use combined ANY clause for faster cleanup (#15861)pacien2023-07-031-5/+9
* Add a timeout that aborts any Postgres statement taking more than 1 hour. (#1...reivilibre2023-07-031-0/+13
* Fix sqlite `user_filters` upgrade (#15817)Shay2023-06-273-3/+91
* Fix forgotten rooms missing in initial sync (#15815)Nicolas Werner2023-06-211-0/+13
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-164-384/+1
* Don't always lock "user_ips" table when performing non-native upsert (#15788)Andrew Morgan2023-06-161-1/+1
* Prefill events after invalidate not before when persisting events (#15758)Jason Little2023-06-142-4/+13
* Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_...Shay2023-06-131-3/+2
* Clear event caches when we purge history (#15609)Erik Johnston2023-06-084-5/+177
* Quick & dirty metric for background update status (#15740)David Robertson2023-06-072-1/+37
* Remove superfluous `room_memberships` join from background update (#15733)Eric Eastwood2023-06-071-1/+0
* Merge branch 'master' into developErik Johnston2023-06-071-1/+21
|\
| * Fix schema delta error in 1.85 (#15739)Erik Johnston2023-06-071-2/+14
| * Fix schema delta error in 1.85 (#15738)Erik Johnston2023-06-071-0/+8
* | No need for the extra join since `membership` is built-in to `current_state_e...Eric Eastwood2023-06-061-4/+3
* | Improve performance of user directory search (#15729)Shay2023-06-061-4/+8
* | Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-1/+0
* | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-025-13/+203
* | Add a catch-all * to the supported relation types when redacting (#15705)Mathieu Velten2023-06-021-0/+30
* | Merge branch 'release-v1.85' into developH. Shay2023-06-014-2/+53
|\|
| * Speed up background jobs populate_full_user_id_user_filters and populate_full...Shay2023-05-312-2/+2
| * Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin...reivilibre2023-05-312-0/+51
* | Cache requests for user's devices from federation (#15675)Erik Johnston2023-06-012-2/+69
* | Add get_canonical_room_alias to module API (#15450)Gabriel FĂ©ron2023-05-311-1/+1
|/
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-268-223/+291
* Process previously failed backfill events in the background (#15585)Eric Eastwood2023-05-241-1/+30
* Speed up user directory rebuild for users some more... (#15665)Erik Johnston2023-05-241-76/+114
* Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-241-1/+1
* Fix `@trace` not wrapping some state methods that return coroutines correctly...Eric Eastwood2023-05-231-7/+8
* Instrument `state` and `state_group` storage related things (tracing) (#15610)Eric Eastwood2023-05-193-0/+53
* Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-83/+0
* Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-191-3/+2
* Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-181-6/+0
* Update code to refer to "workers". (#15606)Patrick Cloke2023-05-166-25/+14
* Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-167-4/+267
* Fix subscriptable type usage in Python <3.9 (#15604)Eric Eastwood2023-05-161-2/+1
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Erik Johnston2023-05-126-224/+234
* Clean up and clarify "Create or modify Account" Admin API documentation (#15544)Andrew Morgan2023-05-051-0/+16
* Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-051-1/+1
* Speed up deleting of old rows in `event_push_actions` (#15531)Erik Johnston2023-05-031-0/+9
* Speed up rebuilding of the user directory for local users (#15529)Erik Johnston2023-05-032-77/+171
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-036-234/+224
* Add config option to forget rooms automatically when users leave them (#15224)Sean Quah2023-05-032-24/+69
* Initial implementation of MSC3981: recursive relations API (#15315)Patrick Cloke2023-05-021-17/+48
* Add an admin API endpoint to support per-user feature flags (#15344)Shay2023-04-283-0/+104
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-271-30/+47
* Add type hints to schema deltas (#15497)Patrick Cloke2023-04-2728-134/+131
* Check databases/__init__ and main/cache with mypy. (#15496)Patrick Cloke2023-04-272-9/+11
* Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-266-18/+120
* Add admin endpoint to query room sizes (#15482)Erik Johnston2023-04-262-0/+115
* Add unstable /keys/claim endpoint which always returns fallback keys. (#15462)Patrick Cloke2023-04-251-4/+5
* Re re introduce membership tables event stream ordering (#15356)Nick Mills-Barrett2023-04-256-12/+162
* Experimental support for MSC3970: per-device transaction IDs (#15318)Quentin Gliech2023-04-253-18/+136
* Modify StoreKeyFetcher to read from server_keys_json. (#15417)Patrick Cloke2023-04-201-12/+87
* More precise type for LoggingTransaction.execute (#15432)David Robertson2023-04-143-14/+31
* User directory background update speedup (#15435)Erik Johnston2023-04-141-45/+44
* Load `/directory/room/{roomAlias}` endpoint on workers (#15333)Dirk Klimpel2023-04-141-2/+4
* Improve robustness when handling a perspective key response by deduplicating ...reivilibre2023-04-131-3/+3
* Add comma missing from #15382. (#15429)reivilibre2023-04-131-1/+1
* Implement MSC2175: remove the creator field from create events. (#15394)Patrick Cloke2023-04-061-5/+12
* Don't keep old stream_ordering_to_exterm around (#15382)Erik Johnston2023-04-061-10/+42
* Merge remote-tracking branch 'origin/release-v1.81' into developPatrick Cloke2023-04-061-1/+1
|\
| * Fix the 'set_device_id_for_pushers_txn' background update. (#15391)Quentin Gliech2023-04-051-1/+1
* | Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-042-3/+128
|/
* Speed up membership queries for users with forgotten rooms (#15385)Erik Johnston2023-04-042-1/+30
* Revert pruning of old devices (#15360)Erik Johnston2023-03-311-82/+1
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Olivier Wilkinson (reivilibre)2023-03-315-153/+243
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-03-305-243/+153
* to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-301-10/+4
* Speed up SQLite unit test CI (#15334)Erik Johnston2023-03-301-1/+16
* Fix spinloop during partial state sync when a prev event is in backoff (#15351)Sean Quah2023-03-301-14/+21
* Fix registering a device on an account with lots of devices (#15348)Erik Johnston2023-03-291-3/+6
* Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347)Erik Johnston2023-03-295-130/+12
* Delete stale non-e2e devices for users, take 3 (#15183)Erik Johnston2023-03-291-1/+79
* Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314)Patrick Cloke2023-03-281-9/+27
* Bump ruff from 0.0.252 to 0.0.259 (#15328)dependabot[bot]2023-03-285-9/+21
* As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo...reivilibre2023-03-241-4/+11
* Make cleaning up pushers depend on the device_id instead of the token_id (#15...Quentin Gliech2023-03-242-9/+50
* Reintroduce membership tables event stream ordering (#15128)Nick Mills-Barrett2023-03-245-12/+130
* Use immutabledict instead of frozendict (#15113)David Robertson2023-03-221-2/+2
* Apply & bundle edits for non-message events. (#15295)Patrick Cloke2023-03-211-7/+4
* Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur...Andrew Morgan2023-03-211-1/+0
* Refresh remote profiles that have been marked as stale, in order to fill the ...reivilibre2023-03-161-0/+74
* Preparatory work to fix the user directory assuming that any remote membershi...reivilibre2023-03-162-0/+79
* Add schema comments about the `destinations` and `destination_rooms` tables. ...reivilibre2023-03-151-0/+52
* Remove unused store method `_set_destination_retry_timings_emulated`. (#15266)reivilibre2023-03-141-54/+2
* Add missing type hints to `synapse.storage.database`. (#15230)Patrick Cloke2023-03-091-5/+16
* Include the room ID in more purge room log lines. (#15222)Patrick Cloke2023-03-083-14/+21
* Split up txn for fetching device keys (#15215)Erik Johnston2023-03-072-9/+25
* Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192)Patrick Cloke2023-03-036-27/+14
* Experimental MSC3890 Implementation: Fix deleting account data when using an ...Andrew Morgan2023-03-031-19/+15
* Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen...Andrew Morgan2023-03-023-11/+47
* Move event_reports to `RoomWorkerStore` (#15165)Dirk Klimpel2023-03-021-177/+177
* Remove support for aggregating reactions (#15172)Richard van der Hoff2023-02-284-147/+0
* Fix a long-standing bug where an initial sync would not respond to changes to...reivilibre2023-02-281-0/+31
* Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre2023-02-282-6/+23
* Admin API endpoint to delete a reported event (#15116)Dirk Klimpel2023-02-281-1/+35
* Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-271-13/+0
* Batch up storing state groups when creating new room (#14918)Shay2023-02-241-0/+119
* Improve handling of non-ASCII characters in user directory search (#15143)Sean Quah2023-02-241-2/+50
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-2221-35/+18
* Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin...reivilibre2023-02-201-4/+20
* Use mypy 1.0 (#15052)David Robertson2023-02-162-14/+64
* Fix order of partial state tables when purging (#15068)David Robertson2023-02-141-2/+4
* Fix clashing DB txn name (#15070)Erik Johnston2023-02-141-1/+1
* Skip calculating unread push actions in `/sync` when `enable_push` is false. ...Erik Johnston2023-02-141-0/+7
* Change collection[str] to StrCollection in event_auth code (#14929)Harishankar Kumar2023-02-142-7/+6
* Faster joins: don't stall when a user joins during a fast join (#14606)Mathieu Velten2023-02-101-20/+1
* Return read-only collections from `@cached` methods (#13755)Sean Quah2023-02-1015-55/+74