summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes github/matrix-org-hotfixes matrix-org-hotfixesErik Johnston2024-08-083-86/+199
|\
| * Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood2024-08-071-85/+190
| * Sliding Sync: Add more tracing (#17514)Eric Eastwood2024-08-063-1/+9
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-08-063-36/+205
|\|
| * Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood2024-07-303-36/+205
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-302-0/+47
|\|
| * Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-301-0/+10
| * Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-291-0/+37
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-238-6/+208
|\|
| * Speed up SS room sorting (#17468)Erik Johnston2024-07-232-1/+127
| * Prepare for authenticated media freeze (#17433)Shay2024-07-223-2/+46
| * Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston2024-07-193-3/+35
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-181-12/+45
|\|
| * Order `heroes` by `stream_ordering` (as spec'ed) (#17435)Eric Eastwood2024-07-171-12/+45
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-111-1/+51
|\|
| * Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-111-1/+51
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesQuentin Gliech2024-07-095-99/+55
|\|
| * Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-085-88/+31
| * Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-081-11/+24
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-086-28/+369
|\|
| * Finish up work to allow per-user feature flags (#17392)Erik Johnston2024-07-051-9/+55
| * Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood2024-07-041-1/+25
| * Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)Eric Eastwood2024-07-021-0/+3
| * Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-023-15/+284
| * Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-0211-28/+65
| * Handle multiple rows device inbox (#17362)Erik Johnston2024-06-271-3/+2
* | Merge branch 'release-v1.110' into matrix-org-hotfixesErik Johnston2024-07-0211-28/+65
|\ \
| * | Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-0211-28/+65
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-251-8/+7
|\|
| * Limit amount of replication we send (#17358)Erik Johnston2024-06-251-8/+7
| * Reintroduce "Reduce device lists replication traffic."" (#17361)Erik Johnston2024-06-252-37/+60
| * Revert "Reduce device lists replication traffic." (#17360)Erik Johnston2024-06-252-60/+37
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-245-114/+266
|\|
| * Reintroduce #17291. (#17338)Erik Johnston2024-06-243-77/+206
| * Reduce device lists replication traffic. (#17333)Erik Johnston2024-06-242-37/+60
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-193-205/+107
|\|
| * Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston2024-06-192-191/+70
| * Filter added to Admin-API GET /rooms (#17276)Alexander Fechler2024-06-191-14/+37
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-193-71/+192
|\|
| * Handle large chain calc better (#17291)Erik Johnston2024-06-192-70/+191
| * Require the 'from' parameter for `/notifications` be an integer (#17283)Andrew Morgan2024-06-191-1/+1
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-187-32/+228
|\|
| * Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood2024-06-171-1/+86
| * Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood2024-06-171-6/+36
| * Merge branch 'release-v1.109' into developQuentin Gliech2024-06-172-25/+35
| |\
| * | Add `event.internal_metadata.instance_name` (#17300)Eric Eastwood2024-06-132-6/+11
| * | Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la...Eric Eastwood2024-06-131-10/+22
| * | Add report room API (MSC4151) (#17270)Travis Ralston2024-06-122-0/+52
| * | Merge branch 'release-v1.109' into developQuentin Gliech2024-06-112-9/+35
| |\ \
| * | | Handle hyphens in user dir search porperly (#17254)Erik Johnston2024-06-051-6/+60
| * | | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#...Eric Eastwood2024-06-042-3/+13
* | | | Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixesQuentin Gliech2024-06-172-25/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | Set our own stream position from the current sequence value on startup (#17309)Quentin Gliech2024-06-171-3/+20
| * | | Automatically apply SQL for inconsistent sequence (#17305)Erik Johnston2024-06-141-22/+15
| | |/ | |/|
* | | Add report room API (MSC4151) (#17270)Travis Ralston2024-06-122-0/+52
* | | Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixesErik Johnston2024-06-112-9/+35
|\| |
| * | Fix bug where device lists would break sync (#17292)Erik Johnston2024-06-102-9/+35
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-3011-216/+271
|\|
| * In sync wait for worker to catch up since token (#17215)Erik Johnston2024-05-302-2/+16
| * Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17...Erik Johnston2024-05-307-214/+164
| * Clean out invalid destinations from outbox (#17242)Erik Johnston2024-05-302-0/+91
* | Fix lack of PostgresEngine importedErik Johnston2024-05-291-3/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-2914-229/+201
|\|
| * Move towards using `MultiWriterIdGenerator` everywhere (#17226)Erik Johnston2024-05-298-215/+153
| * Don't invalidate all `get_relations_for_event` on history purge (#17083)Erik Johnston2024-05-294-12/+39
| * Change allow_unsafe_locale to also apply on new databases (#17238)Erik Johnston2024-05-291-1/+7
| * Reduce work of calculating outbound device pokes (#17211)Erik Johnston2024-05-221-0/+24
| * Improve perf of sync device lists (#17216)Erik Johnston2024-05-211-21/+68
* | Merge branch 'erikj/device_list_sync_perf' into matrix-org-hotfixesOlivier 'reivilibre2024-05-181-21/+68
|\ \
| * | Add stream change cache for device lists in roomErik Johnston2024-05-181-5/+64
| * | Cap the top stream ID when fetching changed devicesErik Johnston2024-05-181-2/+3
| * | Improve perf of sync device lists (#17191)Erik Johnston2024-05-181-15/+2
| |/
* | Merge branch 'erikj/redundant_outbound_pokes' into matrix-org-hotfixesErik Johnston2024-05-171-0/+23
|\ \
| * | Reduce work of calculating outbound device pokesErik Johnston2024-05-171-0/+23
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-161-2/+15
|\|
| * Revert "Improve perf of sync device lists" (#17207)Erik Johnston2024-05-161-2/+15
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-141-15/+2
|\|
| * Improve perf of sync device lists (#17191)Erik Johnston2024-05-141-15/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-131-54/+54
|\|
| * Actually fix public rooms (#17184)Erik Johnston2024-05-131-54/+54
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-131-65/+51
|\|
| * Fix bug with creating public rooms on workers (#17177)Erik Johnston2024-05-131-65/+51
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-075-9/+97
|\|
| * Add support for MSC3823 - Account Suspension (#17051)Shay2024-05-013-2/+72
| * Fix filtering of rooms when supplying the `destination` query parameter to `/...Andrew Morgan2024-04-261-0/+1
| * Return the search terms as search highlights for SQLite instead of nothing (#...Melvyn Laïly2024-04-261-7/+24
* | Merge remote-tracking branch 'origin/release-v1.106' into matrix-org-hotfixesOlivier 'reivilibre2024-04-253-73/+65
|\|
| * Redact membership events if the user requested erasure upon deactivating (#17...Till2024-04-251-0/+22
| * Add type annotation to `visited_chains` (#17125)Andrew Morgan2024-04-251-1/+1
| * Merge branch 'master' into developErik Johnston2024-04-232-73/+43
| |\
| | * Fix GHSA-3h7q-rfh9-xm4vErik Johnston2024-04-232-73/+43
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-182-20/+16
|\| |
| * | Fix remote receipts for events we don't have (#17096)Erik Johnston2024-04-171-1/+5
| * | Use receipts `event_stream_ordering` instead of joins (#17032)Nick Mills-Barrett2024-04-122-19/+11
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-102-7/+22
|\|
| * Add forgotten schema delta (#17054)Erik Johnston2024-04-092-7/+22
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-083-118/+175
|\|
| * Pull out fewer receipts from DB when doing push (#17049)Erik Johnston2024-04-051-22/+102
| * Add missing index to `access_tokens` table (#17045)Erik Johnston2024-04-041-0/+7
| * Refactor chain fetching (#17044)Erik Johnston2024-04-021-96/+66
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-03-282-28/+45
|\|
| * Fixups to new push stream (#17038)Erik Johnston2024-03-281-1/+3
| * Add support for moving `/push_rules` off of main process (#17037)Erik Johnston2024-03-282-28/+43
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-03-2620-184/+219
|\|
| * Ensure that pending to-device events are sent over federation at startup (#16...Richard van der Hoff2024-03-221-20/+79
| * Do not refuse to set read_marker if previous event_id is in wrong room (#16990)SpiritCroc2024-03-211-3/+5
| * Fix reject knocks on deactivating account (#17010)Hanadi2024-03-211-0/+16
| * Clarify docs for some room state functions (#16950)Richard van der Hoff2024-03-191-3/+5
| * Bump mypy from 1.5.1 to 1.8.0 (#16901)dependabot[bot]2024-03-132-5/+5
| * Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-1317-153/+109
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-03-122-5/+13
|\|
| * deactivated flag refactored to filter deactivated users. (#16874)Alexander Fechler2024-03-111-3/+6
| * Fix joining remote rooms when a `on_new_event` callback is registered (#16973)Quentin Gliech2024-03-061-2/+7
| * Revert "Improve DB performance of calculating badge counts for push. (#16756)...Andrew Morgan2024-03-051-146/+107
* | Merge branch 'release-v1.102' into matrix-org-hotfixesAndrew Morgan2024-03-051-146/+107
|\ \
| * | Revert "Improve DB performance of calculating badge counts for push. (#16756)"Andrew Morgan2024-03-051-146/+107
| |/
* | Merge branch 'develop' into matrix-org-hotfixesAndrew Morgan2024-02-201-3/+18
|\|
| * bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927)kegsay2024-02-201-3/+18
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-02-132-7/+9
|\|
| * Don't invalidate the entire event cache when we purge history (#16905)Erik Johnston2024-02-132-7/+9
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-02-091-2/+2
|\|
| * Increase batching when fetching auth chains (#16893)Erik Johnston2024-02-091-2/+2
* | Merge branch 'release-v1.100' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2024-01-242-0/+18
|\|
| * Run `ANALYZE` after fiddling with stats (#16849)Erik Johnston2024-01-242-0/+18
* | Merge branch 'release-v1.100' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2024-01-23101-33/+295
|\|
| * Speed up e2e device keys queries for bot accounts (#16841)Erik Johnston2024-01-231-11/+18
| * Correctly mention previous copyright (#16820)Erik Johnston2024-01-2399-0/+116
| * Preparatory work for tweaking performance of auth chain lookups (#16833)Erik Johnston2024-01-234-27/+162
| * Handle wildcard type filters properly (#14984)Mo Balaa2024-01-221-6/+17
* | Speed up e2e device keys queries for bot accountsErik Johnston2024-01-221-11/+18
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-01-124-188/+285
|\|
| * Optimize query for fetching to-device messages in `/sync` (#16805)Erik Johnston2024-01-111-77/+72
| * Improve DB performance of calculating badge counts for push. (#16756)Erik Johnston2024-01-111-107/+146
| * Faster load recents for sync (#16783)Erik Johnston2024-01-101-1/+16
| * Reduce amount of state pulled out when querying federation hierachy (#16785)Erik Johnston2024-01-101-2/+46
| * Split up deleting devices into batches (#16766)Erik Johnston2024-01-101-2/+6
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-01-09395-1147/+7168
|\|
| * Port `EventInternalMetadata` class to Rust (#16782)Erik Johnston2024-01-081-1/+1
| * Simplify internal metadata class. (#16762)Erik Johnston2024-01-051-33/+0
| * Update book locationErik Johnston2023-12-132-2/+2
| * Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-13394-1111/+7165
| |\
| | * Update license headersPatrick Cloke2023-11-21408-1111/+7431
* | | Merge remote-tracking branch 'origin/release-v1.98' into matrix-org-hotfixesErik Johnston2023-12-05116-128/+0
|\| |
| * | Revert postgres logical replication deltaas v1.98.0rc1David Robertson2023-12-05116-128/+0
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-12-05116-0/+128
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-12-0424-2971/+63
|\| |
| * | 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
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-11-203-2/+27
|\|
| * 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 "Fix test not detecting tables with missing primary keys and missing r...Erik Johnston2023-11-162-110/+0
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-11-162-118/+0
|\| |
| * | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli...Erik Johnston2023-11-162-118/+0
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-11-1626-113/+629
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesPatrick Cloke2023-11-0921-302/+437
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesPatrick Cloke2023-11-086-51/+69
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesPatrick Cloke2023-11-039-408/+552
|\| |
| * | 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
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-10-311-114/+139
|\|
| * Claim local one-time-keys in bulk (#16565)David Robertson2023-10-301-114/+139
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-10-302-0/+70
|\|
| * Claim fallback keys in bulk (#16570)David Robertson2023-10-302-0/+70
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-10-301-0/+16
|\|
| * Ensure local invited & knocking users leave before purge. (#16559)Patrick Cloke2023-10-271-0/+16
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesPatrick Cloke2023-10-2738-448/+815
|\|
| * 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
* | Merge branch 'release-v1.95' into matrix-org-hotfixesPatrick Cloke2023-10-1737-843/+1171
|\|
| * 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
* | Revert "TEMPORARY Measure and log test cases"Olivier Wilkinson (reivilibre)2023-10-171-17/+6
* | TEMPORARY Measure and log test casesOlivier Wilkinson (reivilibre)2023-10-171-6/+17
* | TEMPORARY Disable prune_old_outbound_device_pokesOlivier Wilkinson (reivilibre)2023-10-161-1/+3
* | Merge remote-tracking branch 'origin/release-v1.94' into matrix-org-hotfixesDavid Robertson2023-10-034-10/+15
|\|
| * mypy plugin to check `@cached` return types (#14911)David Robertson2023-10-024-10/+15
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesPatrick Cloke2023-10-0219-92/+178
|\|
| * 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
* | Merge remote-tracking branch 'origin/release-v1.93' into matrix-org-hotfixesPatrick Cloke2023-09-1911-51/+44
|\|
| * 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
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-09-145-56/+77
|\|
| * 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
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2023-09-1314-234/+185
|\|
| * 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