Robin
417164cc11
Merge pull request #3855 from element-hq/changelog-labels
...
Reconfirm that a PR has a changelog label when new commits are pushed
2026-04-08 16:00:07 +02:00
Robin
2a5acc0207
Reconfirm that a PR has a changelog label when new commits are pushed
...
Without re-running the changelog label workflow on new commits, PRs get stuck waiting for the check after new commits are pushed.
2026-04-08 15:08:54 +02:00
Robin
efd1b42da0
Merge pull request #3847 from element-hq/renovate/npm-vite-vulnerability
...
Update dependency vite to v8 [SECURITY]
2026-04-07 01:45:41 +02:00
Robin
31b35463fc
Fix build
2026-04-07 01:31:21 +02:00
renovate[bot]
89c4485f2d
Update dependency vite to v8 [SECURITY]
2026-04-06 21:16:47 +00:00
Robin
3c2c189830
Merge pull request #3838 from element-hq/valere/refactor_transport_discovery
...
Refactor LocalTransport discovery and validation
v0.19.1-rc1
2026-04-06 13:24:16 +02:00
Robin
2c34e681a1
Fix tests
2026-04-06 12:58:26 +02:00
Robin
48226795de
Merge pull request #3846 from element-hq/renovate/major-compound
...
Update dependency @vector-im/compound-design-tokens to v9
2026-04-06 12:44:47 +02:00
renovate[bot]
3503f8177d
Update dependency @vector-im/compound-design-tokens to v9
2026-04-06 01:31:03 +00:00
Valere
9fe35ba822
Add back the patch to avoid reconnect glitch
2026-04-03 19:08:52 +02:00
Robin
a84419c8a4
Merge pull request #3824 from element-hq/renovate/major-compound
...
Update dependency @vector-im/compound-design-tokens to v8
2026-04-03 19:07:59 +02:00
Valere
a89d231858
review change comment to proper doc
2026-04-03 18:51:14 +02:00
Valere
6d99450d81
review: Remove un-needed initial value for behavior
2026-04-03 18:46:49 +02:00
Robin
47e14ff574
Merge pull request #3832 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2026-04-03 18:09:58 +02:00
Robin
55eea7a968
Fix type error
2026-04-03 17:48:42 +02:00
Robin
121160e835
Merge pull request #3837 from element-hq/renovate/npm-lodash-es-vulnerability
...
Update dependency lodash-es to v4.18.1 [SECURITY]
2026-04-03 14:57:35 +02:00
Valere Fedronic
47cb01ab6f
Merge pull request #3839 from element-hq/valere/revert_widget_cap_workaround
...
revert workaround for widget permission dialog, not needed anymore
2026-04-03 11:17:46 +02:00
Valere
3d286e8ab4
revert workaround for widget permission dialog, not needed anymore
2026-04-03 09:45:59 +02:00
Valere
b1f84a34a8
remove dead commented code
2026-04-02 20:42:09 +02:00
Valere
95eb8943af
fixup test: Errors are now wrapped in user readable error
...
and proper fetchmock for doNetworkOperationWithRetry
2026-04-02 19:05:24 +02:00
Valere
b5be123953
fix uncaught errors in tests
2026-04-02 16:53:51 +02:00
Valere
90bfaecd13
refact: step 2 - break down old membership local transport logic
2026-04-02 16:53:51 +02:00
Valere
4cecdda955
refact: step 1 - extract oldest membership transport into new function
2026-04-02 16:53:51 +02:00
Valere
869bab8253
fixup test since usage of doNetworkOperationWithRetry
...
doNetworkOperationWithRetry requires to properly mock the get_token endpoint, whereas retryNetworkOperation didn't require it.
2026-04-02 16:53:51 +02:00
Valere
23f846a308
fixup: test prettier
2026-04-02 16:53:51 +02:00
Valere
6dcb470162
Refactor local transport
...
- use the new domain logic to discover the transport
- then try to authenticate
- Also fix the bug in multi sfu where active$ not updated on delayId change
2026-04-02 14:38:49 +02:00
Valere
c5c154c99b
add self contained domain logic to discover transports
2026-04-02 14:37:25 +02:00
Valere
fd08489afb
add failing test showing delayId not properly used for delegation
2026-04-02 14:32:26 +02:00
renovate[bot]
67d7ec6703
Update dependency lodash-es to v4.18.1 [SECURITY]
2026-04-02 08:02:14 +00:00
Valere Fedronic
a2005febd5
Merge pull request #3835 from element-hq/redundant-pip
...
Avoid redundantly showing the local user in the PiP tile
2026-04-02 10:01:32 +02:00
renovate[bot]
5e337a5399
Update dependency @vector-im/compound-design-tokens to v8
2026-04-01 20:36:05 +00:00
renovate[bot]
e0a8e84df4
Update all non-major dependencies
2026-04-01 20:35:33 +00:00
renovate[bot]
99ba23bc96
Update GitHub Actions ( #3831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-01 17:33:25 +02:00
Robin
f7488a0474
Avoid redundantly showing the local user in the PiP tile
...
If you are the only participant in the call, the expanded spotlight layout would redundantly show your media in both the spotlight and PiP tiles. This is a regression; in versions 0.16.1 and earlier we would avoid showing the same user twice.
2026-04-01 13:16:39 +02:00
Valere Fedronic
bb7b2d1060
Merge pull request #3818 from element-hq/valere/msc_4039
...
msc4039 support b64 in addition to blob file download
2026-03-31 19:15:13 +02:00
Valere
b5870c9e78
Merge branch 'livekit' into valere/msc_4039
2026-03-31 18:48:13 +02:00
Valere Fedronic
1fce220965
Merge pull request #3828 from element-hq/valere/fix/stop_calling_msc4143_in_widget
...
Stop calling rtc/transport in widget mode
2026-03-31 18:47:20 +02:00
Valere
cd3c8f001f
Merge branch 'livekit' into valere/msc_4039
2026-03-31 17:24:52 +02:00
Valere
f316ece404
Merge branch 'livekit' into valere/fix/stop_calling_msc4143_in_widget
2026-03-31 17:15:08 +02:00
Valere Fedronic
ce1cd9aefb
Merge pull request #3830 from element-hq/valere/tmp_fix_download_file_permission
...
Workaround: EW has not yet merged the download file permission for EC
2026-03-31 17:14:15 +02:00
Valere
d5ec3c342c
reuse exisiting helpers to join call
2026-03-31 16:06:56 +02:00
Valere
c9242148f9
add missing dismiss dialog test
2026-03-31 15:24:12 +02:00
Valere
0dabb43e0f
Workaround: EW has not yet merged the download file permission for EC
2026-03-31 14:56:25 +02:00
Valere
8cee4df46e
fix test: use fetchMock to avoid test interference
2026-03-31 12:03:02 +02:00
Valere
6b7467ce6d
Stop calling rtc/transport in widget mode
2026-03-31 11:38:21 +02:00
Valere
3389fb5a34
fixup linter
2026-03-26 19:39:02 +01:00
Valere
421c49e7ba
fixup prettier
2026-03-26 19:10:10 +01:00
Valere
1eabb0f0aa
add tests
2026-03-26 18:14:51 +01:00
Valere
8f38ecac2e
msc4039 support b64 in addition to blob file download
2026-03-26 15:29:51 +01:00
Valere Fedronic
40fdef89eb
Merge pull request #3780 from JephDiel/Download-Avatars-with-MC4039
...
Download avatars using the MC4039 Widget API
v0.19.0-rc2
v0.19.0
2026-03-26 09:03:15 +01:00