Commit graph

  • bd956923f9 fix contact email in debian changelog #17294 Andrew Morgan 2024-06-18 13:31:03 +0100
  • 22c4da2a43 Merge branch 'develop' of github.com:element-hq/synapse into password-file Andrew Morgan 2024-06-18 13:30:08 +0100
  • 55be6cda3f deploy: 4af654f0da sandhose 2024-06-18 10:35:12 +0000
  • fa3adc896a
    Merge branch 'master' into develop Quentin Gliech 2024-06-18 12:33:43 +0200
  • 760e6c61e6 Update storage provider interface erikj/fixup_multipart Erik Johnston 2024-06-18 11:15:50 +0100
  • c663f8f63f Merge branch 'develop' of github.com:element-hq/synapse into password-file Andrew Morgan 2024-06-18 11:10:33 +0100
  • 8bf2f41013 debian changelog Andrew Morgan 2024-06-18 11:07:49 +0100
  • 6ca2803add deploy: 79767a1108 erikjohnston 2024-06-18 10:05:11 +0000
  • 79767a1108
    Add support for via query parameter from MSC4156 (#17322) Johannes Marbach 2024-06-18 12:03:39 +0200
  • 26f7532ea0
    Small wording change Andrew Morgan 2024-06-18 11:00:59 +0100
  • e081fcfa85
    Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixes Quentin Gliech 2024-06-18 11:51:20 +0200
  • 4af654f0da
    1.109.0 v1.109.0 release-v1.109 master Quentin Gliech 2024-06-18 11:46:34 +0200
  • b1a67bb63b deploy: 1c7d85fdfe erikjohnston 2024-06-18 09:38:36 +0000
  • 1c7d85fdfe
    fix missing quotes for exclude_rooms_from_sync (#17308) Dirk Klimpel 2024-06-18 11:37:02 +0200
  • 5a65e8a0d1
    Switch to macOS 12 runners to fix building of wheels for macOS (#17319) Quentin Gliech 2024-06-18 11:26:36 +0200
  • 088992a484
    Bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 (#17316) dependabot[bot] 2024-06-18 10:01:34 +0100
  • d17d931a53
    Bump docker/build-push-action from 5 to 6 (#17312) dependabot[bot] 2024-06-18 09:57:58 +0100
  • 334123f0cd
    Bump dawidd6/action-download-artifact from 5 to 6 (#17313) dependabot[bot] 2024-06-18 09:57:42 +0100
  • d8e81f67eb
    Bump types-netaddr from 1.2.0.20240219 to 1.3.0.20240530 (#17314) dependabot[bot] 2024-06-18 09:57:24 +0100
  • 19a3d5b606
    Bump phonenumbers from 8.13.37 to 8.13.39 (#17315) dependabot[bot] 2024-06-18 09:57:07 +0100
  • 52813a8d94
    Bump msgpack from 1.0.7 to 1.0.8 (#17317) dependabot[bot] 2024-06-18 09:56:56 +0100
  • dd3998c2b3 Add changelog #17322 Johannes Marbach 2024-06-18 10:50:29 +0200
  • 532057c5d4 Add support for via query parameter from MSC4156 Johannes Marbach 2024-06-18 10:45:13 +0200
  • 0c3121faad
    Update cibuildwheel 2.16.2 -> 2.19.1 #17319 Quentin Gliech 2024-06-18 09:49:49 +0200
  • 37a60a3e8a
    Update cibuildwheel 2.16.2 -> 2.19.1 #17321 quenting/macos-13-runners Quentin Gliech 2024-06-18 09:49:49 +0200
  • d826726705
    TEMP: build all wheels on PRs for testing Quentin Gliech 2024-06-18 09:32:12 +0200
  • 210e11e71a
    CI: Switch to macOS 13 runners Quentin Gliech 2024-06-18 09:30:08 +0200
  • 8ce06f1452 Fix sort being lost Eric Eastwood 2024-06-17 18:54:23 -0500
  • 5e2fd4e93c Add changelog Eric Eastwood 2024-06-17 18:29:44 -0500
  • 3e0f759dbc Strip invite/knock event itself and avoid mutating event unsigned Eric Eastwood 2024-06-17 18:26:59 -0500
  • 079194c547 Return some room timeline data in Sliding Sync Eric Eastwood 2024-06-17 18:03:02 -0500
  • 130ffa51e6 Merge remote-tracking branch 'upstream/erikj/fixup_multipart' into shay/fix_multipart H. Shay 2024-06-17 11:24:10 -0700
  • cdbe676bc4 Comments Erik Johnston 2024-06-17 18:07:39 +0100
  • a5485437cf
    Add is_encrypted filtering to Sliding Sync /sync (#17281) Eric Eastwood 2024-06-17 12:06:18 -0500
  • 1a3a6b63ef We need to support 3rd party storage providers Erik Johnston 2024-06-17 17:58:43 +0100
  • c73391db8c Fix tests #17281 Eric Eastwood 2024-06-17 11:36:00 -0500
  • 8965f3b022 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter-encrypted2 Eric Eastwood 2024-06-17 11:33:24 -0500
  • e5b8a3e37f
    Add stream_ordering sort to Sliding Sync /sync (#17293) Eric Eastwood 2024-06-17 11:27:14 -0500
  • 810e9af8c4 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter-encrypted2 Eric Eastwood 2024-06-17 10:50:41 -0500
  • 63ff8f95cd Rename to get_last_event_pos_in_room_before_stream_ordering(...) #17293 Eric Eastwood 2024-06-17 10:48:33 -0500
  • ef92f3cbf9 Stable sort with just stream_ordering Eric Eastwood 2024-06-17 10:46:18 -0500
  • 7d804180ab Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-sort Eric Eastwood 2024-06-17 10:41:20 -0500
  • 81a1088572
    CI: Switch to macOS 12 runners Quentin Gliech 2024-06-17 17:07:50 +0200
  • c254c1a382
    Merge 8b42e2aecf into e88332b5f4 #17280 Eric Eastwood 2024-06-17 16:04:59 +0200
  • 13d858c96f deploy: e88332b5f4 sandhose 2024-06-17 13:52:58 +0000
  • e88332b5f4
    Merge branch 'release-v1.109' into develop Quentin Gliech 2024-06-17 15:51:16 +0200
  • 4375273374
    Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixes Quentin Gliech 2024-06-17 14:37:21 +0200
  • 08f16646a2
    Newsfile #17318 quenting/release-push-complement Quentin Gliech 2024-06-17 14:35:04 +0200
  • b86deec62a
    Make the release script create a release branch for Complement as well Quentin Gliech 2024-06-17 13:45:20 +0200
  • edfb7aad3a
    1.109.0rc3 v1.109.0rc3 Quentin Gliech 2024-06-17 14:07:49 +0200
  • 329514de69
    Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixes Quentin Gliech 2024-06-17 13:50:31 +0200
  • f983a77ab0
    Set our own stream position from the current sequence value on startup (#17309) Quentin Gliech 2024-06-17 13:50:00 +0200
  • 743bb24875
    Merge branch 'release-v1.109' into quenting/reset-self-stream-index-on-startup #17309 Quentin Gliech 2024-06-17 13:25:39 +0200
  • 12d7303707
    Use the release branch for sytest in release-branch PRs (#17306) Quentin Gliech 2024-06-17 13:21:51 +0200
  • 115c0d2a35
    Bump msgpack from 1.0.7 to 1.0.8 #17317 dependabot[bot] 2024-06-17 10:30:30 +0000
  • cb93d43dd6
    Bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 #17316 dependabot[bot] 2024-06-17 10:29:56 +0000
  • f4f10c1b57
    Bump phonenumbers from 8.13.37 to 8.13.39 #17315 dependabot[bot] 2024-06-17 10:29:27 +0000
  • 9976ce80a3
    Bump types-netaddr from 1.2.0.20240219 to 1.3.0.20240530 #17314 dependabot[bot] 2024-06-17 10:28:58 +0000
  • 1e1f1356b4
    lint Quentin Gliech 2024-06-17 12:23:42 +0200
  • d444dc8f9b
    Bump dawidd6/action-download-artifact from 5 to 6 #17313 dependabot[bot] 2024-06-17 10:15:37 +0000
  • e0fa7b1e36
    Bump docker/build-push-action from 5 to 6 #17312 dependabot[bot] 2024-06-17 10:15:33 +0000
  • 1e615a67e2
    Bump dtolnay/rust-toolchain from 1.66.0 to 1.90.0 #17311 dependabot[bot] 2024-06-17 10:15:27 +0000
  • 8de463ca64
    Skip tests again on sqlite Quentin Gliech 2024-06-17 12:11:13 +0200
  • fb34b68330
    fmt Quentin Gliech 2024-06-17 12:01:38 +0200
  • 1778917008
    Make sure we load after the sequence has been fixed up Quentin Gliech 2024-06-17 11:54:46 +0200
  • 59ce4a4809
    Refactor ID generator tests to simulate replication Quentin Gliech 2024-06-17 11:54:14 +0200
  • 383e963192
    Don't use the SequenceGenerator to get the current seq value, inline the SQL Quentin Gliech 2024-06-14 17:34:31 +0200
  • 78d52d6d84
    Newsfile Quentin Gliech 2024-06-14 17:03:27 +0200
  • dbda333ff7
    Set our own stream position from the current sequence value on startup Quentin Gliech 2024-06-14 17:00:20 +0200
  • f5008edbe2 deploy: a3cb244755 erikjohnston 2024-06-14 15:43:12 +0000
  • a3cb244755
    Automatically apply SQL for inconsistent sequence (#17305) Erik Johnston 2024-06-14 16:40:29 +0100
  • d065598c99 Update logs #17305 Erik Johnston 2024-06-14 16:08:43 +0100
  • 4bd969ba55
    Update tests/storage/test_id_generators.py Erik Johnston 2024-06-14 16:07:47 +0100
  • ff20f8fdf5
    newsfile #17308 Dirk Klimpel 2024-06-14 16:16:36 +0200
  • d7642de3dc
    fix missing quotes for exclude_rooms_from_sync Dirk Klimpel 2024-06-14 16:01:01 +0200
  • b6cff7a3f5
    We would like the base ref, not the head ref #17306 Quentin Gliech 2024-06-14 16:00:22 +0200
  • f7369efb33
    Fix the workflow? Quentin Gliech 2024-06-14 15:34:24 +0200
  • 7d7d602773
    Move the newsfile to the right place Quentin Gliech 2024-06-14 15:05:39 +0200
  • 5e70814583
    Newsfile Quentin Gliech 2024-06-14 14:53:58 +0200
  • ad92c21a0b
    Use the release branch for sytest in release-branch PRs Quentin Gliech 2024-06-14 14:51:44 +0200
  • b32cd23b90 Newsfile Erik Johnston 2024-06-14 12:28:59 +0100
  • 4c2ceacb4d Automatically apply SQL for inconsistent sequence Erik Johnston 2024-06-14 12:26:29 +0100
  • 3aae60f17b
    Enable cross-signing key upload without UIA (#17284) Richard van der Hoff 2024-06-14 11:14:56 +0100
  • 266790761d register_new_matrix_user: add password-file flag Jörg Thalheim 2024-06-11 11:40:47 +0200
  • 2c36a679ae
    Include user membership on events (#17282) Richard van der Hoff 2024-06-13 22:45:54 +0100
  • 99ed0128cf Update changelog Eric Eastwood 2024-06-13 16:08:47 -0500
  • 84eaeeafa8 Add rest test Eric Eastwood 2024-06-13 16:07:33 -0500
  • a917edad8c No more sort option Eric Eastwood 2024-06-13 15:47:33 -0500
  • 8b42e2aecf Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter-spaces2 #17280 madlittlemods/msc3575-sliding-sync-filter-spaces2 Eric Eastwood 2024-06-13 15:17:26 -0500
  • 5de7d5655a Merge branch 'madlittlemods/msc3575-sliding-sync-filter-dms' into madlittlemods/msc3575-sliding-sync-filter-spaces2 Eric Eastwood 2024-06-13 15:15:13 -0500
  • 35808b38db Fix filtering Eric Eastwood 2024-06-13 14:53:23 -0500
  • 8244b25be8 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-sort Eric Eastwood 2024-06-13 14:17:47 -0500
  • 0ea4fdd354 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter-encrypted2 Eric Eastwood 2024-06-13 13:59:44 -0500
  • c12ee0d5ba
    Add is_dm filtering to Sliding Sync /sync (#17277) Eric Eastwood 2024-06-13 13:56:58 -0500
  • 185e0b5693 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-sort Eric Eastwood 2024-06-13 13:00:10 -0500
  • aff2e82281 Merge branch 'madlittlemods/msc3575-sliding-sync-filter-dms' into madlittlemods/msc3575-sliding-sync-filter-encrypted2 Eric Eastwood 2024-06-13 12:44:52 -0500
  • eaaf4089ec Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter-dms #17277 Eric Eastwood 2024-06-13 12:44:28 -0500
  • 8aaff851b1
    Fix newly_left rooms not appearing if we returned early (Sliding Sync) (#17301) Eric Eastwood 2024-06-13 11:36:57 -0500
  • 8c58eb7f17
    Add event.internal_metadata.instance_name (#17300) Eric Eastwood 2024-06-13 11:32:50 -0500
  • ebdce69f6a
    Fix get_last_event_in_room_before_stream_ordering(...) finding the wrong last event (#17295) Eric Eastwood 2024-06-13 11:00:52 -0500