summary refs log tree commit diff
path: root/synapse/storage/databases/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-302-61/+15
* 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
* Filter out unwanted user_agents from udv. (#16124)Neil Johnson2023-08-231-0/+5
* 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
* 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-212-0/+204
* 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-181-44/+88
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-52/+35
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-153-5/+3
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-102-5/+68
* 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-041-9/+6
* Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-311-66/+124
* Inline SQL queries using boolean parameters (#15525)Anshul Madnawat2023-07-267-25/+23
* 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-201-122/+0
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-07-183-9/+14
|\
| * Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte...Shay2023-07-183-9/+14
* | 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-101-1/+3
* Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15...Shay2023-07-073-14/+9
* Add basic read/write lock (#15782)Erik Johnston2023-07-051-56/+168
* 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-052-6/+16
* 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
* 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
* Prefill events after invalidate not before when persisting events (#15758)Jason Little2023-06-142-4/+13
* Clear event caches when we purge history (#15609)Erik Johnston2023-06-083-5/+146
* Remove superfluous `room_memberships` join from background update (#15733)Eric Eastwood2023-06-071-1/+0
* 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-022-12/+12
* 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-012-2/+2
|\
| * Speed up background jobs populate_full_user_id_user_filters and populate_full...Shay2023-05-312-2/+2
* | Cache requests for user's devices from federation (#15675)Erik Johnston2023-06-012-2/+69
|/
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-261-223/+31
* 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
* Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-83/+0
* Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-181-6/+0
* Update code to refer to "workers". (#15606)Patrick Cloke2023-05-165-24/+13
* Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-162-2/+195
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Erik Johnston2023-05-121-10/+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-031-75/+160
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-031-234/+10
* Add config option to forget rooms automatically when users leave them (#15224)Sean Quah2023-05-031-24/+45
* 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-282-0/+77
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-271-30/+47
* Check databases/__init__ and main/cache with mypy. (#15496)Patrick Cloke2023-04-271-7/+9
* Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-263-17/+76
* 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-252-8/+21
* Experimental support for MSC3970: per-device transaction IDs (#15318)Quentin Gliech2023-04-252-18/+83
* 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-141-8/+11
* 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-041-3/+111
|/
* Speed up membership queries for users with forgotten rooms (#15385)Erik Johnston2023-04-041-1/+11
* 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-311-0/+240
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-03-301-240/+0
* to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-301-10/+4
* 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-292-21/+8
* 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-284-7/+19
* 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-241-9/+31
* Reintroduce membership tables event stream ordering (#15128)Nick Mills-Barrett2023-03-242-8/+21
* 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-161-0/+40
* Remove unused store method `_set_destination_retry_timings_emulated`. (#15266)reivilibre2023-03-141-54/+2
* Include the room ID in more purge room log lines. (#15222)Patrick Cloke2023-03-081-5/+6
* Split up txn for fetching device keys (#15215)Erik Johnston2023-03-071-8/+16
* Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192)Patrick Cloke2023-03-035-15/+9
* 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-021-9/+2
* 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
* 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-2218-27/+14
* Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin...reivilibre2023-02-201-4/+20
* 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-1014-52/+71
* Avoid fetching unused account data in sync. (#14973)Patrick Cloke2023-02-101-36/+91
* Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040)Patrick Cloke2023-02-101-14/+17
* Fix exception on start up about device lists (#15041)Erik Johnston2023-02-101-0/+1
* Add final type hint to synapse.server. (#15035)Patrick Cloke2023-02-091-1/+1
* Disambiguate `get_ex_outlier_stream_rows` queryDavid Robertson2023-02-071-4/+4
* Revert "Add `event_stream_ordering` column to membership state tables (#14979)"David Robertson2023-02-073-124/+11
* Add `event_stream_ordering` column to membership state tables (#14979)Nick Mills-Barrett2023-02-073-11/+124
* Type hints for tests.appservice (#14990)David Robertson2023-02-061-2/+12
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-031-0/+1
* Faster joins: Refactor handling of servers in room (#14954)Sean Quah2023-02-031-17/+33
* Fetch fewer events when getting hosts in room (#14962)David Robertson2023-02-021-2/+44
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-016-22/+27
* Attempt to delete more duplicate rows in receipts_linearized table. (#14915)Patrick Cloke2023-02-011-8/+26
* Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson2023-01-311-3/+3
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-271-0/+1
* Merge branch 'release-v1.76' into developDavid Robertson2023-01-272-3/+25
|\
| * Batch look-ups to see if rooms are partial stated. (#14917)Patrick Cloke2023-01-261-3/+24
| * Fix initialization of `_device_list_id_gen` (#14914)Sean Quah2023-01-261-0/+1
* | Use an enum for direction. (#14927)Patrick Cloke2023-01-272-32/+35
* | Fix paginating /relations with a live token (#14866)Patrick Cloke2023-01-262-70/+122
|/
* Request partial joins by default (#14905)David Robertson2023-01-241-6/+34
* Faster joins: omit partial rooms from eager syncs until the resync completes ...David Robertson2023-01-233-11/+56
* Skip processing stats for broken rooms. (#14873)Patrick Cloke2023-01-232-2/+17
* Enable Faster Remote Room Joins against worker-mode Synapse. (#14752)reivilibre2023-01-223-12/+22
* Always notify replication when a stream advances (#14877)Erik Johnston2023-01-2011-5/+30
* Implement MSC3930: polls push rules (#14787)Andrew Morgan2023-01-191-1/+2
* Merge device list replication streams (#14833)Erik Johnston2023-01-171-6/+7
* Merge account data streams (#14826)Erik Johnston2023-01-132-45/+15
* Merge remote-tracking branch 'origin/release-v1.75' into developRichard van der Hoff2023-01-121-6/+59
|\
| * Fix race calling `/members?at=` (#14817)Erik Johnston2023-01-121-6/+59
* | Add index to improve performance of the `/timestamp_to_event` endpoint used f...reivilibre2023-01-111-0/+12
|/
* Batch up replication requests to request the resyncing of remote users's devi...reivilibre2023-01-101-8/+22
* Update all stream IDs after processing replication rows (#14723)Nick Mills-Barrett2023-01-0410-19/+75
* Add experimental support for MSC3391: deleting account data (#14714)Andrew Morgan2023-01-011-13/+206
* Faster remote room joins: invalidate caches and unblock requests when receivi...reivilibre2022-12-192-13/+32
* Faster remote room joins: stream the un-partial-stating of events over replic...reivilibre2022-12-142-9/+113
* Delete event_push_summary_unique_index again. (#14669)Patrick Cloke2022-12-141-9/+0
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-131-14/+19
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-121-1/+1
* Revert the deletion of stale devices due to performance issues. (#14662)reivilibre2022-12-121-83/+1
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-4/+63
* Handle half-created indices in receipts index background update (#14650)Sean Quah2022-12-091-39/+12
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-1/+1
* Limit the number of devices we delete at once (#14649)Erik Johnston2022-12-091-3/+8
* Delete stale non-e2e devices for users, take 2 (#14595)Erik Johnston2022-12-091-1/+78
* Fix a long-standing bug where the user directory would return 1 more row than...reivilibre2022-12-071-1/+1
* Improve logging and opentracing for to-device message handling (#14598)Richard van der Hoff2022-12-061-17/+75
* Better return type for `get_all_entities_changed` (#14604)Erik Johnston2022-12-051-40/+71
* Faster remote room joins: stream the un-partial-stating of rooms over replica...reivilibre2022-12-051-66/+171
* Properly handle unknown results for the stream change cache. (#14592)Patrick Cloke2022-12-021-14/+19
* Merge branch 'release-v1.73' into developDavid Robertson2022-12-011-66/+1
|\
| * Revert "POC delete stale non-e2e devices for users (#14038)" (#14582)David Robertson2022-11-291-67/+1
| * Fix `UndefinedColumn: column "key_json" does not exist` errors when handling ...David Robertson2022-11-291-0/+1
* | Aggregate unread notif count query for badge count calculation (#14255)Nick Mills-Barrett2022-11-301-0/+149
|/
* POC delete stale non-e2e devices for users (#14038)Erik Johnston2022-11-291-1/+66
* Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524)Travis Ralston2022-11-281-1/+4
* Use `device_one_time_keys_count` to match MSC3202 (#14565)Andrew Ferrazzutti2022-11-282-9/+9
* Remove option to skip locking of tables during emulated upserts (#14469)Sean Quah2022-11-288-36/+0
* Fix crash admin media list api when info is None (#14537)schmop2022-11-241-1/+5
* Add another index to `device_lists_changes_in_room` (#14534)Erik Johnston2022-11-231-0/+7
* Track unconverted device list outbound pokes using a position instead (#14516)Sean Quah2022-11-221-38/+69
* Batch fetch bundled references (#14508)Patrick Cloke2022-11-223-8/+71
* Batch fetch bundled annotations (#14491)Patrick Cloke2022-11-221-54/+85
* Reintroduce #14376, with bugfix for monoliths (#14468)David Robertson2022-11-166-97/+63
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-169-37/+35
* Fix background updates failing to add unique indexes on receipts (#14453)Sean Quah2022-11-161-24/+147
* Revert "Remove slaved id tracker (#14376)" (#14463)Erik Johnston2022-11-166-63/+97
* Include heroes in partial join responses' state (#14442)David Robertson2022-11-151-0/+30
* Update docstring to clarify that `get_partial_state_events_batch` does not ju...reivilibre2022-11-151-1/+9
* Remove slaved id tracker (#14376)Nick Mills-Barrett2022-11-146-97/+63
* Clean-up events persistance code (#14411)Patrick Cloke2022-11-141-6/+3
* Merge/remove `Slaved*` stores into `WorkerStores` (#14375)Nick Mills-Barrett2022-11-117-58/+139
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-091-27/+23
* Fix background update table-scanning `events` (#14374)Richard van der Hoff2022-11-071-8/+8
* Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-031-0/+36
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-0/+21
* Prevent federation user keys query from returning device names if disallowed ...Andrew Morgan2022-10-281-5/+12
* Switch search SQL to triple-quote strings. (#14311)Patrick Cloke2022-10-281-89/+99
* Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-272-2/+18
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-3/+2
* Fix presence bug introduced in 1.64 by #13313 (#14243)Mathieu Velten2022-10-271-2/+1
* Save login tokens in database (#13844)Quentin Gliech2022-10-261-1/+155
* Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-35/+162
* Merge branch 'release-v1.70' into developOlivier Wilkinson (reivilibre)2022-10-252-14/+58
|\
| * Revert behavior change for bundling edits of non-message events (#14283)Patrick Cloke2022-10-241-4/+7
| * Properly update the threads table when thread events are redacted. (#14248)Patrick Cloke2022-10-211-10/+51
* | Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-4/+11
* | Add debugging to help diagnose lost device-list-update (#14268)Richard van der Hoff2022-10-241-17/+37
* | Show erasure status when listing users in the Admin API (#14205)Tadeusz SoĊ›nierz2022-10-211-2/+11
* | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)dependabot[bot]2022-10-191-2/+2
|/
* Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh...Eric Eastwood2022-10-181-21/+38
* Fix hiding devices names over federation (#10015)Aaron Raimist2022-10-181-2/+8
* Update the thread_id right before use (in case the bg update hasn't finished)...Patrick Cloke2022-10-181-0/+103
* When restarting a partial join resync, prioritise the server which actioned a...David Robertson2022-10-181-6/+37
* Avoid checking the event cache when backfilling events (#14164)Andrew Morgan2022-10-181-1/+1
* Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (...Andrew Morgan2022-10-181-18/+13
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-171-2/+27
* Invalidate rooms for user caches when receiving membership events (#14155)Nick Mills-Barrett2022-10-171-0/+4
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-151-0/+54
* Merge remote-tracking branch 'origin/release-v1.69' into developPatrick Cloke2022-10-141-13/+59
|\
| * Fix background update to use an index (#14181)Erik Johnston2022-10-141-11/+51
| * Optimise the event_push_backfill_thread_id bg job (#14172)David Robertson2022-10-131-2/+8
| * Fix rotating existing notifications in push summary (#14138)Erik Johnston2022-10-111-5/+15
| * Fix backwards compatibility with upcoming threads schema changes. (#14045)Patrick Cloke2022-10-051-11/+23
* | Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-142-6/+93
* | Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-2/+0
* | Properly invalidate get_thread_id cache. (#14163)Patrick Cloke2022-10-141-0/+1
* | Fix sqlite syntax for upserts. (#14171)Patrick Cloke2022-10-131-1/+1
* | Properly return the thread ID down sync. (#14159)Patrick Cloke2022-10-131-2/+2
* | Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-133-4/+201
* | Return the thread ID properly down sync. (#14159)Patrick Cloke2022-10-121-0/+2
* | Return the main timeline for events which are not part of a thread. (#14140)Patrick Cloke2022-10-121-5/+7
* | Batch up calls to `get_rooms_for_users` (#14109)Nick Mills-Barrett2022-10-121-1/+16
* | Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-124-72/+4
* | Fix a bug where redactions were not being sent over federation if we did not ...Shay2022-10-112-19/+24
* | Apply & bundle edits for non-message events. (#14034)Patrick Cloke2022-10-071-7/+4
* | Fix handling of public rooms filter with a network tuple. (#14053)Patrick Cloke2022-10-051-17/+26
* | Use threaded receipts when fetching events for push. (#13878)Patrick Cloke2022-10-041-23/+57
* | Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-0/+36
* | Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-041-61/+216
* | Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-73/+115
* | Disable pushing for server ACL events (MSC3786). (#13997)Patrick Cloke2022-10-041-7/+2
|/
* Clear out old rows from `event_push_actions_staging` (#14020)Erik Johnston2022-10-031-1/+57
* Fix bug where we didn't delete staging push actions (#14014)Erik Johnston2022-10-031-1/+1
* Add cache to `get_partial_state_servers_at_join` (#14013)Erik Johnston2022-10-031-0/+7
* Refactor `_get_e2e_device_keys_txn` to split large queries (#13956)Sean Quah2022-10-031-29/+54