renovate[bot]
4b33892d48
Update npm non-major dependencies ( #5293 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 13:58:22 +00:00
renovate[bot]
d7d771fadb
Update vite to v4.1.5 ( #5291 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 12:37:38 +00:00
Hubert Chathi
4ee3e591bf
Handle secret pushing for key backups ( #5189 )
...
* push backup key to other verified devices when we reset backup
* handle receiving pushed backup keys
- make sure that backup gets enabled after we receive a pushed key that
matches the current, valid backup
* apply requested changes from review
2026-04-20 21:48:51 +00:00
renovate[bot]
668183d722
Update vite to v4.1.4 ( #5289 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 11:25:37 +00:00
renovate[bot]
854dae0dc0
Update typescript ( #5288 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 10:01:43 +00:00
renovate[bot]
9d1aca2232
Update eslint-plugins ( #5286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 09:11:28 +00:00
renovate[bot]
81569f3461
Update actions/setup-node digest to 48b55a0 ( #5285 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 08:50:10 +00:00
renovate[bot]
50783aba76
Update npm non-major dependencies ( #5287 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 08:17:20 +00:00
Michael Telatynski
fd01b17236
Tidy knip config ( #5284 )
2026-04-17 13:00:21 +00:00
Will Hunt
25e92009b7
Throw more helpful errors from indexedb-local-backend ( #5282 )
...
* Throw more helpful errors from indexedb-local-backend
* Add a test
* Do not tempt fate
2026-04-17 08:33:56 +00:00
Michael Telatynski
eb7acfb810
Add support for m.recent_emoji account data event ( #5280 )
2026-04-16 21:59:30 +00:00
Andy Balaam
ca5655bced
Rotate the room key when anyone leaves a room for any reason ( #5279 )
2026-04-16 12:09:42 +00:00
Michael Telatynski
ef9b13e2a6
Fix coverage reports clobbering each other ( #5267 )
...
merge-multiple would silently drop files with clashing names - it ultimately isn't necessary given the `find` command will happily find them in nested subdirs
2026-04-16 11:48:51 +00:00
fkwp
159cca0363
Adapt LiveKit Identity hash calculation to latest MSC4195 update ( #5268 )
...
* adapt hash calculation to latest MSC4195 update.
Stop using '|' delimiters in hashes; use JSON arrays + canonical JSON instead
Signed-off-by: fkwp <github-fkwp@w4ve.de >
* Update the test for RTC backend identities and add tests for calculating the identity hash.
Signed-off-by: fkwp <github-fkwp@w4ve.de >
* linting
Signed-off-by: fkwp <github-fkwp@w4ve.de >
* add copyright header
---------
Signed-off-by: fkwp <github-fkwp@w4ve.de >
2026-04-16 09:48:11 +00:00
renovate[bot]
3879111850
Update typescript ( #5274 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 11:37:50 +00:00
Andy Balaam
f9a5aa87e3
Support the stable prefix for MSC4287 (key backup preference) ( #5258 )
...
* Support the stable prefix for MSC4287 (key backup preference)
* Remove incorrect doc coment on disableKeyStorage
2026-04-15 11:07:48 +00:00
renovate[bot]
ed58df040c
Update eslint-plugins ( #5276 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 09:51:25 +00:00
Michael Telatynski
0a3448d4c9
Fix references to matrix-react-sdk in CI ( #5269 )
2026-04-15 09:25:54 +00:00
renovate[bot]
25c1c1ea26
Update actions/github-script action to v9 ( #5277 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 09:11:09 +00:00
renovate[bot]
a5e67af31f
Update actions/upload-pages-artifact action to v5 ( #5278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 08:37:38 +00:00
renovate[bot]
b91e80814a
Update zizmorcore/zizmor-action action to v0.5.3 ( #5275 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 08:37:07 +00:00
renovate[bot]
d096a72605
Update npm non-major dependencies ( #5273 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 08:36:56 +00:00
renovate[bot]
fb547e7b4b
Update actions/upload-artifact digest to 043fb46 ( #5272 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15 08:36:46 +00:00
Michael Telatynski
815294ca5a
Allow oidc jwks_uri to be omitted ( #5271 )
...
* Allow oidc jwks_uri to be null
As signing keys are seemingly not (yet?) in the spec
* Add test coverage
2026-04-15 08:15:29 +00:00
Michael Telatynski
6d270b4685
Handle response_mode=fragment in completeAuthorizationCodeGrant ( #5266 )
...
* Handle response_mode=fragment in completeAuthorizationCodeGrant
* Add test
* Fix docs
2026-04-14 14:59:10 +00:00
Michael Telatynski
8bc3d96f6b
Allow generating OIDC URIs with response_mode=fragment ( #5265 )
2026-04-13 22:53:05 +00:00
Richard van der Hoff
b6ea6e105e
Log clarifications for handleBackupSecretReceived ( #5233 )
...
Some changes to make this a bit easier to understand.
2026-04-10 12:33:30 +00:00
Valere Fedronic
cd4e053fa5
Suppress and Reduce noisy logs for rtc ( #5260 )
2026-04-09 14:24:36 +00:00
Andy Balaam
727473af62
Expand the comment on CryptoApi.getUserDeviceInfo saying we request info from the server ( #5256 )
...
* Expand the comment on CryptoApi.getUserDeviceInfo saying we request info from the server
* Update comment to reflect waiting for in-progress requests, not making new ones
* Update the comment for userHasCrossSigningKeys too
2026-04-09 14:19:22 +00:00
Michael Telatynski
f17f013f1e
Satisfy pnpm audit ( #5262 )
2026-04-09 11:52:19 +00:00
renovate[bot]
9f4ab0b840
Update matrix-org/sonarcloud-workflow-action digest to 13968a2 ( #5263 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-08 13:28:46 +00:00
Michael Telatynski
6371e4b252
Update pnpm command for version bumping
2026-04-08 08:23:52 +01:00
Michael Telatynski
b69929e01a
Allow release-make to bump multiple package.json versions ( #5261 )
2026-04-07 14:44:15 +00:00
RiotRobot
9dc12baaa9
Merge branch 'master' into develop
2026-04-07 13:17:46 +00:00
RiotRobot
159738597d
v41.3.0
v41.3.0
2026-04-07 13:17:11 +00:00
Andy Balaam
d02205652f
Re-enable Complement Crypto tests ( #5257 )
...
Since https://github.com/matrix-org/complement-crypto/pull/235 these
should be more reliable.
This reverts commit 4d59291538 .
2026-04-01 12:38:11 +00:00
Richard van der Hoff
5e03add29a
Expose UserVerificationStatus.known flag ( #5255 )
...
Indicate whether we have a record of this user's identity.
2026-04-01 09:58:50 +00:00
renovate[bot]
eeafd7fcaa
Update npm non-major dependencies ( #5251 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 16:36:53 +00:00
renovate[bot]
78a3c5372d
Update vite ( #5253 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 13:58:28 +00:00
renovate[bot]
c0c3bc2a8c
Update dependency p-retry to v8 ( #5254 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 13:28:47 +00:00
renovate[bot]
c3ce49cabf
Update pnpm to v10.33.0 ( #5252 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 13:19:11 +00:00
renovate[bot]
5408168dfd
Update dependency eslint-plugin-jsdoc to v62.8.1 ( #5250 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 13:17:51 +00:00
renovate[bot]
61452ddc11
Update pnpm/action-setup action to v5 ( #5239 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 13:11:15 +00:00
Michael Telatynski
d5160a5380
Add permissions for contents in workflow
2026-03-31 14:36:05 +01:00
Michael Telatynski
7ff4960a27
Update workflow to use build-and-test.yaml from EW
...
Moved in https://github.com/element-hq/element-web/pull/32929
2026-03-31 14:34:06 +01:00
RiotRobot
00f63db80f
v41.3.0-rc.0
v41.3.0-rc.0
2026-03-31 12:33:30 +00:00
dependabot[bot]
9bcb83a20a
Bump smol-toml from 1.6.0 to 1.6.1 ( #5249 )
...
Bumps [smol-toml](https://github.com/squirrelchat/smol-toml ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases )
- [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: smol-toml
dependency-version: 1.6.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 11:59:06 +00:00
dependabot[bot]
dd8d8e5410
Bump brace-expansion from 1.1.12 to 1.1.13 ( #5248 )
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.13 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 11:41:40 +00:00
dependabot[bot]
32b8ff8116
Bump minimatch from 3.1.2 to 3.1.5 ( #5247 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 11:40:24 +00:00
Skye Elliot
3ceadd512d
Refactor history sharing tests using setupClients helper ( #5235 )
...
* tests: Refactor history sharing tests using `setupClients` helper
Signed-off-by: Skye Elliot <actuallyori@gmail.com >
* tests: Use separate destructors for test clients
---------
Signed-off-by: Skye Elliot <actuallyori@gmail.com >
2026-03-30 11:13:37 +00:00