Robin
06c15ded37
Merge pull request #3747 from JakeTripplJ/screenshare-volume
...
Add volume control to screen shares
2026-03-09 10:59:45 +01:00
Robin
885a523e91
Fix formatting
2026-03-09 10:44:22 +01:00
Robin
313b8285d9
Make the screen share volume button accessible on mobile
...
In landscape orientation the button would be buried underneath the footer, which would block interaction with it. This commit changes the footer to not show in cases where a button has been pressed.
2026-03-09 10:30:42 +01:00
Robin
3bbbac23a0
Adjust dimensions of screen share volume menu
2026-03-06 23:15:59 +01:00
Robin
c7a16e9dfd
Refactor screen share volume button into a component
2026-03-06 23:14:15 +01:00
Jake Janicke
5f2d1c8a7e
Comment typo
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 17:50:31 -06:00
Jake Janicke
e99e8628d6
Clean up and streamline safety checking instead of using multiple separate checks
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 17:09:07 -06:00
Jake Janicke
65045c264b
Fix formatting
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 16:11:39 -06:00
Jake Janicke
3216d68470
Make screenShareVolume safer
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 16:05:56 -06:00
Jake Janicke
99401a7285
Make screenShareLocallyMuted check safer
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 15:13:20 -06:00
Jake Janicke
c74d19ad33
Add more guards against undefined
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 13:56:30 -06:00
Jake Janicke
ea074ceb2d
Sort translation keys
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 13:16:51 -06:00
Jake Janicke
b88daf0198
Add tests for screen share volume UI presence logic
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 05:07:41 -06:00
Jake Janicke
a34fe7817a
Add tests for screen share volume controls
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 03:52:46 -06:00
Jake Janicke
72520dbb3f
Add screen share volume slider UI
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-04 03:52:38 -06:00
Jake Janicke
2cf4a38c17
Add volume logic to RemoteScreenShareViewModel
...
Signed-off-by: Jake Janicke <jaketripplj@gmail.com >
2026-03-03 16:47:41 -06:00
fkwp
00f880108e
fix: add id-token permission as its required by tailscale login (part 2) ( #3770 )
...
* Push docker images to oci.element.io
* prettier
* add id-token permission as its required by tailscale login
2026-03-02 17:03:01 +01:00
Valere Fedronic
a2ee0163b6
Merge pull request #3752 from element-hq/valere/remove_deprecated_param
...
remove deprecated `analyticsID` url param
2026-03-02 16:10:27 +01:00
fkwp
6e0f48e99b
fix: add id-token permission as its required by tailscale login ( #3768 )
...
* Push docker images to oci.element.io
* prettier
* add id-token permission as its required by tailscale login
2026-03-02 15:04:18 +01:00
Robin
38e79bb7db
Merge pull request #3764 from element-hq/renovate/github-actions
...
Update docker/login-action digest to c94ce9f
2026-03-02 13:44:15 +01:00
Robin
23050075b7
Merge pull request #3765 from element-hq/renovate/embedded-package-dependencies
...
Update embedded package dependencies
2026-03-02 12:31:27 +01:00
renovate[bot]
b2475e4d1d
Update embedded package dependencies
2026-03-01 01:11:41 +00:00
renovate[bot]
8e7e099294
Update docker/login-action digest to c94ce9f
2026-03-01 01:11:01 +00:00
Robin
dcb7143359
Merge pull request #3755 from element-hq/robin/ringing
...
Convert media view model classes to interfaces
2026-02-27 17:27:58 +01:00
Robin
0ce24929dc
Add TODO to clean up encryption status code
2026-02-27 17:12:24 +01:00
Robin
9930288d1f
Move observeInboundRtpStreamStats$ into the appropriate file
2026-02-27 17:08:04 +01:00
Robin
6b51b7dc58
Split MediaViewModel into multiple files
2026-02-25 22:41:28 +01:00
Robin
d16fa4531c
Merge pull request #3712 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2026-02-25 19:52:22 +01:00
Robin
44eb8acaee
Pin Knip to 5.82.1 to work around Yarn plugin issue
...
We can upgrade beyond 5.82.1 once https://github.com/webpro-nl/knip/pull/1574 is merged.
2026-02-25 19:36:00 +01:00
Robin
2fca7e3719
Roll back @livekit/track-processors to fix type error (again!)
...
While we wait for https://github.com/livekit/track-processors-js/pull/118 to be released
2026-02-25 18:03:04 +01:00
renovate[bot]
62b408a2b3
Update all non-major dependencies
2026-02-25 16:47:27 +00:00
fkwp
465d28a1cd
bumping LiveKit SFU and synapse versions for ci/cd ( #3757 )
2026-02-25 17:46:35 +01:00
fkwp
dcf3a722a7
Push docker images to oci.element.io ( #3725 )
...
* Push docker images to oci.element.io
* prettier
2026-02-25 17:45:56 +01:00
Robin
6995388a29
Convert media view model classes to interfaces
...
Timo and I agreed previously that we should ditch the class pattern for view models and instead have them be interfaces which are simply created by functions. They're more straightforward to write, mock, and instantiate this way.
The code for media view models and media items is pretty much the last remaining instance of the class pattern. Since I was about to introduce a new media view model for ringing, I wanted to get this refactor out of the way first rather than add to the technical debt.
This refactor also makes things a little easier for https://github.com/element-hq/element-call/pull/3747 by extracting volume controls into their own module.
2026-02-25 14:47:43 +01:00
Robin
4039272e75
Merge pull request #3745 from element-hq/robin/ringing
...
Tidy up media view models a little bit
2026-02-25 14:22:03 +01:00
Valere
c8f5be7e4f
remove deprecated analyticsID url param
2026-02-24 11:56:54 +01:00
Robin
4a0e89730d
Merge pull request #3728 from element-hq/renovate/matrix-widget-api
...
Update dependency matrix-widget-api to v1.17.0
2026-02-18 19:43:32 +01:00
Robin
bc238778ad
Make the type of participant$ stricter
...
It is, in fact, required to be a behavior.
2026-02-18 14:01:55 +01:00
Robin
9d37125677
Only expose RTC backend identity debug info where we actually use it
...
We only ever inspect the RTC backend identity of user media tiles. So it only needs to be exposed on the user media view model.
2026-02-18 13:46:18 +01:00
Robin
d87c3293c9
Make one-on-one layout media types stricter
2026-02-18 13:44:20 +01:00
renovate[bot]
789de1963a
Update GitHub Actions ( #3711 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 16:01:46 +01:00
Timo
ba95780813
Merge pull request #3734 from element-hq/robin/local-transport
...
Logically separate the advertised transport from the active transport
2026-02-16 15:21:28 +01:00
Robin
4508002947
Test local transport code in oldest member mode
2026-02-13 14:06:44 +01:00
Robin
2a56830426
Fix existing LocalTransport tests
2026-02-13 14:06:44 +01:00
Robin
6cf859fd9e
Fix resource leak due to unsafe scope reference
2026-02-13 12:40:12 +01:00
renovate[bot]
91da088da4
Update dependency matrix-widget-api to v1.17.0
2026-02-12 12:15:03 +00:00
Valere Fedronic
076cc035d3
Merge pull request #3733 from element-hq/valere/bug_fix_stringify_crash
...
Fix: crash on mobile (android) with `0.17.0-rc.2` due to a log causing stringify to crash with `TypedError: circular structure`
2026-02-11 14:46:37 +01:00
Valere
92992df7df
test: ensure ragelogger resist to JSON.stringify throws
2026-02-11 13:56:42 +01:00
Robin
13d131c2e9
Logically separate the advertised transport from the active transport
...
To correctly implement the legacy "oldest membership" mode, we need the code to be more nuanced about the local transport. Specifically, it needs to allow for the transport we advertise in our membership to be different from the transport that we connect to and publish media on. Otherwise, if these two are yoked together, members will resend their memberships whenever an SFU hop occurs, which an attacker could use to cause an amplified wave of state changes.
2026-02-11 13:47:15 +01:00
Valere Fedronic
8ea773aa24
Merge pull request #3731 from element-hq/valere/fix_netlify_deploy
...
fix: Netlify preview broken
2026-02-11 13:19:50 +01:00