Michael Telatynski
14b2ee2da4
Remove dependency on uuid ( #5297 )
Notify Downstream Projects / notify-downstream (element-web-notify, element-hq/element-web) (push) Has been skipped
Static Analysis / Typescript Syntax Check (push) Failing after 1m36s
Static Analysis / ESLint (push) Failing after 31s
Static Analysis / Node.js example (push) Failing after 42s
Static Analysis / Workflow Lint (push) Failing after 9m59s
Static Analysis / JSDoc Checker (push) Failing after 50s
Static Analysis / Analyse Dead Code (push) Failing after 36s
Static Analysis / Downstream tsc element-web (push) Has been skipped
Tests / Vitest [integ] (Node 22) (push) Failing after 4s
Tests / Vitest [unit] (Node 22) (push) Failing after 39s
Tests / Vitest [integ] (Node lts/*) (push) Failing after 39s
Tests / Vitest [unit] (Node lts/*) (push) Failing after 35s
Tests / Downstream test element-web (push) Has been skipped
Tests / Run Complement Crypto tests (push) Has been skipped
Static Analysis / Static Analysis (push) Successful in 1s
Tests / Tests (push) Failing after 1s
Tests / Downstream Complement Crypto tests (push) Successful in 1s
Tests / Downstream tests (push) Successful in 4s
2026-04-23 09:53:18 +00:00
renovate[bot]
bb083222d9
Update dependency vite to v8 ( #5295 )
...
* Update dependency vite to v8
* Update lockfile
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-04-22 16:16:29 +00:00
Andy Balaam
fa424c44b4
Support stable identifiers for MSC4268 ( #5290 )
...
* Support stable identifier m.room_key_bundle
* Support stable identifier m.shared_history
* Test that checks isRoomKeyBundleMessage works for stable and unstable identifiers
* Replace similar tests with use of it.each
2026-04-22 09:10:39 +00:00
renovate[bot]
fef093747e
Update dependency @typescript-eslint/eslint-plugin to v8.59.0 ( #5292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 14:38:05 +00:00
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