Éloi Rivard and GitHub
aecdbc38cf
fix: strip ephemeral query params from OIDC redirect URI ( #32875 )
...
getOidcCallbackUrl() was building the redirect_uri from window.location.href,
which may contain ephemeral params such as `updated` (appended on auto-update of element-web).
This caused a redirect_uri mismatch on authorization servers.
2026-03-23 15:21:03 +00:00
Michael Telatynski and GitHub
bdd2309d8b
Set title on Playwright HTML report ( #32885 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-23 14:30:10 +00:00
99e6ede9f1
Implement collapsible panels for the new room list ( #32742 )
...
* Add `react-resizable-panels` library
* Implement a custom SeparatorView
* Add a `LeftResizablePanelView`
* Add a custom `GroupView`
* Export everything from shared-components
* Make it possible to track width/collapse state through settings
* Add a view model to drive the views
* Render views without disrupting the old room list
* Fix lint error
* Disable user interaction on collapsed panel
* Prevent widgets fron hijacking pointer events
* Expand to full width on separator click
* Separator should be shown when focused via keyboard
* Update tests
* Use data-attribute for hover
* Write stories for SeperatorView
* Write vite tests for SeparatorView
* Write tests for LeftResizablePanelView
* More tests
* Fix lint errors
* Fix flakey border on the roomlst
* Fix storybook axe violation
* Update snapshots
* Fix playwright tests
* Fix sonarcloud issues
* Use translated string
* Add better js-doc comments
* Rename `ResizerSnapshot` to `ResizerViewSnapshot`
* Externalize react-resizable-panels
* Link figma designs to stories
* Write playwright tests
* Update screenshots
* Fix lint errors
* Update more screenshots
* Update more screenshots
* Fix flaky toast test
* Update apps/web/playwright/e2e/crypto/toasts.spec.ts
Co-authored-by: Andy Balaam <andy.balaam@matrix.org >
* Fix indentation
---------
Co-authored-by: Andy Balaam <andy.balaam@matrix.org >
2026-03-23 13:33:32 +00:00
Michael Telatynski and GitHub
89261bbe00
Increase playwright runners to 2 in CI ( #32877 )
2026-03-23 09:17:19 +00:00
e4f69693c3
[create-pull-request] automated change ( #32882 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
2026-03-23 06:51:47 +00:00
3c23fd21ac
Update npm non-major dependencies ( #32843 )
...
* Update npm non-major dependencies
* Update knip patch
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Make knip happy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-20 19:41:13 +00:00
6a8aaa3798
Update dependency vite to v8 ( #32866 )
...
* Update dependency vite to v8
* Update vitest.config.ts
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Vite 8 migration
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-20 18:33:45 +00:00
16b12dea95
Update dependency webpack-cli to v7 ( #32847 )
...
* Update dependency webpack-cli to v7
* Remove stale webpack cli args
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-20 16:11:11 +00:00
09f56ed3b6
[Backport staging] Fix soft crash of room list when trying to open a room ( #32872 )
...
* Fix soft crash of room list when trying to open a room (#32864 )
* fix: soft crash of room list trying to get item vm
* test: add test to check roomMap recovery and cleared when needed
(cherry picked from commit 9358096ac6 )
* test: fix room list vm usage in test
https://github.com/element-hq/element-web/pull/32819 has renamed the vm
but this PR isn't in the base branch of the backport
---------
Co-authored-by: Florian Duros <florianduros@element.io >
Co-authored-by: Florian Duros <florian.duros@ormaz.fr >
2026-03-20 15:44:40 +00:00
0fef02a409
Update docker ( #2893 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 15:43:20 +00:00
85892bcf92
Update actions/setup-node digest to 53b8394 ( #2883 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 15:28:57 +00:00
74825a9b0f
Update benc-uk/workflow-dispatch digest to 7a02764 ( #32825 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 15:22:15 +00:00
793c4ff110
Update css ( #32552 )
...
* Update css
* Patch weak types in postcss-mixins
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-20 15:17:07 +00:00
b2c19d4ed9
Update dependency caniuse-lite to v1.0.30001780 ( #32835 )
...
* Update dependency caniuse-lite to v1.0.30001780
* Update test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-20 13:56:25 +00:00
Michael Telatynski and GitHub
ef73225ab0
Delete packages/shared-components/patches/@matrix-org+react-sdk-module-api+2.5.0.patch ( #32871 )
2026-03-20 13:52:51 +00:00
Florian Duros and GitHub
9358096ac6
Fix soft crash of room list when trying to open a room ( #32864 )
...
* fix: soft crash of room list trying to get item vm
* test: add test to check roomMap recovery and cleared when needed
2026-03-20 13:36:58 +00:00
Michael Telatynski and GitHub
8f01b2b3db
Optimise docker context ( #32870 )
...
* Optimise docker context
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Optimise docker context further
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Debug
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2026-03-20 13:26:32 +00:00
1493e41c29
Update dependency eslint-plugin-storybook to v10.2.19 ( #32836 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 11:16:09 +00:00
469afba757
Update pnpm/action-setup digest to fc06bc1 ( #32832 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 11:13:18 +00:00
9aa0004c10
Update vite to v4.1.0 ( #32865 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 10:29:26 +00:00
f7386bc446
Update dependency electron to v41 ( #2892 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 10:17:27 +00:00
2e5d8ba5e5
Bump flatted from 3.3.3 to 3.4.2 ( #2894 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 09:35:18 +00:00
8143cfc115
Bump ajv from 6.12.6 to 6.14.0 ( #2895 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 09:35:00 +00:00
04d96a6b2d
Update ghcr.io/element-hq/matrix-authentication-service:main Docker digest to 8065b36 ( #32827 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:18:23 +00:00
8feac6335d
Update jest to v30.3.0 ( #32842 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:18:13 +00:00
46a46dff59
Update dependency @matrix-org/analytics-events to ^0.33.0 ( #32839 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:18:03 +00:00
35fa3bcedb
Update tailscale/github-action digest to 306e68a ( #32833 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:17:41 +00:00
ba670a67ad
Update nginxinc/nginx-unprivileged:alpine-slim Docker digest to 4011c42 ( #32830 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:17:22 +00:00
9a9cfb157f
Update docker ( #32848 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:10:12 +00:00
865e6bddb1
Update docker.io/docker/dockerfile Docker tag to v1.22 ( #32841 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:09:46 +00:00
258c0c8f2d
Update Node.js to 4bfbd78 ( #32831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:08:09 +00:00
852b76009d
Update matrix-org/matrix-web-i18n digest to 6eda383 ( #32829 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:07:43 +00:00
68ae242dc2
Update element-hq/element-meta digest to 7f2f93f ( #32826 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:07:15 +00:00
4825d60edf
Update actions/setup-node digest to 53b8394 ( #32824 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:07:00 +00:00
0f2c61480e
Update actions/download-artifact digest to 3e5f45b ( #32823 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:06:49 +00:00
d1f4e0c7ab
Update rust:bullseye Docker digest to 1695019 ( #2887 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:05:05 +00:00
a77c04f2ff
Update electron ( #2889 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:04:23 +00:00
e1831bfa0b
Update element-hq/element-meta digest to 7f2f93f ( #2885 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:02:37 +00:00
7c369dfba8
Update docker/login-action digest to c144859 ( #2884 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:02:06 +00:00
1cc21f899b
Update github-actions non-major dependencies ( #2888 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:00:22 +00:00
a610a98f66
Update pnpm to v10.32.1 ( #32844 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
2026-03-20 08:59:08 +00:00
54365e4463
Update ghcr.io/element-hq/synapse:develop Docker digest to e23eea9 ( #32828 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 08:58:52 +00:00
faea5f4efc
Update storybook to v10.2.19 ( #32837 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 08:56:48 +00:00
76f1f945fd
[create-pull-request] automated change ( #32862 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
2026-03-20 06:41:26 +00:00
3788bbe5e1
Update zizmorcore/zizmor-action action to v0.5.2 ( #32838 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-19 14:25:28 +00:00
Andy Balaam and GitHub
29c24f1f89
Provide the Learn More link for verify_toast_description ( #32857 )
...
* Provide the Learn More link for verify_toast_description
* Screenshot test for verify this device toast
2026-03-19 13:54:06 +00:00
8a38a2fe4a
Localazy Download ( #32808 )
...
* [create-pull-request] automated change
* test: update SC tests
* test: update SC screenshots
* test: update EW snapshots
* test: update EW tests
* test: update EW e2e tests
---------
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
Co-authored-by: Florian Duros <florian.duros@ormaz.fr >
2026-03-18 15:53:28 +00:00
Andy Balaam and GitHub
2128c1884c
Hide the names of banned users behind a spoiler tag (attempt 2) ( #32636 )
2026-03-18 10:47:16 +00:00
Florian Duros and GitHub
cb9ff9b92b
chore: fix warning in shared components build ( #32850 )
...
Add missing export in globals:
No name was provided for external module "@vector-im/compound-web" in
"output.globals" – guessing "compoundWeb".
No name was provided for external module "react-virtuoso" in
"output.globals" – guessing "reactVirtuoso".
2026-03-17 15:57:57 +00:00
David Baker and GitHub
258530d09f
Merge pull request #2881 from element-hq/renovate/npm-tar-vulnerability
...
Update dependency tar to v7.5.11 [SECURITY]
2026-03-17 15:28:24 +00:00