summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-28Fix hierarchy returning 403 when room is accessible through federation (#17194)Krishan3-2/+72
2024-08-28Fix content length on federation `/thumbnail` responses (#17532)Shay4-20/+41
2024-08-28Bump serde from 1.0.208 to 1.0.209 (#17613)dependabot[bot]1-4/+4
2024-08-27hash_password accepts stdin now (#17608)eyJhb5-11/+216
2024-08-27Bump pyyaml from 6.0.1 to 6.0.2 (#17611)dependabot[bot]1-53/+55
2024-08-27Bump phonenumbers from 8.13.43 to 8.13.44 (#17610)dependabot[bot]1-3/+3
2024-08-27Bump attrs from 23.2.0 to 24.2.0 (#17609)dependabot[bot]1-9/+9
2024-08-27Bump pygithub from 2.3.0 to 2.4.0 (#17612)dependabot[bot]1-4/+4
2024-08-27Bump serde_json from 1.0.125 to 1.0.127 (#17614)dependabot[bot]1-2/+2
2024-08-27Speed up fetching latest stream positions via cache (#17606)Erik Johnston3-67/+77
2024-08-27Fix @tag_args for non-methods (#17604)Erik Johnston2-7/+8
2024-08-23Bump types-setuptools from 71.1.0.20240726 to 71.1.0.20240818 (#17586)dependabot[bot]1-3/+3
2024-08-23Bump sentry-sdk from 2.12.0 to 2.13.0 (#17585)dependabot[bot]1-3/+4
2024-08-23Bump cryptography from 42.0.8 to 43.0.0 (#17584)dependabot[bot]1-34/+29
2024-08-23Bump types-jsonschema from 4.23.0.20240712 to 4.23.0.20240813 (#17583)dependabot[bot]1-3/+14
2024-08-23Bump serde_json from 1.0.124 to 1.0.125 (#17582)dependabot[bot]1-2/+2
2024-08-23Bump serde from 1.0.206 to 1.0.208 (#17581)dependabot[bot]1-4/+4
2024-08-20Sliding sync: Split up handler into its own module (#17595)Erik Johnston5-1267/+1380
2024-08-20changelog: move SSSS some changes in the features section v1.114.0rc1Quentin Gliech1-3/+6
2024-08-201.114.0rc1Quentin Gliech34-34/+58
2024-08-20Sliding Sync: Speed up getting receipts for initial rooms (#17592)Erik Johnston4-29/+108
2024-08-20Add metrics for sliding sync processing time (#17593)Erik Johnston2-0/+16
2024-08-20Sliding Sync: Handle timeline limit changes (take 2) (#17579)Erik Johnston5-13/+285
2024-08-20Sliding Sync: Batch up fetching receipts (#17589)Erik Johnston2-14/+17
2024-08-19Sliding sync: Correctly track which read receipts we have or have not sent do...Erik Johnston6-80/+378
2024-08-19Sliding sync: Add classes for per-connection state (#17574)Erik Johnston2-94/+190
2024-08-19Fix zero length media handling (#17570)Erik Johnston2-1/+2
2024-08-19Test github token before running release script (#17562)Erik Johnston2-0/+26
2024-08-16Speed up `/keys/changes` (#17548)Erik Johnston3-20/+77
2024-08-16Add a flag to /versions about SSS support (#17571)Erik Johnston2-0/+7
2024-08-14Register the media threadpool with our metrics (#17566)Andrew Morgan2-0/+5
2024-08-14Fix fetching signing keys when `old_verify_keys` is omitted (#17568)Tulir Asokan2-1/+2
2024-08-14Fix 'Producer was not unregistered' error (#17569)Erik Johnston2-0/+4
2024-08-14Reduce concurrent thread usage in media (#17567)Erik Johnston3-39/+90
2024-08-14Handle lower-case http headers in `_Mulitpart_Parser_Protocol` (#17545)Shay3-11/+38
2024-08-13Sliding Sync: Exclude partially stated rooms if we must await full state (#17...Eric Eastwood3-45/+255
2024-08-13Use a larger, dedicated threadpool for media sending (#17564)Erik Johnston7-17/+48
2024-08-13Add a utility function for generating fake event IDs (#17557)Andrew Morgan4-9/+36
2024-08-13Add missing docstrings related to profile methods. (#17559)Patrick Cloke3-0/+70
2024-08-13Remove logging in multipart (#17563)Erik Johnston2-1/+1
2024-08-13Fixup media logcontexts (#17561)Erik Johnston2-2/+10
2024-08-131.113.0 v1.113.0Erik Johnston3-1/+14
2024-08-13Speed up responding to media requests (#17558)Erik Johnston7-21/+154
2024-08-13Bump serde from 1.0.204 to 1.0.206 (#17556)dependabot[bot]1-4/+4
2024-08-12Bump setuptools from 67.6.0 to 72.1.0 (#17542)Andrew Morgan2-18/+8
2024-08-12Bump serde_json from 1.0.122 to 1.0.124 (#17555)dependabot[bot]1-2/+2
2024-08-12Bump sentry-sdk from 2.10.0 to 2.12.0 (#17553)dependabot[bot]1-4/+4
2024-08-12Bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240808 (#17552)dependabot[bot]1-3/+3
2024-08-12Bump phonenumbers from 8.13.42 to 8.13.43 (#17551)dependabot[bot]1-3/+3
2024-08-12Bump lxml from 5.2.2 to 5.3.0 (#17550)dependabot[bot]1-144/+140
2024-08-12Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#17549)dependabot[bot]1-1/+1
2024-08-12Bump types-requests from 2.31.0.20240406 to 2.32.0.20240712 (#17524)dependabot[bot]1-3/+3
2024-08-09Fix performance of device lists in `/key/changes` and sliding sync (#17537) github/developErik Johnston4-205/+215
2024-08-08Start handlers for new media endpoints when media resource configured (#17483)devonh6-70/+132
2024-08-08Replace deprecated `HTTPAdapter.get_connection` method with `get_connection_...Andrew Morgan2-7/+19
2024-08-08SSS: Implement PREVIOUSLY room tracking (#17535)Erik Johnston3-88/+53
2024-08-07Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood9-126/+311
2024-08-07Bump bytes from 1.6.1 to 1.7.1 (#17526)dependabot[bot]1-2/+2
2024-08-07Bump regex from 1.10.5 to 1.10.6 (#17527)dependabot[bot]1-2/+2
2024-08-07Fixup sliding sync comment (#17531)Erik Johnston2-1/+2
2024-08-06Sliding Sync: Add more tracing (#17514)Eric Eastwood6-240/+346
2024-08-06Clarify `auto_accept_invites.worker_to_run_on` config docs (#17515)Andrew Morgan2-1/+6
2024-08-061.113.0rc1 v1.113.0rc1 github/release-v1.113 release-v1.113Andrew Morgan20-18/+51
2024-08-06Bump phonenumbers from 8.13.39 to 8.13.42 (#17521)dependabot[bot]1-3/+3
2024-08-06Bump towncrier from 23.11.0 to 24.7.1 (#17523)dependabot[bot]1-5/+5
2024-08-06Bump black from 24.4.2 to 24.8.0 (#17522)dependabot[bot]1-25/+25
2024-08-06Bump serde_json from 1.0.121 to 1.0.122 (#17525)dependabot[bot]1-2/+2
2024-08-06SS: Reset connection if token is unrecognized (#17529)Erik Johnston4-17/+57
2024-08-05Sliding Sync: Easier to understand timeline assertions in tests (#17511)Eric Eastwood2-21/+104
2024-07-31Sliding Sync: Add typing notification extension (MSC3961) (#17505)Eric Eastwood9-7/+640
2024-07-31Sliding Sync: Split and move tests (#17504)Eric Eastwood15-5860/+6315
2024-07-31Sliding Sync: Fix `limited` response description (make accurate) (#17507)Eric Eastwood2-2/+3
2024-07-30Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood11-109/+1597
2024-07-30Sliding Sync: Add receipts extension (MSC3960) (#17489)Eric Eastwood7-268/+1070
2024-07-30Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726 (#17497)dependabot[bot]1-3/+3
2024-07-30Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722 (#17496)dependabot[bot]1-3/+3
2024-07-30Bump bcrypt from 4.1.3 to 4.2.0 (#17495)dependabot[bot]1-28/+28
2024-07-30Bump serde_json from 1.0.120 to 1.0.121 (#17493)dependabot[bot]1-2/+3
2024-07-301.112.0 v1.112.0 github/release-v1.112 release-v1.112Olivier 'reivilibre4-2/+32
2024-07-30Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre8-57/+65
2024-07-30Add bold emphasis to some parts of the changelog v1.111.1 github/release-v1.111 release-v1.111Olivier 'reivilibre1-2/+2
2024-07-301.111.1Olivier 'reivilibre4-2/+27
2024-07-30Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre8-57/+65
2024-07-30Bump ruff from 0.5.4 to 0.5.5 (#17494)dependabot[bot]2-21/+21
2024-07-30Add some more opentracing to sliding sync (#17501)Erik Johnston3-5/+34
2024-07-30Fix `failures` property in `/keys/query` (#17499)Richard van der Hoff3-11/+75
2024-07-30Only send rooms with updates down sliding sync (#17479)Erik Johnston5-30/+138
2024-07-29Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston9-45/+814
2024-07-25Refactor Sliding Sync tests to better utilize the `SlidingSyncBase.do_sync(.....Eric Eastwood2-1021/+726
2024-07-25Refactor Sliding Sync tests to better utilize the `SlidingSyncBase` (pt. 1) (...Eric Eastwood2-228/+107
2024-07-25Update config_documentation - Change example of msisdn in allowed_local_3pids...YLong Shi2-2/+6
2024-07-24Sliding Sync: Add Account Data extension (MSC3959) (#17477)Eric Eastwood6-2/+982
2024-07-24Sliding Sync: ensure bump stamp ignores backfilled events (#17478)Erik Johnston3-3/+130
2024-07-24Use a new token format for sliding sync (#17452)Erik Johnston6-208/+301
2024-07-24Update debian template - new link to the delegation docs (#17475)Maciej Laskowski1-1/+1
2024-07-23Address changelog review comments v1.112.0rc1Devon Hudson1-5/+5
2024-07-231.112.0rc1Devon Hudson28-26/+65
2024-07-23Speed up SS room sorting (#17468)Erik Johnston6-29/+159
2024-07-23Reduce volume of 'Waiting for current token' logs, which were introduced in v...reivilibre3-5/+32
2024-07-23Fixed presence results not returning offline users on initial sync (#17231)Michael Hollister4-1/+16
2024-07-22Bump hiredis from 2.3.2 to 3.0.0 (#17464)dependabot[bot]1-111/+96
2024-07-22Bump pyopenssl from 24.1.0 to 24.2.1 (#17465)dependabot[bot]1-4/+4
2024-07-22Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood9-34/+1023
2024-07-22SS: Implement `$ME` support (#17469)Erik Johnston3-1/+80
2024-07-22Speed up room keys query by using read/write lock (#17461)Erik Johnston2-9/+10
2024-07-22Bump ruff from 0.5.0 to 0.5.4 (#17466)dependabot[bot]2-21/+21
2024-07-22Bump sentry-sdk from 2.8.0 to 2.10.0 (#17467)dependabot[bot]1-3/+3
2024-07-22Prepare for authenticated media freeze (#17433)Shay12-12/+362
2024-07-19Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston6-4/+38
2024-07-19Generate room sync data concurrently (#17458)Erik Johnston2-2/+11
2024-07-19Bump sentry-sdk from 2.6.0 to 2.8.0 (#17456)dependabot[bot]1-5/+5
2024-07-18Improve default_power_level_content_override documentation (#17451)Ben Banfield-Zanin3-0/+35
2024-07-18Revert "Bump setuptools from 67.6.0 to 70.0.0" (#17455)Erik Johnston1-6/+7
2024-07-18Add `m.room.create` to default bump event types (#17453)Eric Eastwood2-0/+2
2024-07-17Order `heroes` by `stream_ordering` (as spec'ed) (#17435)Eric Eastwood4-26/+456
2024-07-16Bump mypy from 1.9.0 to 1.10.1 (#17445)dependabot[bot]2-29/+30
2024-07-161.111.0 v1.111.0Till Faelligen3-1/+14
2024-07-16Bump matrix-org/done-action from 2 to 3 (#17440)dependabot[bot]1-2/+2
2024-07-16Handle remote download responses with `UNKNOWN_LENGTH` more gracefully (#17439)Shay4-60/+166
2024-07-16Bump setuptools from 67.6.0 to 70.0.0 (#17448)dependabot[bot]1-7/+6
2024-07-16Remove unnecessary call to resume producing in fake channel (#17449)Shay2-4/+1
2024-07-15Fix bug where sync could get stuck when using workers (#17438)Erik Johnston4-10/+138
2024-07-15Bump types-jsonschema from 4.22.0.20240610 to 4.23.0.20240712 (#17446)dependabot[bot]1-3/+3
2024-07-15Bump bytes from 1.6.0 to 1.6.1 (#17441)dependabot[bot]1-2/+2
2024-07-15Bump ulid from 1.1.2 to 1.1.3 (#17442)dependabot[bot]1-2/+2
2024-07-15Bump jsonschema from 4.22.0 to 4.23.0 (#17444)dependabot[bot]1-4/+4
2024-07-15Bump twine from 5.1.0 to 5.1.1 (#17443)dependabot[bot]1-4/+4
2024-07-15Make sure we use the right logic for enabling the media repo. (#17424)Quentin Gliech4-8/+3
2024-07-15Add room subscriptions to Sliding Sync `/sync` (#17432)Eric Eastwood5-358/+1489
2024-07-11Add `is_dm` room field to Sliding Sync `/sync` (#17429)Eric Eastwood3-29/+70
2024-07-11Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)Eric Eastwood6-110/+529
2024-07-11Fix filtering room types on remote rooms (#17434)Erik Johnston4-13/+130
2024-07-11Fix docs on `record_action` to clarify the actions are applied (#17426)Travis Ralston2-3/+3
2024-07-11Add Red Hat Enterprise Linux and Rocky Linux installation instructions (#17423)villepeh3-2/+58
2024-07-11Use consistent casing between FROM and AS (#17431)Joe Groocock2-3/+3
2024-07-11Bump zipp from 3.15.0 to 3.19.1 (#17427)dependabot[bot]1-6/+6
2024-07-10Upload new logo with white bg and update readme to use it (#17387)Will Lewis3-1/+96
2024-07-10Handle to-device extensions to Sliding Sync (#17416)Erik Johnston6-12/+392
2024-07-101.111.0rc2 v1.111.0rc2Quentin Gliech6-4/+24
2024-07-09Fix new media APIs when using synapse.app.media_repository (#17420)Erik Johnston3-2/+3
2024-07-09Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418)Eric Eastwood3-55/+305
2024-07-09Note the new federated media worker endpoints in the worker docs & upgrade no...Andrew Morgan3-2/+5
2024-07-09Route auth'd fed media requests to media repo in Complement tests (#17422)Andrew Morgan2-0/+2
2024-07-09Fix up the changelog v1.111.0rc1Quentin Gliech2-3/+2
2024-07-09Tweak the changelog for v1.111.0rc1Quentin Gliech1-8/+7
2024-07-09Fix exception when failing to talk to remote server (#17411)Erik Johnston2-1/+3
2024-07-091.111.0rc1Quentin Gliech25-25/+61
2024-07-09Fix `/versions` requests (#17410)Erik Johnston3-1/+11
2024-07-09Bump ijson from 3.2.3 to 3.3.0 (#17413)dependabot[bot]1-90/+95
2024-07-09Bump pillow from 10.3.0 to 10.4.0 (#17412)dependabot[bot]1-71/+82
2024-07-08Fix bug in sliding sync when using old DB. (#17398)Erik Johnston8-212/+33
2024-07-08Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood9-34/+295
2024-07-08Bump serde_json from 1.0.119 to 1.0.120 (#17408)dependabot[bot]1-2/+2
2024-07-08Bump serde from 1.0.203 to 1.0.204 (#17409)dependabot[bot]1-4/+4
2024-07-08Bump mypy-zope from 1.0.4 to 1.0.5 (#17414)dependabot[bot]1-4/+3
2024-07-08Bump pydantic from 2.7.1 to 2.8.2 (#17415)dependabot[bot]1-85/+98
2024-07-08Declare support for Matrix 1.11 (#17403)Travis Ralston2-0/+2
2024-07-08MSC3861: allow overriding the introspection endpoint (#17406)Quentin Gliech3-2/+20
2024-07-08Bump certifi from 2023.7.22 to 2024.7.4 (#17404)dependabot[bot]1-4/+4
2024-07-08Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ...Shay12-131/+585
2024-07-05Bump ruff from 0.3.7 to 0.5.0 (#17381)dependabot[bot]13-36/+41
2024-07-05Allow enabling sliding sync per-user (#17393)Erik Johnston7-6/+89
2024-07-05Finish up work to allow per-user feature flags (#17392)Erik Johnston8-49/+189
2024-07-05Fix links to MSC3916 (#17397)Sandro2-2/+2
2024-07-05Upon deactivation, forget all of the user's rooms (#17400)Travis Ralston3-0/+27
2024-07-05Fix links in README (#17379)Hugh Nimmo-Smith2-3/+4
2024-07-05Make the release script create a release branch for Complement as well (#17318)Quentin Gliech2-1/+25
2024-07-04Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood9-89/+1687
2024-07-04Changelog entries only get merged if they have the same content and extension...Eric Eastwood2-3/+4
2024-07-031.110.0 v1.110.0 github/release-v1.110 release-v1.110Devon Hudson3-1/+14
2024-07-02Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)Eric Eastwood5-7/+248
2024-07-02Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood14-259/+3593
2024-07-021.110.0rc3 v1.110.0rc3Devon Hudson7-5/+21
2024-07-02Limit size of presence EDUs (#17371)Erik Johnston3-11/+140
2024-07-02Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365)Shay26-84/+1718
2024-07-02Fix regression when bounding future tokens (#17391)Erik Johnston3-10/+54
2024-07-02Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston17-31/+229
2024-07-02Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston17-31/+229
2024-07-02Fix building debian packages on non-clean checkouts (#17390)Erik Johnston2-0/+4
2024-07-02Fix building debian packages for sid (#17389)Erik Johnston2-0/+3
2024-07-01Bump types-setuptools from 69.5.0.20240423 to 70.1.0.20240627 (#17380)dependabot[bot]1-3/+3
2024-07-01Bump serde_json from 1.0.117 to 1.0.119 (#17385)dependabot[bot]1-2/+2
2024-07-01Bump log from 0.4.21 to 0.4.22 (#17384)dependabot[bot]1-2/+2
2024-07-01Bump cryptography from 42.0.7 to 42.0.8 (#17382)dependabot[bot]1-33/+33
2024-07-01Limit size of presence EDUs (#17371)Erik Johnston3-11/+140
2024-06-28Clarify `url_preview_url_blacklist` is a usability feature (#17356)davidegirardi2-9/+13
2024-06-27Use rstcheck to "lint" the README (#17367)Till2-0/+21
2024-06-27Handle multiple rows device inbox (#17362)Erik Johnston2-3/+3
2024-06-261.110.0rc2 v1.110.0rc2Till Faelligen4-2/+16
2024-06-26Fix uploading packages to PyPi (#17363)Till2-7/+8
2024-06-26Fix uploading packages to PyPi (#17363)Till2-7/+8
2024-06-26Fix typo v1.110.0rc1Till Faelligen1-1/+1
2024-06-26Update changelogTill Faelligen1-8/+6
2024-06-261.110.0rc1Till Faelligen46-49/+88
2024-06-25Fixes to the table of contents in the README (#17329)Andrew Morgan2-4/+5
2024-06-25Fix outdated Security Disclosure Policy references (#17341)Denis Kasak4-5/+6
2024-06-25Re-introduce federation /download endpoint (#17350)Shay8-11/+588
2024-06-25Fix refreshable_access_token_lifetime typo (#17357)douglaz1-1/+1
2024-06-25Limit amount of replication we send (#17358)Erik Johnston2-8/+8
2024-06-25Reintroduce "Reduce device lists replication traffic."" (#17361)Erik Johnston6-48/+89
2024-06-25Revert "Reduce device lists replication traffic." (#17360)Erik Johnston6-89/+48
2024-06-24Add `is_invite` filtering to Sliding Sync `/sync` (#17335)Eric Eastwood4-43/+199
2024-06-24Correct error in user_directory docs (#17348)devonh2-1/+3
2024-06-24Add default values for rc_invites per_issuer to docs (#17347)devonh2-2/+4
2024-06-24Fix room `type` typo in mailer (#17336)Eric Eastwood2-2/+4
2024-06-24Reintroduce #17291. (#17338)Erik Johnston7-89/+250
2024-06-24Add support for MSC3823 - Account Suspension Part 2 (#17255)Shay9-0/+287
2024-06-24Reduce device lists replication traffic. (#17333)Erik Johnston6-48/+89
2024-06-24Tidy up integer parsing (#17339)Denis Kasak8-34/+25
2024-06-24Bump lazy_static from 1.4.0 to 1.5.0 (#17355)dependabot[bot]1-2/+2
2024-06-24Bump typing-extensions from 4.11.0 to 4.12.2 (#17354)dependabot[bot]1-3/+3
2024-06-24Bump netaddr from 1.2.1 to 1.3.0 (#17353)dependabot[bot]1-3/+3
2024-06-24Bump packaging from 24.0 to 24.1 (#17352)dependabot[bot]1-4/+4
2024-06-24Bump sentry-sdk from 2.3.1 to 2.6.0 (#17351)dependabot[bot]1-4/+4
2024-06-21Bump urllib3 from 2.0.7 to 2.2.2 (#17346)dependabot[bot]1-5/+5
2024-06-21Bump requests from 2.31.0 to 2.32.2 (#17345)dependabot[bot]1-4/+4
2024-06-21Bump tornado from 6.4 to 6.4.1 (#17344)dependabot[bot]1-15/+15
2024-06-21Bump authlib from 1.3.0 to 1.3.1 (#17343)dependabot[bot]1-3/+3
2024-06-19Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston5-230/+82
2024-06-19Register sliding sync under a different path (#17331)Erik Johnston3-2/+5
2024-06-19register-new-matrix-user: add a flag to ignore already existing users (#17304)Jörg Thalheim4-3/+34
2024-06-19Filter added to Admin-API GET /rooms (#17276)Alexander Fechler5-15/+131
2024-06-19Update the README with Element branding and a few fixes (#17324)Andrew Morgan2-25/+51
2024-06-19Remove `expire_access_token` from Docker configuration (#17198)Aaron Dewes2-1/+1
2024-06-19Handle large chain calc better (#17291)Erik Johnston5-82/+230
2024-06-19Require the 'from' parameter for `/notifications` be an integer (#17283)Andrew Morgan5-21/+173
2024-06-18Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan11-659/+25
2024-06-18register_new_matrix_user: add password-file flag (#17294)Jörg Thalheim4-7/+29
2024-06-18Add support for via query parameter from MSC4156 (#17322)Johannes Marbach4-0/+20
2024-06-181.109.0 v1.109.0 github/release-v1.109 release-v1.109Quentin Gliech4-2/+16
2024-06-18fix missing quotes for exclude_rooms_from_sync (#17308)Dirk Klimpel2-1/+2
2024-06-18Switch to macOS 12 runners to fix building of wheels for macOS (#17319)Quentin Gliech2-4/+5
2024-06-18Bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 (#17316)dependabot[bot]1-4/+4
2024-06-18Bump docker/build-push-action from 5 to 6 (#17312)dependabot[bot]1-1/+1
2024-06-18Bump dawidd6/action-download-artifact from 5 to 6 (#17313)dependabot[bot]1-1/+1
2024-06-18Bump types-netaddr from 1.2.0.20240219 to 1.3.0.20240530 (#17314)dependabot[bot]1-3/+3
2024-06-18Bump phonenumbers from 8.13.37 to 8.13.39 (#17315)dependabot[bot]1-3/+3
2024-06-18Bump msgpack from 1.0.7 to 1.0.8 (#17317)dependabot[bot]1-57/+57
2024-06-17Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood5-100/+189
2024-06-17Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood9-121/+459
2024-06-171.109.0rc3 v1.109.0rc3Quentin Gliech6-4/+20
2024-06-17Set our own stream position from the current sequence value on startup (#17309)Quentin Gliech3-178/+147
2024-06-17Use the release branch for sytest in release-branch PRs (#17306)Quentin Gliech2-0/+4
2024-06-14Automatically apply SQL for inconsistent sequence (#17305)Erik Johnston4-37/+25
2024-06-14Enable cross-signing key upload without UIA (#17284)Richard van der Hoff7-123/+32
2024-06-13Include user membership on events (#17282)Richard van der Hoff18-45/+8
2024-06-13Add `is_dm` filtering to Sliding Sync `/sync` (#17277)Eric Eastwood5-7/+416
2024-06-13Fix `newly_left` rooms not appearing if we returned early (Sliding Sync) (#17...Eric Eastwood3-14/+15
2024-06-13Add `event.internal_metadata.instance_name` (#17300)Eric Eastwood10-9/+31
2024-06-13Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la...Eric Eastwood3-12/+290