1
0

Commit Graph

  • df28811624 Merge branch 'develop' into matrix-org-hotfixes Olivier 'reivilibre 2024-09-19 11:10:46 +01:00
  • a9c0e27eb7 Sliding Sync: No need to sort if the range is large enough to cover all of the rooms (#17731) Eric Eastwood 2024-09-19 03:33:34 -05:00
  • faf5b40520 Sliding Sync: Fix _bulk_get_max_event_pos(...) being inefficient (#17728) Eric Eastwood 2024-09-19 03:32:16 -05:00
  • af998e6c66 Sliding sync: Ignore invites from ignored users (#17729) Eric Eastwood 2024-09-18 18:09:23 -05:00
  • 61b7c31772 Sliding Sync: Shortcut for checking if certain background updates have completed (#17724) Eric Eastwood 2024-09-18 13:12:14 -05:00
  • 4dfaa7f772 Merge branch 'origin/develop' into matrix-org-hotfixes Devon Hudson 2024-09-18 10:39:11 -06:00
  • 3c8a116e1a Sliding Sync: bugfix: ensure we can sync with SSS even with missing rooms (#17727) Kegan Dougal 2024-09-18 17:25:50 +01:00
  • 2a30e72520 Fix _bulk_get_max_event_pos being wrong/inefficient madlittlemods/fix-_bulk_get_max_event_pos-being-wrong-inefficient Eric Eastwood 2024-09-18 11:21:00 -05:00
  • ad6421ce86 deploy: 51dd4df0a3 anoadragon453 2024-09-18 10:09:37 +00:00
  • 51dd4df0a3 Add an Admin API endpoint to redact all a user's events (#17506) Shay 2024-09-18 03:08:01 -07:00
  • ff8e8fb02e Better test never send down connection rooms in state reset scenarios Eric Eastwood 2024-09-18 01:04:09 -05:00
  • ff85e5bd0f Test when we never sent a state reset room down before Eric Eastwood 2024-09-18 00:58:50 -05:00
  • e06acd20f5 Better test required_state during state reset Eric Eastwood 2024-09-18 00:24:44 -05:00
  • 0e4d08f952 No longer need to filter_membership_for_sync Eric Eastwood 2024-09-18 00:04:26 -05:00
  • 45200315da Fix wrong room being referenced Eric Eastwood 2024-09-17 23:59:58 -05:00
  • b5a96b7a42 Remove debug logs Eric Eastwood 2024-09-17 23:59:31 -05:00
  • a894e3b7ef Fix fallback path Eric Eastwood 2024-09-17 23:58:39 -05:00
  • f078df7eee Fix state reset when filtering Eric Eastwood 2024-09-17 23:38:06 -05:00
  • 37478fb840 Add test assertions Eric Eastwood 2024-09-17 23:09:57 -05:00
  • 72ccdebb3f Make sure we can see newly_left from state reset Eric Eastwood 2024-09-17 22:03:35 -05:00
  • d1b7164c5e Add changelog Eric Eastwood 2024-09-17 21:40:40 -05:00
  • 689905e3d3 Fix popping room Eric Eastwood 2024-09-17 21:36:14 -05:00
  • 8b989b3b52 Fix room subscription for left room Eric Eastwood 2024-09-17 20:39:46 -05:00
  • e22192460f Fix state reset vs server no longer participating in room case Eric Eastwood 2024-09-17 20:33:19 -05:00
  • fcee1a6cde event_id/sender can be None in non-state reset scenarios Eric Eastwood 2024-09-17 19:16:20 -05:00
  • 87c844a71e First pass of not fetching left rooms and adding back newly_left Eric Eastwood 2024-09-17 18:45:33 -05:00
  • 8881ad6d4b Sliding Sync: Short-circuit have_finished_sliding_sync_background_jobs (#17723) Eric Eastwood 2024-09-17 17:36:59 -05:00
  • 9e49db077f deploy: d40bc279ed reivilibre 2024-09-17 14:49:16 +00:00
  • d40bc279ed Merge branch 'master' into develop Olivier 'reivilibre 2024-09-17 15:47:32 +01:00
  • ad22206180 deploy: d10872ee75 reivilibre 2024-09-17 14:24:09 +00:00
  • 521532a3dc Merge branch 'develop' into matrix-org-hotfixes Olivier 'reivilibre 2024-09-17 14:33:32 +01:00
  • d10872ee75 1.115.0 v1.115.0 release-v1.115 Olivier 'reivilibre 2024-09-17 14:32:29 +01:00
  • 03937a1cae Sliding Sync: Return room tags in account data extension (#17707) Eric Eastwood 2024-09-16 13:47:35 -05:00
  • 285de43e48 Bump anyhow from 1.0.87 to 1.0.89 (#17716) dependabot[bot] 2024-09-16 18:52:48 +01:00
  • 4900438712 Bump pyasn1 from 0.6.0 to 0.6.1 (#17714) dependabot[bot] 2024-09-16 18:52:10 +01:00
  • cf982d2e32 Bump ruff from 0.6.4 to 0.6.5 (#17715) dependabot[bot] 2024-09-16 18:51:33 +01:00
  • 7589565edd Bump types-requests from 2.32.0.20240712 to 2.32.0.20240914 (#17713) dependabot[bot] 2024-09-16 18:32:39 +01:00
  • 7ed23e072e Bump sentry-sdk from 2.13.0 to 2.14.0 (#17712) dependabot[bot] 2024-09-16 18:32:01 +01:00
  • f4c17c5a38 Merge branch 'develop' of github.com:element-hq/synapse into s7evink/validate-upload-keys-dict Till Faelligen 2024-09-16 14:10:50 +02:00
  • 3db6a83d35 Merge branch 'develop' of github.com:element-hq/synapse into matrix-org-hotfixes Andrew Morgan 2024-09-16 10:32:01 +01:00
  • 4ac783549c Sliding Sync: Support filtering by 'tags' / 'not_tags' in SSS (#17662) David Baker 2024-09-13 02:18:19 +01:00
  • 1cb84aaab5 Sliding Sync: Increase concurrency of sliding sync a bit (#17696) Erik Johnston 2024-09-12 22:36:16 +01:00
  • 9b83fb7c16 Sliding Sync: Move filters tests to rest layer (#17703) Eric Eastwood 2024-09-12 15:27:03 -05:00
  • c5b4be6d07 Merge branch 'release-v1.115' into develop Andrew Morgan 2024-09-12 13:05:43 +01:00
  • a9e191b28e Merge branch 'release-v1.115' of github.com:element-hq/synapse into matrix-org-hotfixes Andrew Morgan 2024-09-12 11:20:45 +01:00
  • 4c66a7cbed 1.115.0rc2 v1.115.0rc2 Andrew Morgan 2024-09-12 11:10:31 +01:00
  • 2c8d28cb9e Add changelog madlittlemods/trace-get_sliding_sync_rooms_for_user Eric Eastwood 2024-09-11 19:46:15 -05:00
  • c00ae2d6cd Merge branch 'develop' into madlittlemods/trace-get_sliding_sync_rooms_for_user Eric Eastwood 2024-09-11 19:45:28 -05:00
  • ebad618bf0 import pydantic objects from the _pydantic_compat module (#17667) Éloi Rivard 2024-09-11 23:01:43 +02:00
  • 16af80b8fb Sliding Sync: Use Sliding Sync tables for sorting (#17693) Eric Eastwood 2024-09-11 12:16:24 -05:00
  • e4a1f271b9 Sliding Sync: Make sure we get up-to-date information from get_sliding_sync_rooms_for_user(...) (#17692) Eric Eastwood 2024-09-11 12:13:54 -05:00
  • e5f133d0bf Merge branch 'develop' into madlittlemods/sliding-sync-faster-background-updates madlittlemods/sliding-sync-faster-background-updates Eric Eastwood 2024-09-11 11:34:15 -05:00
  • 6565380a8b Rely on events.stream_ordering Eric Eastwood 2024-09-11 10:58:07 -05:00
  • be3d17ac95 Trace get_sliding_sync_rooms_for_user(...) Eric Eastwood 2024-09-11 10:51:59 -05:00
  • 6b131a99fe Merge remote-tracking branch 'origin/release-v1.115' into develop Erik Johnston 2024-09-11 16:43:07 +01:00
  • 76f7c91e44 Sliding sync: don't fetch room summary for named rooms. (#17683) Erik Johnston 2024-09-11 13:16:57 +01:00
  • b732d13d4c Sliding sync: various fixups to the background update (#17652) Erik Johnston 2024-09-11 15:38:46 +01:00
  • bbcd1e9927 Fix tests for leaves erikj/ss_leave_bg_update Erik Johnston 2024-09-02 13:23:14 +01:00
  • b03dc0a997 Ignore leave events for bg updates Erik Johnston 2024-09-02 10:33:39 +01:00
  • 596b96411b Sliding sync: various fixups to the background update (#17652) Erik Johnston 2024-09-11 15:38:46 +01:00
  • 7bb499154a Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2024-09-11 14:16:51 +01:00
  • f6c2b0ec2e Sliding sync: don't fetch room summary for named rooms. (#17683) Erik Johnston 2024-09-11 13:16:57 +01:00
  • 9d12232f07 Merge branch 'develop' of github.com:element-hq/synapse into anoa/configure_workers_updates Andrew Morgan 2024-09-11 12:42:31 +01:00
  • 2e8f5d66da Use correct table Eric Eastwood 2024-09-10 14:00:34 -05:00
  • 76cc6629de Use events.stream_ordering since local_current_membership.event_stream_ordering is nullable Eric Eastwood 2024-09-10 13:55:56 -05:00
  • 8477df44b6 Fix f-string Eric Eastwood 2024-09-10 13:46:06 -05:00
  • 6f3e8be1dc Add assertion message to better debug Eric Eastwood 2024-09-10 13:41:49 -05:00
  • bb5784b268 Need to sort by room_id to make progress Eric Eastwood 2024-09-10 13:08:06 -05:00
  • e2dca5d37e Merge branch 'develop' into madlittlemods/sliding-sync-faster-background-updates Eric Eastwood 2024-09-10 12:59:29 -05:00
  • a7fcac5648 Enable guest access on new media endpoints, per MSC4189 (#17675) Travis Ralston 2024-09-10 11:29:24 -06:00
  • 23fc3f5097 deploy: e06e3c4004 anoadragon453 2024-09-10 17:29:17 +00:00
  • e06e3c4004 Add config option turn_shared_secret_path (#17690) V02460 2024-09-10 19:27:46 +02:00
  • 60441059a3 Bump anyhow from 1.0.86 to 1.0.87 (#17685) dependabot[bot] 2024-09-10 18:05:31 +01:00
  • 1b197752b6 Fix minor misspelling in README.rst. (#17664) Jeremy Wright 2024-09-10 09:33:25 -07:00
  • 598a83d005 Bump cryptography from 43.0.0 to 43.0.1 (#17689) dependabot[bot] 2024-09-10 17:32:17 +01:00
  • be603de2cb Bump serde_json from 1.0.127 to 1.0.128 (#17687) dependabot[bot] 2024-09-10 17:31:34 +01:00
  • 62523571ae Bump serde from 1.0.209 to 1.0.210 (#17686) dependabot[bot] 2024-09-10 17:30:37 +01:00
  • 5562a89168 Update changelog v1.115.0rc1 Devon Hudson 2024-09-10 08:48:41 -06:00
  • 11a783d44b deploy: 59bcbcec0a devonh 2024-09-10 14:44:12 +00:00
  • 59bcbcec0a 1.115.0rc1 Devon Hudson 2024-09-10 08:42:01 -06:00
  • 4cf2966797 WIP don't pull out left rooms erikj/ss_perf Erik Johnston 2024-09-10 15:38:44 +01:00
  • d99dd4c1e4 Fast-path for have_completed_background_updates Erik Johnston 2024-09-10 14:07:50 +01:00
  • 864cbcd86f Short-circuit have_finished_sliding_sync_background_jobs Erik Johnston 2024-09-10 14:04:03 +01:00
  • e7234d0ce1 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2024-09-10 10:35:30 +01:00
  • d8b926d323 Bump idna from 3.7 to 3.8 (#17682) dependabot[bot] 2024-09-10 10:34:54 +01:00
  • 2efed1d4fb Bump types-setuptools from 71.1.0.20240818 to 74.1.0.20240907 (#17681) dependabot[bot] 2024-09-10 10:34:45 +01:00
  • cd24bc2f36 Bump ruff from 0.6.2 to 0.6.4 (#17680) dependabot[bot] 2024-09-10 10:34:34 +01:00
  • a193d4a1b5 Bump authlib from 1.3.1 to 1.3.2 (#17679) dependabot[bot] 2024-09-10 10:34:26 +01:00
  • 0c512abce1 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2024-09-10 10:32:01 +01:00
  • 02bc71a771 Merge remote-tracking branch 'origin/develop' into erikj/ss_remove_list_ops erikj/ss_remove_list_ops Erik Johnston 2024-09-10 10:25:05 +01:00
  • b3047f3f17 Sliding sync: various fixups to the sliding sync joined room background job (#17673) Erik Johnston 2024-09-10 10:22:46 +01:00
  • 9689ac3294 Sliding Sync: Look for bump _stamp in the room timeline (#17684) Erik Johnston 2024-09-10 10:20:30 +01:00
  • b4a1784d66 Update doc Erik Johnston 2024-09-10 10:16:51 +01:00
  • 588e5b521d Sliding Sync: Retrieve fewer events from DB in sync (#17688) Erik Johnston 2024-09-10 09:52:42 +01:00
  • ca4afad068 Be more precise Eric Eastwood 2024-09-09 23:42:22 -05:00
  • a2da5376a3 Add changelog Eric Eastwood 2024-09-09 23:38:36 -05:00
  • f045574426 Better comments Eric Eastwood 2024-09-09 23:25:08 -05:00
  • 1688212268 Uncomment and remove todo Eric Eastwood 2024-09-09 23:14:38 -05:00
  • 815ef2fb99 Read from the room_stats_state table Eric Eastwood 2024-09-09 23:10:25 -05:00
  • a4cc5eb02c Get snapshots info concurrently Eric Eastwood 2024-09-09 22:53:52 -05:00