Compare commits

...

2039 Commits

Author SHA1 Message Date
Robin
b8774ad682 Merge pull request #2578 from robintown/spotlight-buttons
Fix spotlight tile regressions
2024-08-23 12:38:38 -04:00
Robin
30a54f3795 Fix spotlight tile regressions
The buttons were scrolling with the view instead of always being visible in a fixed location on the tile, and the indicators were not adopting the correct width.
2024-08-23 12:31:16 -04:00
Robin
66b79f57bb Merge pull request #2571 from element-hq/hughns/rust-crypto
Use Rust crypto implementation
2024-08-23 11:18:43 -04:00
Robin
61a24262de Merge pull request #2570 from element-hq/renovate/all-minor-patch
Update all non-major dependencies
2024-08-20 13:41:49 -04:00
renovate[bot]
0955d7bcc3 Update all non-major dependencies 2024-08-20 17:40:09 +00:00
Hugh Nimmo-Smith
36ce21d7ac Show crypto version in developer settings 2024-08-19 10:40:09 +01:00
Hugh Nimmo-Smith
eddc590235 Use rust crypto
Taken from d25cf28d00
2024-08-19 10:27:46 +01:00
Robin
61bc4dcc14 Merge pull request #2569 from robintown/horizontal-overflow
Fix long call names overflowing the interface
2024-08-16 16:41:15 -04:00
Robin
e2c4eae67b Make sure that the call interface can't scroll horizontally 2024-08-16 15:16:33 -04:00
Robin
1da3fe0731 Fix long call names overflowing the interface
They are now properly truncated with an ellipsis.
2024-08-16 15:15:51 -04:00
Hugh Nimmo-Smith
f562cc1e7f Show user's Matrix ID and device ID in developer settings tab (#2559) 2024-08-16 15:37:57 +01:00
Hugh Nimmo-Smith
69b762b9ed Bump js-sdk for sender key reliability improvements (#2567)
Diff from current version: 9176d3a671...467908703b
2024-08-15 11:49:19 +02:00
fkwp
ff55b1d189 Merge pull request #2564 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.5.0
2024-08-14 17:08:56 +02:00
fkwp
d796ebe3fa Merge pull request #2565 from element-hq/renovate/github-actions
Update docker/build-push-action action to v6.7.0
2024-08-14 17:08:16 +02:00
renovate[bot]
b4bc41ba02 Update docker/build-push-action action to v6.7.0 2024-08-14 15:07:05 +00:00
renovate[bot]
a072dfae9c Update dependency livekit-client to v2.5.0 2024-08-14 15:07:00 +00:00
fkwp
0eba3ef75f Merge pull request #2557 from element-hq/renovate/github-actions
Update GitHub Actions
2024-08-12 15:22:05 +02:00
renovate[bot]
2b9bf1fbe6 Update GitHub Actions 2024-08-12 13:18:51 +00:00
Doug
8769f8966d Clarify web server compatibility (#2555) 2024-08-12 08:06:05 -04:00
Robin
4e7b29e142 Merge pull request #2554 from element-hq/renovate/all-minor-patch
Update all non-major dependencies
2024-08-11 22:23:17 -04:00
renovate[bot]
977ba92dba Update all non-major dependencies 2024-08-12 02:12:14 +00:00
Robin
64e7047b12 Merge pull request #2552 from robintown/spotlight-left
Don't keep someone in the spotlight if they've left the call
2024-08-09 13:40:13 -04:00
Robin
ed99af0be6 Improve readability 2024-08-09 13:38:59 -04:00
Robin
52058716f6 Don't keep someone in the spotlight if they've left the call 2024-08-09 13:08:37 -04:00
Robin
29df87d22c Merge pull request #2548 from robintown/hide-controls
Show controls on tap/hover on small screens
2024-08-09 11:52:01 -04:00
Robin
6443e911dc Make the breakpoint a bit smaller 2024-08-09 11:09:45 -04:00
Robin
aa6b7056ae Show controls on tap/hover on small screens
This changes the mobile landscape view to automatically hide the controls, giving more visibility to the video underneath, and show them on tap/hover.
2024-08-09 11:09:45 -04:00
Robin
c20737ba4c Merge pull request #2546 from robintown/spotlight-duplication
Avoid duplicating the video of someone in the spotlight
2024-08-09 09:11:13 -04:00
Robin
6f03653532 Merge pull request #2545 from robintown/breakpoint
Consider any sufficiently short window 'flat'
2024-08-08 13:22:41 -04:00
Robin
2ec0aaa0de Merge pull request #2547 from robintown/t-grid
Avoid T-shaped layouts in 4 person calls
2024-08-08 13:22:20 -04:00
Robin
9b4ad24f10 Avoid T-shaped layouts in 4 person calls
The code path for when all tiles can fit on screen was failing to realize that it could sometimes get by with fewer columns. This resulted in wasted space for 4 person calls at some window sizes.
2024-08-08 12:46:38 -04:00
Robin
5069b008e2 Avoid duplicating the video of someone in the spotlight
We've gotten feedback that it's distracting whenever the same video is shown in two places on screen. This fixes the spotlight case by showing only the avatar of anyone who is already visible in the spotlight. It also makes sense to hide the speaking indicators in spotlight layouts, I think, because this information is redundant to the spotlight tile.
2024-08-08 12:16:32 -04:00
Robin
6d8e45aea8 Consider any sufficiently short window 'flat'
This is because our layouts for flat windows are good at adapting to both small width and small height, while our layouts for narrow windows aren't so good at adapting to a small height.
2024-08-08 11:30:57 -04:00
Andrew Ferrazzutti
f0f9b929a1 Update js-sdk to use non-legacy calls if found (#2540) 2024-08-07 13:00:19 -04:00
Robin
9b5072cc57 Merge pull request #2541 from robintown/local-on-local
Don't show local media on top of itself
2024-08-07 09:18:29 -04:00
Hugh Nimmo-Smith
b13fa85465 Add note on how to add a new translation key (#2536)
* Add note on how to add a new translation key

* Lint

* Nit
2024-08-07 10:40:44 +01:00
Robin
bf5128cfee Don't show local media on top of itself
If you were the only one in the call, you could get a broken-looking view in which the local tile is shown in the spotlight, and it's also shown in the PiP. This is redundant.
2024-08-06 17:12:13 -04:00
Robin
f928e63c7b Merge pull request #2539 from robintown/duplicate-tiles-crash
Fix a crash when the duplicate tiles option is empty
2024-08-06 16:24:58 -04:00
Robin
eef92249f7 Fix a crash when the duplicate tiles option is empty
We need to handle the case where the value is NaN because the field is empty.
2024-08-06 10:56:15 -04:00
Robin
04ad44f900 Merge pull request #2534 from element-hq/renovate/postcss-preset-env-10.x
Update dependency postcss-preset-env to v10
2024-08-06 10:11:20 -04:00
Robin
90072aa2bb Merge pull request #2538 from element-hq/renovate/compound
Update dependency @vector-im/compound-design-tokens to v1.8.0
2024-08-06 10:10:35 -04:00
Robin
ab42fe97cb Merge pull request #2514 from robintown/mobile-layouts
Improve the layouts on small mobile calls
2024-08-06 10:10:29 -04:00
Robin
f4cf3d8c62 Adjust the breakpoint 2024-08-06 10:08:56 -04:00
renovate[bot]
1782a0eaf3 Update dependency @vector-im/compound-design-tokens to v1.8.0 2024-08-06 01:14:19 +00:00
renovate[bot]
5bf46eb8f8 Update all non-major dependencies (#2535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 12:30:45 +02:00
renovate[bot]
b4973bbc6b Update dependency postcss-preset-env to v10 2024-08-04 00:40:54 +00:00
Robin
eaf3fb13c1 Merge pull request #2448 from element-hq/renovate/major-compound
Update dependency @vector-im/compound-web to v6
2024-08-02 15:38:17 -04:00
Robin
b503056673 Adapt to breaking changes in Compound 2024-08-02 15:27:49 -04:00
renovate[bot]
86e3c346a4 Update dependency @vector-im/compound-web to v6 2024-08-02 19:23:22 +00:00
Andrew Ferrazzutti
7449e1f6e4 Don't refer to MSC3779 explicitly in comment (#2533)
because other MSCs (like 3757) may allow @-prefixed state keys
2024-08-02 15:15:54 +00:00
Robin
aadf6c05ac Merge pull request #2530 from robintown/no-you
Show your own name on your tile
2024-08-02 10:45:32 -04:00
Robin
39ee8d838e Merge pull request #2531 from robintown/iterate-margins
Add back some margins to the interface
2024-08-02 08:42:03 -04:00
Andrew Ferrazzutti
1f10245adc Bump matrix-widget-api (#2529) 2024-08-02 08:37:55 -04:00
Robin
c1de41106f Merge pull request #2532 from robintown/renovate-warning
Fix Renovate warning
2024-08-01 17:19:37 -04:00
Robin
e12bad952a Fix Renovate warning
Apparently Renovate doesn't really like it when you use a group: preset inside packageRules, instead of at the top level of the config. We do want to apply schedule:weekly only to the "all non-major dependencies" group though, so we need to write the group definition out by hand.
2024-08-01 16:41:19 -04:00
Robin
7abb56e406 Add back some margins to the interface
There were a couple of cases where the lack of margins after the new layout changes just looked odd. Specifically, when the header is hidden (as in embedded mode), there would be no margin at the top of the window. Also the floating tile would run directly up against the sides of the window.
2024-08-01 16:33:10 -04:00
Robin
00d8100dfe Show your own name on your tile
Instead of the word "You".
2024-08-01 15:48:22 -04:00
Robin
eb051ab318 Replace the mobile one-on-one layout with an edge-to-edge spotlight 2024-08-01 13:49:49 -04:00
Robin
942e28f3c2 Improve the layouts on small mobile calls
Due to an oversight of mine, 2440037639 actually removed the ability to see the one-on-one layout on mobile. This restores mobile one-on-one calls to working order and also avoids showing the spotlight tile unless there are more than a few participants.
2024-08-01 13:49:49 -04:00
Robin
0bfec65405 Refactor layout selection into smaller chunks 2024-08-01 13:49:49 -04:00
Robin
f89342713a Merge pull request #2528 from robintown/remote-spotlight
More strongly prefer putting a remote speaker in the spotlight
2024-08-01 13:24:57 -04:00
Robin
5a0b81b57f More strongly prefer putting a remote speaker in the spotlight
If no one had spoken yet, we were still showing the local user in the spotlight. We should instead eagerly switch to showing an arbitrary remote participant in this case.
2024-08-01 12:48:47 -04:00
Timo
f9323d8b2c Add future related widget capabilities (#2505)
* add future related widget capabilities

* Update js sdk
2024-08-01 11:41:47 -04:00
renovate[bot]
c68d536d80 Update LiveKit components (#2525)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 16:30:24 +02:00
renovate[bot]
fde7dbedaa Update dependency matrix-widget-api to v1.8.1 (#2527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 16:29:50 +02:00
fkwp
7e240e96b7 Merge pull request #2526 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.4.2
2024-08-01 16:04:53 +02:00
renovate[bot]
f84800363f Update dependency livekit-client to v2.4.2 2024-08-01 13:26:05 +00:00
fkwp
f9e12c8ff3 Merge pull request #2524 from element-hq/renovate/github-actions
Update GitHub Actions
2024-08-01 09:28:05 +02:00
renovate[bot]
6abd1fbca1 Update GitHub Actions 2024-08-01 01:04:00 +00:00
Timo
599a4708cb Backport deviceSetup await (#2522) 2024-07-31 13:21:37 +02:00
Timo
f53ea75c94 Add DeviceMute widget action io.element.device_mute. (#2482)
* Add DeviceMute widget action `io.element.device_mute`.
This allows to send mute requests ("toWidget") and get the current mute state as a response.
And it will update the client about each change of mute states.

* review + better explanation

* review

* add comments

* use `useCallback`
2024-07-30 13:30:33 +02:00
Robin
2b67a9cfbe Merge pull request #2486 from robintown/delete-fullscreen
Delete the unused full screen code
2024-07-29 09:28:07 -04:00
fkwp
d582a7cc29 Merge pull request #2519 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.4.1
2024-07-29 11:35:26 +02:00
renovate[bot]
8757f07982 Update dependency livekit-client to v2.4.1 2024-07-29 09:32:35 +00:00
fkwp
5b8910d265 Merge pull request #2518 from element-hq/renovate/livekit-components
Update LiveKit components
2024-07-29 11:31:06 +02:00
renovate[bot]
a03ab6c9fa Update LiveKit components 2024-07-29 01:38:23 +00:00
Robin
a3ce333352 Only show the expand button in spotlight layout (#2510)
It has no effect in any layout other than spotlight, and we've decided to hide it rather than spending effort to make it do something.
2024-07-26 12:57:49 +02:00
Robin
d5faa5ea90 Don't show the speaker in the spotlight in large grids (#2511)
We've concluded that this behavior is actually more distracting than it is helpful, and we want to try out what it's like to just have the importance ordering and visual cues help you find who's speaking.
2024-07-26 12:51:34 +02:00
Robin
5becd2e175 Fix a crash when using the duplicate tiles option (#2512) 2024-07-26 12:51:09 +02:00
Robin
3b38a5322c Give tiles a minimum area rather than a minimum width and height (#2513)
This seems to result in more sensible cropping and allocation of space across the board, in my testing.
2024-07-26 12:50:44 +02:00
Robin
d062871f41 Don't consider microphone mute state in importance ordering (#2515)
We're finding that if we reorder participants based on whether their mic is muted, this just creates a lot of distracting layout shifts. People who speak are automatically promoted into the speaker category, so there's little value in additionally caring about mute state.
2024-07-26 11:27:22 +02:00
renovate[bot]
6b64bdfdb5 Update dependency @vector-im/compound-design-tokens to v1.7.0 (#2516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-26 06:37:46 +02:00
Robin
2de4705fa7 Merge pull request #2509 from robintown/icon-imports
Import Compound icons in the new recommended way
2024-07-25 14:26:41 -04:00
Robin
12e233970c Import Compound icons in the new recommended way
The Compound design tokens package is now set up to generate React components for every icon, so we no longer need to use our more error-prone method of importing the SVGs.
2024-07-25 13:15:45 -04:00
Robin
10b915c707 Merge pull request #2501 from robintown/layout-reactivity
Make layout reactivity less brittle
2024-07-25 12:51:39 -04:00
Robin
5544695f21 Use clearer names 2024-07-25 12:50:28 -04:00
Timo
72de8e066c fix grammar (#2506) 2024-07-25 14:33:37 +02:00
Robin
63afda05bc Merge pull request #2502 from robintown/shortcut-a11y
Improve accessibility of keyboard shortcuts
2024-07-25 08:24:13 -04:00
Timo
b05c4234b7 Remove hide header condition (#2493) 2024-07-25 11:32:05 +02:00
renovate[bot]
80ddb7495d Update dependency eslint-plugin-unicorn to v55 (#2503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 10:35:26 +02:00
Robin
380f49fccc Improve accessibility of keyboard shortcuts
Ensure that they don't interfere with say, using spacebar to press a button, and also ensure that they won't do surprising things like scroll the page at the same time.
2024-07-24 18:42:21 -04:00
Robin
447bac3280 Make layout reactivity less brittle
Follow-up to ea2d98179c

This took a couple of iterations to find something that works without creating update loops, but I think that by automatically informing Grid whenever a layout component is re-rendered, we'll have a much easier time ensuring that our layouts are fully reactive.
2024-07-24 17:03:27 -04:00
Robin
c74cebcc4b Merge pull request #2492 from element-hq/renovate/all-minor-patch
Update all non-major dependencies
2024-07-24 14:17:48 -04:00
renovate[bot]
cd0aa0ced6 Update all non-major dependencies 2024-07-24 18:13:38 +00:00
Robin
9cbd146e24 Merge pull request #2491 from element-hq/renovate/matrix-widget-api
Update dependency matrix-widget-api to v1.7.0
2024-07-24 11:14:46 -04:00
Robin
509bb4f1b0 Use LTS Node in CI 2024-07-24 11:12:36 -04:00
Robin
3be3a32f3d Update TypeScript target to match matrix-js-sdk
And work around https://github.com/microsoft/TypeScript/issues/55132
2024-07-24 11:07:46 -04:00
Robin
17adfc5777 Upgrade matrix-js-sdk 2024-07-24 10:17:47 -04:00
fkwp
4eb1be678d Merge pull request #2499 from element-hq/renovate/livekit-components
Update LiveKit components
2024-07-24 15:27:53 +02:00
renovate[bot]
b34e7d00e9 Update LiveKit components 2024-07-24 12:57:28 +00:00
fkwp
78f4c2a650 Merge pull request #2498 from element-hq/fkwp/cleanup_config
Fkwp/cleanup config
2024-07-24 13:04:11 +02:00
Timo
a3773c0a9a prettier 2024-07-24 13:00:13 +02:00
fkwp
2b92ce8af2 enable new m.call.member format 2024-07-24 12:19:36 +02:00
fkwp
5564e2fde6 cleanup config files 2024-07-24 10:18:16 +02:00
Robin
35e2d2c432 Merge pull request #2494 from robintown/spotlight-fix
Quick and dirty fix to spotlight reactivity
2024-07-22 10:55:20 -04:00
Robin
ea2d98179c Quick and dirty fix to spotlight reactivity 2024-07-22 10:52:20 -04:00
renovate[bot]
d83a104dda Update dependency matrix-widget-api to v1.7.0 2024-07-19 14:32:06 +00:00
fkwp
58f274eabf Merge pull request #2490 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.4.0
2024-07-19 16:30:31 +02:00
renovate[bot]
632ad07304 Update dependency livekit-client to v2.4.0 2024-07-19 14:28:43 +00:00
Robin
4173fd113b Merge pull request #2485 from element-hq/new-call-layouts
New call layouts
2024-07-19 09:08:51 -04:00
renovate[bot]
56b5f2845d Update dependency @vector-im/compound-design-tokens to v1.6.1 (#2487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 13:33:24 +02:00
Timo
afee9eaa26 Don't update mute when reaching the user count threshold. (#2474)
* Dont update mute during call.
2024-07-18 18:14:29 +02:00
Robin
364b78abda Delete the unused full screen code
We no longer allow individual tiles to be put in full screen, because we're seeing what it's like to just stretch the spotlight tile edge-to-edge and keep the margins minimal.
2024-07-18 11:48:06 -04:00
Robin
507b1fc52d Merge branch 'livekit' into new-call-layouts 2024-07-18 11:38:35 -04:00
Robin
6812c35a40 Merge pull request #2463 from robintown/rest-of-the-layouts
Implement most of the remaining layout changes
2024-07-18 11:34:47 -04:00
Robin
377b7ff5de Explain each layout 2024-07-18 11:33:20 -04:00
Robin
4955535374 Use more consistent names for layout types 2024-07-18 11:24:18 -04:00
Robin
0664f978e3 Merge branch 'new-call-layouts' into rest-of-the-layouts 2024-07-18 11:21:56 -04:00
Robin
bcc06d86ff Merge pull request #2417 from robintown/one-on-one-layout
New one-on-one layout
2024-07-18 11:09:11 -04:00
Robin
7526826b0c Improve aspect ratios on mobile 2024-07-18 11:01:21 -04:00
Robin
b4e0df75c0 Merge branch 'new-call-layouts' into one-on-one-layout 2024-07-18 10:28:17 -04:00
Robin
d561a41666 Merge pull request #2416 from robintown/grid-spotlight-speaker
Show speaker in the spotlight in large grids
2024-07-18 10:17:31 -04:00
Timo
d53ad9a8f3 Update sample config with livekit (rebase on livekit) (#2483)
* Update sample cfg with livekit config

* matching ports in readme and example

---------

Co-authored-by: xmj <xmj@chaot.net>
2024-07-18 16:01:10 +02:00
Robin
e04affe93e Justify the use of a participant count threshold 2024-07-18 10:00:26 -04:00
Robin
24870deead Merge pull request #2382 from robintown/spotlight-layout
New spotlight layout
2024-07-18 08:50:31 -04:00
Robin
7fcd7125c1 Merge branch 'new-call-layouts' into spotlight-layout 2024-07-18 08:48:50 -04:00
Robin
1efa594430 Use Array.some where it's appropriate 2024-07-17 16:06:48 -04:00
Robin
caea4b250e Merge pull request #2381 from robintown/observable-hooks
Replace react-rxjs with observable-hooks
2024-07-17 15:56:31 -04:00
Robin
0a8c6c1454 Merge branch 'new-call-layouts' into observable-hooks 2024-07-17 15:55:50 -04:00
Robin
d4a2617f7b Merge pull request #2380 from robintown/pin-always-show
Add toggle to always show yourself
2024-07-17 15:45:29 -04:00
Robin
e05c6f1bdf Merge pull request #2369 from robintown/duplicate-tiles
Add a developer option to duplicate tiles
2024-07-17 15:41:53 -04:00
Robin
2bc56dbff2 Use fewer ML-style variable names 2024-07-17 15:40:02 -04:00
Robin
a59875dab5 Explain what each sorting bin means 2024-07-17 15:37:41 -04:00
Robin
8c21e8f277 Use a more descriptive string 2024-07-17 14:55:45 -04:00
Robin
d8634eed3d Merge pull request #2484 from element-hq/renovate/react-i18next-15.x
Update dependency react-i18next to v15
2024-07-17 13:14:11 -04:00
renovate[bot]
be4b70c1e1 Update dependency react-i18next to v15 2024-07-17 16:51:55 +00:00
renovate[bot]
e79cded57f Update all non-major dependencies (#2479)
* Update all non-major dependencies

* prettier fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo <toger5@hotmail.de>
2024-07-17 10:07:26 +02:00
Robin
2440037639 Implement most of the remaining layout changes
Includes the mobile UX optimizations and the tweaks we've made to cut down on wasted space, but does not yet include the change to embed the spotlight tile within the grid.
2024-07-12 15:50:17 -04:00
Robin
a16f235277 Fix crash in spotlight mode while connecting
Because we were hiding even the local participant during initial connection, there would be no participants, and therefore nothing to put in the spotlight. The designs don't really tell us what the connecting state should look like, so I've taken the liberty of restoring it to its former glory of showing the local participant immediately.
2024-07-12 15:49:45 -04:00
Robin
45c89a2298 Delete the legacy grid system 2024-07-12 15:49:43 -04:00
Robin
7979493371 Implement the new one-on-one layout 2024-07-12 15:47:56 -04:00
Robin
e0b10d89b5 Add model for one-on-one layout 2024-07-12 15:47:56 -04:00
Robin
183d2d9050 Show speaker in the spotlight in large grids 2024-07-12 15:47:35 -04:00
Robin
12b719da95 Make layout reactivity a little more fine-grained 2024-07-12 15:47:00 -04:00
Robin
dfda7539d6 Only switch to spotlight for remote screen shares 2024-07-12 15:47:00 -04:00
Robin
7f40ce8dde Fix advance buttons showing up for the spotlight speaker 2024-07-12 15:47:00 -04:00
Robin
ec1b020d4e Add indicators to spotlight tile and make spotlight layout responsive 2024-07-12 15:47:00 -04:00
Robin
54c22f4ab2 Clean up spotlight tile code 2024-07-12 15:47:00 -04:00
Robin
ffbbc74a96 Implement the new spotlight layout 2024-07-12 15:47:00 -04:00
Robin
34c45cb5e2 Get the right grid offset even when offsetParent is a layout element 2024-07-12 15:47:00 -04:00
Robin
af0bd795b5 Replace react-rxjs with observable-hooks
react-rxjs is the library we've been using to connect our React components to view models and consume observables. However, after spending some time with react-rxjs, I feel that it's a very heavy-handed solution. It requires us to sprinkle <Subscribe /> and <RemoveSubscribe /> components all throughout the code, and makes React go through an extra render cycle whenever we mount a component that binds to a view model. What I really want is a lightweight React hook that just gets the current value out of a plain observable, without any extra setup. Luckily the observable-hooks library with its useObservableEagerState hook seems to do just that—and it's more actively maintained, too!
2024-07-12 15:46:33 -04:00
Robin
0d485ef97f Use always show flag in importance ordering 2024-07-12 15:43:24 -04:00
Robin
5647619b36 Add always show toggle to the UI 2024-07-12 15:43:24 -04:00
Robin
8a414012a0 Add always show flag to view model 2024-07-12 15:43:24 -04:00
Robin
e33fbd77d1 Split local and remote user media into different classes 2024-07-12 15:43:24 -04:00
Robin
fdc6d4a1b6 Add a developer option to duplicate tiles
This is useful for testing how the UI behaves with different numbers of participants.
2024-07-12 14:55:29 -04:00
Robin
a534356dd9 Merge pull request #2368 from robintown/settings-refactor
Refactor settings to use observables
2024-07-12 14:50:46 -04:00
Robin
f847692953 Merge pull request #2325 from robintown/unified-grid
Unified grid layout
2024-07-12 14:50:35 -04:00
Robin
486430d1f0 Merge pull request #2478 from element-hq/renovate/compound
Update dependency @vector-im/compound-design-tokens to v1.6.0
2024-07-12 14:19:29 -04:00
Robin
599d6fd007 Address review feedback 2024-07-12 14:15:27 -04:00
Robin
14fc1481f3 Address some review feedback 2024-07-12 14:01:32 -04:00
renovate[bot]
e6ddf40b1b Update dependency @vector-im/compound-design-tokens to v1.6.0 2024-07-12 16:55:33 +00:00
fkwp
9f521a79f7 Merge pull request #2477 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.3.2
2024-07-11 10:22:54 +02:00
fkwp
83784a717a Merge pull request #2476 from element-hq/renovate/livekit-components
Update dependency @livekit/components-react to v2.3.6
2024-07-11 10:22:18 +02:00
renovate[bot]
0729deee79 Update dependency livekit-client to v2.3.2 2024-07-11 08:18:46 +00:00
renovate[bot]
77c3114cf8 Update dependency @livekit/components-react to v2.3.6 2024-07-11 08:18:27 +00:00
Robin
82a56c8204 Merge pull request #2471 from element-hq/renovate/major-vitest-monorepo
Update dependency vitest to v2
2024-07-09 10:42:23 -04:00
renovate[bot]
b39896d8c6 Update dependency @vector-im/compound-design-tokens to v1.4.0 (#2472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 11:34:44 +02:00
renovate[bot]
79b3fdb645 Update dependency vitest to v2 2024-07-08 13:01:11 +00:00
renovate[bot]
0f877cd021 Update dependency tinyqueue to v3 (#2468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:12:26 +02:00
renovate[bot]
db2acc75b2 Update LiveKit components (#2469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:11:56 +02:00
renovate[bot]
a5dbfbf2c1 Update all non-major dependencies (#2470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:11:25 +02:00
Andrew Ferrazzutti
34c7d02de2 Add config to send session membership state events (#2460)
If not set, legacy call membership state events are sent instead.
Even if set, legacy events are sent in rooms with active legacy calls.

---------

Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2024-07-05 21:10:16 +09:00
Andrew Ferrazzutti
ca45067158 Let Element Call widget set session memberships (#2459)
Make Element Call widgets request permission to set device-specific
session membership state events.
2024-07-05 04:59:48 +09:00
Andrew Ferrazzutti
5a6eb7c573 Make widgets request the room creation event (#2457)
This allows the widget to check the room version, so it can know about
version-specific auth rules (namely MSC3779).
2024-07-05 04:57:45 +09:00
Robin
41083c0f9e Refactor settings to use observables
Also removing some unused settings along the way.
2024-07-03 15:29:32 -04:00
Robin
20602c122b Implement the new unified grid layout
Here I've implemented an MVP for the new unified grid layout, which scales smoothly up to arbitrarily many participants. It doesn't yet have a special 1:1 layout, so in spotlight mode and 1:1s, we will still fall back to the legacy grid systems.

Things that happened along the way:
- The part of VideoTile that is common to both spotlight and grid tiles, I refactored into MediaView
- VideoTile renamed to GridTile
- Added SpotlightTile for the new, glassy spotlight designs
- NewVideoGrid renamed to Grid, and refactored to be even more generic
- I extracted the media name logic into a custom React hook
- Deleted the BigGrid experiment
2024-07-03 15:29:08 -04:00
Robin
5ad2a27a92 Merge pull request #2462 from element-hq/renovate/github-actions
Update docker/build-push-action action to v6.3.0
2024-07-03 15:25:13 -04:00
renovate[bot]
68daaa45f9 Update docker/build-push-action action to v6.3.0 2024-07-03 11:29:17 +00:00
renovate[bot]
c40ea35937 Update all non-major dependencies (#2461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 10:41:19 +02:00
Timo
d27f433175 Skip error screen for the issue, that the homeserver does not support the room summary endpoint. (#2453)
* Add try inner try block to the room summary fetching and only throw after fetching and a "blind join" fails.
(blind join: call room.join without knowing if the room is public)

Co-authored-by: Robin <robin@robin.town>

---------

Co-authored-by: Robin <robin@robin.town>
2024-06-25 08:44:02 +00:00
Robin
8a6101cd14 Merge pull request #2456 from element-hq/renovate/all-minor-patch
Update all non-major dependencies
2024-06-24 10:37:18 -04:00
Robin
4db7c2bc68 Fix type errors 2024-06-24 10:31:50 -04:00
renovate[bot]
18740fc686 Update all non-major dependencies 2024-06-24 13:04:28 +00:00
Robin
0c39398493 Merge pull request #2447 from element-hq/renovate/compound
Update dependency @vector-im/compound-design-tokens to v1.3.0
2024-06-21 10:39:03 -04:00
Robin
949145f04b Merge pull request #2446 from element-hq/renovate/major-testing-library-monorepo
Update dependency @testing-library/react to v16
2024-06-21 10:32:30 -04:00
Robin
8578dcadf2 Add missing peer dependencies 2024-06-21 10:30:39 -04:00
renovate[bot]
959db44eca Update dependency @testing-library/react to v16 2024-06-21 10:30:28 -04:00
Robin
a031c0e128 Merge pull request #2445 from element-hq/renovate/major-sentry-javascript-monorepo
Update dependency @sentry/react to v8
2024-06-21 10:25:04 -04:00
Robin
591833505f Adapt to breaking changes 2024-06-21 10:23:30 -04:00
Robin
f7ad5074d8 Merge pull request #2452 from element-hq/renovate/i18next-parser-9.x
Update dependency i18next-parser to v9
2024-06-21 10:14:39 -04:00
Robin
e0aef74bf5 Merge pull request #2454 from element-hq/renovate/uuid-10.x
Update dependency uuid to v10
2024-06-21 10:13:01 -04:00
renovate[bot]
b2378bf899 Update dependency i18next-parser to v9 2024-06-21 14:12:34 +00:00
Robin
255f6b1814 Merge pull request #2451 from element-hq/renovate/i18next-browser-languagedetector-8.x
Update dependency i18next-browser-languagedetector to v8
2024-06-21 10:11:59 -04:00
Robin
4c491b5363 Merge pull request #2450 from element-hq/renovate/eslint-plugin-unicorn-54.x
Update dependency eslint-plugin-unicorn to v54
2024-06-21 10:11:23 -04:00
Robin
61c808d4cf Merge pull request #2455 from element-hq/renovate/github-actions
Pin dependencies
2024-06-21 10:00:40 -04:00
Robin
13ef3183e2 Tell Renovate that we're trying to pin actions to specific tags
It thought that we were just trying to follow the latest commit on these actions, when in reality we want to follow the latest tag and pin its commit hash.
2024-06-21 09:57:48 -04:00
renovate[bot]
afd4fdcea2 Pin dependencies 2024-06-21 13:21:08 +00:00
Robin
982181ccd4 Merge pull request #2444 from robintown/more-renovate
Refine Renovate config further
2024-06-21 09:10:16 -04:00
renovate[bot]
30629ebba2 Update dependency uuid to v10 2024-06-21 10:07:33 +00:00
renovate[bot]
7f6a32d21a Update dependency i18next-browser-languagedetector to v8 2024-06-21 08:46:24 +00:00
renovate[bot]
320ade0a50 Update dependency eslint-plugin-unicorn to v54 2024-06-21 04:03:53 +00:00
renovate[bot]
8c6fee3150 Update dependency @vector-im/compound-design-tokens to v1.3.0 2024-06-21 00:35:09 +00:00
renovate[bot]
5c6acaf915 Update dependency @sentry/react to v8 2024-06-20 21:46:07 +00:00
Robin
c46549b2b6 Refine Renovate config further
By getting it to pin GitHub Actions to specific commits, which hardens our workflows, and fixing a warning about matchPackageNames
2024-06-20 16:00:52 -04:00
fkwp
97a58f6db7 Merge pull request #2442 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 31159d4
2024-06-20 21:48:42 +02:00
fkwp
b6288579c9 Merge pull request #2443 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to abe89fb
2024-06-20 21:48:25 +02:00
renovate[bot]
44bf987cdc Update docker/setup-buildx-action digest to abe89fb 2024-06-20 19:45:16 +00:00
renovate[bot]
a7d55824bb Update docker/build-push-action digest to 31159d4 2024-06-20 19:45:13 +00:00
Robin
8fa038c61f Merge pull request #2441 from robintown/renovate-noise
Reduce noise coming from Renovate updates
2024-06-20 15:44:38 -04:00
Robin
869d9b43cb Reduce noise coming from Renovate updates
What I've tried to do here is to group most dependency updates together and put them on a weekly schedule. Some of our more sensitive dependencies such as LiveKit and Compound have been put into separate groups, so we still receive frequent updates for them.
2024-06-20 15:43:21 -04:00
Robin
974a2fe49b Merge pull request #2438 from element-hq/dependabot/npm_and_yarn/ws-8.17.1
Bump ws from 8.16.0 to 8.17.1
2024-06-20 11:00:16 -04:00
dependabot[bot]
022497c8e5 Bump ws from 8.16.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 14:58:51 +00:00
Robin
207a5f047c Merge pull request #2430 from robintown/update-js-sdk
Update matrix-js-sdk
2024-06-20 10:54:27 -04:00
Robin
d3c63f9314 Update matrix-js-sdk
To pull in https://github.com/matrix-org/matrix-js-sdk/pull/4252
2024-06-20 10:52:06 -04:00
Robin
f9ef037cea Merge pull request #2435 from element-hq/hughns/visibilitychange
Use correct DOM event name for visibility changes in useWakeLock
2024-06-20 10:19:05 -04:00
fkwp
8666ffec81 Merge pull request #2437 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to f6010ea
2024-06-20 16:17:42 +02:00
fkwp
4b85879891 Merge pull request #2436 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.3.1
2024-06-20 16:07:06 +02:00
renovate[bot]
f376291f50 Update docker/build-push-action digest to f6010ea 2024-06-20 14:05:57 +00:00
renovate[bot]
f0f56bf101 Update dependency livekit-client to v2.3.1 2024-06-20 14:05:24 +00:00
Hugh Nimmo-Smith
ba647780e8 Use correct DOM event name for visibility changes in useWakeLock 2024-06-19 17:54:15 +01:00
Timo
812ae2ce89 Load focus information from well known and use client config only as a fallback. (#2358)
* Load focus information from well known and use client config only as a fallback.

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Andrew Ferrazzutti <andrewf@element.io>
2024-06-19 16:41:52 +02:00
renovate[bot]
09ca3b4dc0 Update typescript-eslint monorepo to v7.13.1 (#2424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 13:33:22 +02:00
renovate[bot]
86afde8612 Update dependency @vector-im/compound-web to v3.3.1 (#2408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 13:30:36 +02:00
renovate[bot]
469f0b5983 Update dependency eslint-plugin-react to v7.34.3 (#2410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 13:26:40 +02:00
fkwp
69d1beaf28 Merge pull request #2431 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 94f8f8c
2024-06-18 20:18:56 +02:00
renovate[bot]
7f22f442b1 Update docker/build-push-action digest to 94f8f8c 2024-06-18 18:08:03 +00:00
fkwp
ab0f8fa2e3 Merge pull request #2427 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.3.3
2024-06-18 10:10:43 +02:00
renovate[bot]
f5abbb1e5e Update dependency @livekit/components-react to v2.3.3 2024-06-18 08:08:31 +00:00
fkwp
a80c96d187 Merge pull request #2426 from element-hq/renovate/livekit-components-core-0.x-lockfile
Update dependency @livekit/components-core to v0.10.3
2024-06-18 10:06:44 +02:00
renovate[bot]
fb0c8fb92b Update dependency @livekit/components-core to v0.10.3 2024-06-18 08:05:01 +00:00
fkwp
438a6c2a42 Merge pull request #2425 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 4367da9
2024-06-18 10:03:30 +02:00
fkwp
0c8cd0842a Merge pull request #2428 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.3.0
2024-06-18 10:02:52 +02:00
renovate[bot]
b39d35d5d1 Update dependency livekit-client to v2.3.0 2024-06-18 08:00:45 +00:00
renovate[bot]
6f00a961c9 Update docker/build-push-action digest to 4367da9 2024-06-18 07:59:46 +00:00
Timo
0ed7853958 Remove EventType.GroupCallPrefix from widget capabilities (#2399)
Its not used anymore.
2024-06-17 20:04:49 +02:00
renovate[bot]
4acf279f32 Update dependency posthog-js to v1.139.2 (#2414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 14:19:18 +02:00
fkwp
a7c065f300 Merge pull request #2422 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to cfed4e9
2024-06-13 20:47:39 +02:00
renovate[bot]
a0d248065d Update docker/build-push-action digest to cfed4e9 2024-06-13 07:42:06 +00:00
fkwp
c18008e039 Merge pull request #2419 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.3.2
2024-06-10 15:24:45 +02:00
renovate[bot]
0bab898c25 Update dependency @livekit/components-react to v2.3.2 2024-06-06 09:54:12 +00:00
Robin
53d1f717c9 Merge pull request #2406 from element-hq/renovate/testing-library-monorepo
Update dependency @testing-library/react to v14.3.1
2024-06-04 12:11:35 -04:00
Robin
0a69664186 Merge pull request #2405 from element-hq/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.18.0
2024-06-04 12:10:26 -04:00
renovate[bot]
d1307e61b9 Update dependency @testing-library/react to v14.3.1 2024-06-04 16:00:57 +00:00
renovate[bot]
a267eca78d Update dependency @sentry/vite-plugin to v2.18.0 2024-06-04 16:00:43 +00:00
Robin
51a8d2b718 Merge pull request #2404 from element-hq/renovate/opentelemetry-instrumentation-user-interaction-0.x
Update dependency @opentelemetry/instrumentation-user-interaction to ^0.38.0
2024-06-04 12:00:35 -04:00
Robin
2d76a3780d Merge pull request #2402 from element-hq/renovate/vite-5.x-lockfile
Update dependency vite to v5.2.12
2024-06-04 11:59:30 -04:00
renovate[bot]
e70818b2da Update dependency @opentelemetry/instrumentation-user-interaction to ^0.38.0 2024-06-04 15:59:12 +00:00
Robin
03144783ac Merge pull request #2401 from element-hq/renovate/prettier-3.x-lockfile
Update dependency prettier to v3.3.0
2024-06-04 11:59:03 -04:00
Robin
b9ab2fdf1b Merge pull request #2293 from element-hq/renovate/opentelemetry-instrumentation-document-load-0.x
Update dependency @opentelemetry/instrumentation-document-load to ^0.38.0
2024-06-04 11:58:28 -04:00
Robin
183a1845bb Merge pull request #2292 from element-hq/renovate/i18next-browser-languagedetector-7.x-lockfile
Update dependency i18next-browser-languagedetector to v7.2.1
2024-06-04 11:58:08 -04:00
Robin
e423fc0ace Merge pull request #2231 from element-hq/renovate/grecaptcha-3.x-lockfile
Update dependency @types/grecaptcha to v3.0.9
2024-06-04 11:57:39 -04:00
Robin
40cbe5408e Merge pull request #2403 from element-hq/renovate/react-monorepo
Update react monorepo
2024-06-04 11:56:52 -04:00
renovate[bot]
2c3e95f401 Update react monorepo 2024-06-04 15:23:02 +00:00
renovate[bot]
1fdff9bbd4 Update dependency @types/grecaptcha to v3.0.9 2024-06-04 15:22:52 +00:00
Robin
bd7209cd40 Merge pull request #2250 from element-hq/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v7.12.0
2024-06-04 11:21:59 -04:00
Robin
70fdc68b13 Fix lints 2024-06-04 11:20:25 -04:00
renovate[bot]
f9bed2c2a9 Update dependency vite to v5.2.12 2024-06-04 14:35:42 +00:00
renovate[bot]
33437d9743 Update dependency i18next-browser-languagedetector to v7.2.1 2024-06-04 14:35:27 +00:00
Robin
1f4139ae0a Merge pull request #2271 from element-hq/renovate/lodash-4.x-lockfile
Update dependency @types/lodash to v4.17.4
2024-06-04 10:35:10 -04:00
Robin
b8ad8baf9d Merge pull request #2335 from element-hq/renovate/i18next-http-backend-2.x-lockfile
Update dependency i18next-http-backend to v2.5.2
2024-06-04 10:34:44 -04:00
Robin
694048dd7f Merge pull request #2391 from element-hq/renovate/react-i18next-14.x-lockfile
Update dependency react-i18next to v14.1.2
2024-06-04 10:34:14 -04:00
Robin
a5088d4ae9 Merge pull request #2392 from element-hq/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.9.1
2024-06-04 10:33:45 -04:00
Robin
d2bdaf7049 Merge pull request #2397 from dreamflasher/patch-1
Remove excessive footer space
2024-06-04 10:11:13 -04:00
Robin
0aeb68b445 Reduce footer space while preserving visual balance 2024-06-04 10:05:21 -04:00
fkwp
f40740edd3 Merge pull request #2400 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.2.0
2024-06-04 15:46:30 +02:00
renovate[bot]
cd47b63d29 Update dependency livekit-client to v2.2.0 2024-06-04 13:35:35 +00:00
renovate[bot]
07ce272e9f Update typescript-eslint monorepo to v7.12.0 2024-06-03 19:47:09 +00:00
renovate[bot]
a3c4e3e2a5 Update dependency prettier to v3.3.0 2024-06-02 17:36:19 +00:00
Marcel Ackermann
6b6ad16306 remove excessive footer space 2024-06-01 13:10:15 +02:00
Robin
0f38445fdd Merge pull request #2395 from robintown/participants-color
Update participant count color
2024-05-31 08:41:14 -04:00
Robin
b9b53ec251 Update participant count color
It has changed in recent designs.
2024-05-30 21:36:50 -04:00
fkwp
b1a5c8c120 Merge pull request #2393 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to ca052bb
2024-05-29 17:07:35 +02:00
fkwp
b44680149d Merge pull request #2394 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to 0d4c9c5
2024-05-29 17:07:17 +02:00
renovate[bot]
cd0cec32b5 Update docker/login-action digest to 0d4c9c5 2024-05-29 14:58:52 +00:00
renovate[bot]
2faa9c9d50 Update docker/build-push-action digest to ca052bb 2024-05-29 14:58:48 +00:00
renovate[bot]
caab45ee7f Update dependency vaul to v0.9.1 2024-05-27 13:03:40 +00:00
renovate[bot]
d3687298e0 Update dependency react-i18next to v14.1.2 2024-05-27 13:02:31 +00:00
fkwp
42612476b8 Merge pull request #2389 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to ef6cba3
2024-05-27 15:01:54 +02:00
fkwp
7021ea6a5c Merge pull request #2390 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to db77945
2024-05-27 15:01:38 +02:00
renovate[bot]
ff09631546 Update docker/login-action digest to db77945 2024-05-27 12:31:53 +00:00
renovate[bot]
28a3dfef23 Update dependency @sentry/vite-plugin to v2.17.0 (#2255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 14:31:15 +02:00
renovate[bot]
2b5561a88c Update docker/build-push-action digest to ef6cba3 2024-05-27 12:30:42 +00:00
renovate[bot]
9dc740c2de Update dependency @types/node to v20.12.12 (#2388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 14:30:20 +02:00
Daniel Kilimnik
0b93374e86 package.json add name field (#2386) 2024-05-27 14:29:15 +02:00
renovate[bot]
d36af0cae6 Update dependency eslint-plugin-deprecate to v0.8.5 (#2387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 12:31:52 +02:00
fkwp
7fae106da2 Merge pull request #2383 from element-hq/renovate/livekit-components-core-0.x-lockfile
Update dependency @livekit/components-core to v0.10.2
2024-05-27 11:02:19 +02:00
renovate[bot]
a84b692f20 Update dependency @livekit/components-core to v0.10.2 2024-05-27 08:57:34 +00:00
fkwp
86a5c24750 Merge pull request #2384 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.3.1
2024-05-27 10:56:35 +02:00
fkwp
ed6f02ac56 add manually import resolution for livekit-client/dist/src/room/track/TrackPublication 2024-05-27 08:54:50 +00:00
renovate[bot]
f701886aa9 Update babel monorepo to v7.24.6 (#2229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-24 17:13:50 +02:00
renovate[bot]
d298e3438c Update dependency @livekit/components-react to v2.3.1 2024-05-22 16:01:37 +00:00
Andrew Ferrazzutti
c405b61c66 Wait for a full sync on startup (#2372)
This avoids missing any state not included in the latest cached sync.
2024-05-23 01:00:17 +09:00
renovate[bot]
6be67aa145 Update dependency i18next-http-backend to v2.5.2 2024-05-17 15:12:40 +00:00
renovate[bot]
603c658949 Update dependency @types/lodash to v4.17.4 2024-05-17 04:37:35 +00:00
fkwp
ebc33e003d Merge pull request #2379 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.1.5
2024-05-16 14:42:42 +02:00
renovate[bot]
023ab9fc47 Update dependency livekit-client to v2.1.5 2024-05-16 12:40:49 +00:00
fkwp
417faf795d Merge pull request #2375 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 2a53c6c
2024-05-15 15:39:34 +02:00
fkwp
c8fe393fcf Merge pull request #2376 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to 70fccc7
2024-05-15 15:39:15 +02:00
fkwp
e6a9555a91 Merge pull request #2377 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to f7b4ed1
2024-05-15 15:38:54 +02:00
fkwp
fd65baed58 Merge pull request #2378 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 5138f76
2024-05-15 15:38:33 +02:00
renovate[bot]
d079bee5e0 Update docker/setup-buildx-action digest to 5138f76 2024-05-15 13:25:12 +00:00
renovate[bot]
1918478069 Update docker/metadata-action digest to f7b4ed1 2024-05-15 13:25:08 +00:00
renovate[bot]
c6d8d5e137 Update docker/login-action digest to 70fccc7 2024-05-15 13:25:04 +00:00
renovate[bot]
7a4583dcb0 Update docker/build-push-action digest to 2a53c6c 2024-05-15 13:06:40 +00:00
fkwp
929175d826 Merge pull request #2374 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to df19a79
2024-05-15 15:05:58 +02:00
renovate[bot]
49ce642c2d Update docker/build-push-action digest to df19a79 2024-05-14 18:32:46 +00:00
fkwp
ce14c0f6fe Merge pull request #2371 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 6003d32
2024-05-10 21:00:57 +02:00
renovate[bot]
1a10b67248 Update docker/build-push-action digest to 6003d32 2024-05-10 10:42:22 +00:00
fkwp
eda5f14a19 Merge pull request #2370 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to 7840e6d
2024-05-10 12:10:21 +02:00
renovate[bot]
e6683569f8 Update docker/login-action digest to 7840e6d 2024-05-10 07:17:48 +00:00
fkwp
90273c1924 Merge pull request #2365 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to d910b14
2024-05-08 09:41:07 +02:00
fkwp
10f49d0d84 Merge pull request #2366 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 2ee3d30
2024-05-08 09:40:47 +02:00
fkwp
418ee89e0f Merge pull request #2367 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to be3701b
2024-05-07 23:01:56 +02:00
renovate[bot]
a4a57e5307 Update docker/setup-buildx-action digest to be3701b 2024-05-07 15:43:39 +00:00
renovate[bot]
477eb0034a Update docker/metadata-action digest to 2ee3d30 2024-05-07 15:43:34 +00:00
renovate[bot]
5ec57f04c6 Update docker/login-action digest to d910b14 2024-05-07 15:43:30 +00:00
Andrew Ferrazzutti
69cb17adc8 Reword message for failure to join/find room (#2360)
The message originally focused on the old feature of being able to
create a room with a custom URL. Instead, be more direct & say that the
current URL is for an inaccessible room.

This new message is based on what Element Web says for this scenario.
2024-05-07 17:03:45 +09:00
Andrew Ferrazzutti
8718a7139b Don't auto-join knock room on invite after leave (#2362)
If you send a knock that is rejected, or your knock is accepted and you
are later removed from the room, do not automatically accept subsequent
invites to that room.

Note that the auto-join behaviour happened only if the page was not
refreshed after sending a knock.
2024-05-07 16:58:30 +09:00
Andrew Ferrazzutti
94f267b93e Add more valid rooms to the recents list (#2361)
Include:
- all rooms you are a member of
- knock rooms you've knocked on and are waiting for an invite to
- knock rooms you've been invited to in response to a knock
2024-05-07 16:57:53 +09:00
MomentQYC
2151696374 doc: Add a tip about Synapse (#2343)
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2024-05-06 16:33:20 +02:00
fkwp
2679948dbe Merge pull request #2364 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.1.3
2024-05-06 15:49:26 +02:00
fkwp
86e84028e1 Merge pull request #2363 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 729f7f4
2024-05-06 15:49:06 +02:00
renovate[bot]
dea6f05b51 Update dependency livekit-client to v2.1.3 2024-05-06 13:44:27 +00:00
renovate[bot]
ac450443a0 Update docker/build-push-action digest to 729f7f4 2024-05-06 13:44:02 +00:00
fkwp
2a0375d93f Merge pull request #2333 from element-hq/fkwp/refactor_gh_action_run-id
refactor run-id handling of GitHub Actions
2024-05-06 15:32:50 +02:00
Andrew Ferrazzutti
56312b2753 Join knock rooms on page load if already invited (#2355)
When visiting the page for a knock room you are already invited to, join
it right away instead of offering to knock (which will fail as long as
you remain invited to the room).
2024-05-04 01:37:58 +09:00
fkwp
137867b096 Merge pull request #2357 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.1.2
2024-05-03 10:25:02 +02:00
fkwp
0ae62b121e Merge pull request #2356 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.2.1
2024-05-03 10:24:44 +02:00
renovate[bot]
70682a7490 Update dependency livekit-client to v2.1.2 2024-05-03 08:06:42 +00:00
renovate[bot]
7fc0f96ca6 Update dependency @livekit/components-react to v2.2.1 2024-05-03 08:06:32 +00:00
Robin
f50b00e00f Merge pull request #2086 from robintown/layout-state
Add data models for the new call layouts
2024-05-02 16:35:37 -04:00
Robin
e9c98a02f0 Respond to suggestions from code review 2024-05-02 16:32:48 -04:00
Robin
dcb4d10afb Remove unnecessary Tile indirection 2024-05-02 16:00:05 -04:00
Robin
705f9daf5f Fix speaking data taking 10 seconds to be available 2024-05-02 15:59:40 -04:00
Robin
c5e60744a2 Merge branch 'livekit' into layout-state 2024-05-02 15:35:45 -04:00
Timo
3670c36fac Fix audio/video device flickering (#2353)
* Make onError a `useCallback`

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Robin <robin@robin.town>
2024-05-02 17:28:36 +02:00
Andrew Ferrazzutti
b5d25f1f2d Drop unsupported field from backend/livekit.yaml (#2349)
environment was removed in v1.6.0: livekit/livekit@10c8582
2024-05-01 19:31:16 +09:00
Timo
51926cad3d Revert "Fix mute flickering. (#2350)" (#2351)
This reverts commit 2ab909fab1.
2024-04-30 20:08:39 +02:00
Timo
2ab909fab1 Fix mute flickering. (#2350)
Use `useMeme` to not change the parameters that are used to call usePreviewDevice.

Signed-off-by: Timo K <toger5@hotmail.de>
2024-04-30 19:57:36 +02:00
fkwp
cfe0b4d8e4 Merge pull request #2346 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.1.1
2024-04-29 20:30:58 +02:00
renovate[bot]
83795ae4bf Update dependency livekit-client to v2.1.1 2024-04-29 18:28:37 +00:00
fkwp
8a4d4d3144 Merge pull request #2344 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to eb539f4
2024-04-29 12:54:25 +02:00
fkwp
0e7fd791b5 Merge pull request #2345 from element-hq/renovate/peter-evans-create-pull-request-6.x
Update peter-evans/create-pull-request action to v6.0.5
2024-04-29 12:54:08 +02:00
renovate[bot]
96e6ca0c0e Update peter-evans/create-pull-request action to v6.0.5 2024-04-29 10:19:44 +00:00
renovate[bot]
2e0ad5ca69 Update docker/build-push-action digest to eb539f4 2024-04-29 10:19:39 +00:00
renovate[bot]
43f7f9b76c Update dependency @opentelemetry/instrumentation-document-load to ^0.38.0 2024-04-25 20:18:38 +00:00
fkwp
224cd53481 Merge pull request #2339 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.2.0
2024-04-25 17:22:51 +02:00
renovate[bot]
a5f7921a32 Update dependency @livekit/components-react to v2.2.0 2024-04-25 15:20:06 +00:00
fkwp
b8c8e36449 Merge pull request #2338 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 552bf37
2024-04-24 14:32:45 +02:00
renovate[bot]
f07a491bd9 Update actions/upload-artifact digest to 552bf37 2024-04-24 11:22:57 +00:00
fkwp
7fb0eb150d Merge pull request #2319 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.12.7
2024-04-23 17:04:29 +02:00
fkwp
6e0a20a213 Merge pull request #2334 from element-hq/renovate/peter-evans-create-pull-request-6.x
Update peter-evans/create-pull-request action to v6.0.4
2024-04-23 16:57:36 +02:00
fkwp
af99d2a60b refactor run-id handling 2024-04-23 16:46:26 +02:00
fkwp
b32d066a76 Merge pull request #2332 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 79616d2
2024-04-23 15:57:10 +02:00
renovate[bot]
a0f9c55194 Update actions/upload-artifact digest to 79616d2 2024-04-23 13:55:23 +00:00
fkwp
bb9cbe26b3 fig gh actions for publish 2024-04-23 15:53:22 +02:00
Timo
5284479ece Knocking support (#2281)
* Add joining with knock room creation flow.

Also add `WaitForInviteView` after knocking.
And appropriate error views when knock failed or gets rejected.

Signed-off-by: Timo K <toger5@hotmail.de>

* Refactor encryption information.

We had lots of enums and booleans to describe the encryption situation.
Now we only use the `EncryptionSystem` "enum" which contains the
additional information like sharedKey. (and we don't use the isRoomE2EE
function that is somewhat confusing since it checks `return widget ===
null && !room.getCanonicalAlias();` which is only indirectly related to
e2ee)

Signed-off-by: Timo K <toger5@hotmail.de>

* Update recent list.

- Don't use deprecated `groupCallEventHander` anymore (it used the old
  `m.call` state event.)
- make the recent list reactive (getting removed from a call removes the
  item from the list)
- support having rooms without shared secret but actual matrix
  encryption in the recent list
- change the share link creation button so that we create a link with
  pwd for sharedKey rooms and with `perParticipantE2EE=true` for matrix
  encrypted rooms.

Signed-off-by: Timo K <toger5@hotmail.de>

* fix types

Signed-off-by: Timo K <toger5@hotmail.de>

* patch js-sdk for linter

Signed-off-by: Timo K <toger5@hotmail.de>

* ignore ts expect error

Signed-off-by: Timo K <toger5@hotmail.de>

* Fix error in widget mode.

We cannot call client.getRoomSummary in widget mode. The code path needs
to throw before reaching this call. (In general we should never call
getRoomSummary if getRoom returns a room)

Signed-off-by: Timo K <toger5@hotmail.de>

* tempDemo

Signed-off-by: Timo K <toger5@hotmail.de>

* remove wait for invite view

Signed-off-by: Timo K <toger5@hotmail.de>

* yarn i18n

Signed-off-by: Timo K <toger5@hotmail.de>

* reset back mute participant count

* add logic to show error view when getting removed

* include reason whenever someone gets removed from a call.

* fix activeRoom not beeing early enough

* fix lints

* add comment about encryption situation

Signed-off-by: Timo K <toger5@hotmail.de>

* Fix lockfile

* Use (unmerged!) RoomSummary type from the js-sdk

Temporarily change the js-sdk dependency to the PR branch that provides
that type

* review

Signed-off-by: Timo K <toger5@hotmail.de>

* review (remove participant count unknown)

Signed-off-by: Timo K <toger5@hotmail.de>

* remove error for unencrypted calls (allow intentional unencrypted calls)

Signed-off-by: Timo K <toger5@hotmail.de>

* update js-sdk

Signed-off-by: Timo K <toger5@hotmail.de>

---------

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Andrew Ferrazzutti <andrewf@element.io>
2024-04-23 22:15:13 +09:00
fkwp
be25d77e8b Merge pull request #2323 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.1.3
2024-04-23 15:08:12 +02:00
renovate[bot]
46732cf86b Update dependency @livekit/components-react to v2.1.3 2024-04-23 08:20:34 +00:00
fkwp
42d697068d fix run-id 2024-04-22 18:44:42 +02:00
fkwp
96a1c4bf7a fix gh action run-id for a release (fixed order) 2024-04-22 18:39:19 +02:00
fkwp
85c140bc32 fix gh action run-id for a release 2024-04-22 18:36:42 +02:00
fkwp
affac2da40 fix gh action for a release 2024-04-22 18:04:47 +02:00
Robin
bfb26ca500 Merge branch 'livekit' into layout-state 2024-04-19 13:28:30 -04:00
Robin
257211e8f9 Try disabling LiveKit web audio support
We think there's a chance this is causing some Edge users to not hear any audio.
2024-04-19 13:02:51 -04:00
fkwp
d352fefcaa Merge pull request #2322 from element-hq/renovate/livekit-components-core-0.x
Update dependency @livekit/components-core to ^0.10.0
2024-04-18 17:45:00 +02:00
fkwp
8234211f03 Merge pull request #2324 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.1.0
2024-04-18 17:44:12 +02:00
fkwp
6d0de07f07 Merge pull request #2321 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to b06cde3
2024-04-18 17:43:03 +02:00
renovate[bot]
1ed1b7c60c Update dependency livekit-client to v2.1.0 2024-04-18 15:42:55 +00:00
renovate[bot]
e8810882ef Update dependency @livekit/components-core to ^0.10.0 2024-04-18 15:42:22 +00:00
renovate[bot]
244387dc04 Update actions/upload-artifact digest to b06cde3 2024-04-18 15:42:00 +00:00
fkwp
bfd3a61aef adapt to stricter repo permissions part 3 2024-04-17 15:29:57 +02:00
fkwp
c5793b9e7c adapt to stricter repo permissions part 2 2024-04-17 15:27:05 +02:00
fkwp
4283716dcc adapto to stricter repo permissions 2024-04-17 15:18:49 +02:00
renovate[bot]
4288037f51 Update peter-evans/create-pull-request action to v6.0.4 2024-04-17 12:54:18 +00:00
renovate[bot]
c52d5dc573 Update dependency @types/node to v20.12.7 2024-04-16 15:22:31 +00:00
Timo
379050ff80 Add back posthog connection time tracking (#2316)
Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Robin <robin@robin.town>
2024-04-16 17:21:37 +02:00
fkwp
df4da4e4ec Merge pull request #2318 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to a530e94
2024-04-16 16:27:06 +02:00
renovate[bot]
99d6ced566 Update docker/setup-buildx-action digest to a530e94 2024-04-16 14:25:51 +00:00
fkwp
46cfa65bc2 Merge pull request #2317 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 7e6f776
2024-04-16 16:25:26 +02:00
renovate[bot]
067c13ebf7 Update docker/build-push-action digest to 7e6f776 2024-04-16 14:21:31 +00:00
Timo
9f4a107865 Revert "Track connection time on posthog (#2313)" (#2315)
This reverts commit 5e2b652690.
2024-04-16 16:21:07 +02:00
Timo
5e2b652690 Track connection time on posthog (#2313) 2024-04-16 11:48:11 +02:00
Robin
fc4ced7bb3 Merge pull request #2294 from robintown/timeout-experiment
Experiment with different timeouts
2024-04-15 10:50:38 -04:00
fkwp
1381640cdb inputs -> with 2024-04-15 14:47:07 +00:00
fkwp
d56dcaf0eb misssing inputs section 2024-04-15 14:45:23 +00:00
fkwp
1d43bd26ed misssing inputs section 2024-04-15 14:44:49 +00:00
Robin
51cc406af7 Experiment with different timeouts
This lets you set the global variables peerConnectionTimeout and websocketTimeout to see what LiveKit does with different values.
2024-04-15 10:38:18 -04:00
fkwp
03d2818c1f added description 2024-04-15 08:57:30 +00:00
fkwp
e1c71327c5 refactored to reuse the build workflow 2024-04-15 08:53:42 +00:00
fkwp
1baed1184a move vite_app_version to inputs 2024-04-15 08:26:06 +00:00
fkwp
c6fc0bb798 Merge pull request #2311 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 1294d94
2024-04-15 09:24:42 +02:00
renovate[bot]
d5ccfa2ac5 Update docker/metadata-action digest to 1294d94 2024-04-15 07:23:12 +00:00
fkwp
7793805f1b Merge pull request #2312 from element-hq/renovate/peter-evans-create-pull-request-6.x
Update peter-evans/create-pull-request action to v6.0.3
2024-04-15 09:22:37 +02:00
fkwp
c67040afe7 lint2 2024-04-15 07:21:07 +00:00
fkwp
444297f3d9 lint 2024-04-15 07:19:46 +00:00
renovate[bot]
afb43d049d Update peter-evans/create-pull-request action to v6.0.3 2024-04-13 20:31:15 +00:00
fkwp
93c2ae768e refactored netlify-pr and docker-pr by calling netlify and docker from pr-deploy 2024-04-12 22:19:20 +00:00
fkwp
2bbd882425 remove debug statements 2024-04-12 22:17:52 +00:00
fkwp
e781dfa164 added artifact details 2024-04-12 22:05:21 +00:00
fkwp
fc65c799d8 var typo 2024-04-12 22:02:11 +00:00
fkwp
d9d218cb1f remove pr_number input 2024-04-12 21:59:57 +00:00
fkwp
9946888d63 add docker deploy 2024-04-12 21:57:18 +00:00
fkwp
202388bd79 set pr_number type to string 2024-04-12 21:45:52 +00:00
fkwp
1df5ee05c9 added types 2024-04-12 21:43:09 +00:00
fkwp
ee2214c14d inputs -> with 2024-04-12 21:27:34 +00:00
fkwp
a2066f300b add netlify deploy 2024-04-12 21:22:49 +00:00
fkwp
a0938bad13 add netlify workflow_call 2024-04-12 21:22:35 +00:00
fkwp
9675df8434 add paths-ignore 2024-04-12 21:19:33 +00:00
fkwp
b9a6ee70a8 safe guard 2024-04-12 21:01:45 +00:00
fkwp
5c399fbfb2 safe guard 2024-04-12 20:59:53 +00:00
fkwp
a5231983e8 fix lint 2024-04-12 20:52:58 +00:00
fkwp
76d3117a1c indent 2024-04-12 20:45:28 +00:00
fkwp
6bcfe61a79 lint 2024-04-12 20:43:24 +00:00
fkwp
9fe7f62a63 lint 2024-04-12 20:39:22 +00:00
fkwp
7455104aaf use element-call.yaml 2024-04-12 20:39:05 +00:00
fkwp
96bf809e8a renamed build_resuable.yaml -> element-call.yaml 2024-04-12 20:36:34 +00:00
fkwp
b5a7c55d70 initial 2024-04-12 20:34:08 +00:00
fkwp
c578bcaf91 cleanup 2024-04-12 20:10:45 +00:00
fkwp
908ca2325a clenaup naming 2024-04-12 19:54:18 +00:00
fkwp
a1659c1fe2 cleanup 2024-04-12 19:41:56 +00:00
fkwp
3d7ef061cd debug 2024-04-12 19:32:51 +00:00
fkwp
a04500f102 lint 2024-04-12 19:24:13 +00:00
fkwp
b8aaa6b079 matrix-org/pr-details-action 2024-04-12 19:21:59 +00:00
fkwp
89911c1747 get PR info 2024-04-12 18:58:12 +00:00
fkwp
f7e63bd2f5 dont limit PR branches 2024-04-12 17:52:46 +00:00
fkwp
76bb72d3ea add debug info 2024-04-12 17:42:46 +00:00
fkwp
fd8ee1542b revert pull_request_target to pull_request 2024-04-12 14:06:01 +00:00
fkwp
ef395efaf8 test if pull_request_target will trigger on_workflow 2024-04-12 13:39:04 +00:00
fkwp
8da2f5c1c7 use run-id from current run 2024-04-11 21:26:03 +00:00
fkwp
0bfe12bcbc use run-id from calling workflow 2024-04-11 21:16:45 +00:00
fkwp
63023f542b download artifact from the triggering workflow 2024-04-11 20:35:24 +00:00
fkwp
74ddcee2af add github-token and run-id parameters to download artifact 2024-04-11 19:45:31 +00:00
fkwp
9cce4bc0ad also trigger in case of labeled 2024-04-11 19:38:29 +00:00
fkwp
be44aa0157 apply Keeping your GitHub Actions and workflows secure practises 2024-04-11 19:32:59 +00:00
fkwp
e74095be54 we dont need prdetails going forward (#2309)
* use pull_request event rather than workflow_run

* use default for enable-pull-request-comment and enable-commit-comment

* we dont need prdetails going forward
2024-04-11 13:47:59 +02:00
fkwp
3458ff9716 use pull_request event rather than workflow_run (#2308)
* use pull_request event rather than workflow_run

* use default for enable-pull-request-comment and enable-commit-comment
2024-04-11 11:39:17 +02:00
Timo
dcc04bb10f limit homserver to not cover the whole loginview input with the string. (#2307) 2024-04-11 11:16:45 +02:00
fkwp
36d754f27f Merge pull request #2306 from element-hq/fkwp-patch-1
netlify PR builds switch to build_reusable
2024-04-11 10:16:58 +02:00
fkwp
1daca7a0d9 cleanup 2024-04-11 07:46:26 +00:00
fkwp
884491d60e depend deploy on build 2024-04-11 07:45:59 +00:00
fkwp
9c00d74924 switch to build_reusable 2024-04-11 07:42:56 +00:00
fkwp
f32934d7e4 Merge pull request #2305 from element-hq/fkwp-patch-1
limit docker image creation to element-hq/element-call PRs only
2024-04-11 09:12:56 +02:00
fkwp
4b1505abb7 limit docker image creation to element-hq/element-call PRs only 2024-04-10 19:34:16 +00:00
fkwp
21b4d46f83 Merge pull request #2304 from element-hq/fkwp-patch-1
fix permissions
2024-04-10 17:20:05 +02:00
fkwp
cb113cbfe4 fix permissions 2024-04-10 15:17:10 +00:00
fkwp
fd6032b44f Merge pull request #2303 from element-hq/fkwp-patch-1
specify secrets explicetly
2024-04-10 17:08:06 +02:00
fkwp
229e5f3ce7 cleanup whitespaces part 2 2024-04-10 15:07:01 +00:00
fkwp
4271685c66 cleanup whitespaces 2024-04-10 15:05:10 +00:00
fkwp
c59610a5c1 specify secrets explicetly 2024-04-10 15:01:51 +00:00
fkwp
94ef74b8bf Merge pull request #2302 from element-hq/fkwp-patch-1
workaround env not available in job.if
2024-04-10 16:51:57 +02:00
fkwp
ea014e1b0c workaround env not available in job.if 2024-04-10 14:48:15 +00:00
fkwp
922bb00722 Merge pull request #2301 from element-hq/fkwp-patch-1
gh actions refactor
2024-04-10 16:36:28 +02:00
fkwp
c412e2550d Merge branch 'livekit' into fkwp-patch-1 2024-04-10 16:35:23 +02:00
fkwp
5bad53c63e refactor 2024-04-10 14:29:59 +00:00
fkwp
4cc077a72a typo 2024-04-10 14:08:54 +00:00
Robin
708cb18332 Merge pull request #2286 from robintown/fix-holds
Fix participants disappearing during focus switch (probably)
2024-04-10 09:58:08 -04:00
fkwp
3c3150a6b6 checkout source -> Dockerfile (#2300)
* make build_docker job dependent on build_element_call

* checkout source -> Dockerfile
2024-04-10 15:11:43 +02:00
fkwp
fc525a6e45 checkout source -> Dockerfile 2024-04-10 12:59:32 +00:00
fkwp
545034d26f make build_docker job dependent on build_element_call (#2299) 2024-04-10 14:53:19 +02:00
fkwp
5f7410c809 make build_docker job dependent on build_element_call 2024-04-10 12:46:45 +00:00
fkwp
db24e544bd Merge pull request #2298 from element-hq/fkwp-patch-1
change to overall strategy to use reusable builds
2024-04-10 14:41:32 +02:00
fkwp
71e3fefc00 added trailing newline 2024-04-10 12:37:37 +00:00
fkwp
1aaa161522 change to overall strategy to use reusable builds 2024-04-10 12:31:39 +00:00
fkwp
0b2c78d563 Merge pull request #2297 from element-hq/fkwp-patch-1
different way of checking docker build label
2024-04-10 13:28:03 +02:00
fkwp
876c904eb0 different way of checking docker build label 2024-04-10 11:25:50 +00:00
fkwp
ffd0832b31 Merge pull request #2296 from element-hq/fkwp-patch-1
attempt to create docker pr images
2024-04-09 21:14:00 +02:00
fkwp
907e7bdf52 remove spaces 2024-04-09 19:11:31 +00:00
fkwp
0d997254d0 newline 2024-04-09 19:04:32 +00:00
fkwp
e40efd57c8 remove get unix time 2024-04-09 19:03:56 +00:00
fkwp
096ddce173 attempt to create docker pr images 2024-04-09 20:52:38 +02:00
renovate[bot]
cc279d849f Update dependency @types/node to v20.12.6 (#2267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 11:40:01 +02:00
renovate[bot]
dd81ff68dd Update dependency @use-gesture/react to v10.3.1 (#2291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 11:39:36 +02:00
fkwp
750e35015e Merge pull request #2290 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to d70bba7
2024-04-08 21:44:47 +02:00
renovate[bot]
97693639dd Update docker/setup-buildx-action digest to d70bba7 2024-04-08 19:40:37 +00:00
fkwp
a88458aebf Merge pull request #2289 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to c314eea
2024-04-08 21:40:08 +02:00
renovate[bot]
beb408aa04 Update docker/metadata-action digest to c314eea 2024-04-08 18:52:08 +00:00
fkwp
a15ded502f Merge pull request #2288 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to 5f4866a
2024-04-08 20:51:37 +02:00
renovate[bot]
5963bdae6e Update docker/login-action digest to 5f4866a 2024-04-08 16:59:08 +00:00
fkwp
6c5e73513c Merge pull request #2287 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to f8bc7f4
2024-04-08 18:58:35 +02:00
renovate[bot]
d35a070844 Update docker/build-push-action digest to f8bc7f4 2024-04-08 16:25:14 +00:00
renovate[bot]
c2ff3dc8b7 Update dependency vite to v5.1.7 [SECURITY] (#2282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 18:24:44 +02:00
renovate[bot]
63e3a98c02 Update dependency posthog-js to v1.120.2 (#2275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 18:21:40 +02:00
fkwp
a7053ac595 Merge pull request #2284 from element-hq/renovate/livekit-components-core-0.x-lockfile
Update dependency @livekit/components-core to v0.9.3
2024-04-08 17:22:17 +02:00
renovate[bot]
75d529e66c Update dependency @livekit/components-core to v0.9.3 2024-04-08 15:18:12 +00:00
fkwp
fe7bb76f01 Merge pull request #2285 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.0.6
2024-04-08 17:17:34 +02:00
renovate[bot]
d78b894a6b Update dependency @livekit/components-react to v2.0.6 2024-04-05 20:31:11 +00:00
Robin
5121b956ca Fix participants disappearing during focus switch (probably)
I discovered that this hook was calling complete on the returned observable almost immediately when it gets mounted. This caused the call view model to never know when the application was switching focuses. At first I thought this was just because I forgot to move the call to complete to the effect's clean-up function, but even with that changed, React still calls the effect twice in strict mode. So, let's just remove the call entirely.
2024-04-05 14:27:53 -04:00
ElementRobot
255b3218a5 Merge pull request #2280 from element-hq/actions/localazy-download
Localazy Download
2024-04-04 11:51:25 +01:00
robintown
1614b2e8bd Translations updates 2024-04-02 18:57:05 +00:00
Timo
3f5c7257b3 make click highlight transparent (#2266)
Signed-off-by: Timo K <toger5@hotmail.de>
2024-03-25 16:02:40 +01:00
fkwp
ccea9fc961 Merge pull request #2278 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.0.10
2024-03-25 08:44:02 +01:00
renovate[bot]
5ebaad014c Update dependency livekit-client to v2.0.10 2024-03-24 10:46:09 +00:00
fkwp
aa14051755 Merge pull request #2264 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.0.7
2024-03-21 09:58:34 +01:00
fkwp
e9e79f8ec3 use correct path 2024-03-21 08:57:17 +00:00
fkwp
88471f1462 typo 2024-03-20 13:10:44 +00:00
fkwp
9b8088fb43 protocol is now own npm package 2024-03-20 13:04:01 +00:00
fkwp
8e950e7c0a protocol is now own npm package 2024-03-20 12:58:54 +00:00
renovate[bot]
8de238dfc6 Update dependency livekit-client to v2.0.8 2024-03-20 12:34:46 +00:00
fkwp
2f37787ea3 Merge pull request #2274 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 38b3677
2024-03-19 14:00:16 +01:00
renovate[bot]
7cf50101b3 Update docker/metadata-action digest to 38b3677 2024-03-19 12:58:22 +00:00
fkwp
518f8c8783 Merge pull request #2273 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 090ca15
2024-03-19 13:57:50 +01:00
renovate[bot]
f6094378fe Update docker/build-push-action digest to 090ca15 2024-03-18 09:36:58 +00:00
fkwp
44a8dffd08 Merge pull request #2268 from element-hq/renovate/peter-evans-create-pull-request-6.x
Update peter-evans/create-pull-request action to v6.0.2
2024-03-18 10:36:30 +01:00
renovate[bot]
9d2711a736 Update dependency @opentelemetry/instrumentation-user-interaction to ^0.36.0 (#2270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 19:50:35 +01:00
renovate[bot]
1a7048f2b8 Update dependency posthog-js to v1.116.0 (#2258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 19:47:25 +01:00
renovate[bot]
16bc438ee3 Update peter-evans/create-pull-request action to v6.0.2 2024-03-15 08:35:57 +00:00
renovate[bot]
5d670d4bfb Update dependency @opentelemetry/instrumentation-document-load to ^0.36.0 (#2259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 09:34:34 +01:00
renovate[bot]
ca761b9176 Update dependency vite to v5.1.6 (#2257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 09:34:14 +01:00
renovate[bot]
d5de8cac2d Update dependency i18next to v23.10.1 (#2256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 09:33:24 +01:00
fkwp
1c47a83c04 Merge pull request #2261 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to e92390c
2024-03-14 10:16:29 +01:00
fkwp
318702ad13 Merge pull request #2262 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 7535934
2024-03-14 10:16:10 +01:00
fkwp
bf8a2bba45 Merge pull request #2263 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 2b51285
2024-03-14 10:15:50 +01:00
fkwp
592386daae Merge pull request #2265 from element-hq/renovate/nwtgck-actions-netlify-3.x
Update nwtgck/actions-netlify action to v3
2024-03-14 10:15:32 +01:00
fkwp
e2bd381f65 Merge pull request #2260 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 2cdde99
2024-03-14 10:14:18 +01:00
renovate[bot]
28fcdaf6cb Update nwtgck/actions-netlify action to v3 2024-03-14 09:13:20 +00:00
renovate[bot]
88a67b8fc8 Update docker/setup-buildx-action digest to 2b51285 2024-03-14 09:12:01 +00:00
renovate[bot]
09eb666daf Update docker/metadata-action digest to 7535934 2024-03-14 09:11:56 +00:00
renovate[bot]
c8ebd129ed Update docker/login-action digest to e92390c 2024-03-14 09:11:52 +00:00
renovate[bot]
1aede1e24e Update docker/build-push-action digest to 2cdde99 2024-03-14 09:11:49 +00:00
Timo
c932dd8c9b Theme loading without flickering (#2233) 2024-03-13 14:58:21 +01:00
Robin
4a9a58475f Merge pull request #2253 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to af5a7ed
2024-03-11 09:03:08 -05:00
Robin
b503260caa Merge pull request #2254 from element-hq/renovate/livekit-components-react-2.x-lockfile
Update dependency @livekit/components-react to v2.0.3
2024-03-11 09:02:49 -05:00
Robin
7883db3434 Merge pull request #2249 from element-hq/renovate/react-i18next-14.x-lockfile
Update dependency react-i18next to v14.1.0
2024-03-11 09:02:27 -05:00
renovate[bot]
3310484859 Update dependency @livekit/components-react to v2.0.3 2024-03-11 14:00:43 +00:00
Robin
e6aa60edd0 Merge pull request #2232 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.25
2024-03-11 09:00:41 -05:00
Robin
5a3d625333 Merge pull request #2247 from element-hq/renovate/vite-5.x-lockfile
Update dependency vite to v5.1.5
2024-03-11 09:00:17 -05:00
Robin
163586a80e Merge pull request #2221 from element-hq/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.57.0
2024-03-11 08:59:50 -05:00
renovate[bot]
6d5887b33e Update docker/build-push-action digest to af5a7ed 2024-03-11 13:59:33 +00:00
Robin
8f2371757e Merge pull request #2248 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.113.0
2024-03-11 08:59:01 -05:00
renovate[bot]
478745a38d Update dependency posthog-js to v1.113.0 2024-03-11 13:28:50 +00:00
Andrew Ferrazzutti
d79359ae66 Drop unsupported field from backend/livekit.yaml
signal_relay.enabled was removed in v1.5.3: livekit/livekit@3f2f850
2024-03-07 16:21:59 -05:00
Andrew Ferrazzutti
f2b5ba24de Provide example config for Apache HTTP Server 2024-03-07 11:47:42 -05:00
renovate[bot]
33ec5b1451 Update dependency react-i18next to v14.1.0 2024-03-07 09:51:04 +00:00
renovate[bot]
0c87fd3b75 Update dependency @types/node to v20.11.25 2024-03-06 20:33:23 +00:00
fkwp
b1586e07a3 Merge pull request #2246 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 00ae31a
2024-03-06 17:10:22 +01:00
renovate[bot]
b254b38427 Update dependency vite to v5.1.5 2024-03-06 13:44:58 +00:00
renovate[bot]
c3ed8bf139 Update docker/build-push-action digest to 00ae31a 2024-03-06 13:44:34 +00:00
renovate[bot]
661e11a2a4 Update sentry-javascript monorepo to v7.105.0 (#2225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 11:36:08 +01:00
renovate[bot]
134a356ba2 Update dependency @livekit/components-react to v2.0.2 (#2244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 11:35:32 +01:00
fkwp
be3b1c40d0 Merge pull request #2245 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.0.5
2024-03-06 11:32:04 +01:00
renovate[bot]
c09d1ecbff Update dependency livekit-client to v2.0.5 2024-03-06 10:30:02 +00:00
renovate[bot]
186be88c24 Update dependency @vector-im/compound-design-tokens to v1.2.0 (#2237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 11:29:32 +01:00
renovate[bot]
f8fa8e3722 Update dependency posthog-js to v1.111.0 (#2217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 11:28:54 +01:00
renovate[bot]
58b97d8c04 Update dependency @livekit/components-core to v0.9.1 (#2242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 11:27:44 +01:00
fkwp
419bf22f2a Merge pull request #2239 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 56a16b8
2024-03-05 10:29:46 +01:00
renovate[bot]
322bbe38f8 Update docker/setup-buildx-action digest to 56a16b8 2024-03-02 16:28:06 +00:00
fkwp
5bd1832770 Merge pull request #2238 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.0.4
2024-03-02 17:27:34 +01:00
fkwp
13fa572f26 Merge pull request #2236 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 831ca17
2024-03-02 17:25:09 +01:00
renovate[bot]
bddf6fb856 Update dependency livekit-client to v2.0.4 2024-03-02 16:25:03 +00:00
Timo
ecc7f01933 Skip effect based register in widget mode. (#2230)
Prohibits error message.

Signed-off-by: Timo K <toger5@hotmail.de>
2024-03-01 12:37:42 +01:00
renovate[bot]
48aef98440 Update docker/build-push-action digest to 831ca17 2024-02-29 13:48:07 +00:00
renovate[bot]
46a12c7476 Update dependency @types/node to v20.11.21 (#2210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-28 11:06:28 +01:00
renovate[bot]
f7681a60ab Update peter-evans/create-pull-request action to v6.0.1 (#2226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-28 11:06:01 +01:00
renovate[bot]
19f56f27a7 Update typescript-eslint monorepo to v7.1.0 (#2222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-28 11:04:46 +01:00
renovate[bot]
1d128bcfe0 Update dependency @vector-im/compound-web to v3.1.3 (#2224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-28 11:03:31 +01:00
renovate[bot]
57548b5d43 Update dependency i18next-parser to v8.13.0 (#2223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-28 11:01:45 +01:00
renovate[bot]
9b83cebcad Update dependency eslint to v8.57.0 2024-02-23 23:21:09 +00:00
fkwp
7784510804 Merge pull request #2218 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 0d103c3
2024-02-23 17:04:55 +01:00
renovate[bot]
20f305d50b Update docker/setup-buildx-action digest to 0d103c3 2024-02-23 15:52:38 +00:00
fkwp
eb57d6acb3 Merge pull request #2216 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 5243153
2024-02-23 11:54:21 +01:00
fkwp
041b23a49a Merge pull request #2212 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to 5139682
2024-02-23 11:50:00 +01:00
fkwp
2c2f7e78dd Merge pull request #2213 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 232fc64
2024-02-23 11:49:19 +01:00
renovate[bot]
e72edc6854 Update docker/setup-buildx-action digest to 5243153 2024-02-23 10:49:09 +00:00
fkwp
10db12bb4a Merge pull request #2214 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to b3eddbb
2024-02-23 11:49:03 +01:00
fkwp
42eb4ea808 Merge pull request #2215 from element-hq/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 65afe61
2024-02-23 11:48:46 +01:00
renovate[bot]
b3f9d316f0 Update docker/setup-buildx-action digest to 65afe61 2024-02-23 09:12:15 +00:00
renovate[bot]
06f238b719 Update docker/metadata-action digest to 232fc64 2024-02-23 09:12:11 +00:00
renovate[bot]
a2f59bd3e1 Update docker/login-action digest to 5139682 2024-02-23 09:12:07 +00:00
renovate[bot]
23d98459e0 Update docker/build-push-action digest to b3eddbb 2024-02-23 09:12:03 +00:00
fkwp
f95b3228cc Merge pull request #2211 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 62d8db0
2024-02-23 09:19:53 +01:00
renovate[bot]
02eb55be13 Update docker/build-push-action digest to 62d8db0 2024-02-23 01:32:59 +00:00
Robin
d543c1a9c0 Merge branch 'livekit' into layout-state 2024-02-22 15:33:03 -05:00
renovate[bot]
247cbe26d8 Update sentry-javascript monorepo to v7.102.1 (#2209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 18:07:59 +01:00
Timo
893132470e Allow Element Call theme configuration via url. (#2203)
Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Robin <robin@robin.town>
2024-02-22 16:15:46 +01:00
Robin
78fc9bc488 Merge pull request #2207 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.108.2
2024-02-22 08:57:35 -05:00
Timo
b85a3c5f89 Update js-sdk to support SPA individual sender keys (#2206)
The js-sdk contains a fix so that encrypted messages can be received.

Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-22 14:52:52 +01:00
renovate[bot]
3652c82f73 Update dependency posthog-js to v1.108.2 2024-02-22 13:48:34 +00:00
Robin
5f5eb4ad50 Merge pull request #2204 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.108.1
2024-02-22 08:47:46 -05:00
renovate[bot]
a05abe3230 Update dependency i18next to v23.10.0 (#2205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 14:29:56 +01:00
renovate[bot]
fddbe32b07 Update dependency posthog-js to v1.108.1 2024-02-22 12:25:47 +00:00
Timo
cfb0aa5793 Add customHomeserver url Param (#2190)
* Add customHomeserver url to urlParams.

Signed-off-by: Timo K <toger5@hotmail.de>

* rename to homeserver

Signed-off-by: Timo K <toger5@hotmail.de>

---------

Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-21 21:52:31 +01:00
Timo K
30b3ba302e Revert "Add theme URL param and adjust cpd theme based on it."
This reverts commit f613b17824.
2024-02-21 21:45:11 +01:00
Timo K
f613b17824 Add theme URL param and adjust cpd theme based on it.
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-21 21:41:40 +01:00
fkwp
11457da794 Merge pull request #2202 from element-hq/renovate/livekit-client-2.x-lockfile
Update dependency livekit-client to v2.0.3
2024-02-21 21:16:50 +01:00
renovate[bot]
b811c34805 Update dependency livekit-client to v2.0.3 2024-02-21 20:12:42 +00:00
Robin
e4b012440b Merge pull request #2201 from robintown/ignore-dialog-types
Tell Renovate to ignore @react-types/dialog
2024-02-21 15:12:21 -05:00
Timo
6539c15177 Dont send register request in widget mode (#2100)
* dont register in widget mode

Signed-off-by: Timo K <toger5@hotmail.de>

* not call registerPasswordlessUser where its called in a widget.

Signed-off-by: Timo K <toger5@hotmail.de>

---------

Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-21 21:07:44 +01:00
Robin
e7b93680af Tell Renovate to ignore @react-types/dialog
It's part of React Spectrum, which we're trying to avoid updating at this time because we're phasing out usage of the libraries and upgrading them is painful.
2024-02-21 15:03:38 -05:00
Robin
87df439020 Merge pull request #2197 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.102.0
2024-02-21 15:03:20 -05:00
Robin
d8385c2f6e Merge pull request #2194 from element-hq/renovate/postcss-preset-env-9.x-lockfile
Update dependency postcss-preset-env to v9.4.0
2024-02-21 15:03:01 -05:00
Robin
a0c40d250b Merge pull request #2193 from element-hq/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v7.0.2
2024-02-21 15:02:19 -05:00
Robin
ebdda59b86 Merge pull request #2184 from element-hq/renovate/sass-1.x-lockfile
Update dependency sass to v1.71.1
2024-02-21 15:01:59 -05:00
Robin
68b4714516 Merge pull request #2186 from element-hq/renovate/vitest-monorepo
Update dependency vitest to v1.3.1
2024-02-21 14:58:05 -05:00
renovate[bot]
8cec85bafb Update sentry-javascript monorepo to v7.102.0 2024-02-21 19:57:44 +00:00
renovate[bot]
a88357a0ae Update dependency postcss-preset-env to v9.4.0 2024-02-21 19:57:26 +00:00
Robin
cace73bad7 Merge pull request #2199 from element-hq/renovate/i18next-http-backend-2.x-lockfile
Update dependency i18next-http-backend to v2.5.0
2024-02-21 14:56:24 -05:00
Robin
f8ff5d83cd Merge pull request #2200 from element-hq/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.14.2
2024-02-21 14:56:08 -05:00
Robin
cdfa1c2bcb Merge pull request #2198 from element-hq/renovate/vector-im-compound-design-tokens-1.x-lockfile
Update dependency @vector-im/compound-design-tokens to v1.1.1
2024-02-21 14:55:40 -05:00
renovate[bot]
b8325611a0 Update dependency @sentry/vite-plugin to v2.14.2 2024-02-21 18:57:59 +00:00
renovate[bot]
f0af7e4c52 Update dependency i18next-http-backend to v2.5.0 2024-02-21 16:14:21 +00:00
renovate[bot]
30151435ea Update dependency @vector-im/compound-design-tokens to v1.1.1 2024-02-21 16:14:02 +00:00
renovate[bot]
439fdaad74 fix(deps): update dependency i18next to v23.9.0 (#2187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 15:44:25 +01:00
renovate[bot]
9d27f07414 chore(deps): update dependency vite to v5.1.4 (#2195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 15:43:29 +01:00
Timo
21e3c606bf Improve focus switch logging (#2153)
Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Robin <robin@robin.town>
2024-02-21 15:42:52 +01:00
Timo
c4075f736f Federated room joins (#2188) 2024-02-21 15:41:59 +01:00
renovate[bot]
1dfe378700 fix(deps): update dependency @vector-im/compound-web to v3.1.2 (#2185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 15:35:46 +01:00
Robin
457941edac Merge pull request #2196 from robintown/no-semantic-commits
Tell Renovate that we don't use semantic commits
2024-02-21 09:17:36 -05:00
Timo
541830f11f rename to fit to frame (#2189)
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-21 15:17:08 +01:00
Robin
7c9be03a7d Merge pull request #2145 from element-hq/renovate/livekit-client-2.x
Update dependency livekit-client to v2
2024-02-21 09:06:33 -05:00
Robin
160063e29a Upgrade LiveKit client 2024-02-21 09:05:05 -05:00
Robin
ddc4def65f Upgrade LiveKit Components SDK 2024-02-21 08:56:04 -05:00
Robin
f56d2cfbf4 Merge branch 'livekit' into renovate/livekit-client-2.x 2024-02-21 08:50:01 -05:00
Robin
d801360f28 Tell Renovate that we don't use semantic commits
Because the author of the vitest PR used the semantic commit naming convention, Renovate now thinks our entire repo uses semantic commits and has renamed all of its PRs.
2024-02-21 08:46:42 -05:00
renovate[bot]
0f244c12de fix(deps): update dependency posthog-js to v1.108.0 (#2192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 14:21:22 +01:00
renovate[bot]
38ceb381d4 chore(deps): update dependency sass to v1.71.1 2024-02-21 03:46:05 +00:00
Robin
6cfc2066c9 Add data models for the new call layouts
This is a start at implementing the call layouts from the new designs. I've added data types to model the contents of each possible layout, and begun implementing the business logic to produce these layouts in the call view model.
2024-02-20 17:19:38 -05:00
renovate[bot]
997284b89a chore(deps): update dependency vitest to v1.3.1 2024-02-20 15:16:27 +00:00
Robin
353b243686 Merge pull request #2083 from robintown/gappy-sync
Remove the gappy sync hack
2024-02-20 10:15:32 -05:00
renovate[bot]
11948449d1 chore(deps): update typescript-eslint monorepo to v7.0.2 2024-02-19 18:22:32 +00:00
David Baker
5aa719565f Merge pull request #2144 from hereje/refactor/replace-jest-with-vitest
refactor: replace jest with vitest
2024-02-16 10:34:00 +00:00
Robin
c97b967b48 Fix types 2024-02-15 23:22:15 -05:00
Robin
458f7cdfb1 Format code 2024-02-15 22:34:59 -05:00
Robin
cd0d73d19e Regenerate lock file 2024-02-15 22:34:34 -05:00
Robin
f967bd1f4e Remove unused mocks 2024-02-15 22:33:17 -05:00
Angel Mendez Cano
d266432427 Merge remote-tracking branch 'upstream/livekit' into refactor/replace-jest-with-vitest 2024-02-15 18:14:23 -06:00
Angel Mendez Cano
429dad6695 chore: remove alias on vitest config file
- alias is no needed
2024-02-15 17:41:49 -06:00
Angel Mendez
964577ad3b chore: update test script
keep test script and remove
test:watch is no longer needed

Co-authored-by: Robin <robin@robin.town>
2024-02-15 17:39:37 -06:00
Angel Mendez
3bd69e26ad chore: specify test type on git workflow
specify job run unit tests

Co-authored-by: Robin <robin@robin.town>
2024-02-15 17:37:50 -06:00
Robin
3460a9cdc6 Merge pull request #2182 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to ef09cda
2024-02-15 14:20:12 -05:00
Robin
24b4e3c921 Merge pull request #2181 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.101.1
2024-02-15 14:19:59 -05:00
Robin
702d7ef905 Merge pull request #2180 from element-hq/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.14.1
2024-02-15 14:19:44 -05:00
Robin
556370b73a Merge pull request #2179 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.19
2024-02-15 14:18:43 -05:00
Robin
5864090101 Merge pull request #2178 from element-hq/renovate/docker-login-action-digest
Update docker/login-action digest to 83a00bc
2024-02-15 14:18:29 -05:00
Robin
a8e5a9ed99 Merge pull request #2177 from element-hq/renovate/vite-5.x-lockfile
Update dependency vite to v5.1.3
2024-02-15 14:18:15 -05:00
Robin
4e146c169e Merge pull request #2176 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.106.0
2024-02-15 14:17:57 -05:00
renovate[bot]
e218430eb0 Update dependency posthog-js to v1.106.0 2024-02-15 19:08:35 +00:00
renovate[bot]
0bf2f1afa8 Update dependency @types/node to v20.11.19 2024-02-15 19:08:17 +00:00
renovate[bot]
958c743052 Update actions/upload-artifact digest to ef09cda 2024-02-15 19:07:48 +00:00
renovate[bot]
c5507776a7 Update sentry-javascript monorepo to v7.101.1 2024-02-15 15:52:22 +00:00
renovate[bot]
024dcff426 Update dependency vite to v5.1.3 2024-02-15 15:52:10 +00:00
renovate[bot]
e241d92179 Update dependency @sentry/vite-plugin to v2.14.1 2024-02-15 15:51:50 +00:00
renovate[bot]
68829b1c2c Update docker/login-action digest to 83a00bc 2024-02-15 12:41:03 +00:00
Robin
6de6fd52b9 Merge pull request #2174 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.105.8
2024-02-13 12:22:16 -05:00
Robin
f07b10ae12 Merge pull request #2175 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.101.0
2024-02-13 12:21:37 -05:00
Robin
388d7aa63d Merge pull request #2172 from element-hq/renovate/major-typescript-eslint-monorepo
Update typescript-eslint monorepo to v7 (major)
2024-02-13 12:21:12 -05:00
renovate[bot]
4c164c131a Update sentry-javascript monorepo to v7.101.0 2024-02-13 15:37:06 +00:00
Timo
bb570b953b Fix: When clicking the "join call now" button twice two guests are registered. (#2173)
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-13 16:36:09 +01:00
renovate[bot]
3ecddef1ca Update dependency posthog-js to v1.105.8 2024-02-13 12:34:02 +00:00
renovate[bot]
668b2d577b Update typescript-eslint monorepo to v7 2024-02-12 21:17:54 +00:00
Timo
bcd8890f0a Add crop to fit toggle to context menu. (#2107)
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-12 16:49:32 +01:00
Robin
242d2dc2bc Merge pull request #2170 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.105.7
2024-02-11 11:28:05 -05:00
renovate[bot]
ba4c5d08ce Update dependency posthog-js to v1.105.7 2024-02-11 13:58:34 +00:00
Angel Mendez Cano
bd9fbc9422 Merge remote-tracking branch 'upstream/livekit' into refactor/replace-jest-with-vitest 2024-02-09 16:22:34 -06:00
Angel Mendez Cano
b8b64c2bf8 chore: update yarn.lock file 2024-02-09 16:11:24 -06:00
Angel Mendez Cano
0aacac3def chore: replace jest job with vitest
- update job id and name
2024-02-09 11:07:43 -06:00
Angel Mendez Cano
307e91e49c chore: test script should not run on watch mode
- update test script
2024-02-09 11:03:56 -06:00
Robin
5502f588eb Fix errors 2024-02-09 11:22:36 -05:00
Robin
f9f99bf016 Merge pull request #2147 from element-hq/renovate/prettier-3.x-lockfile
Update dependency prettier to v3.2.5
2024-02-09 11:05:36 -05:00
Robin
028861cb7b Format code 2024-02-09 11:04:01 -05:00
renovate[bot]
7345665589 Update dependency livekit-client to v2 2024-02-09 16:02:50 +00:00
Robin
adcfbe111a Merge pull request #2167 from element-hq/renovate/vite-5.x-lockfile
Update dependency vite to v5.1.1
2024-02-09 11:02:22 -05:00
Robin
5c4c3b987f Merge pull request #2168 from element-hq/renovate/livekit-client-1.x
Update dependency livekit-client to v1.15.12
2024-02-09 11:02:01 -05:00
renovate[bot]
741f0cc5f7 Update dependency livekit-client to v1.15.12 2024-02-09 15:54:03 +00:00
renovate[bot]
92e0258363 Update dependency vite to v5.1.1 2024-02-09 12:26:37 +00:00
Robin
382e050933 Merge pull request #2163 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.105.6
2024-02-09 01:40:39 -05:00
Robin
b163a949f4 Merge pull request #2166 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.17
2024-02-09 01:40:22 -05:00
Robin
b726247720 Merge pull request #2164 from element-hq/renovate/vite-5.x-lockfile
Update dependency vite to v5.1.0
2024-02-09 01:40:05 -05:00
Robin
1a21e27c4f Merge pull request #2165 from element-hq/renovate/vector-im-compound-design-tokens-1.x-lockfile
Update dependency @vector-im/compound-design-tokens to v1.1.0
2024-02-09 01:39:35 -05:00
renovate[bot]
cb2a0b5886 Update dependency @types/node to v20.11.17 2024-02-08 21:09:52 +00:00
renovate[bot]
e203ac7d66 Update dependency posthog-js to v1.105.6 2024-02-08 18:56:26 +00:00
Angel Mendez
9b308f0107 Merge branch 'livekit' into refactor/replace-jest-with-vitest 2024-02-08 09:35:05 -06:00
renovate[bot]
dd4c5f3b48 Update dependency @vector-im/compound-design-tokens to v1.1.0 2024-02-08 15:13:14 +00:00
renovate[bot]
e9017c0a4d Update dependency vite to v5.1.0 2024-02-08 13:58:30 +00:00
Robin
33d6b6f387 Merge pull request #2155 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.100.1
2024-02-07 13:48:37 -05:00
Robin
a84bf7985a Merge pull request #2161 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.105.4
2024-02-07 13:48:10 -05:00
Robin
58868528ab Merge pull request #2158 from element-hq/renovate/react-i18next-14.x-lockfile
Update dependency react-i18next to v14.0.5
2024-02-07 11:40:10 -05:00
Robin
82a64de0cb Merge pull request #2159 from element-hq/renovate/vector-im-compound-web-3.x-lockfile
Update dependency @vector-im/compound-web to v3.1.1
2024-02-07 11:39:49 -05:00
renovate[bot]
70921d77a1 Update dependency @vector-im/compound-web to v3.1.1 2024-02-07 16:08:37 +00:00
renovate[bot]
bb5d8ad5be Update dependency posthog-js to v1.105.4 2024-02-07 16:08:23 +00:00
Angel Mendez
b44bf3b8c2 Merge branch 'livekit' into refactor/replace-jest-with-vitest 2024-02-07 09:34:42 -06:00
Angel Mendez Cano
f6ded35a8c refactor: update yarn.lock file 2024-02-07 09:24:27 -06:00
Angel Mendez
309d28432f Merge branch 'livekit' into refactor/replace-jest-with-vitest 2024-02-07 09:21:14 -06:00
fkwp
2f65f8311c Merge pull request #2151 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 4c0ff1c
2024-02-07 14:49:17 +01:00
renovate[bot]
99f5a22a63 Update sentry-javascript monorepo to v7.100.1 2024-02-07 10:48:06 +00:00
Robin
30fae3d6ba Merge pull request #2157 from element-hq/renovate/eslint-plugin-unicorn-51.x-lockfile
Update dependency eslint-plugin-unicorn to v51.0.1
2024-02-06 17:27:22 -05:00
renovate[bot]
1084fb0751 Update dependency react-i18next to v14.0.5 2024-02-06 22:24:40 +00:00
renovate[bot]
33786f637c Update dependency eslint-plugin-unicorn to v51.0.1 2024-02-06 22:24:26 +00:00
Robin
bfc215a8ed Merge pull request #2143 from element-hq/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.14.0
2024-02-06 13:09:25 -05:00
Robin
661356eac0 Merge pull request #2154 from element-hq/renovate/react-i18next-14.x-lockfile
Update dependency react-i18next to v14.0.4
2024-02-06 13:08:59 -05:00
renovate[bot]
7ef97ca059 Update dependency react-i18next to v14.0.4 2024-02-06 16:43:37 +00:00
renovate[bot]
26806bcc80 Update dependency eslint-plugin-unicorn to v51 (#2152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 12:02:50 +01:00
renovate[bot]
e6cf761b5b Update dependency posthog-js to v1.105.0 (#2116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 12:02:34 +01:00
renovate[bot]
17e565fe02 Update typescript-eslint monorepo to v6.21.0 (#2150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 12:01:41 +01:00
renovate[bot]
6ded931e27 Update dependency @testing-library/jest-dom to v6.4.2 (#2149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 12:01:14 +01:00
renovate[bot]
be59c5de25 Update dependency react-i18next to v14.0.3 (#2148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 12:00:32 +01:00
renovate[bot]
6164eb9be4 Update actions/upload-artifact digest to 4c0ff1c 2024-02-05 22:52:07 +00:00
renovate[bot]
6f2a247011 Update dependency @sentry/vite-plugin to v2.14.0 2024-02-05 19:15:33 +00:00
fkwp
b24c7a68d3 Merge pull request #2146 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 4976231
2024-02-05 08:41:37 +01:00
renovate[bot]
5cb3125a2e Update dependency prettier to v3.2.5 2024-02-04 08:00:56 +00:00
renovate[bot]
cd64b8fff3 Update docker/build-push-action digest to 4976231 2024-02-03 15:16:56 +00:00
Angel Mendez Cano
d79a9d9fd7 Merge remote-tracking branch 'upstream/livekit' into refactor/replace-jest-with-vitest 2024-02-02 19:27:31 -06:00
Angel Mendez Cano
9a5afb11f6 feat: update tests using vitest
- replace jest references with vitest
2024-02-02 19:00:38 -06:00
Angel Mendez Cano
2a9f6663c1 feat: add vitest configuration file
- add vitest configuration
- update tsconfig.json so that test files does not throw error
with global definitions such as expect, test
2024-02-02 18:54:50 -06:00
Angel Mendez Cano
cc148fc4e2 refactor: add vitest to project
- add vitest and related dependencies to project
2024-02-02 18:52:09 -06:00
Robin
7f3f13390b Merge pull request #2142 from element-hq/renovate/vaul-0.x
Update dependency vaul to ^0.9.0
2024-02-02 11:11:14 -05:00
Robin
b0768ca33b Merge pull request #2141 from element-hq/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.11.0
2024-02-02 11:09:54 -05:00
Robin
39265a3521 Merge pull request #2140 from element-hq/renovate/testing-library-react-14.x-lockfile
Update dependency @testing-library/react to v14.2.1
2024-02-02 11:09:15 -05:00
Robin
2891ce0857 Merge pull request #2138 from robintown/disable-pip
Remove the disablePictureInPicture Firefox hack
2024-02-02 09:40:03 -05:00
renovate[bot]
0e7522522e Update dependency vaul to ^0.9.0 2024-02-02 00:32:24 +00:00
renovate[bot]
287c7e4ef8 Update dependency @sentry/vite-plugin to v2.11.0 2024-02-02 00:32:16 +00:00
Angel Mendez Cano
56001b8cd2 refactor: remove jest dependencies from project
- remove jest and related dependencies from project
2024-02-01 17:07:36 -06:00
renovate[bot]
c9e04241dc Update dependency @testing-library/react to v14.2.1 2024-02-01 21:56:55 +00:00
Robin
f0faa8a2af Merge pull request #2098 from element-hq/renovate/vector-im-compound-web-3.x
Update dependency @vector-im/compound-web to v3
2024-02-01 14:25:47 -05:00
Robin
d8013582ae Merge pull request #2139 from element-hq/renovate/jest-monorepo
Update dependency @types/jest to v29.5.12
2024-02-01 14:25:19 -05:00
renovate[bot]
9cd719bafc Update dependency @types/jest to v29.5.12 2024-02-01 19:23:54 +00:00
Robin
506abcec72 Merge pull request #2133 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.16
2024-02-01 14:22:53 -05:00
Robin
71106b5067 Merge pull request #2132 from element-hq/renovate/i18next-http-backend-2.x-lockfile
Update dependency i18next-http-backend to v2.4.3
2024-02-01 14:22:36 -05:00
Robin
92351d5019 Merge pull request #2131 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.8.2
2024-02-01 14:22:21 -05:00
renovate[bot]
a2c0a5ce5d Update dependency @vector-im/compound-web to v3 2024-02-01 19:22:02 +00:00
Robin
50fac66a0c Merge pull request #2135 from element-hq/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4
2024-02-01 14:21:35 -05:00
renovate[bot]
9b38a71f96 Update dependency @types/node to v20.11.16 2024-02-01 19:21:25 +00:00
Robin
8cced483e7 Merge pull request #2137 from element-hq/renovate/vector-im-compound-design-tokens-1.x
Update dependency @vector-im/compound-design-tokens to v1
2024-02-01 14:20:57 -05:00
Robin
2df15a3464 Merge pull request #2136 from element-hq/renovate/peter-evans-create-pull-request-6.x
Update peter-evans/create-pull-request action to v6
2024-02-01 14:20:45 -05:00
Robin
9669b71440 Update icon imports 2024-02-01 14:19:35 -05:00
Robin
0824963811 Remove the disablePictureInPicture Firefox hack
https://bugzilla.mozilla.org/show_bug.cgi?id=1865748 is fixed in Firefox 122.0, so we can now use the attribute the normal way.
2024-02-01 14:06:53 -05:00
renovate[bot]
c0c15a9a85 Update dependency @vector-im/compound-design-tokens to v1 2024-02-01 15:14:30 +00:00
fkwp
536797820d Merge pull request #2130 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 8e5442c
2024-02-01 11:59:45 +01:00
renovate[bot]
ad49de5a8c Update peter-evans/create-pull-request action to v6 2024-02-01 10:59:32 +00:00
renovate[bot]
1233c6fc7b Update codecov/codecov-action action to v4 2024-02-01 10:59:26 +00:00
fkwp
f87d1277a0 Merge pull request #2129 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 3a80482
2024-02-01 11:59:24 +01:00
fkwp
b27881ea86 Merge pull request #2134 from element-hq/renovate/livekit-client-1.x
Update dependency livekit-client to v1.15.11
2024-02-01 11:58:56 +01:00
renovate[bot]
ad5f7638dc Update dependency livekit-client to v1.15.11 2024-02-01 09:23:37 +00:00
renovate[bot]
130a3ba4a2 Update dependency i18next-http-backend to v2.4.3 2024-02-01 07:08:02 +00:00
renovate[bot]
68f069c814 Update dependency i18next to v23.8.2 2024-02-01 07:07:45 +00:00
Robin
0dde48f3d0 Merge pull request #2118 from element-hq/renovate/opentelemetry-instrumentation-user-interaction-0.x
Update dependency @opentelemetry/instrumentation-user-interaction to ^0.35.0
2024-01-31 23:29:29 -05:00
Robin
93902b601b Merge pull request #2125 from element-hq/renovate/testing-library-jest-dom-6.x-lockfile
Update dependency @testing-library/jest-dom to v6.4.1
2024-01-31 23:27:33 -05:00
renovate[bot]
9562a4ab8a Update dependency @opentelemetry/instrumentation-user-interaction to ^0.35.0 2024-02-01 04:27:24 +00:00
Robin
8688b21aa9 Merge pull request #2117 from element-hq/renovate/opentelemetry-instrumentation-document-load-0.x
Update dependency @opentelemetry/instrumentation-document-load to ^0.35.0
2024-01-31 23:26:57 -05:00
Robin
dbfb0a9f79 Merge pull request #2124 from element-hq/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.20.0
2024-01-31 23:26:35 -05:00
renovate[bot]
9d4875d44f Update docker/metadata-action digest to 8e5442c 2024-02-01 04:26:22 +00:00
Robin
1662a7806a Merge pull request #2115 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.14
2024-01-31 23:26:11 -05:00
Robin
17a0e92342 Merge pull request #2127 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.99.0
2024-01-31 23:25:51 -05:00
renovate[bot]
f27a21f708 Update dependency @testing-library/jest-dom to v6.4.1 2024-02-01 04:25:42 +00:00
renovate[bot]
b7b76262c3 Update actions/upload-artifact digest to 3a80482 2024-02-01 04:25:23 +00:00
Robin
0f0f77a1db Merge pull request #2128 from element-hq/renovate/testing-library-react-14.x-lockfile
Update dependency @testing-library/react to v14.2.0
2024-01-31 23:25:02 -05:00
renovate[bot]
e2957a376c Update dependency @types/node to v20.11.14 2024-01-31 19:55:58 +00:00
renovate[bot]
53039a1121 Update dependency @testing-library/react to v14.2.0 2024-01-30 22:45:30 +00:00
renovate[bot]
d14524052e Update sentry-javascript monorepo to v7.99.0 2024-01-30 19:34:40 +00:00
renovate[bot]
1cc5331cef Update dependency livekit-client to v1.15.10 (#2120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-30 13:35:50 +01:00
renovate[bot]
bafe3f621a Update typescript-eslint monorepo to v6.20.0 2024-01-29 18:15:18 +00:00
fkwp
6c41bc6b34 Merge pull request #2121 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to d00351b
2024-01-29 19:14:14 +01:00
Robin
ce03a10e17 Merge pull request #2114 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.8.1
2024-01-29 11:17:18 -05:00
Robin
74acf521f7 Merge pull request #2122 from element-hq/renovate/sdp-transform-2.x-lockfile
Update dependency sdp-transform to v2.14.2
2024-01-29 11:16:30 -05:00
Timo
01d6873658 Bump js-sdk to make EC compatible with created-ts (#2123)
Signed-off-by: Timo K <toger5@hotmail.de>
2024-01-29 17:00:33 +01:00
renovate[bot]
3e5115062f Update dependency sdp-transform to v2.14.2 2024-01-29 15:50:42 +00:00
renovate[bot]
4e5e17c99e Update actions/upload-artifact digest to d00351b 2024-01-29 15:50:25 +00:00
Timo
79c4219dd8 lock lk client version to 1.15.2 (#2119)
Signed-off-by: Timo K <toger5@hotmail.de>
2024-01-29 14:53:34 +01:00
renovate[bot]
acd7d89697 Update dependency i18next to v23.8.1 2024-01-29 11:29:30 +00:00
renovate[bot]
17218236c2 Update dependency @opentelemetry/instrumentation-document-load to ^0.35.0 2024-01-29 11:28:58 +00:00
Robin
e882b4e922 Merge pull request #2113 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.9
2024-01-28 09:56:39 -05:00
renovate[bot]
315d8b6a94 Update dependency @types/node to v20.11.9 2024-01-28 10:21:53 +00:00
Robin
f529ae141e Merge pull request #2112 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.103.0
2024-01-26 11:19:20 -05:00
Robin
10c4ae3cf9 Merge pull request #2105 from element-hq/renovate/babel-monorepo
Update babel monorepo to v7.23.9
2024-01-26 11:19:09 -05:00
renovate[bot]
8fdb706766 Update dependency posthog-js to v1.103.0 2024-01-26 16:17:54 +00:00
renovate[bot]
e90aa18d55 Update babel monorepo to v7.23.9 2024-01-26 16:17:42 +00:00
Robin
27e48d3bbb Merge pull request #2106 from element-hq/renovate/uuid-9.x-lockfile
Update dependency @types/uuid to v9.0.8
2024-01-26 11:17:38 -05:00
Robin
1cf86faa12 Merge pull request #2110 from element-hq/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 94d76d3
2024-01-26 11:17:24 -05:00
Robin
ef1fdf4bf1 Merge pull request #2111 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.20
2024-01-26 11:17:11 -05:00
renovate[bot]
dacc83e76e Update dependency i18next to v23.7.20 2024-01-26 14:40:02 +00:00
renovate[bot]
642e3cdd77 Update docker/build-push-action digest to 94d76d3 2024-01-26 14:39:46 +00:00
Timo
35a79364a9 Widget return to lobby (#2099)
* Return to lobby after call ended in widget mode

* Wait for making the widget sticky until connected

Signed-off-by: Timo K <toger5@hotmail.de>
2024-01-26 10:03:08 +01:00
renovate[bot]
3bcb9fb327 Update opentelemetry-js monorepo (#2109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 09:20:11 +01:00
renovate[bot]
97f9e8ccd6 Update dependency @types/node to v20.11.7 (#2108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 09:19:50 +01:00
renovate[bot]
3522ad8610 Update dependency @types/uuid to v9.0.8 2024-01-25 23:46:28 +00:00
Robin
92c64a1a63 Merge pull request #2104 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.98.0
2024-01-25 10:50:47 -05:00
Robin
bfdfb316c5 Merge pull request #2103 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.102.1
2024-01-25 10:50:18 -05:00
renovate[bot]
27c6a62d66 Update sentry-javascript monorepo to v7.98.0 2024-01-25 13:15:30 +00:00
renovate[bot]
1c67ba28b3 Update dependency posthog-js to v1.102.1 2024-01-25 13:15:09 +00:00
Robin
cf91b49b0b Merge pull request #2095 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.95.0
2024-01-25 00:09:53 -05:00
Robin
4a829c8f76 Merge pull request #2097 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.102.0
2024-01-25 00:09:27 -05:00
Robin
57797645bc Merge pull request #2096 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.6
2024-01-25 00:09:12 -05:00
Robin
11b567fa86 Merge pull request #2092 from element-hq/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.19.1
2024-01-25 00:08:52 -05:00
Robin
0a14d190fe Merge pull request #2091 from element-hq/renovate/testing-library-jest-dom-6.x-lockfile
Update dependency @testing-library/jest-dom to v6.3.0
2024-01-25 00:08:28 -05:00
Robin
1a6e455aee Merge pull request #2102 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.19
2024-01-25 00:07:57 -05:00
renovate[bot]
fccae980e5 Update dependency i18next to v23.7.19 2024-01-24 23:03:10 +00:00
renovate[bot]
782eef8957 Update dependency posthog-js to v1.102.0 2024-01-24 16:36:00 +00:00
renovate[bot]
03634cc9b4 Update dependency @testing-library/jest-dom to v6.3.0 2024-01-24 12:47:01 +00:00
renovate[bot]
f358364a51 Update dependency @types/node to v20.11.6 2024-01-24 08:10:50 +00:00
fkwp
10bbadd1e5 Merge pull request #2094 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 26f96df
2024-01-23 22:22:18 +01:00
renovate[bot]
8b26c4d45a Update sentry-javascript monorepo to v7.95.0 2024-01-23 20:17:18 +00:00
renovate[bot]
49225cb5ec Update actions/upload-artifact digest to 26f96df 2024-01-23 20:17:01 +00:00
fkwp
bffeef86f3 Merge pull request #2093 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 52899c8
2024-01-23 09:18:55 +01:00
renovate[bot]
230a9e7784 Update actions/upload-artifact digest to 52899c8 2024-01-22 22:23:28 +00:00
renovate[bot]
7c8b33f632 Update typescript-eslint monorepo to v6.19.1 2024-01-22 20:15:26 +00:00
Robin
531ed984dc Merge pull request #2090 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.101.0
2024-01-22 11:14:11 -05:00
Robin
6afaf983e1 Merge pull request #2088 from element-hq/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.10.3
2024-01-22 11:10:35 -05:00
Robin
8c5d754067 Merge pull request #2089 from element-hq/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.8.9
2024-01-22 11:10:10 -05:00
renovate[bot]
94c97723d9 Update dependency posthog-js to v1.101.0 2024-01-22 13:38:50 +00:00
renovate[bot]
62bf2e3d99 Update dependency vaul to v0.8.9 2024-01-22 10:54:35 +00:00
renovate[bot]
e495c2be41 Update dependency @sentry/vite-plugin to v2.10.3 2024-01-22 10:54:18 +00:00
Robin
6e7124d265 Merge pull request #2087 from element-hq/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.8.8
2024-01-21 22:21:05 -05:00
renovate[bot]
721cfd75b5 Update dependency vaul to v0.8.8 2024-01-21 21:56:24 +00:00
Robin
b8beb540a8 Merge pull request #2085 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.18
2024-01-20 20:15:57 -05:00
renovate[bot]
fe8708a16f Update dependency i18next to v23.7.18 2024-01-21 01:14:00 +00:00
Robin
1bd76e0f1e Merge pull request #2084 from robintown/fork-builds
Fix builds on PRs from forks
2024-01-20 20:13:10 -05:00
Robin
ae1e43b779 Fix builds on PRs from forks 2024-01-20 16:44:17 -05:00
Robin
398a164a6e Merge pull request #2078 from element-hq/renovate/npm-vite-vulnerability
Update dependency vite to v5.0.12 [SECURITY]
2024-01-20 16:05:49 -05:00
Robin
ce596ca645 Merge pull request #2079 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.17
2024-01-20 16:04:58 -05:00
Robin
62197121e2 Merge pull request #2080 from element-hq/renovate/react-i18next-14.x-lockfile
Update dependency react-i18next to v14.0.1
2024-01-20 16:04:37 -05:00
Robin
9a0144e918 Merge pull request #2081 from element-hq/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.8.7
2024-01-20 16:04:19 -05:00
Robin
87edaca088 Merge pull request #2082 from element-hq/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.10
2024-01-20 16:02:27 -05:00
Robin
7f571b695e Remove the gappy sync hack
This hack was added in the early days of Element Call, back when we were doing call signaling using non-state room events, and missing part of a room's history could cause calls to fall apart. Nowadays we use state events for signaling, and all this hack is doing is making sync times unnecessarily long, so we can remove it.
2024-01-20 15:55:45 -05:00
renovate[bot]
db825329d6 Update dependency livekit-client to v1.15.10 2024-01-20 19:54:06 +00:00
renovate[bot]
e3b671e902 Update dependency vaul to v0.8.7 2024-01-20 15:39:54 +00:00
renovate[bot]
b3d20964fe Update dependency react-i18next to v14.0.1 2024-01-20 13:03:44 +00:00
renovate[bot]
280e53f4a3 Update dependency i18next to v23.7.17 2024-01-20 13:03:35 +00:00
renovate[bot]
5a737a4cc6 Update dependency vite to v5.0.12 [SECURITY] 2024-01-20 02:02:26 +00:00
renovate[bot]
c204c1a53f Update sentry-javascript monorepo to v7.94.1 (#2076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 14:33:36 +01:00
Robin
e78d5a6742 Merge pull request #2075 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 694cdab
2024-01-18 17:55:10 -05:00
renovate[bot]
c1147348f4 Update actions/upload-artifact digest to 694cdab 2024-01-18 22:52:02 +00:00
Robin
e4c8470c2b Merge pull request #2071 from element-hq/renovate/prettier-3.x-lockfile
Update dependency prettier to v3.2.4
2024-01-18 15:00:20 -05:00
Robin
fe4bd32fcd Format code 2024-01-18 14:58:45 -05:00
Robin
bcace65706 Merge pull request #2070 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.5
2024-01-18 14:57:28 -05:00
Robin
886c77273b Merge pull request #2073 from element-hq/renovate/sass-1.x-lockfile
Update dependency sass to v1.70.0
2024-01-18 14:57:10 -05:00
Robin
63012b3e01 Merge pull request #2072 from element-hq/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.5.3
2024-01-18 14:56:50 -05:00
renovate[bot]
aa08b200e9 Update dependency livekit-client to v1.15.9 (#2074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 17:54:07 +01:00
renovate[bot]
e1714f7599 Update dependency sass to v1.70.0 2024-01-18 04:58:46 +00:00
renovate[bot]
930af289b3 Update dependency @livekit/components-react to v1.5.3 2024-01-17 20:41:42 +00:00
renovate[bot]
9b936cf9ce Update dependency prettier to v3.2.4 2024-01-17 12:15:52 +00:00
renovate[bot]
5fb30a8bff Update dependency @types/node to v20.11.5 2024-01-17 08:26:07 +00:00
Robin
e196f049de Merge pull request #2069 from element-hq/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.19.0
2024-01-16 10:24:15 -05:00
Robin
3c7130f2bb Merge pull request #2066 from element-hq/renovate/vitejs-plugin-basic-ssl-1.x-lockfile
Update dependency @vitejs/plugin-basic-ssl to v1.1.0
2024-01-16 10:23:54 -05:00
renovate[bot]
4040ac2251 Update dependency @livekit/components-react to v1.5.2 (#2063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 13:41:23 +01:00
renovate[bot]
e0e99331be Update opentelemetry-js monorepo (#2067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 13:39:33 +01:00
renovate[bot]
108e64328c Update dependency @livekit/components-core to v0.8.3 (#2062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 13:38:31 +01:00
renovate[bot]
54c364919b Update dependency prettier to v3.2.2 (#2064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 13:37:56 +01:00
renovate[bot]
047fce8661 Update dependency posthog-js to v1.100.0 (#2068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 13:37:24 +01:00
renovate[bot]
f9257379f1 Update dependency @types/node to v20.11.4 (#2065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 13:37:05 +01:00
renovate[bot]
c9c3ed6c8b Update typescript-eslint monorepo to v6.19.0 2024-01-15 17:47:50 +00:00
renovate[bot]
2989d1467c Update dependency @vitejs/plugin-basic-ssl to v1.1.0 2024-01-15 14:47:00 +00:00
Robin
db522c75f5 Merge pull request #2061 from element-hq/renovate/prettier-3.x-lockfile
Update dependency prettier to v3.2.0
2024-01-12 14:37:18 -05:00
Robin
56cb8a5ee0 Upgrade Prettier to 3.2.1 2024-01-12 14:35:25 -05:00
renovate[bot]
e531ff4f79 Update dependency prettier to v3.2.0 2024-01-12 17:21:51 +00:00
Robin
6e67a0cfc5 Merge pull request #2060 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.98.2
2024-01-12 09:40:55 -05:00
renovate[bot]
0688b0e9b5 Update dependency posthog-js to v1.98.2 2024-01-11 18:05:33 +00:00
Robin
0a57ea6bec Merge pull request #2057 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.98.1
2024-01-11 10:05:37 -05:00
renovate[bot]
00cafa9006 Update dependency posthog-js to v1.98.1 2024-01-11 15:04:12 +00:00
Robin
b950fd44d4 Merge pull request #2058 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.11.0
2024-01-11 10:03:59 -05:00
Robin
2382ce7ffb Merge pull request #2053 from robintown/revert-contain-strict
Revert an addition of contain: strict
2024-01-11 10:03:39 -05:00
fkwp
61e0dda100 Merge pull request #2056 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 1eb3cb2
2024-01-11 09:47:50 +01:00
renovate[bot]
793736c9d7 Update dependency @types/node to v20.11.0 2024-01-11 07:30:06 +00:00
renovate[bot]
bf7b9c2b19 Update actions/upload-artifact digest to 1eb3cb2 2024-01-10 23:20:57 +00:00
Robin
fb21920126 Merge pull request #2054 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 73d8b66
2024-01-10 14:23:20 -05:00
Robin
a2a5a3f71c Merge pull request #2055 from element-hq/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.8
2024-01-10 14:22:12 -05:00
renovate[bot]
7e13eeb288 Update dependency livekit-client to v1.15.8 2024-01-10 19:05:26 +00:00
renovate[bot]
f80c36eb7f Update actions/upload-artifact digest to 73d8b66 2024-01-10 19:05:09 +00:00
Robin
2865a6c77e Revert an addition of contain: strict
I thought that adding isolation: isolate to the React root had fixed the Firefox layering glitches, but today I've started noticing those glitches again.
2024-01-10 11:04:36 -05:00
Robin
bb081f4241 Merge pull request #2052 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to c320f57
2024-01-10 10:52:52 -05:00
renovate[bot]
477d0e4c81 Update actions/upload-artifact digest to c320f57 2024-01-10 15:49:05 +00:00
Robin
98f78d3196 Merge pull request #2051 from element-hq/renovate/vector-im-compound-web-2.x
Update dependency @vector-im/compound-web to v2
2024-01-10 10:48:47 -05:00
Robin
d4780b2d63 Use the new isTriggerInteractive tooltip prop 2024-01-10 10:46:13 -05:00
Robin
d3825648f2 Add mandatory TooltipProvider 2024-01-10 09:41:43 -05:00
Robin
1240a6d012 Merge pull request #2049 from element-hq/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.7
2024-01-10 09:38:25 -05:00
Robin
c954582a03 Merge pull request #2048 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.10.8
2024-01-10 09:38:00 -05:00
Robin
34d5cc3959 Merge pull request #2047 from element-hq/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.97.1
2024-01-10 09:37:44 -05:00
Robin
8e867f8fd3 Merge pull request #2046 from element-hq/renovate/vector-im-compound-design-tokens-0.x-lockfile
Update dependency @vector-im/compound-design-tokens to v0.1.1
2024-01-10 09:37:29 -05:00
Robin
02016bb950 Merge pull request #2044 from element-hq/renovate/eslint-plugin-unicorn-50.x
Update dependency eslint-plugin-unicorn to v50
2024-01-10 09:36:54 -05:00
Robin
e7a79932b9 Merge pull request #2043 from element-hq/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.18.1
2024-01-10 09:36:29 -05:00
Robin
e8c13043eb Merge pull request #2045 from element-hq/renovate/react-i18next-14.x
Update dependency react-i18next to v14
2024-01-10 09:35:34 -05:00
Robin
b29a576890 Merge pull request #2042 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.93.0
2024-01-10 09:35:07 -05:00
renovate[bot]
a2243e9984 Update dependency @vector-im/compound-web to v2 2024-01-10 14:35:05 +00:00
Robin
1bf9070e6e Merge pull request #2041 from element-hq/renovate/babel-monorepo
Update dependency @babel/preset-env to v7.23.8
2024-01-10 09:34:36 -05:00
renovate[bot]
170e2d1c02 Update sentry-javascript monorepo to v7.93.0 2024-01-10 14:09:55 +00:00
renovate[bot]
b9544def44 Update dependency livekit-client to v1.15.7 2024-01-10 10:36:04 +00:00
renovate[bot]
ca325a2f06 Update dependency posthog-js to v1.97.1 2024-01-09 19:31:50 +00:00
renovate[bot]
33006d2321 Update dependency @types/node to v20.10.8 2024-01-09 17:12:06 +00:00
renovate[bot]
e202785458 Update dependency @vector-im/compound-design-tokens to v0.1.1 2024-01-09 11:36:32 +00:00
renovate[bot]
bf843adeac Update dependency react-i18next to v14 2024-01-09 04:36:32 +00:00
renovate[bot]
16ad91e48c Update dependency eslint-plugin-unicorn to v50 2024-01-09 00:45:58 +00:00
renovate[bot]
2f474f4ae4 Update typescript-eslint monorepo to v6.18.1 2024-01-09 00:45:50 +00:00
renovate[bot]
069dd4a47e Update dependency @babel/preset-env to v7.23.8 2024-01-08 23:24:26 +00:00
Robin
e1b6b9291f Merge pull request #2040 from element-hq/renovate/vaul-0.x
Update dependency vaul to ^0.8.0
2024-01-08 13:46:26 -05:00
Robin
722c4c72ba Merge pull request #2039 from element-hq/renovate/opentelemetry-instrumentation-user-interaction-0.x-lockfile
Update dependency @opentelemetry/instrumentation-user-interaction to v0.34.1
2024-01-08 13:27:41 -05:00
renovate[bot]
dea17db6f9 Update dependency @opentelemetry/instrumentation-user-interaction to v0.34.1 2024-01-08 18:04:39 +00:00
Robin
efea2198af Merge pull request #2038 from element-hq/renovate/opentelemetry-instrumentation-document-load-0.x-lockfile
Update dependency @opentelemetry/instrumentation-document-load to v0.34.1
2024-01-08 13:04:13 -05:00
Robin
fef02ab6de Merge pull request #2037 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to dbef880
2024-01-08 13:03:48 -05:00
Robin
175f3ee638 Merge pull request #2028 from element-hq/renovate/testing-library-jest-dom-6.x-lockfile
Update dependency @testing-library/jest-dom to v6.2.0
2024-01-08 13:03:28 -05:00
renovate[bot]
d9fc616da6 Update dependency vaul to ^0.8.0 2024-01-08 18:00:31 +00:00
Robin
a03126c989 Merge pull request #2024 from element-hq/renovate/node-20.x-lockfile
Update dependency @types/node to v20.10.7
2024-01-08 13:00:03 -05:00
Robin
7089d12681 Merge pull request #2023 from element-hq/renovate/testing-library-user-event-14.x-lockfile
Update dependency @testing-library/user-event to v14.5.2
2024-01-08 12:59:47 -05:00
Robin
f5b63ef0c6 Merge pull request #2030 from element-hq/renovate/i18next-parser-8.x-lockfile
Update dependency i18next-parser to v8.12.0
2024-01-08 12:55:48 -05:00
renovate[bot]
76d94f4563 Update dependency i18next-parser to v8.12.0 2024-01-08 17:48:51 +00:00
Robin
d13f2484b7 Merge pull request #2034 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.16
2024-01-08 12:48:28 -05:00
Robin
1dee3f4a5a Merge pull request #2026 from element-hq/renovate/sass-1.x-lockfile
Update dependency sass to v1.69.7
2024-01-08 12:48:05 -05:00
Robin
ff8cf1b5a9 Merge pull request #2027 from element-hq/renovate/vite-5.x-lockfile
Update dependency vite to v5.0.11
2024-01-08 12:47:43 -05:00
renovate[bot]
1cf72c3008 Update dependency @opentelemetry/instrumentation-document-load to v0.34.1 2024-01-08 17:24:11 +00:00
Robin
c2e70f6b7e Merge pull request #2029 from element-hq/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.56.0
2024-01-08 12:23:38 -05:00
renovate[bot]
a7c5558718 Update dependency @testing-library/jest-dom to v6.2.0 2024-01-08 17:15:50 +00:00
renovate[bot]
65895bb37b Update docker/metadata-action digest to dbef880 2024-01-08 17:15:32 +00:00
Robin
76c3125900 Merge pull request #1989 from robintown/tile-updates
Video tile redesign/refactor
2024-01-08 12:15:14 -05:00
renovate[bot]
d4dcf18bfb Update dependency @types/node to v20.10.7 2024-01-07 17:34:37 +00:00
Robin
1865ccbaf6 Update Compound Web for realsies 2024-01-05 13:56:56 -05:00
Robin
35acd83df8 Update Compound Web 2024-01-05 13:51:39 -05:00
renovate[bot]
11db5d2217 Update dependency vite to v5.0.11 2024-01-05 11:16:27 +00:00
renovate[bot]
ced0d14a54 Update dependency i18next to v23.7.16 2024-01-04 12:29:33 +00:00
fkwp
3d9b6283ef Merge pull request #2033 from element-hq/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.6
2024-01-04 13:29:05 +01:00
renovate[bot]
6e73807ca9 Update dependency livekit-client to v1.15.6 2024-01-04 12:27:04 +00:00
fkwp
64486934ea Merge pull request #2025 from element-hq/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.5
2024-01-04 13:26:32 +01:00
renovate[bot]
90c2daf7dd Update dependency eslint to v8.56.0 2024-01-04 07:28:42 +00:00
renovate[bot]
3dfc6ba29e Update dependency sass to v1.69.7 2024-01-04 01:40:58 +00:00
renovate[bot]
353e69449f Update dependency livekit-client to v1.15.5 2024-01-04 01:40:48 +00:00
renovate[bot]
996c13ff10 Update dependency @testing-library/user-event to v14.5.2 2024-01-03 22:59:08 +00:00
Robin
cd5cd380d3 Update for latest context menu changes 2024-01-03 17:00:09 -05:00
Robin
21b91c503e Merge branch 'livekit' into tile-updates 2024-01-03 16:59:12 -05:00
Robin
ec06c84fea Merge pull request #2012 from element-hq/renovate/dawidd6-action-download-artifact-3.x
Update dawidd6/action-download-artifact action to v3
2024-01-03 14:49:22 -05:00
Robin
765d434b16 Merge pull request #2013 from element-hq/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 9dc751f
2024-01-03 14:49:05 -05:00
Robin
14e7bafd93 Merge pull request #2009 from element-hq/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2024-01-03 14:48:49 -05:00
Robin
c6604f2d37 Merge pull request #2006 from element-hq/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to cf8714c
2024-01-03 14:47:52 -05:00
Robin
a8a5035457 Merge pull request #2021 from element-hq/renovate/babel-monorepo
Update babel monorepo to v7.23.7
2024-01-03 14:47:12 -05:00
Robin
2f5d024e14 Merge pull request #1991 from element-hq/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.91.0
2024-01-03 14:46:44 -05:00
Robin
918bd2fb82 Merge pull request #2010 from element-hq/renovate/eslint-plugin-import-2.x-lockfile
Update dependency eslint-plugin-import to v2.29.1
2024-01-03 14:46:19 -05:00
renovate[bot]
feae7ba558 Update babel monorepo to v7.23.7 2024-01-03 19:42:35 +00:00
Robin
50c2545c7e Merge pull request #2001 from element-hq/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.15
2024-01-03 14:42:03 -05:00
Robin
c3a09e0b49 Merge pull request #2020 from element-hq/renovate/classnames-2.x-lockfile
Update dependency classnames to v2.5.1
2024-01-03 14:41:20 -05:00
renovate[bot]
b0e22573b1 Update dependency i18next to v23.7.15 2024-01-03 19:35:24 +00:00
Robin
83142a85bc Merge pull request #1857 from element-hq/renovate/eslint-plugin-jsx-a11y-6.x-lockfile
Update dependency eslint-plugin-jsx-a11y to v6.8.0
2024-01-03 14:34:53 -05:00
Robin
54dad9430a Fix lint error 2024-01-03 14:27:39 -05:00
Robin
76d3658061 Merge pull request #2014 from robintown/display-name-lints
Ensure that all our components have display names
2024-01-03 12:09:47 -05:00
Murat Ersin
f25f5776a0 The resolved bug comment for Livekit has been deleted. (#2015)
This comment has been deleted to avoid confusion because the mentioned issue has been resolved with livekit-client version 1.15.5.
2024-01-02 14:53:53 +01:00
renovate[bot]
bc4166e742 Update dependency classnames to v2.5.1 2023-12-29 16:07:42 +00:00
renovate[bot]
3455dd7418 Update sentry-javascript monorepo to v7.91.0 2023-12-22 13:42:31 +00:00
Robin
d95336a7a0 Ensure that all our components have display names
This turns on a lint rule to require display names for all of our components, which makes it a lot easier to find your way around the component tree in React's dev tools.
2023-12-19 11:00:33 -05:00
renovate[bot]
9853de3852 Update actions/upload-artifact digest to cf8714c 2023-12-19 00:39:05 +00:00
Robin
b2bc8edcc1 Refactor/redesign video tiles 2023-12-18 16:59:48 -05:00
renovate[bot]
1f71f2c910 Update docker/metadata-action digest to 9dc751f 2023-12-18 12:41:59 +00:00
renovate[bot]
c450bcebf5 Update dawidd6/action-download-artifact action to v3 2023-12-15 12:23:15 +00:00
renovate[bot]
0ab3e0e090 Update dependency posthog-js to v1.96.1 (#2011)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 13:22:57 +01:00
renovate[bot]
980b0fe1c5 Update dependency vite to v5.0.9 (#2002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 13:01:03 +01:00
renovate[bot]
8013c95e3b Update dependency eslint-plugin-import to v2.29.1 2023-12-15 10:21:34 +00:00
renovate[bot]
9be2eef9fb Update opentelemetry-js monorepo (#2008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 11:21:03 +01:00
renovate[bot]
4e30758e6c Update actions/upload-artifact action to v4 2023-12-14 17:44:38 +00:00
renovate[bot]
1c874ef4bb Update dependency @livekit/components-react to v1.5.1 (#2007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 18:43:56 +01:00
renovate[bot]
d8d37923a2 Update dependency posthog-js to v1.95.1 (#2004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 16:38:54 +01:00
Robin
726845d690 Merge pull request #2003 from element-hq/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.5.0
2023-12-13 16:44:23 -05:00
renovate[bot]
74cc970a0e Update dependency @livekit/components-react to v1.5.0 2023-12-13 21:39:46 +00:00
Robin
5e75eddfe2 Merge pull request #2000 from element-hq/fheese/github_rename_vectorim_elementhq
rename vector-im to element-hq in all tooling related files
2023-12-13 14:48:20 -05:00
fkwp
75b71c38db rename vector-im to element-hq in all tooling related files 2023-12-12 21:02:27 +01:00
renovate[bot]
863937d0db Update typescript-eslint monorepo to v6.14.0 (#1999)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 10:18:27 +01:00
renovate[bot]
07289380c5 Update dependency eslint-plugin-jsx-a11y to v6.8.0 2023-12-11 18:19:12 +00:00
renovate[bot]
634ee2baa9 Update babel monorepo to v7.23.6 (#1997)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 19:18:46 +01:00
renovate[bot]
bf5e9457c5 Update dependency posthog-js to v1.94.2 (#1996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:38:20 +01:00
renovate[bot]
2ea62d6590 Update dependency posthog-js to v1.94.1 (#1994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:26:45 +01:00
renovate[bot]
eae1b2926d Update dependency prettier to v3.1.1 (#1995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:25:56 +01:00
renovate[bot]
e7cb51a20b Update dependency livekit-client to v1.15.4 (#1993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:23:22 +01:00
Robin
b0dc53c2ad Merge pull request #1985 from vector-im/renovate/vite-5.x-lockfile
Update dependency vite to v5.0.7
2023-12-08 10:28:31 -05:00
Robin
d532b3193a Merge pull request #1984 from vector-im/renovate/jest-monorepo
Update dependency @types/jest to v29.5.11
2023-12-08 10:26:01 -05:00
Robin
5961e44a11 Merge pull request #1988 from vector-im/renovate/typescript-5.x-lockfile
Update dependency typescript to v5.3.3
2023-12-08 10:25:45 -05:00
Robin
3b2b1ed094 Merge pull request #1990 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.10.4
2023-12-08 10:25:29 -05:00
Robin
73d699393a Merge pull request #1987 from vector-im/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.8
2023-12-08 10:25:13 -05:00
renovate[bot]
76c8181d22 Update dependency vite to v5.0.7 2023-12-08 13:53:00 +00:00
fkwp
e27959911d Merge pull request #1992 from vector-im/fheese/bump_js-sdk
bump matrix-js-sdk Update package.json
2023-12-08 11:07:52 +01:00
fkwp
62dea32d0d bump matrix-js-sdk Update package.json 2023-12-08 10:33:22 +01:00
renovate[bot]
6c1663a6c6 Update dependency @types/node to v20.10.4 2023-12-07 08:17:45 +00:00
renovate[bot]
8406193da4 Update dependency typescript to v5.3.3 2023-12-06 22:27:38 +00:00
renovate[bot]
699cdceafe Update dependency i18next to v23.7.8 2023-12-06 22:27:25 +00:00
renovate[bot]
22ecb65d5f Update dependency @types/jest to v29.5.11 2023-12-06 01:34:45 +00:00
renovate[bot]
3e11f63ce5 Update dependency posthog-js to v1.93.6 (#1983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-05 14:22:14 +01:00
Robin
b2f7f5ac41 Merge pull request #1982 from robintown/screen-share-regression
Don't confuse screen share tiles with user media
2023-12-05 03:08:40 -05:00
Robin
4ab7e572da Merge pull request #1981 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.85.0
2023-12-04 23:56:49 -05:00
Robin
e8c9444c9c Don't confuse screen share tiles with user media 2023-12-04 23:51:15 -05:00
renovate[bot]
89aed0bdd7 Update sentry-javascript monorepo to v7.85.0 2023-12-04 23:20:45 +00:00
Robin
e964dce740 Merge pull request #1979 from vector-im/renovate/vitejs-plugin-react-4.x-lockfile
Update dependency @vitejs/plugin-react to v4.2.1
2023-12-04 14:49:49 -05:00
Robin
8f0e7a4585 Merge pull request #1980 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.13.2
2023-12-04 13:49:58 -05:00
renovate[bot]
145f79690a Update typescript-eslint monorepo to v6.13.2 2023-12-04 18:46:21 +00:00
renovate[bot]
f387916a52 Update dependency @vitejs/plugin-react to v4.2.1 2023-12-04 18:46:03 +00:00
Robin
4db5e42bf2 Merge pull request #1977 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 31cebac
2023-12-04 13:45:38 -05:00
Robin
a46c043b3f Merge pull request #1961 from robintown/view-models
Start refactoring some business logic into view models
2023-12-04 11:16:25 -05:00
Robin
c25d54ef75 Upgrade @livekit/components-core 2023-12-04 11:12:25 -05:00
renovate[bot]
46999cf22b Update dependency vite to v5.0.5 (#1978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 12:52:23 +01:00
renovate[bot]
132e0be753 Update docker/metadata-action digest to 31cebac 2023-12-04 10:58:43 +00:00
Robin
6dafa274b8 Merge pull request #1975 from vector-im/renovate/eslint-config-prettier-9.x-lockfile
Update dependency eslint-config-prettier to v9.1.0
2023-12-03 18:19:09 -05:00
Robin
94f3e64182 Merge pull request #1976 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.10.3
2023-12-03 18:18:53 -05:00
Robin
d7b353032c Merge pull request #1941 from robintown/ignore-react-spectrum
Ignore React Spectrum updates
2023-12-03 18:18:23 -05:00
renovate[bot]
a1df36368f Update dependency @types/node to v20.10.3 2023-12-03 19:20:08 +00:00
renovate[bot]
0683387ed6 Update dependency eslint-config-prettier to v9.1.0 2023-12-02 09:56:13 +00:00
Robin
169ccd9de5 Start refactoring some business logic into view models
As Element Call grows in complexity, it has become a pain point that our business logic remains so tightly coupled to the UI code. In particular, this has made testing difficult, and the complex semantics of React hooks are not a great match for arbitrary business logic. Here, I show the beginnings of what it would look like for us to adopt the MVVM pattern. I've created a CallViewModel and TileViewModel that expose their state to the UI as rxjs Observables, as well as a couple of helper functions for consuming view models in React code.

This should contain no user-visible changes, but we need to watch out for regressions particularly around focus switching and promotion of speakers, because this was the logic I chose to refactor first.
2023-12-01 17:09:21 -05:00
Robin
445c7c4e0c Merge pull request #1964 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.84.0
2023-12-01 17:06:00 -05:00
Robin
b9f946a71a Merge pull request #1974 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.55.0
2023-12-01 17:00:02 -05:00
Robin
74a8495750 Merge pull request #1965 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.13.1
2023-12-01 16:58:05 -05:00
Robin
be56ade561 Merge pull request #1966 from vector-im/renovate/actions-setup-node-4.x
Update actions/setup-node action to v4
2023-12-01 16:57:30 -05:00
renovate[bot]
607c44ba5e Update sentry-javascript monorepo to v7.84.0 2023-12-01 21:56:31 +00:00
renovate[bot]
dec92a479d Update dependency eslint to v8.55.0 2023-12-01 21:56:16 +00:00
Robin
195ef859ee Merge pull request #1973 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.10.2
2023-12-01 16:56:16 -05:00
Robin
63d905ed63 Merge pull request #1967 from vector-im/renovate/vite-5.x
Update dependency vite to v5
2023-12-01 16:55:47 -05:00
Robin
9226b87c88 Merge pull request #1970 from robintown/firefox-visual-glitches
Fix a couple of visual glitches on Firefox
2023-12-01 16:52:00 -05:00
fkwp
f3daeeffc2 Merge pull request #1971 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 9f6f8c9
2023-12-01 22:22:06 +01:00
renovate[bot]
c7d582983f Update dependency @types/node to v20.10.2 2023-12-01 21:21:48 +00:00
fkwp
c661c916ed Merge pull request #1972 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.3
2023-12-01 22:21:22 +01:00
renovate[bot]
14d9802db8 Update dependency livekit-client to v1.15.3 2023-12-01 18:44:54 +00:00
renovate[bot]
80a7f81760 Update docker/build-push-action digest to 9f6f8c9 2023-12-01 18:44:40 +00:00
Robin
a2e932b73f Fix a couple of visual glitches on Firefox 2023-12-01 12:37:46 -05:00
renovate[bot]
48c4df9cd6 Update docker/setup-buildx-action digest to edfb0fe (#1968)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 15:03:29 +01:00
Robin
1d6eaa0e53 Merge pull request #1932 from robintown/backend-corrections
Make some corrections to the development guide
2023-12-01 08:16:22 -05:00
renovate[bot]
d77ad87c45 Update dependency vite to v5 2023-12-01 09:52:51 +00:00
renovate[bot]
ddcec5497d Update actions/setup-node action to v4 2023-12-01 09:52:38 +00:00
renovate[bot]
74ea1c88bb Update typescript-eslint monorepo to v6.13.1 2023-12-01 06:19:44 +00:00
Robin
5c3deeb063 Merge pull request #1953 from vector-im/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.7.7
2023-11-30 23:51:06 -05:00
Robin
9c89f85634 Merge pull request #1956 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to e6428a5
2023-11-30 23:49:34 -05:00
Robin
27cb39d3c5 Merge pull request #1958 from vector-im/renovate/testing-library-jest-dom-6.x-lockfile
Update dependency @testing-library/jest-dom to v6.1.5
2023-11-30 23:48:59 -05:00
Robin
7b4e3ddbc0 Merge pull request #1962 from vector-im/renovate/typescript-5.x-lockfile
Update dependency typescript to v5.3.2
2023-11-30 23:48:39 -05:00
Robin
8c8430c67d Merge pull request #1963 from vector-im/renovate/vite-plugin-svgr-4.x-lockfile
Update dependency vite-plugin-svgr to v4.2.0
2023-11-30 23:48:20 -05:00
Robin
97488a4787 Fix types 2023-11-30 23:47:26 -05:00
Robin
b05b57e744 Merge pull request #1959 from vector-im/renovate/prettier-3.x-lockfile
Update dependency prettier to v3.1.0
2023-11-30 23:44:18 -05:00
renovate[bot]
e813df8dcd Update dependency vite-plugin-svgr to v4.2.0 2023-12-01 04:41:56 +00:00
Robin
2795bc3a94 Merge pull request #1957 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.93.3
2023-11-30 23:41:27 -05:00
Robin
c433069f90 Format code 2023-11-30 23:40:33 -05:00
renovate[bot]
ab07d657c6 Update dependency typescript to v5.3.2 2023-12-01 04:40:00 +00:00
renovate[bot]
87a215102a Update dependency i18next to v23.7.7 2023-12-01 04:39:47 +00:00
renovate[bot]
1324ff5a69 Update dependency @testing-library/jest-dom to v6.1.5 2023-12-01 04:39:23 +00:00
Robin
64f2bd3315 Merge pull request #1960 from vector-im/renovate/react-i18next-13.x-lockfile
Update dependency react-i18next to v13.5.0
2023-11-30 23:38:55 -05:00
renovate[bot]
cfdb9b4638 Update dependency react-i18next to v13.5.0 2023-12-01 01:03:58 +00:00
renovate[bot]
7730b9aebc Update dependency prettier to v3.1.0 2023-11-30 22:00:31 +00:00
renovate[bot]
eb45149f16 Update dependency posthog-js to v1.93.3 2023-11-30 19:43:24 +00:00
renovate[bot]
a6373c23f3 Update docker/metadata-action digest to e6428a5 2023-11-30 19:43:10 +00:00
Timo
3083fff480 Fix submit label (#1951)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-30 17:31:12 +01:00
Robin
53732b99bf Merge pull request #1955 from vector-im/renovate/i18next-http-backend-2.x-lockfile
Update dependency i18next-http-backend to v2.4.2
2023-11-30 11:14:32 -05:00
Robin
3a2dba7a13 Merge pull request #1954 from vector-im/renovate/i18next-browser-languagedetector-7.x-lockfile
Update dependency i18next-browser-languagedetector to v7.2.0
2023-11-30 11:14:13 -05:00
Robin
d7dbc3d096 Merge pull request #1952 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 26b4721
2023-11-30 11:12:19 -05:00
renovate[bot]
0ce408899c Update dependency i18next-http-backend to v2.4.2 2023-11-30 16:10:42 +00:00
Robin
36056b17e1 Merge pull request #1950 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.54.0
2023-11-30 11:10:39 -05:00
renovate[bot]
7697a14a65 Update dependency i18next-browser-languagedetector to v7.2.0 2023-11-30 16:10:29 +00:00
Robin
1f4c599a36 Merge pull request #1949 from vector-im/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.10.2
2023-11-30 11:10:00 -05:00
renovate[bot]
d232eece5a Update docker/metadata-action digest to 26b4721 2023-11-30 15:31:07 +00:00
renovate[bot]
72a23c5d1a Update dependency eslint to v8.54.0 2023-11-30 08:16:34 +00:00
renovate[bot]
2db2aa9947 Update dependency @sentry/vite-plugin to v2.10.2 2023-11-30 03:59:13 +00:00
Robin
54302ca6c6 Merge pull request #1930 from vector-im/renovate/opentelemetry-instrumentation-user-interaction-0.x
Update dependency @opentelemetry/instrumentation-user-interaction to ^0.34.0
2023-11-29 18:12:20 -05:00
Robin
b16aeb31be Ignore React Spectrum updates
A couple different people (me and Dave) have tried and failed to find an easy way to upgrade these, and in the future we won't need these dependencies at all once the switch to Compound Web is finished, so let's not generate Renovate PRs for them.
2023-11-29 16:45:59 -05:00
Robin
37ee555e0a Merge pull request #1939 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.10.1
2023-11-29 16:43:00 -05:00
renovate[bot]
1790818f3a Update dependency @opentelemetry/instrumentation-user-interaction to ^0.34.0 2023-11-29 21:42:20 +00:00
Robin
c821cadac2 Merge pull request #1929 from vector-im/renovate/opentelemetry-instrumentation-document-load-0.x
Update dependency @opentelemetry/instrumentation-document-load to ^0.34.0
2023-11-29 16:41:55 -05:00
renovate[bot]
d0ec052641 Update dependency @types/node to v20.10.1 2023-11-29 21:39:25 +00:00
Robin
bbe1043289 Fix the settings label (#1936)
We were displaying the raw translation key rather than the translated text.
2023-11-29 19:01:45 +01:00
Robin
22ac156085 Merge pull request #1887 from vector-im/renovate/babel-monorepo
Update babel monorepo
2023-11-29 12:55:54 -05:00
Robin
544c50743e Merge pull request #1934 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.4.2
2023-11-29 12:54:15 -05:00
renovate[bot]
8ab623b9e2 Update babel monorepo 2023-11-29 17:51:59 +00:00
renovate[bot]
468dffcf98 Update dependency @livekit/components-react to v1.4.2 2023-11-29 17:50:39 +00:00
Robin
bd5b547483 Merge pull request #1926 from vector-im/renovate/jest-monorepo
Update dependency @types/jest to v29.5.10
2023-11-29 12:50:09 -05:00
Robin
3b2e0acb99 Merge pull request #1883 from vector-im/renovate/testing-library-react-14.x-lockfile
Update dependency @testing-library/react to v14.1.2
2023-11-29 12:50:02 -05:00
Robin
a631f83a7f Merge pull request #1875 from vector-im/renovate/sdp-transform-2.x-lockfile
Update dependency @types/sdp-transform to v2.4.9
2023-11-29 12:49:55 -05:00
Robin
c40ee6b8cc Merge pull request #1933 from robintown/invite-modal-overflow
Fix the invite modal overflowing
2023-11-29 11:47:44 -05:00
Robin
e017468f4d Fix the invite modal overflowing
If the URL was the wrong shape, it could cause the modal to overflow, so it needs an extra nudge to line break in the right places.
2023-11-29 11:27:44 -05:00
Robin
57ed732ba8 Fix type errors 2023-11-29 10:49:17 -05:00
Robin
50d792c6c9 Make some corrections to the development guide 2023-11-29 10:42:54 -05:00
ElementRobot
55acbee9dc Merge pull request #1931 from vector-im/actions/localazy-download
Localazy Download
2023-11-29 15:37:26 +00:00
robintown
6af52a32fd Translations updates 2023-11-29 15:36:15 +00:00
renovate[bot]
a0cdafcd7c Update dependency @types/jest to v29.5.10 2023-11-29 13:06:10 +00:00
renovate[bot]
00487324b1 Update dependency @vitejs/plugin-basic-ssl to v1.0.2 (#1928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 14:05:26 +01:00
renovate[bot]
2d8aaf0a3b Update dependency @opentelemetry/instrumentation-document-load to ^0.34.0 2023-11-29 12:06:25 +00:00
renovate[bot]
48900f3921 Update dependency @types/lodash to v4.14.202 (#1927)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 13:05:17 +01:00
fkwp
e35cae9430 Merge pull request #1916 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 4a13e50
2023-11-29 09:14:18 +01:00
fkwp
dbfe7f36c5 Merge pull request #1917 from vector-im/renovate/docker-login-action-digest
Update docker/login-action digest to 3d58c27
2023-11-29 09:13:55 +01:00
fkwp
16498e4548 Merge pull request #1919 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 2a4836a
2023-11-29 09:13:29 +01:00
renovate[bot]
8bb114d7d4 Update dependency @livekit/components-react to v1.4.1 (#1923)
* Update dependency @livekit/components-react to v1.4.1

* patch to match new lk api

Signed-off-by: Timo K <toger5@hotmail.de>

---------

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo K <toger5@hotmail.de>
2023-11-28 20:01:12 +01:00
Timo
db859d43e9 Refactor livekit disconnect to use an effect hook. (#1925)
---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-28 19:07:08 +01:00
fkwp
712f320d28 Merge pull request #1924 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.2
2023-11-27 22:52:06 +01:00
renovate[bot]
0e42099088 Update dependency livekit-client to v1.15.2 2023-11-27 21:47:08 +00:00
Timo
b17a76ac1a Hotfix for hangup disconnect screen (#1921)
-  we cannot disconnect livekit before ending the rtcsession.

Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-27 14:08:39 +01:00
renovate[bot]
c24d20f540 Update docker/metadata-action digest to 2a4836a 2023-11-27 10:16:40 +00:00
Timo
005b0bfa5e Fix not disconnecting from livekit session. (#1920)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-24 17:53:15 +01:00
Robin
115dfea521 Show unencrypted media warnings in widget mode (#1915)
They weren't showing up because the video tiles didn't think that the call was encrypted in the per-participant keys case.
2023-11-23 17:50:55 +01:00
Michael Telatynski
d328fc2625 Merge pull request #1918 from vector-im/t3chguy/missing-i18n 2023-11-23 08:21:27 +00:00
Michael Telatynski
7051c11411 I18n'ise hardcoded strings 2023-11-22 20:07:30 +00:00
Robin
2b39fa930e Merge pull request #1884 from vector-im/renovate/opentelemetry-js-monorepo
Update opentelemetry-js monorepo
2023-11-22 10:37:18 -05:00
renovate[bot]
326d2b128e Update docker/login-action digest to 3d58c27 2023-11-22 15:37:02 +00:00
renovate[bot]
f3220ab597 Update docker/build-push-action digest to 4a13e50 2023-11-22 15:36:57 +00:00
Robin
7e6c69ce65 Merge pull request #1877 from vector-im/renovate/grecaptcha-3.x-lockfile
Update dependency @types/grecaptcha to v3.0.7
2023-11-22 10:36:41 -05:00
Robin
8c45b5963b Merge pull request #1914 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.15.0
2023-11-22 10:34:35 -05:00
renovate[bot]
9cf5b7c868 Update dependency livekit-client to v1.15.0 2023-11-21 20:08:18 +00:00
Robin
de3a3b6c22 Merge pull request #1913 from robintown/disable-pip
Properly disable picture-in-picture controls
2023-11-21 12:53:47 -05:00
Robin
0c2a410033 Merge pull request #1911 from robintown/lock-accessibility
Make the encryption lock more accessible
2023-11-21 12:53:37 -05:00
David Baker
95a44f5462 Merge pull request #1902 from vector-im/dbkr/hide_rooms_no_key
Hide rooms we don't have the key for in recents list
2023-11-21 15:26:45 +00:00
fkwp
59387e5b96 Merge pull request #1912 from robintown/unencrypted-indicator
Show a warning on unencrypted media
2023-11-21 16:22:12 +01:00
David Baker
b0dac561d5 Update comment 2023-11-21 09:59:07 +00:00
David Baker
0ba550f56b Merge pull request #1910 from vector-im/dbkr/fix_no_media_perms
Fix joining calls with no media permission
2023-11-21 09:18:00 +00:00
Robin
6ebef28ad8 Properly disable picture-in-picture controls
There were some outdated comments regarding Firefox's support of the disablePictureInPicture flag which I decided to clean up.
2023-11-20 20:42:27 -05:00
Robin
49a50514fd Show a warning on unencrypted media 2023-11-20 19:04:53 -05:00
Robin
09481d1e44 Give the lock icon an accessible label 2023-11-20 19:02:19 -05:00
Robin
fcfb818a27 Make the encryption lock tooltip accessible via the keyboard 2023-11-20 18:59:56 -05:00
Robin
aa8ef57ee0 Merge pull request #1908 from vector-im/t3chguy/localazy/2
Switch from Weblate to Localazy
2023-11-20 16:55:58 -05:00
David Baker
861d8ec016 Fix joining calls with no media permission
You can still try to unmute your media in the preview screen and
the button will show unmuted, but then mute again once you actually
join, so not 100% perfect but better.

Fixes https://github.com/vector-im/element-call/issues/1907
Fixes https://github.com/vector-im/element-call/issues/1661
2023-11-20 18:49:08 +00:00
Robin
a31d1a5ff0 Merge pull request #1906 from robintown/speaker-jumpiness
Fix jumpy speaker tiles in spotlight mode
2023-11-20 13:44:23 -05:00
Robin
0144aafee5 Count people as speakers even if there is a presenter 2023-11-20 13:33:45 -05:00
Michael Telatynski
70dbf95429 Specify keySeparator 2023-11-20 13:47:36 +00:00
Michael Telatynski
1f461643a6 prettier the world 2023-11-20 13:43:37 +00:00
Michael Telatynski
42c73e8685 Localazy download 2023-11-20 13:41:52 +00:00
Michael Telatynski
d5f546a093 prettier the world 2023-11-20 13:38:01 +00:00
Michael Telatynski
e6073ec8ef Add localazy.json and related automations 2023-11-20 13:35:24 +00:00
Michael Telatynski
f0436654c0 Update README references to translation 2023-11-20 13:31:30 +00:00
Michael Telatynski
bcb9765df0 Fix i18next-parser.config.ts and re-sort app.json 2023-11-20 13:22:54 +00:00
Michael Telatynski
cd78f25936 Re-add 2 missing t calls 2023-11-20 13:22:40 +00:00
Michael Telatynski
cdbf4cac01 ```
move "{{count, number}}_one" "participant_count_one"
move "{{count, number}}_other" "participant_count_other"
move "{{count}} stars_one" "star_rating_input_label_one"
move "{{count}} stars_other" "star_rating_input_label_other"
move "{{displayName}} is presenting" "video_tile.presenter_label"
move "{{displayName}}, your call has ended." "call_ended_view.headline"
move "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call." "settings.opt_in_description"
move "<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>" "register_auth_links"
move "<0>Create an account</0> Or <2>Access as a guest</2>" "login_auth_links"
move "<0>Oops, something's gone wrong.</0>" "full_screen_view_h1"
move "<0>Submitting debug logs will help us track down the problem.</0>" "full_screen_view_description"
move "<0>Thanks for your feedback!</0>" "call_ended_view.feedback_done"
move "<0>We'd love to hear your feedback so we can improve your experience.</0>" "call_ended_view.feedback_prompt"
move "<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>" "call_ended_view.create_account_prompt"
move "Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log." "rageshake_request_modal.body"
move "Back to recents" "lobby.leave_button"
move "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>." "analytics_notice"
move "Call not found" "group_call_loader_failed_heading"
move "Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key." "group_call_loader_failed_text"
move "Confirm password" "register_confirm_password_label"
move "Connectivity to the server has been lost." "disconnected_banner"
move "Continue in browser" "app_selection_modal.continue_in_browser"
move "Create account" "call_ended_view.create_account_button"
move "Debug log request" "rageshake_request_modal.title"
move "Developer" "settings.developer_tab_title"
move "Developer Settings" "settings.developer_settings_label"
move "Element Call Home" "header_label"
move "End call" "hangup_button_label"
move "Full screen" "fullscreen_button_label"
move "Exit full screen" "exit_fullscreen_button_label"
move "Expose developer settings in the settings window." "settings.developer_settings_label_description"
move "Feedback" "settings.feedback_tab_title"
move "Grid" "layout_grid_label"
move "Spotlight" "layout_spotlight_label"
move "How did it go?" "call_ended_view.survey_prompt"
move "If you are experiencing issues or simply would like to provide some feedback, please send us a short description below." "settings.feedback_tab_body"
move "Include debug logs" "settings.feedback_tab_send_logs_label"
move "Invite to this call" "invite_modal.title"
move "Join call" "lobby.join_button"
move "Join call now" "room_auth_view_join_button"
move "Join existing call?" "join_existing_call_modal.title"
move "Link copied to clipboard" "invite_modal.link_copied_toast"
move "Local volume" "local_volume_label"
move "Logging in…" "logging_in"
move "Login" "login_title"
move "Login to your account" "unauthenticated_view_login_button"
move "Microphone off" "microphone_off"
move "Microphone on" "microphone_on"
move "More" "settings.more_tab_title"
move "Mute microphone" "mute_microphone_button_label"
move "Name of call" "call_name"
move "Not now, return to home screen" "call_ended_view.not_now_button"
move "Open in the app" "app_selection_modal.open_in_app"
move "Not registered yet? <2>Create an account</2>" "unauthenticated_view_body"
move "Participants" "header_participants_label"
move "Passwords must match" "register.passwords_must_match"
move "Ready to join?" "app_selection_modal.text"
move "Recaptcha dismissed" "recaptcha_dismissed"
move "Recaptcha not loaded" "recaptcha_not_loaded"
move "Reconnect" "call_ended_view.reconnect_button"
move "Registering…" "register.registering"
move "Retry sending logs" "rageshake_button_error_caption"
move "Return to home screen" "return_home_button"
move "Select an option" "select_input_unset_button"
move "Select app" "app_selection_modal.title"
move "Send debug logs" "rageshake_send_logs"
move "Sending debug logs…" "rageshake_sending_logs"
move "Sending…" "rageshake_sending"
move "Share screen" "screenshare_button_label"
move "Sharing screen" "stop_screenshare_button_label"
move "Show connection stats" "settings.show_connection_stats_label"
move "Speaker" "settings.speaker_device_selection_label"
move "Start new call" "start_new_call"
move "Start video" "start_video_button_label"
move "Stop video" "stop_video_button_label"
move "Submit feedback" "settings.feedback_tab_h4"
move "Submitting…" "submitting"
move "Thanks, we received your feedback!" "settings.feedback_tab_thank_you"
move "Thanks!" "rageshake_sent"
move "This application has been opened in another tab." "application_opened_another_tab"
move "This call already exists, would you like to join?" "join_existing_call_modal.text"
move "Unmute microphone" "unmute_microphone_button_label"
move "Version: {{version}}" "version"
move "Waiting for other participants…" "waiting_for_participants"
move "Yes, join call" "join_existing_call_modal.join_button"
move "You" "video_tile.sfu_participant_local"
move "You were disconnected from the call" "call_ended_view.body"
move "Your feedback" "settings.feedback_tab_description_label"
move "Your web browser does not support media end-to-end encryption. Supported Browsers are Chrome, Safari, Firefox >=117" "browser_media_e2ee_unsupported"
move "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>" "unauthenticated_view_eula_caption"
move "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>" "room_auth_view_eula_caption"
move "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>" "register.recaptcha_caption"
```
2023-11-20 13:20:19 +00:00
Michael Telatynski
71664f5f8e Migrate action, common, a11y translation keys
```
move () {
  FROM=$1 TO=$2 find public/locales -type f -exec sh -c 'jq ".$TO = .\"$FROM\" | del(.\"$FROM\") | del(..|nulls) | select(length > 0)" {} | sponge {}' \;
}

move "Avatar" "common.avatar"
move "Camera" "common.camera"
move "Close" "action.close"
move "Copied!" "common.copied"
move "Copy" "action.copy"
move "Copy link" "action.copy_link"
move "Encrypted" "common.encrypted"
move "Go" "action.go"
move "Home" "common.home"
move "Invite" "action.invite"
move "Loading…" "common.loading"
move "Microphone" "common.microphone"
move "No" "action.no"
move "Not encrypted" "common.unencrypted"
move "Password" "common.password"
move "Profile" "common.profile"
move "Username" "common.username"
move "Video" "common.video"
move "Register" "action.register"
move "Remove" "action.remove"
move "Settings" "common.settings"
move "Sign in" "action.sign_in"
move "Sign out" "action.sign_out"
move "Submit" "action.submit"
move "User menu" "a11y.user_menu"
move "Audio" "common.audio"
move "Display name" "common.display_name"
```
2023-11-20 12:18:43 +00:00
Robin
42c8677be1 Fix jumpy speaker tiles in spotlight mode
reorderTiles was programmed to only place a tile in the speaker section if that tile's previous position was off-screen. But for speakers that started off-screen, this would cause them to oscillate in and out of the speaker section on each render, because the speaker section is, of course, on-screen. The solution I've gone with here is to avoid referencing the previous position, and instead go by the computed natural ordering, which ought to be more stable.
2023-11-20 01:02:08 -05:00
renovate[bot]
9746764f81 Update dependency @testing-library/react to v14.1.2 2023-11-17 19:15:15 +00:00
Timo
85250e6ea3 mark E2EEenabled flag as deprecated (#1895)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-17 16:58:40 +01:00
David Baker
4f17c62338 Merge pull request #1903 from vector-im/dbkr/update_js_sdk_norotate
Update js-sdk
2023-11-17 15:02:05 +00:00
Michael Telatynski
dd6f679a41 Merge pull request #1905 from vector-im/t3chguy/localazy/1 2023-11-17 13:44:59 +00:00
Michael Telatynski
23db052460 Revert accidental change 2023-11-17 12:57:52 +00:00
Michael Telatynski
49544f5aed Use ts for i18next-parser config to avoid invalid properties 2023-11-17 12:38:56 +00:00
Michael Telatynski
9fad8dc080 Wire up tsx lexer for i18next-parser and add missing string 2023-11-17 12:34:12 +00:00
Michael Telatynski
548d2e4d63 Wire up typescript safety net around i18next 2023-11-17 12:26:25 +00:00
Michael Telatynski
1598818db6 Switch i18n plural separator from | to _ 2023-11-17 12:08:27 +00:00
David Baker
3e7a800424 Update js-sdk
For https://github.com/matrix-org/matrix-js-sdk/pull/3877
2023-11-16 17:55:11 +00:00
David Baker
68f31ed52d Merge pull request #1901 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.4.0
2023-11-16 16:41:32 +00:00
David Baker
92d61fa0f1 Hide rooms we don't have the key for in recents list 2023-11-16 16:32:25 +00:00
renovate[bot]
dd914ace20 Update dependency @livekit/components-react to v1.4.0 2023-11-16 15:18:36 +00:00
David Baker
081c42f5bc Merge pull request #1892 from vector-im/dbkr/focus_switch_keep_screenshare
Keep screenshares when switching focus
2023-11-16 09:39:17 +00:00
Robin
41ae86b2d9 Merge pull request #1898 from vector-im/renovate/vector-im-compound-design-tokens-0.x
Update dependency @vector-im/compound-design-tokens to ^0.1.0
2023-11-15 14:21:58 -05:00
David Baker
57ca5d1713 Another comment 2023-11-15 16:23:06 +00:00
David Baker
be5cd619bb Add comment 2023-11-15 16:20:28 +00:00
David Baker
56c4ad088f Merge pull request #1891 from vector-im/dbkr/require_e2eeconfig
Make E2EEConfig required
2023-11-15 16:13:17 +00:00
David Baker
d46156d860 Merge pull request #1889 from vector-im/dbkr/close-precreated-track
Close precreated tracks if we never add them
2023-11-15 14:44:34 +00:00
renovate[bot]
09aa2d3bc3 Update dependency @vector-im/compound-design-tokens to ^0.1.0 2023-11-15 01:19:22 +00:00
David Baker
c146e83c15 Keep screenshares when switching focus
This also removes the use of the useLivekitRoom hook: we had reached
the point where the only thing it was actually doing was disconnecting,
so we now do that in the onClick handler for the leave button (I don't
think we need to disconnect on unmount?). It was otherwise just getting in
the way and causing tracks to be enabled/disabled when we didn't want them
to be. This also removes the need for the blockAudio code.

Fixes https://github.com/vector-im/element-call/issues/1413
2023-11-10 15:24:43 +00:00
David Baker
5ab6d18712 Make E2EEConfig required
Previously it could be either undefined or type None which meant the
same thing: no need to have both, just make it required.

This also means we can move the line to set e2ee enabled into a more
sensible place rather than in the ActiveCall de-nulling wrapper.
2023-11-10 11:54:59 +00:00
David Baker
e4e721818a Close precreated tracks if we never add them
As the log line says, this should never happen, but if it does we
still shouldn't leak tracks.
2023-11-10 11:18:20 +00:00
David Baker
daf6e677d6 Merge pull request #1885 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.9.0
2023-11-09 12:58:57 +00:00
David Baker
ae86409d56 Merge pull request #1882 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.88.3
2023-11-09 12:57:44 +00:00
renovate[bot]
ebfd79dfea Update opentelemetry-js monorepo 2023-11-08 22:20:16 +00:00
renovate[bot]
bb3a6571ca Update dependency posthog-js to v1.88.3 2023-11-08 22:19:57 +00:00
renovate[bot]
3cc9cb1c46 Update dependency @types/node to v20.9.0 2023-11-08 18:22:44 +00:00
David Baker
2624b096c6 Merge pull request #1880 from vector-im/renovate/uuid-9.x-lockfile
Update dependency @types/uuid to v9.0.7
2023-11-08 16:21:25 +00:00
David Baker
ac5e49e7d7 Merge pull request #1879 from vector-im/renovate/lodash-4.x-lockfile
Update dependency @types/lodash to v4.14.201
2023-11-08 16:21:05 +00:00
David Baker
ae5cdcef66 Merge pull request #1870 from vector-im/renovate/content-type-1.x-lockfile
Update dependency @types/content-type to v1.1.8
2023-11-08 16:19:37 +00:00
David Baker
2dc1ad399d Merge pull request #1869 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.10.0
2023-11-08 16:19:01 +00:00
David Baker
9a5ace6401 Merge pull request #1881 from vector-im/dbkr/bump-js-sdk-keyrotate
Update js-sdk for per-participant key rotation
2023-11-08 11:37:05 +00:00
David Baker
0154370ae4 Update js-sdk for per-participant key rotation
To pull in https://github.com/matrix-org/matrix-js-sdk/pull/3833
2023-11-08 11:16:04 +00:00
renovate[bot]
f075cb1369 Update dependency @types/uuid to v9.0.7 2023-11-08 08:52:57 +00:00
renovate[bot]
0a2ea8315b Update dependency @types/sdp-transform to v2.4.9 2023-11-08 08:52:46 +00:00
renovate[bot]
88eeb3d183 Update dependency @types/request to v2.48.12 (#1874)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-08 09:52:18 +01:00
renovate[bot]
f6d4af14b2 Update dependency @types/lodash to v4.14.201 2023-11-08 08:51:28 +00:00
renovate[bot]
cd490a44fd Update dependency @types/grecaptcha to v3.0.7 2023-11-08 08:51:16 +00:00
renovate[bot]
2eac4ddf77 Update dependency @types/jest to v29.5.8 (#1878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-08 09:50:47 +01:00
renovate[bot]
f017261ed4 Update dependency @types/dompurify to v3.0.5 (#1872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 12:42:17 +01:00
renovate[bot]
166c8009d9 Update opentelemetry-js monorepo (#1505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 12:37:13 +01:00
renovate[bot]
18803bfc82 Update dependency @types/content-type to v1.1.8 2023-11-07 04:01:33 +00:00
renovate[bot]
474c7099d2 Update typescript-eslint monorepo to v6.10.0 2023-11-06 19:27:49 +00:00
Element Translate Bot
e23c946f99 Translations update from Weblate (#1864)
* Added translation using Weblate (Albanian)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/

---------

Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Weblate <noreply@weblate.org>
2023-11-06 18:13:03 +01:00
David Baker
7c6fbfb18b Merge pull request #1866 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.53.0
2023-11-06 15:24:27 +00:00
renovate[bot]
886d9d404b Update dependency livekit-client to v1.14.4 (#1865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-06 08:35:43 +01:00
renovate[bot]
6274aaf8d9 Update dependency eslint to v8.53.0 2023-11-04 02:12:27 +00:00
David Baker
0fcf96ea56 Merge pull request #1863 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.14.3
2023-11-03 15:16:49 +00:00
renovate[bot]
68d047a783 Update dependency livekit-client to v1.14.3 2023-11-03 15:05:21 +00:00
Timo
488b567d42 rename flags and add docs for perparticipantE2EE (#1862)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-03 16:04:54 +01:00
David Baker
92dd94f3b1 Merge pull request #1858 from vector-im/renovate/vitejs-plugin-react-4.x-lockfile
Update dependency @vitejs/plugin-react to v4.1.1
2023-11-03 10:15:20 +00:00
renovate[bot]
77b4ad740c Update dependency posthog-js to v1.88.1 (#1861)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 19:32:27 +01:00
renovate[bot]
ed91a4a0be Update dependency posthog-js to v1.88.0 (#1859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 14:26:13 +01:00
renovate[bot]
6b0bf798f0 Update dependency @vitejs/plugin-react to v4.1.1 2023-11-02 10:09:44 +00:00
David Baker
ec8016acd4 Merge pull request #1841 from vector-im/renovate/eslint-plugin-unicorn-49.x
Update dependency eslint-plugin-unicorn to v49
2023-11-01 16:56:04 +00:00
Robin
6d1879093a Merge pull request #1855 from vector-im/renovate/postcss-preset-env-9.x-lockfile
Update dependency postcss-preset-env to v9.3.0
2023-11-01 11:41:06 -04:00
Robin
75242828a3 Merge pull request #1852 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.77.0
2023-11-01 11:38:51 -04:00
Robin
4d755b626d Merge pull request #1851 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.87.6
2023-11-01 11:38:28 -04:00
Robin
9a7afb801b Merge pull request #1848 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.8.10
2023-11-01 11:38:02 -04:00
Robin
6b11278c95 Merge pull request #1847 from vector-im/renovate/jest-monorepo
Update dependency @types/jest to v29.5.7
2023-11-01 11:37:35 -04:00
Robin
ca49d8e02a Merge pull request #1849 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.6.3
2023-11-01 11:37:16 -04:00
David Baker
731f1e4008 Merge pull request #1772 from vector-im/dbkr/ppe2ee
Support key-per-participant e2ee
2023-10-31 20:08:05 +00:00
David Baker
ba376d7005 Back to js-sdk develop branch now it's merged 2023-10-31 20:00:48 +00:00
renovate[bot]
0eb7cb42cc Update dependency postcss-preset-env to v9.3.0 2023-10-31 19:28:44 +00:00
Timo
5008c33dfa missing showControls condition (#1854)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-31 16:04:22 +01:00
Timo
70f32feb5f invert show/hide controls (#1850)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-31 13:47:24 +01:00
renovate[bot]
ead7d61f02 Update sentry-javascript monorepo to v7.77.0 2023-10-31 12:26:35 +00:00
renovate[bot]
6ade8f5617 Update dependency posthog-js to v1.87.6 2023-10-31 12:26:21 +00:00
renovate[bot]
77f7aa66b7 Update dependency @vector-im/compound-web to v0.6.3 2023-10-31 09:37:31 +00:00
renovate[bot]
5e4fba5562 Update dependency @types/node to v20.8.10 2023-10-31 09:37:15 +00:00
David Baker
28141498b4 Merge pull request #1835 from vector-im/dbkr/sentry_migrate
Migrate to @sentry/browser
2023-10-31 09:37:02 +00:00
David Baker
1775b0948f Merge pull request #1836 from vector-im/dbkr/add_double_mic_sentry_message
Add sentry message if we hit the extra mic check
2023-10-31 09:36:44 +00:00
renovate[bot]
527d3d32fc Update dependency @types/jest to v29.5.7 2023-10-30 23:08:22 +00:00
Robin
295df75af2 Merge pull request #1845 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.87.5
2023-10-30 15:46:09 -04:00
Robin
5a9c72cb43 Merge pull request #1846 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.9.1
2023-10-30 15:45:52 -04:00
renovate[bot]
30cfd3cd17 Update typescript-eslint monorepo to v6.9.1 2023-10-30 19:19:51 +00:00
renovate[bot]
28c9081529 Update dependency posthog-js to v1.87.5 2023-10-30 19:19:34 +00:00
David Baker
49c90a4612 Amalgamate E2EEMode & E2eeType 2023-10-30 17:06:59 +00:00
David Baker
c65ce86001 Update for renamed function
and new js-sdk containing it
2023-10-30 16:55:16 +00:00
Timo
441ad5bf2c Fix not hanging up when using the close button (EXA EXI) (#1840)
---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-30 17:30:30 +01:00
Robin
5f98d69557 Merge pull request #1843 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.6.2
2023-10-30 11:44:28 -04:00
Robin
adbe8042a2 Fix the build 2023-10-30 11:42:39 -04:00
renovate[bot]
36063c688a Update dependency @vector-im/compound-web to v0.6.2 2023-10-30 15:30:12 +00:00
Robin
e1c2d66248 Merge pull request #1810 from vector-im/renovate/vector-im-compound-design-tokens-0.x
Update dependency @vector-im/compound-design-tokens to ^0.0.7
2023-10-30 10:48:08 -04:00
Robin
5d1f4d6f22 Fix icon references 2023-10-30 10:43:59 -04:00
Robin
b9d73d16fb Merge pull request #1833 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.6.1
2023-10-30 10:30:45 -04:00
Robin
e13250a47f Merge pull request #1826 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.8.9
2023-10-30 10:27:55 -04:00
Robin
0eb26447ae Merge pull request #1827 from vector-im/renovate/i18next-http-backend-2.x-lockfile
Update dependency i18next-http-backend to v2.3.1
2023-10-30 10:27:31 -04:00
Robin
07a2e4596c Merge pull request #1828 from vector-im/renovate/sass-1.x-lockfile
Update dependency sass to v1.69.5
2023-10-30 10:27:09 -04:00
Robin
45499fafeb Merge pull request #1834 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.87.4
2023-10-30 10:26:49 -04:00
Robin
6a8269e145 Merge pull request #1838 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.76.0
2023-10-30 10:26:27 -04:00
renovate[bot]
a1eda05bcd Update dependency eslint-plugin-unicorn to v49 2023-10-30 14:26:25 +00:00
Robin
08b976c17d Merge pull request #1824 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 62339db
2023-10-30 10:25:55 -04:00
renovate[bot]
cc57a7a424 Update dependency posthog-js to v1.87.4 2023-10-30 12:36:59 +00:00
renovate[bot]
b35d10e9a6 Update dependency i18next-http-backend to v2.3.1 2023-10-28 15:18:49 +00:00
David Baker
70c042aeee Merge remote-tracking branch 'origin/livekit' into dbkr/ppe2ee 2023-10-27 20:48:51 +01:00
renovate[bot]
98ba0bb262 Update sentry-javascript monorepo to v7.76.0 2023-10-27 19:46:00 +00:00
David Baker
477f67c5ad Merge pull request #1837 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.14.2
2023-10-27 20:45:29 +01:00
renovate[bot]
bd52fc018c Update dependency livekit-client to v1.14.2 2023-10-27 19:10:50 +00:00
David Baker
bc0d679d50 Add sentry message if we hit the extra mic check
If we hit the condition detecting that we're trying to add an extra
mic input, send a sentry message so we know if this is happening in
the wild.
2023-10-27 16:18:00 +01:00
David Baker
0fcf6debb6 Migrate to @sentry/browser 2023-10-27 16:07:16 +01:00
renovate[bot]
5caac60631 Update dependency @vector-im/compound-web to v0.6.1 2023-10-27 13:22:17 +00:00
renovate[bot]
2cc83e6b26 Update dependency vaul to v0.7.7 (#1825)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 19:38:51 +02:00
renovate[bot]
5b56480b5f Update dependency posthog-js to v1.87.1 (#1832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 19:38:08 +02:00
Timo
58ee31d383 Add hideControls url param for screen recordings. (#1808)
---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-26 19:33:59 +02:00
David Baker
e2c6a3eda6 Merge pull request #1831 from vector-im/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 6d5347c
2023-10-26 18:15:58 +01:00
renovate[bot]
282cd92ca0 Update docker/setup-buildx-action digest to 6d5347c 2023-10-26 15:04:39 +00:00
David Baker
13137e9f3c Merge pull request #1829 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.87.0
2023-10-26 13:54:07 +01:00
renovate[bot]
cedf4375a4 Update dependency posthog-js to v1.87.0 2023-10-26 12:19:16 +00:00
David Baker
2d5b4dbc57 Merge remote-tracking branch 'origin/livekit' into dbkr/ppe2ee 2023-10-26 10:29:12 +01:00
Timo
c09ab27678 Document url properties (#1731)
* document url properties

---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-26 11:18:12 +02:00
renovate[bot]
25f2d50a3f Update dependency sass to v1.69.5 2023-10-26 04:45:38 +00:00
renovate[bot]
a07b928a9e Update dependency @types/node to v20.8.9 2023-10-25 19:23:55 +00:00
renovate[bot]
0519adac39 Update docker/metadata-action digest to 62339db 2023-10-25 17:08:42 +00:00
David Baker
8a18dadc02 Don't log keys
Although I'm not sure this actually did anyway, but it was very spammy
2023-10-25 15:30:58 +01:00
Robin
228e079e82 Merge pull request #1814 from vector-im/renovate/actions-setup-node-4.x
Update actions/setup-node action to v4
2023-10-25 09:29:38 -04:00
Robin
3d5b20b059 Merge pull request #1823 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 05d3089
2023-10-25 09:28:53 -04:00
Robin
43ab653b59 Merge pull request #1820 from vector-im/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 3762d45
2023-10-25 09:28:35 -04:00
Robin
958c61c4f3 Merge pull request #1819 from vector-im/renovate/docker-login-action-digest
Update docker/login-action digest to 1f401f7
2023-10-25 09:28:20 -04:00
Robin
7d6c6ef6c3 Merge pull request #1817 from vector-im/renovate/node-20.x-lockfile
Update dependency @types/node to v20.8.8
2023-10-25 09:27:59 -04:00
Robin
ad790a1624 Merge pull request #1812 from vector-im/renovate/sentry-vite-plugin-2.x-lockfile
Update dependency @sentry/vite-plugin to v2.9.0
2023-10-25 09:27:37 -04:00
Robin
10dd2094aa Merge pull request #1809 from vector-im/renovate/vite-plugin-html-template-1.x-lockfile
Update dependency vite-plugin-html-template to v1.2.2
2023-10-25 09:26:35 -04:00
renovate[bot]
84ab853ae9 Update dependency @vector-im/compound-design-tokens to ^0.0.7 2023-10-25 13:26:20 +00:00
renovate[bot]
2d0a0170f4 Update docker/metadata-action digest to 05d3089 2023-10-25 13:26:06 +00:00
Robin
fed83fa3c3 Merge pull request #1821 from vector-im/renovate/vector-im-compound-web-0.x
Update dependency @vector-im/compound-web to ^0.6.0
2023-10-25 09:25:45 -04:00
renovate[bot]
3fa46fab32 Update dependency @vector-im/compound-web to ^0.6.0 2023-10-25 12:28:03 +00:00
renovate[bot]
f3e6676b96 Update dependency @sentry/vite-plugin to v2.9.0 2023-10-25 12:27:53 +00:00
renovate[bot]
991abe8a5c Update sentry-javascript monorepo to v7.75.1 (#1818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-25 14:27:25 +02:00
renovate[bot]
aed77d1c26 Update docker/setup-buildx-action digest to 3762d45 2023-10-25 11:59:23 +00:00
renovate[bot]
d048aa20a2 Update dependency posthog-js to v1.85.3 (#1811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-25 13:59:06 +02:00
Timo
28b46be043 Add skipLobby to params (#1730)
---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-25 13:49:18 +02:00
Timo
8356b722a6 Add limit condition to sync loop and add more logging what is actually going on. (#1775)
---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-25 13:44:33 +02:00
renovate[bot]
06e9cc8636 Update docker/login-action digest to 1f401f7 2023-10-25 10:34:42 +00:00
renovate[bot]
005563f22f Update dependency vite-plugin-html-template to v1.2.2 2023-10-24 08:15:42 +00:00
David Baker
48e3ba0e3d Merge pull request #1813 from vector-im/renovate/eslint-plugin-import-2.x-lockfile
Update dependency eslint-plugin-import to v2.29.0
2023-10-24 09:15:15 +01:00
renovate[bot]
9cef2724a5 Update dependency @types/node to v20.8.8 2023-10-24 08:11:59 +00:00
David Baker
59213e27fe Merge pull request #1816 from vector-im/renovate/node-20.x
Update dependency @types/node to v20
2023-10-24 09:11:34 +01:00
David Baker
90b34fc7e8 Merge pull request #1815 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.9.0
2023-10-24 09:10:53 +01:00
renovate[bot]
3d27b9b6b4 Update dependency @types/node to v20 2023-10-24 01:26:02 +00:00
renovate[bot]
cb2d670ec2 Update typescript-eslint monorepo to v6.9.0 2023-10-23 18:40:40 +00:00
renovate[bot]
456ed6656a Update actions/setup-node action to v4 2023-10-23 16:19:30 +00:00
renovate[bot]
aa94181c07 Update dependency eslint-plugin-import to v2.29.0 2023-10-23 14:36:22 +00:00
David Baker
99d5103dfa Stop logging encryption keys 2023-10-23 12:31:37 +01:00
David Baker
74f1aa0cba Add the file 2023-10-23 12:17:28 +01:00
David Baker
f04beab99f Make e2ee type clearer hopefully 2023-10-23 12:10:25 +01:00
David Baker
5c09a60dcb Merge pull request #1807 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.52.0
2023-10-23 11:07:22 +01:00
renovate[bot]
fd1cdaae3d Update dependency eslint to v8.52.0 2023-10-20 21:55:50 +00:00
David Baker
9126fb3f3e Fix key format on the wire to be base64 2023-10-20 17:31:15 +01:00
David Baker
5ab706e26b Merge remote-tracking branch 'origin/livekit' into dbkr/ppe2ee 2023-10-20 17:22:53 +01:00
Robin
caaf99b25a Merge pull request #1801 from vector-im/renovate/i18next-23.x-lockfile
Update dependency i18next to v23.6.0
2023-10-19 22:46:39 -04:00
Robin
fed0a1524e Merge pull request #1803 from vector-im/renovate/vite-4.x-lockfile
Update dependency vite to v4.5.0
2023-10-19 22:46:20 -04:00
Robin
08e7818d52 Merge pull request #1802 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.84.1
2023-10-19 22:45:54 -04:00
Robin
b376c364db Merge pull request #1806 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-10-19 22:45:21 -04:00
Robin
bf0af78bf6 Merge pull request #1805 from vector-im/renovate/react-i18next-13.x-lockfile
Update dependency react-i18next to v13.3.1
2023-10-19 22:44:48 -04:00
Weblate
56799956b4 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-10-19 17:53:19 +00:00
phardyle
946e1e83ae Translated using Weblate (Chinese (Simplified))
Currently translated at 95.8% (116 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hans/
2023-10-19 17:53:18 +00:00
David Baker
7b538363be Don't require shared key in ppe2ee mode 2023-10-19 17:43:31 +01:00
renovate[bot]
1c12ca9dcd Update dependency posthog-js to v1.84.1 2023-10-19 15:50:52 +00:00
renovate[bot]
0c9cd775a0 Update dependency react-i18next to v13.3.1 2023-10-19 15:50:32 +00:00
David Baker
22ef625b55 Disable ratcheting
The auto ratcheting sets the keys and so looks like it can clobber
us setting a key from the app if they race, so just disable it, at
least for now - we aren't using it.
2023-10-19 16:50:29 +01:00
David Baker
550315e8d7 Update js-sdk branch 2023-10-19 14:40:59 +01:00
renovate[bot]
113b3cfdac Update dependency vite to v4.5.0 2023-10-19 10:12:59 +00:00
David Baker
22db3e023e Merge pull request #1798 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.14.1
2023-10-19 11:12:14 +01:00
renovate[bot]
0ba28c5c55 Update dependency i18next to v23.6.0 2023-10-19 09:27:55 +00:00
renovate[bot]
f6af804a7e Update dependency livekit-client to v1.14.1 2023-10-19 07:53:13 +00:00
Robin
c3aa0839b0 Merge pull request #1790 from vector-im/renovate/uuid-9.x-lockfile
Update dependency @types/uuid to v9.0.6
2023-10-18 20:57:18 -04:00
Robin
79edaba1ce Merge pull request #1791 from vector-im/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.7.5
2023-10-18 20:56:57 -04:00
renovate[bot]
033000ce0c Update dependency vaul to v0.7.5 2023-10-18 19:38:40 +00:00
renovate[bot]
363a5df7b3 Update dependency @types/uuid to v9.0.6 2023-10-18 19:38:28 +00:00
Robin
83a39777c0 Merge pull request #1789 from vector-im/renovate/sdp-transform-2.x-lockfile
Update dependency @types/sdp-transform to v2.4.8
2023-10-18 12:46:44 -04:00
Robin
c50175ab5b Merge pull request #1788 from vector-im/renovate/request-2.x-lockfile
Update dependency @types/request to v2.48.11
2023-10-18 12:44:09 -04:00
Robin
ad2ba9a585 Merge pull request #1785 from vector-im/renovate/jest-monorepo
Update dependency @types/jest to v29.5.6
2023-10-18 12:42:50 -04:00
Robin
328a7ee4f6 Merge pull request #1786 from vector-im/renovate/lodash-4.x-lockfile
Update dependency @types/lodash to v4.14.200
2023-10-18 12:36:10 -04:00
renovate[bot]
61dc836d1a Update dependency @types/sdp-transform to v2.4.8 2023-10-18 16:35:54 +00:00
Robin
fa12678c35 Merge pull request #1787 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.18.6
2023-10-18 12:35:48 -04:00
renovate[bot]
444f8271b9 Update dependency @types/request to v2.48.11 2023-10-18 16:35:40 +00:00
renovate[bot]
64ea56ecb7 Update dependency @types/jest to v29.5.6 2023-10-18 16:35:27 +00:00
Robin
096d223541 Merge pull request #1784 from vector-im/renovate/grecaptcha-3.x-lockfile
Update dependency @types/grecaptcha to v3.0.6
2023-10-18 12:34:59 -04:00
David Baker
ba999e7bc3 Update event name 2023-10-18 15:27:44 +01:00
David Baker
5ce5795bde Merge remote-tracking branch 'origin/livekit' into dbkr/ppe2ee 2023-10-18 15:22:58 +01:00
renovate[bot]
740633cfdd Update dependency @types/node to v18.18.6 2023-10-18 14:20:24 +00:00
renovate[bot]
11ce699e9d Update dependency @types/lodash to v4.14.200 2023-10-18 14:20:09 +00:00
David Baker
635badbda1 Bump to latest js-sdk PR commit 2023-10-18 15:19:25 +01:00
Robin
bf4bd0a81f Merge pull request #1781 from vector-im/renovate/d3-7.x-lockfile
Update dependency @types/d3 to v7.4.2
2023-10-18 09:32:45 -04:00
Robin
bf11376c8d Merge pull request #1782 from vector-im/renovate/dom-screen-wake-lock-1.x-lockfile
Update dependency @types/dom-screen-wake-lock to v1.0.2
2023-10-18 09:32:26 -04:00
Robin
f8c15a0f70 Merge branch 'livekit' into renovate/d3-7.x-lockfile 2023-10-18 09:30:39 -04:00
Robin
861af672b9 Remove unused dependency 2023-10-18 09:29:42 -04:00
Robin
3df1257249 Merge pull request #1780 from vector-im/renovate/content-type-1.x-lockfile
Update dependency @types/content-type to v1.1.7
2023-10-18 09:26:56 -04:00
Robin
cb70167a96 Merge pull request #1779 from vector-im/renovate/sass-1.x-lockfile
Update dependency sass to v1.69.4
2023-10-18 09:26:34 -04:00
Robin
aa79eaf99a Merge pull request #1777 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.74.1
2023-10-18 09:26:14 -04:00
renovate[bot]
6b313fdefc Update dependency @types/grecaptcha to v3.0.6 2023-10-18 13:25:57 +00:00
Robin
d17076caa9 Merge pull request #1774 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.83.3
2023-10-18 09:25:48 -04:00
Robin
11efb30971 Merge pull request #1773 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.8.0
2023-10-18 09:25:26 -04:00
renovate[bot]
ea7d6b18aa Update dependency @types/dom-screen-wake-lock to v1.0.2 2023-10-18 03:27:01 +00:00
renovate[bot]
2ada76a5a5 Update dependency @types/d3 to v7.4.2 2023-10-18 01:31:15 +00:00
renovate[bot]
6cd6726df4 Update dependency @types/content-type to v1.1.7 2023-10-18 01:31:01 +00:00
renovate[bot]
af33ca45d5 Update dependency sass to v1.69.4 2023-10-17 22:52:43 +00:00
David Baker
0d75f4459e Merge pull request #1776 from vector-im/dbkr/fix_send_leave_event
Update js-sdk to fix sending call member events on leave
2023-10-17 16:47:02 +01:00
renovate[bot]
8721f1e7a7 Update sentry-javascript monorepo to v7.74.1 2023-10-17 14:42:50 +00:00
renovate[bot]
647f6f785c Update dependency posthog-js to v1.83.3 2023-10-17 14:42:36 +00:00
David Baker
d6d9acd492 Update js-sdk to fix sending call member events on leave 2023-10-17 15:39:59 +01:00
renovate[bot]
af1d79dea5 Update typescript-eslint monorepo to v6.8.0 2023-10-16 19:33:04 +00:00
Robin
62471dcd10 Merge pull request #1771 from robintown/invite-icon
Update the invite button icon
2023-10-16 15:32:20 -04:00
David Baker
97aba9c315 Update js-sdk branch 2023-10-16 18:21:08 +01:00
David Baker
74e4c2fd08 Remove testing hack 2023-10-16 17:58:21 +01:00
David Baker
15d3e7574d Re-apply Simon's emebdded e2ee work on latest livekit branch
Replaces https://github.com/vector-im/element-call/pull/1350
2023-10-16 17:45:06 +01:00
Robin
76d8482e53 Update the invite button icon
The design specs have changed to always use the outline variants of icons on buttons like this.
2023-10-16 12:37:22 -04:00
Robin
303d465869 Merge pull request #1769 from vector-im/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.7.2
2023-10-16 10:38:14 -04:00
Robin
f85ca67334 Merge pull request #1768 from robintown/upstream-glass
Replace glass component with the upstreamed version
2023-10-16 09:46:57 -04:00
Robin
e1d65389b2 Merge pull request #1767 from robintown/remove-netlify
Remove Netlify CD
2023-10-16 09:44:08 -04:00
renovate[bot]
78c09724ae Update dependency vaul to v0.7.2 2023-10-15 17:15:52 +00:00
Robin
120abde5bd Replace glass component with the upstreamed version
It's now been implemented in Compound Web, so we can remove our custom implementation.
2023-10-13 14:44:19 -04:00
Robin
c8064dd8bd Merge pull request #1765 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.5.4
2023-10-13 14:32:11 -04:00
Robin
adc306e8db Merge pull request #1766 from vector-im/renovate/i18next-parser-8.x-lockfile
Update dependency i18next-parser to v8.9.0
2023-10-13 14:31:25 -04:00
Robin
fb1fc1a882 Remove Netlify CD
develop.element.io and Nightly were the final things to depend on this deployment, and they've now been updated to use call.element.dev, so we can disable Netlify deployments.
2023-10-13 14:28:32 -04:00
renovate[bot]
a9cd50114c Update dependency i18next-parser to v8.9.0 2023-10-13 16:56:07 +00:00
renovate[bot]
8d97f69b2e Update dependency @vector-im/compound-web to v0.5.4 2023-10-13 16:55:51 +00:00
Robin
cb39e760ab Merge pull request #1761 from vector-im/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 5d98624
2023-10-13 10:37:31 -04:00
Robin
be9591c5b5 Merge pull request #1760 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to fdf7f43
2023-10-13 10:37:14 -04:00
David Baker
d94c41228f Merge pull request #1755 from vector-im/dbkr/remove_e2ee_setting
Remove E2EE setting
2023-10-13 15:37:01 +01:00
Robin
89e8962515 Merge pull request #1758 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.74.0
2023-10-13 10:36:24 -04:00
David Baker
ea1c2e9ec3 Merge remote-tracking branch 'origin/livekit' into dbkr/remove_e2ee_setting 2023-10-13 15:26:30 +01:00
David Baker
e86f9b77fc Merge pull request #1754 from vector-im/dbkr/remove_e2ee_banner
Remove E2EEBanner
2023-10-13 15:18:51 +01:00
David Baker
6ef4ce6d29 Merge pull request #1756 from vector-im/dbkr/safari_screenshare
Re-enable screen sharing on Safari
2023-10-13 15:18:27 +01:00
renovate[bot]
d12d7cf28d Update docker/setup-buildx-action digest to 5d98624 2023-10-13 14:09:00 +00:00
renovate[bot]
4f426808cf Update docker/build-push-action digest to fdf7f43 2023-10-13 14:08:55 +00:00
Robin
0993294925 Merge pull request #1757 from vector-im/renovate/react-i18next-13.x-lockfile
Update dependency react-i18next to v13.3.0
2023-10-13 10:08:37 -04:00
David Baker
777daaf209 Merge pull request #1759 from vector-im/dbkr/fix_using_non_default_device
Fix using a non-default audio device
2023-10-13 13:38:15 +01:00
David Baker
2faf9527a0 Fix using a non-default audio device
We were passing the output option when we wanted the input, so the
mic track pre-creation would just always use the system default.
2023-10-13 13:34:25 +01:00
David Baker
1b7354ff5c Merge pull request #1752 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.18.5
2023-10-13 13:13:01 +01:00
renovate[bot]
8b61cc49c9 Update sentry-javascript monorepo to v7.74.0 2023-10-13 12:12:53 +00:00
renovate[bot]
a7b74a65d9 Update dependency react-i18next to v13.3.0 2023-10-13 12:12:38 +00:00
Robin
74c381a5c3 Merge pull request #1746 from vector-im/renovate/eslint-plugin-deprecate-0.x-lockfile
Update dependency eslint-plugin-deprecate to v0.8.4
2023-10-13 08:12:12 -04:00
David Baker
42d9fe1962 Merge pull request #1720 from vector-im/dbkr/write_key_with_right_roomid
Always store room passwords with the right room ID
2023-10-13 11:35:38 +01:00
David Baker
aac92c18b3 Re-enable screen sharing on Safari
Appears to work fine now, and no reason to think it shouldn't on
Livekit.
2023-10-13 11:02:20 +01:00
David Baker
61d7adf0d4 Merge pull request #1740 from vector-im/dbkr/log_mic_and_focus
Add logging & guards for mic pre-creation & focus
2023-10-13 10:34:41 +01:00
David Baker
ac7a39d23f Merge pull request #1753 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.14.0
2023-10-13 10:34:23 +01:00
David Baker
5ef208e789 Remove E2EE setting
Since e2ee is enabled by default now
2023-10-13 10:30:06 +01:00
David Baker
515a73ce30 i18n 2023-10-13 10:06:36 +01:00
David Baker
32657084aa Remove E2EEBanner
We have e2ee now
2023-10-13 10:04:54 +01:00
renovate[bot]
f7773c1eb9 Update dependency livekit-client to v1.14.0 2023-10-13 03:23:43 +00:00
renovate[bot]
18ce30ca0f Update dependency @types/node to v18.18.5 2023-10-12 22:56:38 +00:00
Robin
f412729696 Merge pull request #1748 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.5.3
2023-10-12 11:58:47 -04:00
Robin
1ba332ecbf Merge pull request #1750 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 8d2cf95
2023-10-12 11:57:43 -04:00
renovate[bot]
f84747e83b Update dependency @vector-im/compound-web to v0.5.3 2023-10-12 15:56:47 +00:00
Robin
e748137f32 Merge pull request #1745 from vector-im/renovate/testing-library-jest-dom-6.x-lockfile
Update dependency @testing-library/jest-dom to v6.1.4
2023-10-12 11:56:18 -04:00
Robin
b09d8ce8c2 Remove workaround for linter crash 2023-10-12 11:56:01 -04:00
renovate[bot]
ecb49ea9e6 Update dependency @testing-library/jest-dom to v6.1.4 2023-10-12 15:54:04 +00:00
Robin
fd74772e12 Merge pull request #1744 from vector-im/renovate/sass-1.x-lockfile
Update dependency sass to v1.69.3
2023-10-12 11:53:56 -04:00
Robin
deaf7e512c Merge pull request #1743 from vector-im/renovate/babel-monorepo
Update babel monorepo to v7.23.2
2023-10-12 11:53:37 -04:00
Robin
020f732671 Merge pull request #1749 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-10-12 11:51:24 -04:00
renovate[bot]
8d07d2ec48 Update docker/build-push-action digest to 8d2cf95 2023-10-12 13:27:12 +00:00
LinAGKar
61db641875 Translated using Weblate (Swedish)
Currently translated at 4.9% (6 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/sv/
2023-10-12 11:45:39 +00:00
renovate[bot]
2985e06a41 Update dependency eslint-plugin-deprecate to v0.8.4 2023-10-12 08:52:06 +00:00
Timo
5262af7000 Fix sync loop by adding a 20ms break for the next mute sync (#1742)
* fix sync loop by adding a 20ms break for the next mute sync

---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-12 10:51:37 +02:00
renovate[bot]
4ab4873c35 Update dependency sass to v1.69.3 2023-10-12 02:01:03 +00:00
renovate[bot]
8c048f0c08 Update babel monorepo to v7.23.2 2023-10-12 02:00:50 +00:00
David Baker
d579acd21f Even prettier 2023-10-11 16:29:08 +01:00
David Baker
11664a5bf6 Prettier 2023-10-11 16:27:17 +01:00
David Baker
d058f08c47 Prettier 2023-10-11 16:25:47 +01:00
David Baker
4c742d0ac4 Merge remote-tracking branch 'origin/livekit' into dbkr/write_key_with_right_roomid 2023-10-11 16:14:24 +01:00
David Baker
9d4ade97b0 Remove redundant check
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2023-10-11 16:10:03 +01:00
David Baker
a9c74172a5 Add logging & guards for mic pre-creation & focus
Logs & guard for pre-recating the mic track as well as logging what
we select as the active focus (JWT URL + livekit alias).
2023-10-11 16:07:46 +01:00
Robin
94c4b4fd6a Merge pull request #1727 from vector-im/renovate/opentelemetry-instrumentation-user-interaction-0.x-lockfile
Update dependency @opentelemetry/instrumentation-user-interaction to v0.33.2
2023-10-11 11:06:28 -04:00
Robin
1a4e30a274 Merge pull request #1739 from vector-im/renovate/postcss-preset-env-9.x-lockfile
Update dependency postcss-preset-env to v9.2.0
2023-10-11 10:57:47 -04:00
Robin
fd16073c2e Merge pull request #1714 from vector-im/renovate/vite-plugin-html-template-1.x-lockfile
Update dependency vite-plugin-html-template to v1.2.1
2023-10-11 10:51:00 -04:00
Robin
5dee63d815 Merge pull request #1706 from vector-im/renovate/sass-1.x-lockfile
Update dependency sass to v1.69.2
2023-10-11 10:50:25 -04:00
Robin
ddf174c01a Merge pull request #1710 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-10-11 10:50:02 -04:00
Robin
6c2260f9da Merge pull request #1711 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.51.0
2023-10-11 10:49:32 -04:00
renovate[bot]
227d433978 Update dependency @opentelemetry/instrumentation-user-interaction to v0.33.2 2023-10-11 14:47:59 +00:00
Robin
af13b27be5 Merge pull request #1726 from vector-im/renovate/opentelemetry-instrumentation-document-load-0.x-lockfile
Update dependency @opentelemetry/instrumentation-document-load to v0.33.2
2023-10-11 10:47:31 -04:00
Robin
f6de03585b Merge pull request #1738 from vector-im/renovate/eslint-plugin-deprecate-0.x-lockfile
Update dependency eslint-plugin-deprecate to v0.8.3
2023-10-11 10:46:47 -04:00
Robin
772c0655dc Merge pull request #1735 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.7.5
2023-10-11 10:46:20 -04:00
renovate[bot]
bc109a417d Update dependency postcss-preset-env to v9.2.0 2023-10-11 14:45:49 +00:00
Robin
e06ddff8bd Merge pull request #1621 from vector-im/renovate/prettier-3.x
Update dependency prettier to v3
2023-10-11 10:45:16 -04:00
Robin
614bc82402 Format code 2023-10-11 10:42:04 -04:00
renovate[bot]
b28e465122 Update dependency prettier to v3 2023-10-11 14:38:05 +00:00
renovate[bot]
e424d3698e Update dependency eslint-plugin-deprecate to v0.8.3 2023-10-11 14:33:23 +00:00
Robin
ec35f655e7 Merge pull request #1574 from robintown/eslint-upgrade
Upgrade eslint-plugin-matrix-org to 1.2.1
2023-10-11 10:32:54 -04:00
Robin
cc6f1f8631 Merge branch 'livekit' into eslint-upgrade 2023-10-11 10:30:57 -04:00
renovate[bot]
975d8a3adc Update typescript-eslint monorepo to v6.7.5 2023-10-11 13:01:40 +00:00
renovate[bot]
17be0578bc Update dependency @types/request to v2.48.10 (#1728)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-11 15:01:30 +02:00
renovate[bot]
3964b34596 Update dependency vaul to v0.7.1 (#1729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-11 15:01:03 +02:00
David Baker
59cd0c87cd Merge remote-tracking branch 'origin/livekit' into dbkr/write_key_with_right_roomid 2023-10-11 12:53:54 +01:00
David Baker
6039253a32 Reafctor a bit 2023-10-11 12:53:33 +01:00
David Baker
5900b76be2 Merge pull request #1694 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.83.0
2023-10-11 11:48:21 +01:00
raspin0
0e5005f846 Translated using Weblate (Polish)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/pl/
2023-10-11 10:47:56 +00:00
David Baker
d9ea66f091 Merge pull request #1712 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.18.4
2023-10-11 11:47:42 +01:00
David Baker
908b466b1e Merge pull request #1713 from vector-im/renovate/uuid-9.x-lockfile
Update dependency @types/uuid to v9.0.5
2023-10-11 11:47:14 +01:00
renovate[bot]
a94009043b Update dependency @opentelemetry/instrumentation-document-load to v0.33.2 2023-10-11 10:21:34 +00:00
David Baker
be36ce43e0 Merge pull request #1716 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 0f84726
2023-10-11 11:21:06 +01:00
renovate[bot]
2970071aa5 Update dependency sass to v1.69.2 2023-10-10 22:06:54 +00:00
David Baker
d575ea4117 Merge pull request #1722 from vector-im/dbkr/dont_use_sender
Don't use event.sender
2023-10-10 17:20:35 +01:00
David Baker
fbb2dc2afd Update to merged js-sdk commit 2023-10-10 17:17:16 +01:00
David Baker
51f87fa42a Add comment
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2023-10-10 17:06:49 +01:00
Timo
d5edcce470 Fix mute button not being in sync with actual video/audio feed. (#1721)
* Fix mute button not being in sync with actual video/audio feed.
This happens if we toggle the button while waiting for updating the stream.
It is prohibited by checking if the stream state is in sync after the update
is done.
Signed-off-by: Timo K <toger5@hotmail.de>


---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-10 14:14:39 +02:00
David Baker
7ab69435e5 Merge pull request #1717 from vector-im/dbkr/fix_url_password_param
Use base64url encoding for the password param
2023-10-10 11:07:45 +01:00
renovate[bot]
73e11b4084 Update dependency posthog-js to v1.83.0 2023-10-10 00:59:15 +00:00
David Baker
07cde7ee4d Don't use event.sender
Pull in a js-sdk change to avoid using event.sender (see js-sdk PR
for details).

Fixes https://github.com/vector-im/element-call/issues/1697
2023-10-09 20:49:03 +01:00
David Baker
d7b33ee959 Always store room passwords with the right room ID
Take the room ID from the URL rather than just assuming it's still
the one that was in URL params before: if only the hash changes,
the app won't reload.

Fixes https://github.com/vector-im/element-call/issues/1708
2023-10-09 17:43:50 +01:00
David Baker
df93fb4a3f Add comment 2023-10-09 16:35:27 +01:00
David Baker
6faceb07cd Log if password needed url encoding 2023-10-09 16:28:48 +01:00
David Baker
0892edc432 Use base64url encoding for the password param
As base64 is fairly obviously not sensible for URLs and we were not
URL encoding it so we were ending up with spaces in the URL.

Also base 64 encode the password in case, as per comment.
2023-10-09 10:08:10 +01:00
renovate[bot]
0c4430b72c Update docker/build-push-action digest to 0f84726 2023-10-09 08:28:42 +00:00
renovate[bot]
1d7e9d1a0b Update dependency vite-plugin-html-template to v1.2.1 2023-10-07 08:09:20 +00:00
renovate[bot]
bb9c453eac Update dependency @types/uuid to v9.0.5 2023-10-07 01:59:11 +00:00
renovate[bot]
4b066269eb Update dependency @types/node to v18.18.4 2023-10-07 01:58:57 +00:00
renovate[bot]
192b6a9d9e Update dependency eslint to v8.51.0 2023-10-06 23:01:39 +00:00
David Baker
e2abeba194 Merge pull request #1705 from vector-im/dbkr/use_secure_random
Generate call passwords with secure RNG
2023-10-06 16:20:50 +01:00
David Baker
e9798441f7 Merge remote-tracking branch 'origin/livekit' into dbkr/use_secure_random 2023-10-06 16:18:53 +01:00
David Baker
bc36acafc8 Merge pull request #1704 from vector-im/dbkr/refactor_room_create
Refactor room creation code a little
2023-10-06 16:18:18 +01:00
David Baker
f2435f1c31 More consistent variable naming 2023-10-06 16:15:16 +01:00
David Baker
715c5c73ca Merge remote-tracking branch 'origin/livekit' into dbkr/refactor_room_create 2023-10-06 15:15:30 +01:00
David Baker
be4afaeb7e Merge pull request #1687 from vector-im/dbkr/update_default_device
Switch capture devices if the default device changes
2023-10-06 12:01:46 +01:00
David Baker
44e604aaa1 Merge pull request #1703 from vector-im/dbkr/keep_password_in_url
Keep the password in the URL
2023-10-06 10:55:12 +01:00
David Baker
87d5062d34 Don't use js-sdk's base64 encode function
It uses the NodeJS Buffer global which presumably is provided by
Webpack in element-web but isn't here, apparently.
2023-10-05 17:57:23 +01:00
David Baker
d373081db1 Generate call passwords with secure RNG 2023-10-05 17:32:43 +01:00
David Baker
6481b2f67e Merge branch 'dbkr/keep_password_in_url' into dbkr/refactor_room_create 2023-10-05 17:27:03 +01:00
David Baker
b646b0ae56 Remove extra function
that was now doing exactly the same thing as the one above it.
2023-10-05 17:25:06 +01:00
David Baker
e63721acea Refactor room creation code a little
We c+ped the code to create room passwords between two places, but we
already had a createRoom utility function that knew about e2ee.
2023-10-05 16:44:31 +01:00
David Baker
4984bd630e Keep the password in the URL
We changed our minds: people do copy the URL from the bar and
give that to people and expect it to work: it doesn't make sense
to prioritise shorter URLs over this. There's no security advantage
unless we think there's a risk someone might steal your key by taking
a photo of your monitor over your shoulder and decrypting the calls
they can't already hear by standing behind you.
2023-10-05 16:13:56 +01:00
renovate[bot]
847789dcda Update dependency @sentry/vite-plugin to v2.8.0 (#1701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 17:13:26 +02:00
renovate[bot]
d1cb6ee889 Update dependency vaul to ^0.7.0 (#1692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 16:25:27 +02:00
renovate[bot]
7fbd84a63c Update dependency vite to v4.4.11 (#1699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 16:24:29 +02:00
Timo
63a00eef2f await leave rtc session (#1648)
so that the widget is only getting the hangup even,
once the call has been cleaned up

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-04 18:27:07 +02:00
Timo
c18dce3617 Make sure roomAlias = null in widget mode (#1676)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-04 15:56:57 +02:00
Stefan Ceriu
1eb2302060 Move apple-app-site-association to .well-known
https://developer.apple.com/videos/play/wwdc2019/717/

```
This file should be located at HTTPS://your domain name/.well-known/apple-app-site-association

Other paths are deprecated.
```
2023-10-04 16:40:49 +03:00
Stefan Ceriu
ad462f3d8e Fix apple-app-site-assoctiation no_universal_link query matching.
https://developer.apple.com/videos/play/wwdc2019/717/

```
You'll notice that I specify a question mark and an asterisk as the pattern from the query items value. A pattern consisting of a single asterisk matches any string, including the empty string. And a missing query item has a value equivalent to the empty string. So to match against the string that's at least one character long, I specify a question mark and then any additional characters are matched by the asterisk.
```
2023-10-04 16:40:49 +03:00
Robin
a3eb58f9fe Merge pull request #1688 from vector-im/renovate/vite-4.x-lockfile
Update dependency vite to v4.4.10
2023-10-03 16:29:34 -04:00
Robin
50b4d61fbd Merge pull request #1684 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-10-03 16:29:10 -04:00
Robin
d0eda79f27 Merge pull request #1691 from vector-im/renovate/vector-im-compound-web-0.x
Update dependency @vector-im/compound-web to ^0.5.0
2023-10-03 16:28:44 -04:00
Robin
a0cc7686b3 Merge pull request #1678 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.81.3
2023-10-03 16:25:41 -04:00
renovate[bot]
20f96f17e4 Update dependency @vector-im/compound-web to ^0.5.0 2023-10-03 20:25:25 +00:00
random
1b109e1b3a Translated using Weblate (Italian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-10-03 19:43:00 +00:00
Jeff Huang
daa1fed0c0 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hant/
2023-10-03 19:43:00 +00:00
Timo
01b2367f38 allow widget related params in the fragment (#1675)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-03 21:35:28 +02:00
renovate[bot]
2961d588b6 Update dependency vite to v4.4.10 2023-10-03 19:29:34 +00:00
David Baker
c37b2924af Comment 2023-10-03 18:27:10 +01:00
David Baker
e0cabbc514 Switch capture devices if the default device changes
This is a bit of a hack, but is the only way I can see that we can
update to using the new default device when the OS-level default
changes. Hopefully the comments explain everything.
2023-10-03 18:22:56 +01:00
Robin
e54a1274bb Merge pull request #1679 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.3.0
2023-10-03 07:54:25 -04:00
Robin
e246f3f66b Merge pull request #1667 from vector-im/renovate/sentry-javascript-monorepo
Update sentry-javascript monorepo to v7.73.0
2023-10-03 07:52:31 -04:00
Robin
c769a1b86b Merge pull request #1671 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.7.4
2023-10-03 07:51:40 -04:00
renovate[bot]
bbc58502da Update dependency @livekit/components-react to v1.3.0 2023-10-03 11:51:28 +00:00
renovate[bot]
72ab839eff Update dependency posthog-js to v1.81.3 2023-10-03 11:49:11 +00:00
Robin
aea404588a Merge pull request #1677 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.18.3
2023-10-03 07:48:37 -04:00
renovate[bot]
b3c0a01429 Update dependency @types/node to v18.18.3 2023-10-02 21:25:51 +00:00
renovate[bot]
27fa35cbab Update typescript-eslint monorepo to v6.7.4 2023-10-02 17:32:32 +00:00
Robin
f779bc26cd Merge pull request #1666 from vector-im/renovate/i18next-parser-8.x-lockfile
Update dependency i18next-parser to v8.8.0
2023-10-02 10:36:30 -04:00
Robin
6b94e3553c Merge pull request #1665 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-10-02 10:35:33 -04:00
renovate[bot]
13579d5972 Update sentry-javascript monorepo to v7.73.0 2023-10-02 14:00:44 +00:00
renovate[bot]
47c1740504 Update dependency i18next-parser to v8.8.0 2023-10-01 17:49:06 +00:00
Ihor Hordiichuk
21789f7d22 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-10-01 04:26:55 +00:00
Robin
67ea390847 Merge pull request #1664 from vector-im/renovate/vite-plugin-svgr-4.x-lockfile
Update dependency vite-plugin-svgr to v4.1.0
2023-09-29 22:27:41 -04:00
Robin
e501c5305f Merge pull request #1662 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.18.1
2023-09-29 22:26:50 -04:00
renovate[bot]
d3704dab33 Update dependency vite-plugin-svgr to v4.1.0 2023-09-29 21:28:22 +00:00
renovate[bot]
a7a2adaf6b Update dependency @types/node to v18.18.1 2023-09-29 17:01:31 +00:00
Robin
516d365511 Merge pull request #1660 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-29 13:01:03 -04:00
Vri
4343ae588e Translated using Weblate (German)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/de/
2023-09-29 14:22:14 +00:00
David Baker
3e0bc8a0d9 Merge pull request #1659 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-29 11:28:20 +01:00
random
5586d32f33 Translated using Weblate (Italian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-29 09:48:49 +00:00
Glandos
07aa0f0abf Translated using Weblate (French)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/fr/
2023-09-29 09:48:49 +00:00
Stefan Ceriu
399ec9fa8f vector-im/element-x-ios/issues/1824 - Switch apple-app-site-associations to the new format, add a query param exclusion for ignoring universal links 2023-09-29 12:04:50 +03:00
David Baker
2357cc18a9 Merge pull request #1657 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-29 09:13:00 +01:00
Glandos
e608823787 Translated using Weblate (French)
Currently translated at 96.6% (117 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/fr/
2023-09-29 07:41:22 +00:00
Priit Jõerüüt
b78c6a1ba5 Translated using Weblate (Estonian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/et/
2023-09-29 05:32:07 +00:00
Linerly
bbca3543a1 Translated using Weblate (Indonesian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/id/
2023-09-29 05:32:07 +00:00
Robin
43f2360fed Merge pull request #1655 from vector-im/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.6.8
2023-09-28 22:28:14 -04:00
Robin
10b1da2d34 Merge pull request #1656 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-28 22:25:58 -04:00
Weblate
6d61825f0e Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-29 01:06:13 +00:00
renovate[bot]
760f6b5dc2 Update dependency vaul to v0.6.8 2023-09-28 22:43:12 +00:00
Robin
c3d4a3fafc Merge pull request #1652 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-28 18:42:48 -04:00
Robin
a5ce67a9bf Merge pull request #1651 from robintown/adjust-margin
Adjust margins
2023-09-28 18:41:35 -04:00
Jozef Gaal
9cc691d389 Translated using Weblate (Slovak)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/sk/
2023-09-28 22:35:15 +00:00
Weblate
6df9e672f3 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-28 17:46:09 +00:00
MarySue
2d56658d05 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hans/
2023-09-28 17:46:08 +00:00
Robin
e582e9d171 Adjust margins 2023-09-28 12:41:00 -04:00
Robin
9078101c4a Merge pull request #1650 from vector-im/renovate/babel-monorepo
Update dependency @babel/core to v7.23.0
2023-09-28 10:13:42 -04:00
renovate[bot]
fb5e5b2079 Update dependency @babel/core to v7.23.0 2023-09-28 14:11:29 +00:00
Robin
aaef2bf3c8 Merge pull request #1643 from robintown/remove-storybook
Remove Storybook
2023-09-28 10:11:02 -04:00
Robin
bdc5d701cc Merge branch 'livekit' into remove-storybook 2023-09-28 10:08:51 -04:00
Robin
686529183c Merge pull request #1644 from robintown/remove-inspector
Remove the group call inspector
2023-09-28 09:57:27 -04:00
Robin
44dbe77757 Merge branch 'livekit' into remove-inspector 2023-09-28 09:54:37 -04:00
Robin
5134ff8e0a Merge pull request #1649 from robintown/fix-svg-import
Fix a broken SVG import
2023-09-28 09:49:22 -04:00
Robin
98bbd9ba3f Merge pull request #1645 from robintown/name-tag-color
Update the colors of name tags
2023-09-28 09:45:24 -04:00
Robin
3245ae9f60 Merge pull request #1641 from robintown/invite-modal
Implement the new invite modal designs
2023-09-28 09:45:03 -04:00
Robin
44a4d7a1d0 Fix a broken SVG import
https://github.com/vector-im/element-call/pull/1642 raced with https://github.com/vector-im/element-call/pull/1625, resulting in a broken import.
2023-09-28 09:44:00 -04:00
Robin
17836113ac Merge pull request #1642 from robintown/participants-icon
Replace the avatar stack in the header with an icon
2023-09-28 09:42:46 -04:00
Robin
7df093a23c Merge branch 'livekit' into invite-modal 2023-09-28 09:42:06 -04:00
Robin
d780193775 Merge pull request #1640 from robintown/fix-i18n-parser
Fix the i18n string scanner
2023-09-28 09:39:10 -04:00
David Baker
426132927f Merge pull request #1647 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.81.2
2023-09-28 14:24:15 +01:00
renovate[bot]
8fe029d5fa Update dependency posthog-js to v1.81.2 2023-09-28 09:45:11 +00:00
Robin
99216c3b5a Merge pull request #1625 from vector-im/renovate/vite-plugin-svgr-4.x
Update dependency vite-plugin-svgr to v4
2023-09-27 19:08:41 -04:00
Robin
2730cea181 Fix imports 2023-09-27 19:06:10 -04:00
Robin
f0dc5f0eab Merge pull request #1628 from vector-im/renovate/major-sentry-javascript-monorepo
Update sentry-javascript monorepo to v7 (major)
2023-09-27 18:51:52 -04:00
Robin
3297b75f93 Merge pull request #1636 from vector-im/renovate/request-2.x-lockfile
Update dependency @types/request to v2.48.9
2023-09-27 18:50:31 -04:00
Robin
0e9a0eb041 Merge pull request #1626 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.4.5
2023-09-27 18:49:19 -04:00
Robin
ec4fa5ce83 Merge pull request #1637 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-27 18:37:49 -04:00
Robin
a7556f66b1 Update the colors of name tags
This was changed in the designs so we don't have to hard-code colors for them anymore.
2023-09-27 18:36:14 -04:00
Robin
05013cc510 Remove Storybook
As discussed in today's team meeting, no one is using the Storybook files anymore, and they're a maintenance burden, so we should remove them.
2023-09-27 18:32:11 -04:00
Robin
1dc4ef67f3 Remove the group call inspector
It's unused ever since we switched to LiveKit, and we intend to use other telemetry mechanisms going forward to fill this debugging use case, so it can be removed as discussed in today's team meeting.
2023-09-27 18:27:42 -04:00
Robin
916a88712a Replace the avatar stack in the header with an icon
This is a design update.
2023-09-27 18:12:04 -04:00
Robin
d0416e71cb Fix the i18n string scanner
Apparently the upgrade to i18next-parser v8 came with the deprecation of this 'useKeysAsDefaultValues' option, and this is the new way to configure that behavior.
2023-09-27 17:53:04 -04:00
Robin
2069c13bb8 Regenerate strings 2023-09-27 17:52:43 -04:00
Robin
8a14d60cb4 Implement the new invite modal designs 2023-09-27 17:45:18 -04:00
Robin
6865a13c3c Revert "Merge pull request #1603 from vector-im/renovate/babel-monorepo"
This reverts commit 03a2350e5c, reversing
changes made to db67343133.
2023-09-27 17:06:57 -04:00
Robin
a959436ac7 Change wording from 'share' to 'invite'
This was updated in the designs.
2023-09-27 15:17:04 -04:00
random
60f264620c Translated using Weblate (Italian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-27 13:52:55 +00:00
raspin0
c11b71abf6 Translated using Weblate (Polish)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/pl/
2023-09-27 13:52:55 +00:00
David Baker
03caa22f0e Merge pull request #1611 from vector-im/dbkr/depthlimit
Re-enable livekit rageshake logging & with depth limit
2023-09-27 13:28:38 +01:00
renovate[bot]
752ba126dc Update dependency @types/request to v2.48.9 2023-09-27 11:58:13 +00:00
Robin
eedd19f515 Merge pull request #1595 from robintown/border-priority
Give speaking border priority over hover border
2023-09-27 07:58:07 -04:00
Robin
6bb004ea55 Merge pull request #1594 from robintown/grid-clipping
Fix the video grid getting clipped at the edges
2023-09-27 07:57:56 -04:00
Robin
2f0469880b Merge pull request #1593 from robintown/layout-toggle-bg
Make the layout toggle opaque
2023-09-27 07:57:44 -04:00
David Baker
96eafef027 Merge pull request #1627 from vector-im/renovate/nwtgck-actions-netlify-2.x
Update nwtgck/actions-netlify action to v2
2023-09-27 09:06:08 +01:00
renovate[bot]
9cfaff8cdb Update sentry-javascript monorepo to v7 2023-09-27 01:08:38 +00:00
renovate[bot]
b748c03e74 Update nwtgck/actions-netlify action to v2 2023-09-26 22:41:44 +00:00
renovate[bot]
55f129e651 Update dependency @vector-im/compound-web to v0.4.5 2023-09-26 22:41:39 +00:00
renovate[bot]
b72eba33e2 Update dependency vite-plugin-svgr to v4 2023-09-26 19:36:47 +00:00
Robin
4469cece86 Merge pull request #1620 from vector-im/renovate/postcss-preset-env-9.x
Update dependency postcss-preset-env to v9
2023-09-26 15:35:51 -04:00
David Baker
3016866a4b Make the right function a real function, then the 'this' param works 2023-09-26 18:30:39 +01:00
David Baker
2cfa007d4c Typo
Co-authored-by: Robin <robin@robin.town>
2023-09-26 17:31:00 +01:00
Robin
03a2350e5c Merge pull request #1603 from vector-im/renovate/babel-monorepo
Update dependency @babel/core to v7.23.0
2023-09-26 12:16:08 -04:00
renovate[bot]
f29dafc5c4 Update dependency postcss-preset-env to v9 2023-09-26 16:10:50 +00:00
renovate[bot]
d6c3559a6e Update dependency @babel/core to v7.23.0 2023-09-26 16:10:19 +00:00
Robin
db67343133 Merge pull request #1619 from vector-im/renovate/vite-plugin-svgr-3.x-lockfile
Update dependency vite-plugin-svgr to v3.3.0
2023-09-26 12:09:48 -04:00
renovate[bot]
77f7551ab0 Update dependency vite-plugin-svgr to v3.3.0 2023-09-26 16:07:18 +00:00
Robin
c0c59dcb74 Merge pull request #1602 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.7.3
2023-09-26 12:07:11 -04:00
Robin
8f42aca6e2 Merge pull request #1604 from vector-im/renovate/vitejs-plugin-react-4.x-lockfile
Update dependency @vitejs/plugin-react to v4.1.0
2023-09-26 11:38:42 -04:00
renovate[bot]
ec9d82b99c Update typescript-eslint monorepo to v6.7.3 2023-09-26 15:38:34 +00:00
Robin
e2a42656de Merge pull request #1605 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.50.0
2023-09-26 11:38:02 -04:00
Robin
dc27cd67e8 Merge pull request #1616 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.81.1
2023-09-26 11:36:47 -04:00
Robin
da8745871c Merge pull request #1618 from vector-im/renovate/sass-1.x-lockfile
Update dependency sass to v1.68.0
2023-09-26 11:35:44 -04:00
renovate[bot]
11255ce550 Update dependency sass to v1.68.0 2023-09-26 15:29:13 +00:00
Robin
23e7abecbc Merge pull request #1601 from vector-im/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.6.7
2023-09-26 11:28:41 -04:00
renovate[bot]
c4a5232cd5 Update dependency posthog-js to v1.81.1 2023-09-26 14:10:47 +00:00
David Baker
4613d43c3c Re-enable livekit rageshake logging & with depth limit
Puts livekit logs back in the rageshake logs and adds a recursion
limit to the object serialiser in rageshake.
2023-09-26 12:08:08 +01:00
David Baker
a1aaacaad7 Merge pull request #1592 from vector-im/dbkr/use_loglevel
Use the loglevel library's extensions
2023-09-26 11:14:47 +01:00
renovate[bot]
1d018eeead Update dependency @vector-im/compound-web to v0.4.4 (#1600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 11:50:54 +02:00
renovate[bot]
5dae6e1168 Update dependency eslint to v8.50.0 2023-09-26 06:12:22 +00:00
renovate[bot]
7d3e2b9958 Update dependency @vitejs/plugin-react to v4.1.0 2023-09-26 06:12:06 +00:00
renovate[bot]
0657edee90 Update dependency vaul to v0.6.7 2023-09-26 01:54:58 +00:00
Robin
39ee20ab0c Merge pull request #1598 from vector-im/renovate/sdp-transform-2.x-lockfile
Update dependency @types/sdp-transform to v2.4.7
2023-09-25 17:28:08 -04:00
Robin
499ba0e059 Merge pull request #1597 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.18.0
2023-09-25 17:27:33 -04:00
Robin
6f425abd5f Merge pull request #1599 from vector-im/renovate/vector-im-compound-design-tokens-0.x
Update dependency @vector-im/compound-design-tokens to ^0.0.6
2023-09-25 17:27:09 -04:00
Robin
87fb3398d4 Merge pull request #1596 from vector-im/renovate/grecaptcha-3.x-lockfile
Update dependency @types/grecaptcha to v3.0.5
2023-09-25 17:26:20 -04:00
renovate[bot]
a57db61aed Update dependency @types/node to v18.18.0 2023-09-25 21:24:05 +00:00
renovate[bot]
0423f2f4bb Update dependency @vector-im/compound-design-tokens to ^0.0.6 2023-09-25 21:23:48 +00:00
renovate[bot]
01c9454f92 Update dependency @types/sdp-transform to v2.4.7 2023-09-25 21:23:34 +00:00
David Baker
31446e7997 Typo
Co-authored-by: Robin <robin@robin.town>
2023-09-25 20:55:04 +01:00
Robin
02db81d846 Merge pull request #1521 from vector-im/renovate/testing-library-jest-dom-6.x
Update dependency @testing-library/jest-dom to v6
2023-09-25 14:44:37 -04:00
renovate[bot]
5f72ec2416 Update dependency @types/grecaptcha to v3.0.5 2023-09-25 18:42:41 +00:00
Robin
4330b46086 Add @types/jest, which we depend on 2023-09-25 14:41:52 -04:00
Robin
988f0a8bc9 Give speaking border priority over hover border
Because that's how it works in the designs
2023-09-25 14:38:00 -04:00
Robin
14bd53c02b Fix the video grid getting clipped at the edges
And also, put the scroll bar in a more sensible spot by turning the footer into a proper sticky footer.
2023-09-25 14:16:29 -04:00
Robin
172c7664be Make the layout toggle opaque
So that the background doesn't shine through it
2023-09-25 14:13:35 -04:00
David Baker
c546042d18 Use the loglevel library's extensions
...instead of monkey patching the console log objects. We use a logging
framework everywhere now (this fixes the times when we didn't...)
so there's not really a reason to do this the hacky way anymore.

This means that log lines now appear to come from whatever else is
intercepting the logger (eg. sentry) rather than rageshake.ts.

Opinions on this welcome on whether it's better or not.
2023-09-25 18:04:34 +01:00
Robin
7dac9caa6b Merge pull request #1532 from vector-im/renovate/i18next-23.x
Update dependency i18next to v23
2023-09-25 12:34:05 -04:00
Robin
15566770f9 Upgrade react-i18next, too 2023-09-25 12:31:27 -04:00
renovate[bot]
f053ecfa98 Update dependency i18next to v23 2023-09-25 16:28:17 +00:00
Robin
39dd60598e Merge pull request #1537 from vector-im/renovate/i18next-parser-8.x
Update dependency i18next-parser to v8
2023-09-25 12:27:20 -04:00
renovate[bot]
e790c13112 Update dependency i18next-parser to v8 2023-09-25 16:22:46 +00:00
Robin
946ab6ff1a Merge pull request #1591 from vector-im/renovate/dompurify-3.x-lockfile
Update dependency @types/dompurify to v3.0.3
2023-09-25 12:21:49 -04:00
Robin
e730926eab Merge pull request #1536 from vector-im/renovate/i18next-http-backend-2.x
Update dependency i18next-http-backend to v2
2023-09-25 12:08:01 -04:00
Robin
7195bf7672 Merge pull request #1590 from vector-im/renovate/radix-ui-react-dialog-1.x-lockfile
Update dependency @radix-ui/react-dialog to v1.0.5
2023-09-25 12:06:59 -04:00
renovate[bot]
8e2c1dd164 Update dependency i18next-http-backend to v2 2023-09-25 16:04:50 +00:00
renovate[bot]
448865b0d5 Update dependency @types/dompurify to v3.0.3 2023-09-25 16:04:20 +00:00
renovate[bot]
c75b21e0cb Update dependency @radix-ui/react-dialog to v1.0.5 2023-09-25 16:04:05 +00:00
Robin
8a22aa55a6 Merge pull request #1535 from vector-im/renovate/i18next-browser-languagedetector-7.x
Update dependency i18next-browser-languagedetector to v7
2023-09-25 12:03:34 -04:00
Robin
b6e9a0869a Merge pull request #1575 from vector-im/renovate/d3-7.x-lockfile
Update dependency @types/d3 to v7.4.1
2023-09-25 12:00:16 -04:00
Robin
37e69f6023 Merge pull request #1589 from robintown/swap-buttons
Swap the microphone and video buttons
2023-09-25 11:39:47 -04:00
Robin
d672190c6f Swap the microphone and video buttons
Per feedback and discussion with design, we should keep them in the order they were previously.
2023-09-25 10:39:18 -04:00
David Baker
ac6747bbf3 Merge pull request #1578 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.13.4
2023-09-25 10:18:09 +01:00
renovate[bot]
6c5e9226cf Update dependency livekit-client to v1.13.4 2023-09-25 09:14:27 +00:00
David Baker
845b4e133b Merge pull request #1577 from vector-im/revert-1566-dbkr/lklogs
Revert "Capture livekit's logs in rageshakes"
2023-09-25 09:37:08 +01:00
David Baker
b0f63eb2ff Revert "Capture livekit's logs in rageshakes" 2023-09-25 09:32:32 +01:00
renovate[bot]
0a12766171 Update dependency @types/d3 to v7.4.1 2023-09-23 00:26:17 +00:00
Robin
a7624806b2 Upgrade eslint-plugin-matrix-org to 1.2.1
This upgrade came with a number of new lints that needed to be fixed across the code base. Primarily: explicit return types on functions, and explicit visibility modifiers on class members.
2023-09-22 18:07:06 -04:00
David Baker
444a37224b Merge pull request #1573 from vector-im/dbkr/dont_always_join
Don't always try to join rooms
2023-09-22 19:17:28 +01:00
David Baker
0297008339 Don' always try to join rooms
Look up the alias manually instead. As hopefully explained by the comment.

We hope this may fix a bug where the room ID appeared instead of the room name.
2023-09-22 18:56:34 +01:00
David Baker
6bc8ccf1ce Merge pull request #1571 from vector-im/revert-1570-dbkr/isroome2ee_refactor
Revert "Refactor useIsRoomE2EE"
2023-09-22 18:27:41 +01:00
David Baker
48b038914f Revert "Refactor useIsRoomE2EE" 2023-09-22 18:20:29 +01:00
David Baker
ef32b877ee Merge pull request #1570 from vector-im/dbkr/isroome2ee_refactor
Refactor useIsRoomE2EE
2023-09-22 18:09:33 +01:00
David Baker
058da0a60f Merge pull request #1569 from vector-im/dbkr/bump_js_membershipid
Bump js-sdk
2023-09-22 18:06:30 +01:00
David Baker
f05cae71a8 Use consistent import 2023-09-22 18:05:51 +01:00
Robin
51d31814ea Merge pull request #1562 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-22 12:57:52 -04:00
David Baker
f35dd28bd3 Bump js-sdk
For https://github.com/matrix-org/matrix-js-sdk/pull/3745
2023-09-22 17:40:00 +01:00
David Baker
3cd0ca205b Refactor useIsRoomE2EE
Make it take a room object rather than a room ID to avoid it depending
on a side effect, ie. if the room object input changes, the hook will be
re-run but if we can't get the room from the room ID for whatever reason,
we'd be stuck.

Also add logging on why we decided a room was e2ee.
2023-09-22 15:35:03 +01:00
Glandos
b21bdb1bb5 Translated using Weblate (French)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/fr/
2023-09-22 14:21:44 +00:00
Linerly
fd7541894b Translated using Weblate (Indonesian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/id/
2023-09-22 14:21:44 +00:00
Vri
e5d7c638a6 Translated using Weblate (German)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/de/
2023-09-22 14:21:44 +00:00
Priit Jõerüüt
811446c241 Translated using Weblate (Estonian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/et/
2023-09-22 14:21:44 +00:00
David Baker
e9e37736b0 Merge pull request #1566 from vector-im/dbkr/lklogs
Capture livekit's logs in rageshakes
2023-09-22 13:13:31 +01:00
Kat Gerasimova
187a3c62f8 Remove triage automation
The triage board isn't being used, so no reason to have automation (it's also old style and should be modernised if there's interest in using it again)
2023-09-22 12:50:35 +01:00
David Baker
9bf0dc7dee Unused import 2023-09-21 16:58:02 +01:00
David Baker
9c878eab80 Capture livekit's logs in rageshakes 2023-09-21 16:50:31 +01:00
Element Translate Bot
c62a9be2e9 Translations update from Weblate (#1561)
* Translated using Weblate (Ukrainian)

Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/

* Translated using Weblate (Slovak)

Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/sk/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hant/

---------

Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Jozef Gaal <preklady@mayday.sk>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
2023-09-21 11:38:42 +02:00
Timo
1e84e438b7 New url schema (#1554)
* new url schema

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Robin <robin@robin.town>
2023-09-20 19:55:17 +02:00
Robin
1c41373ddd Merge pull request #1560 from vector-im/fix-double-audio
Fix double audio tracks
2023-09-20 13:51:19 -04:00
David Baker
a5131be7c7 Merge pull request #1557 from vector-im/dbkr/fix_password_race
Fix race where app would be opened with no e2ee key
2023-09-20 18:42:35 +01:00
Robin
69bf3bd9a1 Fix double audio tracks
See comments. I'm not very happy with how this code bounces state in and out of different hooks and useEffect blocks, but as a quick fix this should work.
2023-09-20 13:26:34 -04:00
David Baker
cbf27fc887 Also use return value password in the other hook 2023-09-20 17:40:37 +01:00
David Baker
ed0059c898 Hopefully actually fix password bug 2023-09-20 17:05:10 +01:00
David Baker
fb4e0784fc Merge pull request #1558 from vector-im/revert-1550-confined_to_room_fix
Revert "fix url by providin a last &"
2023-09-20 16:39:46 +01:00
David Baker
850cae9dfa Revert "fix url by providin a last & (#1550)"
This reverts commit 54e6fd4c07.
2023-09-20 16:31:45 +01:00
Robin
ec3783d1a6 Merge pull request #1551 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-20 11:30:32 -04:00
David Baker
4f43402299 Log an error if we don't have the key when generating a url for en e2ee room 2023-09-20 16:29:46 +01:00
Robin Townsend
12bd7f8bff Translated using Weblate (German)
Currently translated at 99.1% (123 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/de/
2023-09-20 15:26:57 +00:00
David Baker
96c6217a83 Fix race where app would be opened with no e2ee key
The key hadn't been extractwed from the URL at the point the modal
was mounted, so it just didn't get the key.
2023-09-20 16:25:02 +01:00
random
28315f237a Translated using Weblate (Italian)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-20 14:55:20 +00:00
Vri
9ca2573c0f Translated using Weblate (German)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/de/
2023-09-20 14:55:20 +00:00
Timo
5c377ba01d Dont ignore rest of url (#1555)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-20 16:26:09 +02:00
David Baker
4842b2a89b Merge pull request #1552 from vector-im/dbkr/unsupported_browser_message
Better error for browsers that don't support e2ee
2023-09-20 14:30:22 +01:00
David Baker
5b5e62c851 i18n 2023-09-20 13:14:01 +01:00
Timo
54e6fd4c07 fix url by providin a last & (#1550)
* fix url by prvidin a last &
everything after the last & will be stripped away
-> hence we loose the last param (usually confined to room...)
-> going home kills the all the params which we need to fix!

---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-20 14:08:31 +02:00
David Baker
a115f0530f Better error for browsers that don't support e2ee 2023-09-20 13:05:11 +01:00
David Baker
393eeabfa8 Merge pull request #1546 from vector-im/dbkr/fix_toggle_ipad
Fix layout toggle on safari
2023-09-20 12:40:07 +01:00
fkwp
68963aa13b Merge pull request #1541 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-20 12:24:04 +02:00
Glandos
ec11689a49 Translated using Weblate (French)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/fr/
2023-09-20 09:55:48 +00:00
David Baker
d4b67015b8 Fix layout toggle on safari 2023-09-20 10:22:48 +01:00
Jeff Huang
7050eebe77 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hant/
2023-09-20 08:37:40 +00:00
David Baker
0128fece80 Merge pull request #1533 from vector-im/dbkr/include_room_name
Include the room name in the generated URL
2023-09-20 08:40:15 +01:00
Robin
d891b23fc8 Merge pull request #1540 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-20 00:23:31 -04:00
Jozef Gaal
605a88220b Translated using Weblate (Slovak)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/sk/
2023-09-20 02:57:24 +00:00
Ihor Hordiichuk
67df28d66a Translated using Weblate (Ukrainian)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-09-20 02:57:24 +00:00
Linerly
ed532f6f38 Translated using Weblate (Indonesian)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/id/
2023-09-20 02:57:24 +00:00
Robin
6a78440260 Merge pull request #1539 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-19 20:02:12 -04:00
Ihor Hordiichuk
3daba3a529 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-09-19 21:05:47 +00:00
David Baker
01ec38493a Be consistent with imports 2023-09-19 22:04:37 +01:00
David Baker
19bb78fbe3 Merge pull request #1534 from vector-im/dbkr/fix_groupcallroom_type
Fix a type
2023-09-19 21:57:43 +01:00
renovate[bot]
703aa661ea Update dependency i18next-browser-languagedetector to v7 2023-09-19 18:45:14 +00:00
Robin
0d7d400f75 Merge pull request #1531 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.2.2
2023-09-19 14:44:38 -04:00
David Baker
fe9ea31149 Fix a type
This was cast because of a minor optional mismatch
2023-09-19 19:23:19 +01:00
David Baker
1ebf1bd4e6 Merge remote-tracking branch 'origin/livekit' into dbkr/include_room_name 2023-09-19 18:56:04 +01:00
David Baker
83fdb094d5 Factor out common function to generate the URLs 2023-09-19 18:55:33 +01:00
David Baker
2df95c4fe9 Merge pull request #1530 from vector-im/dbkr/no_auto_create
Don't auto create calls from visiting the URL
2023-09-19 18:47:43 +01:00
David Baker
aab27ae616 Wrong mouse event 2023-09-19 18:36:51 +01:00
David Baker
f33170f5f4 Don't reload the page 2023-09-19 18:29:09 +01:00
David Baker
a268a804bb Use compound components 2023-09-19 18:27:53 +01:00
David Baker
e604c7bcae i18n 2023-09-19 18:26:23 +01:00
David Baker
53e3cbcf61 Don't include the brand name
Co-authored-by: Robin <robin@robin.town>
2023-09-19 18:26:08 +01:00
David Baker
2753f04f0b Include the room name in the generated URL 2023-09-19 18:23:44 +01:00
renovate[bot]
754ade6e60 Update dependency @livekit/components-react to v1.2.2 2023-09-19 17:18:16 +00:00
David Baker
32a2bf3b32 Merge pull request #1529 from vector-im/dbkr/roomnamekey
Use the room ID as the react key
2023-09-19 18:17:44 +01:00
David Baker
728e37b23c i18n 2023-09-19 18:02:57 +01:00
David Baker
79d46621fa Well, half of the line changes were correct. 2023-09-19 18:00:09 +01:00
David Baker
24ffb6547c Don't auto create calls from visiting the URL
This didn't work with e2e calls and just ended up with everyone who
went to the URL creating their own room because it didn't add the
alias to any of them.

This has it show a very simple 404-esque screen instead. If the call
already exists, it will show it as before, so existing URLs will
continue to work.
2023-09-19 17:57:16 +01:00
David Baker
6581d64618 Use the room ID as the react key
room alias doesn't work now some rooms don't have aliases.
2023-09-19 17:42:17 +01:00
Robin
2e23176b34 Merge pull request #1504 from vector-im/renovate/matrix-org-pr-details-action-1.x
Update matrix-org/pr-details-action action to v1.3
2023-09-19 12:31:52 -04:00
Robin
859f1fa4ae Merge pull request #1526 from vector-im/renovate/eslint-config-prettier-9.x
Update dependency eslint-config-prettier to v9
2023-09-19 12:24:05 -04:00
Robin
40a4a0886a Merge pull request #1525 from vector-im/renovate/babel-loader-9.x
Update dependency babel-loader to v9
2023-09-19 12:04:27 -04:00
renovate[bot]
44446943d1 Update dependency eslint-config-prettier to v9 2023-09-19 16:04:15 +00:00
renovate[bot]
edd4ff077b Update dependency @testing-library/jest-dom to v6 2023-09-19 16:04:01 +00:00
Robin
2ee4e599bc Merge pull request #1524 from vector-im/renovate/testing-library-react-14.x
Update dependency @testing-library/react to v14
2023-09-19 12:03:16 -04:00
Robin
223678dfc0 Merge pull request #1523 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-19 11:25:37 -04:00
Robin
141f5cdeea Merge pull request #1522 from robintown/settings-cutoff
Fix dropdowns in settings still being cut off on mobile
2023-09-19 11:25:08 -04:00
renovate[bot]
cb96a8b48e Update dependency babel-loader to v9 2023-09-19 15:16:27 +00:00
renovate[bot]
bde4f69b84 Update dependency @testing-library/react to v14 2023-09-19 15:16:13 +00:00
Robin
f66b5ce2e8 Merge pull request #1513 from robintown/layout-toggle-safari
Fix layout toggle looking broken on Safari (I hope)
2023-09-19 11:15:38 -04:00
random
17b599e62f Translated using Weblate (Italian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-19 14:53:16 +00:00
Robin
42e898b65e Fix dropdowns in settings still being cut off on mobile 2023-09-19 10:21:11 -04:00
Timo
9f832127b2 Fix comments (workaround gh weirdness) (#1518)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-19 16:17:08 +02:00
Robin
a195d21ed9 Merge pull request #1519 from robintown/fix-netlify-cd
Attempt to fix the Netlify CD
2023-09-19 10:07:51 -04:00
Robin
14905a4505 Attempt to fix the Netlify CD 2023-09-19 09:47:21 -04:00
Robin
0be1f593e7 Merge pull request #1514 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.2.1
2023-09-19 09:16:41 -04:00
Timo
4aec5c34f3 Firefox audio output issues fix (#1510)
---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-19 15:10:14 +02:00
Robin
c2bc4651cf Merge pull request #1517 from vector-im/renovate/sentry-vite-plugin-2.x
Update dependency @sentry/vite-plugin to v2
2023-09-19 09:05:57 -04:00
Robin
1fd92c3747 Merge pull request #1516 from vector-im/renovate/vaul-0.x-lockfile
Update dependency vaul to v0.6.3
2023-09-19 09:03:53 -04:00
renovate[bot]
3ed749ecd9 Update dependency @sentry/vite-plugin to v2 2023-09-19 13:01:09 +00:00
renovate[bot]
06cb93ebab Update dependency vaul to v0.6.3 2023-09-19 13:00:52 +00:00
Robin
38d6f81f2b Merge pull request #1515 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.4.2
2023-09-19 09:00:23 -04:00
renovate[bot]
297a5c682e Update dependency @vector-im/compound-web to v0.4.2 2023-09-19 12:58:02 +00:00
renovate[bot]
1614800343 Update dependency @livekit/components-react to v1.2.1 2023-09-19 12:57:42 +00:00
Robin
7f8a434135 Fix layout toggle looking broken on Safari (I hope)
I don't have a Safari to test with, but according to https://moderncss.dev/pure-css-custom-styled-radio-buttons/, this should do the trick.
2023-09-19 07:54:13 -04:00
Robin
35ee0689f9 Merge pull request #1512 from vector-im/renovate/actions-upload-artifact-3.x
Update actions/upload-artifact action to v3
2023-09-19 07:25:12 -04:00
Robin
206c20df91 Merge pull request #1511 from vector-im/renovate/actions-github-script-6.x
Update actions/github-script action to v6
2023-09-19 07:24:53 -04:00
Robin
0933dbcc35 Merge pull request #1503 from vector-im/renovate/vite-plugin-html-template-1.x-lockfile
Update dependency vite-plugin-html-template to v1.2.0
2023-09-19 07:16:46 -04:00
Robin
5691b55125 Merge pull request #1508 from vector-im/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v6.7.2
2023-09-19 07:16:13 -04:00
Robin
50de01cf44 Merge pull request #1502 from vector-im/renovate/vite-4.x-lockfile
Update dependency vite to v4.4.9
2023-09-19 07:15:41 -04:00
Robin
6a12a10cb5 Merge pull request #1497 from robintown/is-embedded
Untangle the semantics of isEmbedded
2023-09-19 07:15:07 -04:00
Robin
889e3842ee Merge pull request #1493 from robintown/touchscreen-detection
Make touchscreen detection more robust
2023-09-19 07:14:58 -04:00
renovate[bot]
d384865cc3 Update actions/upload-artifact action to v3 2023-09-19 11:14:57 +00:00
renovate[bot]
ede12374f0 Update actions/github-script action to v6 2023-09-19 11:14:51 +00:00
Robin
6e149997f2 Merge pull request #1506 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-19 07:14:32 -04:00
Robin
1f8e072144 Merge pull request #1509 from vector-im/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2023-09-19 07:14:08 -04:00
Robin
cc1f14bef3 Use explicit boolean flags 2023-09-19 07:12:27 -04:00
Robin
63f4086f98 Handle all URL param flags the same way 2023-09-19 07:11:39 -04:00
Robin
d1c9c4b331 Add comment 2023-09-19 07:04:43 -04:00
Vri
5127f0af73 Translated using Weblate (German)
Currently translated at 99.1% (120 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/de/
2023-09-19 10:09:27 +00:00
renovate[bot]
365f81a5f7 Update actions/checkout action to v4 2023-09-19 09:24:34 +00:00
renovate[bot]
dc3999859d Update typescript-eslint monorepo to v6.7.2 2023-09-19 09:24:28 +00:00
David Baker
caa6f5bcde Merge pull request #1507 from vector-im/dbkr/more_assetlinks
Add nightly & main app to assetlinks
2023-09-19 10:23:24 +01:00
David Baker
f97878bf21 Add nightly & main app to assetlinks 2023-09-19 09:53:08 +01:00
renovate[bot]
7b3c257ad3 Update matrix-org/pr-details-action action to v1.3 2023-09-19 06:46:16 +00:00
renovate[bot]
c44c72be3b Update dependency vite-plugin-html-template to v1.2.0 2023-09-19 03:22:41 +00:00
renovate[bot]
9c5da7691c Update dependency vite to v4.4.9 2023-09-19 03:22:24 +00:00
Robin
66ead5b9f1 Merge pull request #1500 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-18 23:21:52 -04:00
Jeff Huang
7b150899a7 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hant/
2023-09-19 03:10:21 +00:00
Weblate
d8810f8afa Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-19 02:07:57 +00:00
Robin
0d0a9ae285 Merge pull request #1494 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-18 21:12:59 -04:00
Robin
94ec683309 Merge pull request #1499 from vector-im/renovate/typescript-5.x-lockfile
Update dependency typescript to v5.2.2
2023-09-18 21:12:43 -04:00
Robin
f9e9ee3836 Empty commit to retry CI 2023-09-18 21:10:29 -04:00
Robin
6f648af926 Merge pull request #1498 from vector-im/renovate/sass-1.x-lockfile
Update dependency sass to v1.67.0
2023-09-18 21:08:16 -04:00
Robin
0445abb552 Merge pull request #1496 from vector-im/renovate/prettier-2.x-lockfile
Update dependency prettier to v2.8.8
2023-09-18 21:07:52 -04:00
Robin
9f893e5373 Format code 2023-09-18 21:05:01 -04:00
renovate[bot]
99f6ada86d Update dependency typescript to v5.2.2 2023-09-19 01:04:31 +00:00
renovate[bot]
1d70bdec47 Update dependency sass to v1.67.0 2023-09-19 01:04:14 +00:00
Robin
1dca11b829 Merge pull request #1495 from vector-im/renovate/posthog-js-1.x-lockfile
Update dependency posthog-js to v1.79.0
2023-09-18 21:03:39 -04:00
Robin
4253963b95 Untangle the semantics of isEmbedded
This deletes the isEmbedded flag from UrlParams, replacing it with an alternative set of flags that I think is more sensible and well-defined.
2023-09-18 21:00:18 -04:00
renovate[bot]
351ef8eb19 Update dependency prettier to v2.8.8 2023-09-19 00:39:08 +00:00
renovate[bot]
b899e24606 Update dependency posthog-js to v1.79.0 2023-09-19 00:38:52 +00:00
Weblate
5dbd3b89f5 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-18 23:29:07 +00:00
Ihor Hordiichuk
7507d5a35e Translated using Weblate (Ukrainian)
Currently translated at 100.0% (123 of 123 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-09-18 23:29:07 +00:00
Robin
b3ef5ac929 Make touchscreen detection more robust
Empirically, Chrome on Android can end up not matching (hover: none), but still matching (pointer: coarse). 😕
2023-09-18 19:24:22 -04:00
Robin
535712d108 Merge pull request #1492 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-18 18:34:29 -04:00
Robin
2d3d171e5e Merge pull request #1491 from vector-im/renovate/postcss-preset-env-7.x-lockfile
Update dependency postcss-preset-env to v7.8.3
2023-09-18 18:33:58 -04:00
Robin
62a3a7040b Merge pull request #1490 from vector-im/renovate/pako-2.x-lockfile
Update dependency pako to v2.1.0
2023-09-18 18:33:27 -04:00
Robin
0b6b077506 Merge pull request #1478 from robintown/drawer-radius
Tweak drawer appearance to better match native system components
2023-09-18 18:31:51 -04:00
Robin
38ad42a0d8 Merge pull request #1485 from robintown/lobby-updates
Implement new lobby design
2023-09-18 18:31:35 -04:00
Weblate
eea4efc6c1 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-18 22:30:45 +00:00
Linerly
6e41d494c6 Translated using Weblate (Indonesian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/id/
2023-09-18 22:30:45 +00:00
Robin
fe8ca9df9d Merge pull request #1489 from robintown/settings-cut-off
Fix dropdowns in settings being cut off
2023-09-18 18:27:09 -04:00
Robin
00f587898d Merge pull request #1486 from robintown/page-overflow
Fix home page overflowing by a few pixels
2023-09-18 18:26:58 -04:00
renovate[bot]
4f1c832621 Update dependency postcss-preset-env to v7.8.3 2023-09-18 22:03:50 +00:00
renovate[bot]
d267dd1e94 Update dependency pako to v2.1.0 2023-09-18 22:03:33 +00:00
Robin
5f87d8d16c Merge pull request #1482 from robintown/no-autojoin
Remove auto-join behavior from embedded mode
2023-09-18 18:03:04 -04:00
Robin
89fcfb7062 Merge pull request #1481 from robintown/fix-app-selection
Fix app selection prompt appearing even in the app
2023-09-18 17:57:20 -04:00
Robin
ea3854e9e2 Merge pull request #1488 from vector-im/renovate/eslint-plugin-react-7.x-lockfile
Update dependency eslint-plugin-react to v7.33.2
2023-09-18 17:44:16 -04:00
Robin
497c106c9f Fix dropdowns in settings being cut off 2023-09-18 17:34:24 -04:00
renovate[bot]
d868669ca2 Update dependency eslint-plugin-react to v7.33.2 2023-09-18 21:05:20 +00:00
Robin
c1f1cb94fd Fix home page overflowing by a few pixels
Because the height of our header component changed at some point, the hard-coded height values in the CSS were off by a few px and caused the page to overflow slightly.
2023-09-18 16:49:55 -04:00
Robin
771ab41833 Implement new lobby design 2023-09-18 15:58:36 -04:00
Robin
60a6347a63 Merge pull request #1467 from vector-im/renovate/sentry-vite-plugin-0.x
Update dependency @sentry/vite-plugin to ^0.7.0
2023-09-18 15:55:31 -04:00
Robin
4ced2d591b Merge pull request #1484 from vector-im/renovate/eslint-plugin-jsx-a11y-6.x-lockfile
Update dependency eslint-plugin-jsx-a11y to v6.7.1
2023-09-18 15:53:51 -04:00
Robin
d59183fa1e Merge pull request #1483 from vector-im/renovate/eslint-plugin-import-2.x-lockfile
Update dependency eslint-plugin-import to v2.28.1
2023-09-18 15:53:27 -04:00
David Baker
a200572f3c Merge pull request #1480 from vector-im/dbkr/lint_tests
Lint the test files
2023-09-18 20:52:47 +01:00
Robin
aacab7719b Merge branch 'livekit' into renovate/sentry-vite-plugin-0.x 2023-09-18 15:52:39 -04:00
renovate[bot]
a8f641ec3f Update dependency eslint-plugin-jsx-a11y to v6.7.1 2023-09-18 19:41:13 +00:00
renovate[bot]
be03023a62 Update dependency eslint-plugin-import to v2.28.1 2023-09-18 19:40:58 +00:00
David Baker
949caa4a32 Merge pull request #1479 from vector-im/dbkr/refactor_urlparams
Small refactor of URLParams stuff
2023-09-18 20:40:31 +01:00
Robin
6bdb4b69ee Remove auto-join behavior from embedded mode
This was a hack that we did back when we were working on PTT, to make the joining process for PTT more seamless, but it doesn't make much sense to auto-join normal calls without giving the user a chance to turn off / adjust their media. If we want this behavior back eventually, I think it would be better serviced by a separate URL parameter.
2023-09-18 13:05:25 -04:00
Robin
6801c95e6a Fix app selection prompt appearing even in the app
Turns out, I just got the name of this URL parameter wrong
2023-09-18 13:03:33 -04:00
David Baker
4a5a7126f4 Lint the test files 2023-09-18 17:58:49 +01:00
David Baker
6561c0a898 Merge remote-tracking branch 'origin/livekit' into dbkr/refactor_urlparams 2023-09-18 17:54:49 +01:00
David Baker
4f48751aa2 Small refactor of URLParams stuff
Splits out the room locartion parsing from everything else to avoid
one function that fills out different parts of its return struct
depending on its args.
2023-09-18 17:49:10 +01:00
Robin
40ef872658 Tweak drawer appearance to better match native system components 2023-09-18 12:17:31 -04:00
Robin
f3e8ee6913 Merge pull request #1476 from vector-im/renovate/eslint-config-prettier-8.x-lockfile
Update dependency eslint-config-prettier to v8.10.0
2023-09-18 12:08:29 -04:00
Robin
2b346911aa Merge pull request #1475 from vector-im/renovate/eslint-8.x-lockfile
Update dependency eslint to v8.49.0
2023-09-18 12:07:17 -04:00
renovate[bot]
32b9b17721 Update dependency eslint-config-prettier to v8.10.0 2023-09-18 16:04:40 +00:00
renovate[bot]
55443b06d8 Update dependency eslint to v8.49.0 2023-09-18 16:04:22 +00:00
Robin
6f969c222b Merge branch 'livekit' into renovate/sentry-vite-plugin-0.x 2023-09-18 12:04:04 -04:00
Robin
0b6533bf6d Merge pull request #1471 from robintown/remove-walkie-talkie
Fully remove walkie-talkie mode
2023-09-18 12:03:38 -04:00
Robin
882a0faf6c Fix the build 2023-09-18 12:02:35 -04:00
Robin
8eb789d6aa Merge branch 'livekit' into remove-walkie-talkie 2023-09-18 11:58:45 -04:00
Robin
1ecc8e3b22 Fix bad import 2023-09-18 11:56:24 -04:00
Robin
6b35832611 Merge pull request #1474 from vector-im/renovate/babel-loader-8.x-lockfile
Update dependency babel-loader to v8.3.0
2023-09-18 11:55:37 -04:00
Robin
7eca26c3f0 Merge pull request #1469 from vector-im/renovate/node-18.x-lockfile
Update dependency @types/node to v18.17.17
2023-09-18 11:55:08 -04:00
Robin
4d5b13824f Merge pull request #1448 from robintown/app-selection
Add a prompt to launch Element X on mobile
2023-09-18 11:54:31 -04:00
Robin
48c563d31f Merge pull request #1470 from robintown/feedback-layout
Fix the feedback screen looking broken on mobile
2023-09-18 11:54:25 -04:00
Robin
010416a85c Merge pull request #1473 from vector-im/renovate/use-gesture-react-10.x-lockfile
Update dependency @use-gesture/react to v10.3.0
2023-09-18 11:54:11 -04:00
Robin
1e2b2c6ef9 Merge pull request #1472 from robintown/invert-buttons
Invert the microphone and video button states
2023-09-18 11:53:18 -04:00
Robin
cfd61282cc Merge branch 'livekit' into remove-walkie-talkie 2023-09-18 11:52:52 -04:00
Robin
b53868cbc9 Merge branch 'livekit' into app-selection 2023-09-18 11:50:32 -04:00
Robin
662a85c16a Add a clarifying comment 2023-09-18 11:46:16 -04:00
renovate[bot]
4fdb6ad39a Update dependency @sentry/vite-plugin to ^0.7.0 2023-09-18 15:45:34 +00:00
Robin
43d12e815a Merge pull request #1447 from robintown/use-modals
Start using the new modal component
2023-09-18 11:45:09 -04:00
renovate[bot]
7b9f70027a Update dependency @types/node to v18.17.17 2023-09-18 15:42:52 +00:00
Robin
218ba02fe3 Merge pull request #1468 from vector-im/renovate/testing-library-jest-dom-5.x-lockfile
Update dependency @testing-library/jest-dom to v5.17.0
2023-09-18 11:42:11 -04:00
Robin
aaf4d20e7d Merge branch 'livekit' into use-modals 2023-09-18 11:40:10 -04:00
Robin
08be4550d5 Merge pull request #1446 from robintown/modals
Implement the new modal designs
2023-09-18 11:38:03 -04:00
Robin
bfefcce466 Merge pull request #1445 from robintown/native-fonts
Use native system fonts on Android and iOS
2023-09-18 11:37:45 -04:00
Robin
09b9b71f19 Upgrade jest 2023-09-18 11:37:05 -04:00
renovate[bot]
7e963b9a0e Update dependency babel-loader to v8.3.0 2023-09-18 15:31:46 +00:00
renovate[bot]
b5ccff483d Update dependency @use-gesture/react to v10.3.0 2023-09-18 15:31:31 +00:00
Robin
0f07b77ae7 Merge pull request #1456 from vector-im/renovate/content-type-1.x-lockfile
Update dependency @types/content-type to v1.1.6
2023-09-18 11:31:01 -04:00
Robin
282c345ad3 Invert the microphone and video button states
… so that they use the 'on' state when muted, and announce the action that they take rather than the current state, as suggested in internal design guidance.
2023-09-18 11:21:56 -04:00
Robin
1e9e096356 Fully remove walkie-talkie mode 2023-09-18 11:06:06 -04:00
Robin
db0d3b1ee9 Fix the feedback screen looking broken on mobile 2023-09-18 10:42:07 -04:00
renovate[bot]
128a60af0e Update dependency @testing-library/jest-dom to v5.17.0 2023-09-18 14:13:47 +00:00
Robin
bbf91ca867 Add a clarifying comment 2023-09-18 09:48:02 -04:00
Robin
d1e5a3043f Merge pull request #1460 from vector-im/renovate/vector-im-compound-web-0.x-lockfile
Update dependency @vector-im/compound-web to v0.4.1
2023-09-18 09:26:45 -04:00
Robin
55eed97e58 Merge pull request #1458 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-18 09:23:56 -04:00
Robin
9952c35800 Merge pull request #1462 from vector-im/renovate/uuid-9.x-lockfile
Update dependency uuid to v9.0.1
2023-09-18 09:23:31 -04:00
Robin
d9ac072663 Update comment
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2023-09-18 09:14:46 -04:00
random
4f0d87a77a Translated using Weblate (Italian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-18 11:27:22 +00:00
Jeff Huang
61de062c70 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hant/
2023-09-18 11:27:22 +00:00
renovate[bot]
286631f820 Update dependency @vector-im/compound-web to v0.4.1 2023-09-18 11:07:29 +00:00
David Baker
38b8b4d67e Merge pull request #1463 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.2.0
2023-09-18 12:06:59 +01:00
Timo
b979fc85bb Check for existing track before creating one. (#1459)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-18 12:43:03 +02:00
renovate[bot]
48288e89f7 Update dependency @livekit/components-react to v1.2.0 2023-09-18 10:15:04 +00:00
renovate[bot]
5f6377ddf8 Update dependency uuid to v9.0.1 2023-09-18 10:14:47 +00:00
David Baker
cd5c0c9b55 Merge pull request #1461 from vector-im/renovate/livekit-client-1.x-lockfile
Update dependency livekit-client to v1.13.3
2023-09-18 11:13:54 +01:00
renovate[bot]
5218877a81 Update dependency livekit-client to v1.13.3 2023-09-18 09:10:03 +00:00
renovate[bot]
b02e1541ea Update dependency @types/content-type to v1.1.6 2023-09-18 07:10:06 +00:00
Robin
b78b45f9e7 Merge pull request #1454 from vector-im/renovate/babel-monorepo
Update dependency @babel/core to v7.22.20
2023-09-17 23:25:52 -04:00
Robin
02a50e8f2a Merge pull request #1453 from vector-im/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to dedd61c
2023-09-17 23:25:25 -04:00
Robin
d752d04f4f Merge pull request #1452 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 879dcbb
2023-09-17 23:23:57 -04:00
Robin
b3446f0501 Merge pull request #1451 from vector-im/renovate/docker-login-action-digest
Update docker/login-action digest to b4bedf8
2023-09-17 23:23:41 -04:00
renovate[bot]
4d28fa3610 Update dependency @babel/core to v7.22.20 2023-09-18 03:23:31 +00:00
Robin
d8fc3e42ca Merge pull request #1450 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 4c1b68d
2023-09-17 23:23:21 -04:00
renovate[bot]
35c58a835d Update docker/setup-buildx-action digest to dedd61c 2023-09-18 03:23:16 +00:00
Robin
158de65e66 Merge pull request #1449 from vector-im/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to a8a3f3a
2023-09-17 23:22:57 -04:00
renovate[bot]
cabb929852 Update docker/metadata-action digest to 879dcbb 2023-09-18 01:55:31 +00:00
renovate[bot]
b652bd01fd Update docker/login-action digest to b4bedf8 2023-09-18 01:55:27 +00:00
renovate[bot]
32bbfc923f Update docker/build-push-action digest to 4c1b68d 2023-09-17 22:06:14 +00:00
Robin
4b93f0825f Merge pull request #1444 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-17 18:05:57 -04:00
renovate[bot]
1ea673c993 Update actions/upload-artifact digest to a8a3f3a 2023-09-17 22:05:03 +00:00
Robin
0f97d655d2 Add a prompt to launch Element X on mobile
This shows a bottom sheet on mobile asking the user whether they want to open the call in Element X, as soon as the page is loaded.
2023-09-17 17:48:03 -04:00
Robin
9db21e024e Start using the new modal component
This attempts to converge all our modals on the new modal component while changing their designs as little as possible. This should reduce the bundle size a bit and make the app generally feel like it's converging on the new designs, even though individual modals still remain to be revamped.
2023-09-17 14:46:36 -04:00
Robin
f609ec3f4c Implement new modal designs
They aren't yet used anywhere, but this will let us move on to implementing specific modal interactions from the new designs.

I made the design decision of making this new Modal component always be controlled by an explicit open state, which was inspired by some work I did with Jetpack Compose recently, where I saw that this makes state management and the behavior of components so much more obvious.
2023-09-17 14:40:14 -04:00
Robin
9736f0244b Use native system fonts on Android and iOS
This behavior is called for in the new designs, but Compound Web doesn't (yet) implement it by default.
2023-09-17 12:56:13 -04:00
Jozef Gaal
eea9b97d67 Translated using Weblate (Slovak)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/sk/
2023-09-17 16:25:42 +00:00
Ihor Hordiichuk
740ba8df32 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-09-17 16:25:42 +00:00
Glandos
3f7b37dd7f Translated using Weblate (French)
Currently translated at 100.0% (121 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/fr/
2023-09-17 16:25:42 +00:00
Vri
6017cfbaa7 Translated using Weblate (German)
Currently translated at 99.1% (120 of 121 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/de/
2023-09-17 16:25:42 +00:00
raspin0
c09e8bc73f Translated using Weblate (Polish)
Currently translated at 100.0% (120 of 120 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/pl/
2023-09-16 14:26:26 +00:00
Ihor Hordiichuk
7e35482899 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (120 of 120 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-09-16 14:26:26 +00:00
random
9399abcfda Translated using Weblate (Italian)
Currently translated at 100.0% (120 of 120 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-16 14:26:26 +00:00
Robin
c481d3c908 Merge pull request #1434 from vector-im/SimonBrandner/feat/gradient
Add background gradient
2023-09-15 17:21:28 -04:00
Robin
2bb2107ead Merge branch 'livekit' into SimonBrandner/feat/gradient 2023-09-15 17:19:37 -04:00
Robin
224bfe58d1 Apply graphic positioning suggestion 2023-09-15 17:17:57 -04:00
Robin
1dd19a78ac Merge pull request #1443 from vector-im/dbkr/publish_audio_at_start
Always publish microphone track when joining
2023-09-15 17:17:13 -04:00
Robin
564af13b59 Merge pull request #1410 from vector-im/dbkr/smooth_focus_switch
Smooth Focus Switching
2023-09-15 17:06:22 -04:00
Robin
47231f438a Merge pull request #1440 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-15 07:53:18 -04:00
Robin
27616c7227 Merge pull request #1436 from robintown/video-tile-1
First pass at the new video tile designs
2023-09-14 11:32:36 -04:00
Robin
3da673361f Merge pull request #1435 from robintown/logo-labels
Add accessible label to the in-call logo mark
2023-09-14 11:31:41 -04:00
Weblate
5e9a9587e3 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-14 13:03:07 +00:00
random
6f1773af31 Translated using Weblate (Italian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/it/
2023-09-14 13:03:07 +00:00
Jozef Gaal
50e85b1908 Translated using Weblate (Slovak)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/sk/
2023-09-14 13:03:07 +00:00
Jeff Huang
8a5e75bb94 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/zh_Hant/
2023-09-14 13:03:07 +00:00
Priit Jõerüüt
81d91c3d78 Translated using Weblate (Estonian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/et/
2023-09-14 13:03:07 +00:00
raspin0
33fce618ed Translated using Weblate (Polish)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/pl/
2023-09-14 13:03:07 +00:00
Glandos
dc6440ade7 Translated using Weblate (French)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/fr/
2023-09-14 13:03:07 +00:00
Linerly
1384d90d22 Translated using Weblate (Indonesian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/id/
2023-09-14 13:03:07 +00:00
Robin
915fb63356 First pass at the new video tile designs
Here, I've begun updating the styles of video tiles to match the new designs. Not yet updated: the local volume option is supposed to go inside an overflow menu now, but I haven't gotten to that yet.

To make the outlines on hovered / speaking tiles show up properly, I have to remove the usePageFocusStyle hack, which was preventing CSS outlines from being used for anything other than focus rings. I honestly can't tell what problem it was solving in the first place: focus rings still appear to behave as expected throughout the application.
2023-09-13 16:19:29 -04:00
Robin
21c234ebee Add accessible label to the in-call logo mark 2023-09-13 16:18:29 -04:00
Šimon Brandner
dd49bd517c Add background gradient
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-09-13 17:53:12 +02:00
David Baker
a02261561c Add comment 2023-09-13 15:03:54 +01:00
David Baker
5570e3f806 More obvious syntax
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2023-09-13 14:32:21 +01:00
Robin
1f95ec7a0c Merge pull request #1430 from RiotTranslateBot/weblate-element-call-element-call
Translations update from Weblate
2023-09-12 15:02:54 -04:00
David Baker
c5118f38c5 Merge remote-tracking branch 'origin/livekit' into dbkr/smooth_focus_switch 2023-09-12 16:35:51 +01:00
David Baker
9efb15941c Merge pull request #1348 from vector-im/dbkr/matrixrtcsession
Switch to the MatrixRTCSession layer in js-sdk
2023-09-12 16:33:02 +01:00
David Baker
a4d20f85a0 Use js-sdk from latest develop 2023-09-12 16:25:59 +01:00
Weblate
fc0ec336a6 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-12 14:41:06 +00:00
Ihor Hordiichuk
91383dff30 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (124 of 124 strings)

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/uk/
2023-09-12 14:41:06 +00:00
random
a1f0bf161d Added translation using Weblate (Italian) 2023-09-12 14:41:06 +00:00
Weblate
2788122bc4 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Call/element-call
Translate-URL: https://translate.element.io/projects/element-call/element-call/
2023-09-12 14:41:06 +00:00
LinAGKar
2e51e109b9 Added translation using Weblate (Swedish) 2023-09-12 14:41:06 +00:00
David Baker
59f719acb6 Merge pull request #1420 from vector-im/dbkr/apple-site-association
Add apple site association
2023-09-12 14:00:13 +01:00
David Baker
054361ab3a Merge pull request #1431 from vector-im/renovate/livekit-components-react-1.x-lockfile
Update dependency @livekit/components-react to v1.1.8
2023-09-12 13:59:29 +01:00
renovate[bot]
8f76750062 Update dependency @livekit/components-react to v1.1.8 2023-09-12 12:55:08 +00:00
Timo
0a009a7b1c disable turn servers in widget mode (#1396)
Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-12 13:51:06 +02:00
David Baker
1fb210c5cc Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-09-12 11:30:46 +01:00
David Baker
378ce403f5 Update livekit components 2023-09-12 10:34:13 +01:00
Robin
d483dd0218 Merge pull request #1427 from robintown/button-accessibility
Improve accessibility of buttons
2023-09-11 11:24:53 -04:00
Robin
2d1e820fc6 Regenerate strings 2023-09-11 11:22:35 -04:00
Robin
26ad532532 Merge branch 'livekit' into button-accessibility 2023-09-11 11:22:10 -04:00
Robin
3438ee5711 Merge pull request #1426 from robintown/header-footer
Implement new in-call header and footer designs
2023-09-11 11:14:59 -04:00
Robin
4b3364584d Regenerate string files 2023-09-11 11:11:26 -04:00
Robin
ae2b152b3e Upgrade Compound Web 2023-09-11 11:08:46 -04:00
Robin
6c25a25f8b Make the focus ring on Compound Web buttons consistent 2023-09-11 11:07:10 -04:00
Robin
8720ccada6 Count participants in a more sensible way 2023-09-11 10:32:03 -04:00
Robin
a9585b1fcf Merge branch 'livekit' into header-footer 2023-09-11 10:29:19 -04:00
David Baker
9d9765f668 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-09-11 09:58:03 +01:00
Šimon Brandner
013e3296fe Merge pull request #1387 from vector-im/SimonBrandner/task/avatar 2023-09-10 11:52:07 +02:00
Šimon Brandner
7fc0de573b Remove leftover
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-09-10 11:50:09 +02:00
Robin
1445c42cc3 Implement new in-call header and footer designs 2023-09-08 16:41:23 -04:00
Robin
3545a8152a Improve accessibility of buttons
I noticed that none of these buttons had accessible labels, which is obviously no good since they rely on icons alone to convey purpose when not focused.
2023-09-08 15:39:49 -04:00
David Baker
2c1692bd4f Always publish microphone track when joining 2023-09-08 17:22:02 +01:00
David Baker
7b14d9dacb Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-09-07 14:09:52 +01:00
David Baker
dfdb2b564a Merge pull request #1421 from vector-im/dbkr/fixptt
Fix the mute icon being incorrect when using PTT
2023-09-07 13:20:42 +01:00
David Baker
38bb2895db Tidier syntax
Co-authored-by: Robin <robin@robin.town>
2023-09-07 13:16:40 +01:00
David Baker
da5bef1206 Wrong finger or something 2023-09-06 16:23:49 +01:00
David Baker
b0e7b949da Assetlinks for android too 2023-09-06 16:03:54 +01:00
David Baker
1757bc546d Rename to not have file extension
As this is what apple need. Also make the docker container serve
it with the right content type.
2023-09-06 13:59:37 +01:00
David Baker
00f14c9814 Fix the mute icon being incorrect when using PTT
We were manipulating the participant's mute state directly for some
reason, just for setting the mute state directly, which bypased the
mutestates hook.
2023-09-06 11:45:01 +01:00
David Baker
5d969563f7 Prettier 2023-09-06 10:35:41 +01:00
David Baker
ef037c5c1d Add apple site association 2023-09-06 10:22:02 +01:00
David Baker
8f570b7893 Include the colon in the user ID in the numebr of parts we check for 2023-09-06 09:12:04 +01:00
David Baker
83fd9a49ab Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-09-06 09:01:58 +01:00
David Baker
0a7723d218 Merge pull request #1418 from vector-im/dbkr/dont_open_devices_twice
Remove extra device request on the video preview page
2023-09-06 09:01:24 +01:00
Šimon Brandner
40e31607d2 i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-09-06 08:04:55 +02:00
Šimon Brandner
1cb0ad2f65 Switch to Avatar from Compound
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-09-06 08:04:51 +02:00
David Baker
3e72604391 Remove unintentional change 2023-09-05 17:38:43 +01:00
David Baker
973d396249 Remove extra device request on the video preview page
As per comment, livekit mutates the object that's passed in, so
we ended up re-requesting the devices in the next render because we
effectively passed in different options.
2023-09-05 17:34:55 +01:00
Šimon Brandner
40283ab760 Remove unused Facepile
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-09-04 20:03:25 +02:00
David Baker
c0443288c5 Smooth Focus Switching
For a few seconds after a focusn switch, keep old tiles from the previous
focus so that it doesn't look like everyone leaves & comes back.

Based on https://github.com/vector-im/element-call/pull/1348
Requires https://github.com/livekit/components-js/pull/620
2023-09-04 12:46:06 +01:00
Robin
3331a23373 Merge pull request #1409 from robintown/livekit-isnt-pr
Tell the CI that the livekit branch isn't a PR
2023-09-04 05:08:06 -04:00
Robin Townsend
1bdb0db6d2 Tell the CI that the livekit branch isn't a PR
This prevents it from trying to run the PR preview workflow on every build of the livekit branch.
2023-09-01 15:08:46 -04:00
Robin
e124b77f7f Merge pull request #1374 from robintown/in-call-footer
Implement new designs for in-call footer buttons
2023-09-01 13:26:19 -04:00
Robin
b96b77472d Merge pull request #1406 from vector-im/renovate/react-stately-collections-3.x-lockfile
Update dependency @react-stately/collections to v3.10.0
2023-09-01 13:25:57 -04:00
Robin Townsend
0bf96472eb Work around jsdom not providing TextEncoder 2023-09-01 13:23:24 -04:00
Robin Townsend
8e090af370 Merge branch 'livekit' into in-call-footer 2023-09-01 13:13:02 -04:00
David Baker
0dbd3c2a58 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-09-01 15:09:24 +01:00
David Baker
ba23c1e269 Merge pull request #1407 from vector-im/dbkr/add_git_sha_version
Add git sha as version in build job
2023-09-01 15:04:06 +01:00
David Baker
f6a296bc0c Add git sha as version in build job 2023-09-01 14:59:52 +01:00
renovate[bot]
1e892b452e Update dependency @react-stately/collections to v3.10.0 2023-09-01 13:23:17 +00:00
Robin
a3edf08776 Merge pull request #1371 from vector-im/renovate/react-spring-web-9.x-lockfile
Update dependency @react-spring/web to v9.7.3
2023-09-01 09:22:44 -04:00
Robin Townsend
27b5ede72e Install @react-spring/rafz
As a workaround for https://github.com/pmndrs/react-spring/issues/2173
2023-09-01 09:19:44 -04:00
Robin
29af360df9 Merge pull request #1372 from vector-im/renovate/storybook-monorepo
Update dependency @storybook/react to v6.5.16
2023-09-01 09:12:27 -04:00
Robin
dfe8f4ab2f Merge pull request #1395 from vector-im/renovate/opentelemetry-instrumentation-user-interaction-0.x
Update dependency @opentelemetry/instrumentation-user-interaction to ^0.33.0
2023-08-31 17:10:00 -04:00
renovate[bot]
b1ae9523aa Update dependency @opentelemetry/instrumentation-user-interaction to ^0.33.0 2023-08-31 21:07:27 +00:00
renovate[bot]
3e64553815 Update dependency @storybook/react to v6.5.16 2023-08-31 21:07:12 +00:00
Robin
b1b30f3d97 Merge pull request #1394 from vector-im/renovate/opentelemetry-instrumentation-document-load-0.x
Update dependency @opentelemetry/instrumentation-document-load to ^0.33.0
2023-08-31 17:06:38 -04:00
renovate[bot]
900abc7fa2 Update dependency @opentelemetry/instrumentation-document-load to ^0.33.0 2023-08-31 21:03:50 +00:00
Robin
186fe91529 Merge pull request #1390 from vector-im/renovate/opentelemetry-js-monorepo
Update opentelemetry-js monorepo
2023-08-31 17:02:46 -04:00
Robin
2fc4681f0b Merge pull request #1392 from vector-im/renovate/babel-monorepo
Update dependency @babel/core to v7.22.11
2023-08-31 17:02:02 -04:00
Robin
784f2ee99c Merge pull request #1393 from vector-im/renovate/juggle-resize-observer-3.x-lockfile
Update dependency @juggle/resize-observer to v3.4.0
2023-08-31 17:01:33 -04:00
Robin
4c0feaa30d Merge pull request #1391 from vector-im/renovate/actions-github-script-3.x
Update actions/github-script action to v3.2.0
2023-08-31 17:01:14 -04:00
renovate[bot]
58a335e8a2 Update dependency @juggle/resize-observer to v3.4.0 2023-08-31 19:12:55 +00:00
renovate[bot]
771e20bdc4 Update dependency @babel/core to v7.22.11 2023-08-31 19:12:39 +00:00
renovate[bot]
7549e24479 Update actions/github-script action to v3.2.0 2023-08-31 16:06:48 +00:00
renovate[bot]
550d7acaa8 Update opentelemetry-js monorepo 2023-08-31 16:06:42 +00:00
Robin
1789571921 Merge pull request #1378 from vector-im/renovate/vitejs-plugin-react-4.x-lockfile
Update dependency @vitejs/plugin-react to v4.0.4
2023-08-31 09:54:40 -04:00
David Baker
fe4d42f4d0 Update js-sdk 2023-08-31 14:43:53 +01:00
renovate[bot]
405904ded1 Update dependency @vitejs/plugin-react to v4.0.4 2023-08-31 13:41:16 +00:00
David Baker
981a29ebf7 yarn 2023-08-31 14:38:31 +01:00
David Baker
dd9397d921 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-08-31 14:38:05 +01:00
David Baker
0535a35a1c Remove unused memberships prop 2023-08-31 14:36:54 +01:00
Robin
0e0f6f7fc5 Merge pull request #1361 from vector-im/renovate/npm-mermaid-vulnerability
Update dependency mermaid to v9 [SECURITY]
2023-08-31 09:36:03 -04:00
Robin
7f5e02852c Merge pull request #1380 from vector-im/renovate/classnames-2.x-lockfile
Update dependency classnames to v2.3.2
2023-08-31 09:33:22 -04:00
Robin
65564f8662 Add types for dompurify and d3 2023-08-31 09:31:12 -04:00
Robin
d55af2b9a5 Merge pull request #1389 from vector-im/renovate/nwtgck-actions-netlify-1.x
Update nwtgck/actions-netlify action to v1.2.4
2023-08-31 09:29:20 -04:00
Robin
b04e53a9bd Merge pull request #1385 from vector-im/renovate/re-resizable-6.x-lockfile
Update dependency re-resizable to v6.9.11
2023-08-31 09:28:22 -04:00
Robin
2d5ea82ecf Fix types 2023-08-31 09:27:06 -04:00
Robin
8c09a4361a Merge pull request #1388 from vector-im/renovate/react-use-clipboard-1.x-lockfile
Update dependency react-use-clipboard to v1.0.9
2023-08-31 09:26:28 -04:00
Robin
24b652f696 Merge pull request #1384 from vector-im/renovate/i18next-http-backend-1.x-lockfile
Update dependency i18next-http-backend to v1.4.5
2023-08-31 09:24:10 -04:00
Robin
6d24473fb0 Merge pull request #1386 from vector-im/renovate/react-router-monorepo
Update dependency react-router-dom to v5.3.4
2023-08-31 09:22:09 -04:00
renovate[bot]
5d24b55d30 Update nwtgck/actions-netlify action to v1.2.4 2023-08-31 13:21:35 +00:00
Robin
a73597b30b Merge pull request #1376 from vector-im/renovate/use-gesture-react-10.x-lockfile
Update dependency @use-gesture/react to v10.2.27
2023-08-31 09:21:12 -04:00
renovate[bot]
8cf936eb5d Update dependency react-use-clipboard to v1.0.9 2023-08-31 13:20:33 +00:00
Robin
e490b39718 Merge pull request #1381 from vector-im/renovate/color-hash-2.x-lockfile
Update dependency color-hash to v2.0.2
2023-08-31 09:19:53 -04:00
renovate[bot]
3d9d19b721 Update dependency react-router-dom to v5.3.4 2023-08-31 12:11:47 +00:00
Šimon Brandner
41b28b80fc Merge pull request #1373 from vector-im/renovate/sdp-transform-2.x-lockfile 2023-08-31 14:11:14 +02:00
renovate[bot]
bc258c05d7 Update dependency re-resizable to v6.9.11 2023-08-31 11:56:26 +00:00
renovate[bot]
1305779e8e Update dependency i18next-http-backend to v1.4.5 2023-08-31 11:56:12 +00:00
Robin
a35f1cb23f Merge pull request #1369 from robintown/copy-icon-color
Use a more suitable color for copy buttons
2023-08-31 07:55:35 -04:00
Robin
3494f0fb4d Merge branch 'livekit' into in-call-footer 2023-08-31 07:53:14 -04:00
renovate[bot]
18b87bcd55 Update dependency color-hash to v2.0.2 2023-08-31 10:19:50 +00:00
renovate[bot]
eef286e71e Update dependency classnames to v2.3.2 2023-08-31 10:19:36 +00:00
David Baker
1a559b2e0d Merge pull request #1377 from vector-im/renovate/vector-im-compound-design-tokens-0.x
Update dependency @vector-im/compound-design-tokens to ^0.0.5
2023-08-31 11:19:02 +01:00
David Baker
9d6d5a16e7 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-08-31 10:48:54 +01:00
David Baker
35a69a9c51 Merge pull request #1370 from vector-im/renovate/docker-setup-buildx-action-digest
Update docker/setup-buildx-action digest to 885d146
2023-08-31 10:38:00 +01:00
David Baker
e389798baf Merge pull request #1365 from vector-im/renovate/docker-build-push-action-digest
Update docker/build-push-action digest to 9311bf5
2023-08-31 10:35:57 +01:00
David Baker
e9fab62e21 Merge pull request #1367 from vector-im/renovate/docker-login-action-digest
Update docker/login-action digest to cf8514a
2023-08-31 10:35:27 +01:00
David Baker
8a02c5fbb9 Merge pull request #1368 from vector-im/renovate/docker-metadata-action-digest
Update docker/metadata-action digest to 0f8c876
2023-08-31 10:34:50 +01:00
renovate[bot]
96857476f9 Update dependency @vector-im/compound-design-tokens to ^0.0.5 2023-08-31 09:34:16 +00:00
David Baker
8b596fe8ab Merge pull request #1364 from vector-im/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 65d8626
2023-08-31 10:33:45 +01:00
Šimon Brandner
c7c6e2c007 Merge pull request #1358 from vector-im/SimonBrandner/feat/e2ee-on 2023-08-31 11:32:27 +02:00
renovate[bot]
1a135f9466 Update dependency @use-gesture/react to v10.2.27 2023-08-31 08:59:46 +00:00
Šimon Brandner
39f76b65d4 Merge pull request #1375 from vector-im/renovate/uuid-9.x-lockfile 2023-08-31 10:59:10 +02:00
David Baker
b256755a0d Don't treat empty object as a valid sfu config
This was causing an extra reconnect cycle when the call was first
joined because it thought the previous SFU config was valid. This was
probably causing some client to fail to connect at all.
2023-08-31 09:44:23 +01:00
renovate[bot]
dedd0b07c6 Update dependency @types/uuid to v9.0.3 2023-08-31 04:34:44 +00:00
Robin Townsend
63ccd56573 Implement new designs for in-call footer buttons
This basically amounts to swapping out some CSS, the icons, and the Tooltip component.
2023-08-30 22:04:20 -04:00
renovate[bot]
3958158cf8 Update dependency @types/sdp-transform to v2.4.6 2023-08-31 00:39:36 +00:00
renovate[bot]
2e866770f6 Update dependency @react-spring/web to v9.7.3 2023-08-30 22:21:40 +00:00
renovate[bot]
6f4c549961 Update docker/setup-buildx-action digest to 885d146 2023-08-30 22:21:23 +00:00
Robin Townsend
6f4834e168 Use a more suitable color for copy buttons
This is a change that I meant to include in aa628cc63c, but forgot to commit.
2023-08-30 14:52:53 -04:00
renovate[bot]
ea3c346d39 Update docker/metadata-action digest to 0f8c876 2023-08-30 18:48:45 +00:00
renovate[bot]
6004e2d303 Update docker/login-action digest to cf8514a 2023-08-30 18:48:41 +00:00
David Baker
b5626dd97c Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-08-30 17:25:00 +01:00
David Baker
8a94220d74 Merge pull request #1366 from vector-im/dbkr/fix_firefox_e2ee_hopefully
Fix e2ee audio in Firefox
2023-08-30 17:24:34 +01:00
renovate[bot]
6c999e652b Update docker/build-push-action digest to 9311bf5 2023-08-30 16:17:46 +00:00
David Baker
3a0c895b7a Fix e2ee audio in Firefox
Pull in changes for livekit and disable RED as per comment.
2023-08-30 17:17:45 +01:00
renovate[bot]
3062e015c9 Update actions/upload-artifact digest to 65d8626 2023-08-30 16:17:42 +00:00
David Baker
922af1ba3e Merge pull request #1360 from vector-im/renovate/npm-posthog-js-vulnerability
Update dependency posthog-js to v1.57.2 [SECURITY]
2023-08-30 17:12:07 +01:00
renovate[bot]
11e78cf06b Update dependency mermaid to v9 [SECURITY] 2023-08-30 14:01:06 +00:00
renovate[bot]
fcf0ec9b90 Update dependency posthog-js to v1.57.2 [SECURITY] 2023-08-30 14:00:46 +00:00
David Baker
641fdbcc10 Merge pull request #1357 from vector-im/renovate/configure
Configure Renovate
2023-08-30 14:59:53 +01:00
David Baker
3aace3e4f6 Prettier 2023-08-30 14:42:58 +01:00
Robin
841a31a642 Merge pull request #1354 from robintown/colors
Adopt the Compound color system
2023-08-30 08:14:53 -04:00
Šimon Brandner
1b2287646d Enable E2EE by default
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-30 12:19:21 +02:00
fkwp
8ea086a971 disable renoavte for packages we want to monitor ourselves 2023-08-30 11:09:15 +02:00
David Baker
923f081d74 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-08-30 10:04:43 +01:00
David Baker
91b3cc2abb Merge pull request #1356 from vector-im/dbkr/unpin_livekit
Unpin livekit versions
2023-08-30 10:04:19 +01:00
renovate[bot]
d71264a1f2 Add renovate.json 2023-08-30 08:52:59 +00:00
David Baker
73b505987d Unpin livekit versions
and upgrade to latest
2023-08-30 09:50:12 +01:00
David Baker
192c3295c9 Update js-sdk 2023-08-29 14:19:08 +01:00
David Baker
4cd274b91e Manually disconnect & reconnect the livekit call if our focus changes
Without breaking the 'disconnected' screen
2023-08-29 12:45:34 +01:00
Robin Townsend
aa628cc63c Adopt the Compound color system
As a first step towards adopting the Compound design system and the new Element Call designs, this pulls in Compound's color tokens and applies them to all existing components. I've tried to choose tokens based on the semantics of where they're used, but in some cases, where the new and old design systems differ in semantics, it was necessary to choose tokens based on their resulting color. These hacks can be removed as we implement more of the new designs.

There were a set of environment variables that we used for custom themes, but Compound has way too many design tokens for that approach to still be a good idea, so I decided to replace them all with a single environment variable that just lets you write arbitrary custom CSS.
2023-08-28 17:14:40 -04:00
Šimon Brandner
992e6aa2a3 Update js-sdk
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-28 17:01:58 +02:00
fkwp
1dc05bed7d Merge pull request #1353 from vector-im/1352-use-the-dev-hs-for-netlify-previews
1352 use the dev hs for netlify previews
2023-08-28 16:54:41 +02:00
fkwp
1ef64f3a4d use call-unstable.ems.host homeserver 2023-08-28 16:49:03 +02:00
fkwp
0315230e3a Update homeserver to use call-unstable.ems.host 2023-08-28 16:46:55 +02:00
David Baker
22533fc408 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-08-25 14:40:52 +01:00
Šimon Brandner
e635740760 Merge pull request #1351 from vector-im/SimonBrandner/fix/e2ee-embed 2023-08-25 15:38:43 +02:00
Šimon Brandner
9d142c1ea5 Fix useIsRoomE2EE()
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-25 15:30:58 +02:00
David Baker
e4e35eecfd Use Matrix room membership to look up room member
Rather than the matrixRTC memberships. We're essentially trusting
LiveKit's view of weho is connected here, so we may as well include
the real names of anyone we don't think is a matrixRTC participant,
for whatever reason.
2023-08-25 13:19:23 +01:00
David Baker
dc80a7e350 Log ghosts
and remove unsused code
2023-08-23 15:04:41 +01:00
David Baker
1955765cfd Bump js-sdk 2023-08-23 14:03:38 +01:00
David Baker
af5e679089 i18n 2023-08-23 10:15:29 +01:00
David Baker
c516207199 Remove matrix-widget-api as a dep & remove livekit stuff from widget init
We'll always have matrix-widget-api as a dep through js-sdk so also
specifyin it ourselves just means we'll end up using a different version
when the js-sdk upgrade their copy and get wierd errors. We could add a
peerDependency if we really felt the need?
2023-08-23 10:12:09 +01:00
David Baker
918736e758 Removed now unused useGroupCall & OpenIDLoader 2023-08-23 10:06:08 +01:00
David Baker
095753c6a0 i18n 2023-08-23 10:03:05 +01:00
David Baker
ee77820e5b Use latest js-sdk branch 2023-08-23 09:59:02 +01:00
David Baker
7a197a2700 Use js-sdk branch 2023-08-18 14:14:24 +01:00
David Baker
274349f2e2 Use the right sfu config hook 2023-08-18 10:20:14 +01:00
David Baker
e39d00154d More hacking on rtcsession 2023-08-18 09:03:21 +01:00
David Baker
1716bd4418 Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession 2023-08-16 18:53:00 +01:00
David Baker
4242d45ba2 WIP refactor for removing m.call events 2023-08-16 18:41:27 +01:00
Šimon Brandner
a73516380a Merge pull request #1344 from vector-im/SimonBrandner/feat/roomIds 2023-08-16 18:13:47 +02:00
Šimon Brandner
d0fe055af6 Always allow setting a password
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-16 15:39:55 +02:00
Šimon Brandner
3ea908c59f Revert "Remove optional call"
This reverts commit 74c70627dc.
2023-08-16 15:38:23 +02:00
Šimon Brandner
74c70627dc Remove optional call
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-16 15:35:49 +02:00
Šimon Brandner
b4b33563be Fix joining an existing room
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-16 15:13:28 +02:00
Šimon Brandner
11b5f537de i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-16 14:01:36 +02:00
Šimon Brandner
5cd8c0538e Revert changes to JoinExistingCallModal
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-16 13:59:41 +02:00
Šimon Brandner
54157611eb Remove log line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-16 13:56:31 +02:00
Šimon Brandner
22690c4a0b Differentiate between E2EE and non-E2EE rooms by alias presence
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-11 17:00:05 +02:00
Šimon Brandner
edfae0138c Add useIsRoomE2EE()
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-11 16:59:26 +02:00
Šimon Brandner
e246c053c1 Improve loading of passwords
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-11 16:57:55 +02:00
Šimon Brandner
c86ef40162 Goodbye, aliases
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-11 13:25:09 +02:00
Šimon Brandner
b2f5f90f37 More URL handling adjustements
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-11 13:16:35 +02:00
Šimon Brandner
506b363f38 Update E2EE texts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-11 13:14:50 +02:00
David Baker
4d394decce Merge pull request #1343 from vector-im/dbkr/add_v_back
Put the 'v' back on the docker tag for release versions
2023-08-11 10:54:10 +01:00
David Baker
96f264db87 Put the 'v' back on the docker tag for release versions 2023-08-11 09:24:11 +01:00
David Baker
e51492b3c7 Merge pull request #1342 from vector-im/dbkr/dev_version_sha
Set version to commit sha for dev builds
2023-08-11 09:18:14 +01:00
David Baker
ba1ebad31e Set version to commit sha for dev builds 2023-08-11 09:04:38 +01:00
Šimon Brandner
5c3d8efebf Improve URL handling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-10 15:19:43 +02:00
Šimon Brandner
8facf7808b Merge remote-tracking branch 'upstream/livekit' into SimonBrandner/feat/hash 2023-08-10 09:43:05 +02:00
Šimon Brandner
923043a58c Fix tests
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:08:23 +02:00
Šimon Brandner
6a3c02f7f7 Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:37 +02:00
Šimon Brandner
819734e2dd i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:37 +02:00
Šimon Brandner
466d7ee394 Don't allow joining existing calls with E2EE enabled
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:37 +02:00
Šimon Brandner
935d2188f0 Do not allow joining a call without E2EE key
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:36 +02:00
Šimon Brandner
c4e5e1afb1 Save room shared keys to local storage
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:36 +02:00
Šimon Brandner
80f97cba32 Fix getRoomUrl()
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:36 +02:00
Šimon Brandner
7ace81a7cc Make copy link button include a password
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:35 +02:00
Šimon Brandner
89ae0e1e62 Re-use variable
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:35 +02:00
Šimon Brandner
fd8f50957b i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:34 +02:00
Šimon Brandner
9cd20ed1da Delete hash once loaded
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:34 +02:00
Šimon Brandner
8fdc1e3684 Store shared keys in local storage
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:34 +02:00
Šimon Brandner
59653fea07 Update the URL the lobby view when the password changes
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:33 +02:00
Šimon Brandner
1a5898eb30 Get E2EE password from the URL
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2023-08-09 14:01:33 +02:00
310 changed files with 19785 additions and 24802 deletions

View File

@@ -10,19 +10,10 @@ LIVEKIT_SECRET="secret"
# Used for determining the homeserver to use for short urls etc. # Used for determining the homeserver to use for short urls etc.
# VITE_FALLBACK_STUN_ALLOWED=false # VITE_FALLBACK_STUN_ALLOWED=false
# VITE_CUSTOM_THEME=true # CSS to be injected into the page for the purpose of custom theming.
# VITE_THEME_ACCENT=#0dbd8b # Generally, writing a custom theme involves overriding Compound design tokens,
# VITE_THEME_ACCENT_20=#0dbd8b33 # which are documented here:
# VITE_THEME_ALERT=#ff5b55 # https://compound.element.io/?path=/docs/foundations-design-tokens--docs
# VITE_THEME_ALERT_20=#ff5b5533 # https://compound.element.io/?path=/docs/tokens-color-palettes--docs
# VITE_THEME_LINKS=#0086e6 # https://compound.element.io/?path=/docs/tokens-semantic-colors--docs
# VITE_THEME_PRIMARY_CONTENT=#ffffff # VITE_CUSTOM_CSS=".cpd-theme-dark.cpd-theme-dark { --cpd-color-theme-bg: #101317; }"
# VITE_THEME_SECONDARY_CONTENT=#a9b2bc
# VITE_THEME_TERTIARY_CONTENT=#8e99a4
# VITE_THEME_TERTIARY_CONTENT_20=#8e99a433
# VITE_THEME_QUATERNARY_CONTENT=#6f7882
# VITE_THEME_QUINARY_CONTENT=#394049
# VITE_THEME_SYSTEM=#21262c
# VITE_THEME_BACKGROUND=#15191e
# VITE_THEME_BACKGROUND_85=#15191ed9
# VITE_THEME_SUBTLE_PRIMARY=#26282D

View File

@@ -1,13 +1,31 @@
const COPYRIGHT_HEADER = `/*
Copyright %%CURRENT_YEAR%% New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
`;
module.exports = { module.exports = {
plugins: ["matrix-org"], plugins: ["matrix-org"],
extends: [ extends: [
"prettier",
"plugin:matrix-org/react", "plugin:matrix-org/react",
"plugin:matrix-org/a11y", "plugin:matrix-org/a11y",
"plugin:matrix-org/typescript", "plugin:matrix-org/typescript",
"prettier",
], ],
parserOptions: { parserOptions: {
ecmaVersion: 2018, ecmaVersion: "latest",
sourceType: "module", sourceType: "module",
project: ["./tsconfig.json"], project: ["./tsconfig.json"],
}, },
@@ -15,27 +33,13 @@ module.exports = {
browser: true, browser: true,
node: true, node: true,
}, },
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
},
rules: { rules: {
"jsx-a11y/media-has-caption": ["off"], "matrix-org/require-copyright-header": ["error", COPYRIGHT_HEADER],
"jsx-a11y/media-has-caption": "off",
// We should use the js-sdk logger, never console directly.
"no-console": ["error"],
"react/display-name": "error",
}, },
overrides: [
{
files: ["src/**/*.{ts,tsx}"],
extends: [
"plugin:matrix-org/typescript",
"plugin:matrix-org/react",
"prettier",
],
rules: {
// We're aiming to convert this code to strict mode
"@typescript-eslint/no-non-null-assertion": "off",
},
},
],
settings: { settings: {
react: { react: {
version: "detect", version: "detect",

2
.github/CODEOWNERS vendored
View File

@@ -1 +1 @@
* @vector-im/element-call-reviewers * @element-hq/element-call-reviewers

View File

@@ -1,33 +1,25 @@
name: Build name: Build
on: on:
pull_request: {} pull_request:
types:
- synchronize
- opened
- labeled
paths-ignore:
- ".github/**"
- "docs/**"
push: push:
branches: [livekit, full-mesh] branches: [livekit, full-mesh]
paths-ignore:
- ".github/**"
- "docs/**"
jobs: jobs:
build: build_element_call:
name: Build uses: ./.github/workflows/element-call.yaml
runs-on: ubuntu-latest with:
steps: vite_app_version: ${{ github.event.release.tag_name || github.sha }}
- name: Checkout code secrets:
uses: actions/checkout@v2 SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
- name: Yarn cache SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
uses: actions/setup-node@v3 SENTRY_URL: ${{ secrets.SENTRY_URL }}
with: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
cache: "yarn"
- name: Install dependencies
run: "yarn install"
- name: Build
run: "yarn run build"
env:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
NODE_OPTIONS: "--max-old-space-size=4096"
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: build
path: dist
# We'll only use this in a triggered job, then we're done with it
retention-days: 1

60
.github/workflows/docker.yaml vendored Normal file
View File

@@ -0,0 +1,60 @@
name: Docker - Deploy
on:
workflow_call:
inputs:
docker_tags:
required: true
type: string
artifact_run_id:
required: false
type: string
default: ${{ github.run_id }}
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build_and_deploy:
name: Build & publish docker
runs-on: ubuntu-latest
permissions:
contents: write # required to upload release asset
packages: write
steps:
- name: Check it out
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: 📥 Download artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ inputs.artifact_run_id }}
name: build-output
path: dist
- name: Log in to container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ inputs.docker_tags}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- name: Build and push Docker image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out test private repo - name: Check out test private repo
uses: actions/checkout@v3 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with: with:
repository: vector-im/static-call-participant repository: element-hq/static-call-participant
ref: refs/heads/main ref: refs/heads/main
path: static-call-participant path: static-call-participant
token: ${{ secrets.GH_E2E_TEST_TOKEN }} token: ${{ secrets.GH_E2E_TEST_TOKEN }}

47
.github/workflows/element-call.yaml vendored Normal file
View File

@@ -0,0 +1,47 @@
name: Element Call - Build
on:
workflow_call:
inputs:
vite_app_version:
required: true
type: string
secrets:
SENTRY_ORG:
required: true
SENTRY_PROJECT:
required: true
SENTRY_URL:
required: true
SENTRY_AUTH_TOKEN:
required: true
jobs:
build:
name: Build Element Call
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Yarn cache
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
cache: "yarn"
node-version: "lts/*"
- name: Install dependencies
run: "yarn install"
- name: Build
run: "yarn run build"
env:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
VITE_APP_VERSION: ${{ inputs.vite_app_version }}
NODE_OPTIONS: "--max-old-space-size=4096"
- name: Upload Artifact
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: build-output
path: dist
# We'll only use this in a triggered job, then we're done with it
retention-days: 1

View File

@@ -7,11 +7,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Yarn cache - name: Yarn cache
uses: actions/setup-node@v3 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with: with:
cache: "yarn" cache: "yarn"
node-version: "lts/*"
- name: Install dependencies - name: Install dependencies
run: "yarn install" run: "yarn install"
- name: Prettier - name: Prettier

View File

@@ -1,88 +0,0 @@
name: Netlify Main
on:
workflow_run:
workflows: ["Build"]
types:
- completed
branches:
- "full-mesh"
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
deployments: write
# Important: the 'branches' filter above will match the 'main' branch on forks,
# so we need to check the head repo too in order to not run on PRs from forks
# We check the branch name again too just for completeness
# (Is there a nicer way to see if a PR is from a fork?)
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_repository.full_name == 'vector-im/element-call' && github.event.workflow_run.head_branch == 'full-mesh'
steps:
- name: Create Deployment
uses: bobheadxi/deployments@v1
id: deployment
with:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
env: main-branch-cd
ref: ${{ github.event.workflow_run.head_sha }}
- name: "Download artifact"
uses: actions/github-script@v3.1.0
with:
script: |
const artifacts = await github.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{ github.event.workflow_run.id }},
});
const matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "build"
})[0];
const download = await github.actions.downloadArtifact({
owner: context.repo.owner,
repo: context.repo.repo,
artifact_id: matchArtifact.id,
archive_format: 'zip',
});
const fs = require('fs');
fs.writeFileSync('${{github.workspace}}/build.zip', Buffer.from(download.data));
- name: Extract Artifacts
run: unzip -d dist build.zip && rm build.zip
- name: Add redirects file
# We fetch from github directly as we don't bother checking out the repo
run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/netlify_redirects > dist/_redirects
- name: Add config file
run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/element_io_develop.json > dist/config.json
- name: Deploy to Netlify
id: netlify
uses: nwtgck/actions-netlify@v1.2.3
with:
publish-dir: dist
deploy-message: "Deploy from GitHub Actions"
production-branch: main
production-deploy: true
# These don't work because we're in workflow_run
enable-pull-request-comment: false
enable-commit-comment: false
github-deployment-environment: main
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1
- name: Update deployment status
uses: bobheadxi/deployments@v1
if: always()
with:
step: finish
override: false
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
env: ${{ steps.deployment.outputs.env }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
env_url: ${{ steps.netlify.outputs.deploy-url }}

View File

@@ -1,87 +0,0 @@
name: Netlify LiveKit
on:
workflow_run:
workflows: ["Build"]
types:
- completed
branches:
- "livekit"
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
deployments: write
# Important: the 'branches' filter above will match the 'livekit' branch on forks,
# so we need to check the head repo too in order to not run on PRs from forks
# We check the branch name again too just for completeness
# (Is there a nicer way to see if a PR is from a fork?)
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_repository.full_name == 'vector-im/element-call' && github.event.workflow_run.head_branch == 'livekit'
steps:
- name: Create Deployment
uses: bobheadxi/deployments@v1
id: deployment
with:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
env: livekit-experiment-branch-cd
ref: ${{ github.event.workflow_run.head_sha }}
- name: "Download artifact"
uses: actions/github-script@v3.1.0
with:
script: |
const artifacts = await github.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{ github.event.workflow_run.id }},
});
const matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "build"
})[0];
const download = await github.actions.downloadArtifact({
owner: context.repo.owner,
repo: context.repo.repo,
artifact_id: matchArtifact.id,
archive_format: 'zip',
});
const fs = require('fs');
fs.writeFileSync('${{github.workspace}}/build.zip', Buffer.from(download.data));
- name: Extract Artifacts
run: unzip -d dist build.zip && rm build.zip
- name: Add redirects file
# We fetch from github directly as we don't bother checking out the repo
run: curl -s https://raw.githubusercontent.com/vector-im/element-call/livekit/config/netlify_redirects > dist/_redirects
- name: Add config file
run: curl -s https://raw.githubusercontent.com/vector-im/element-call/livekit/config/element_io_preview.json > dist/config.json
- name: Deploy to Netlify
id: netlify
uses: nwtgck/actions-netlify@v1.2.3
with:
publish-dir: dist
deploy-message: "Deploy from GitHub Actions"
production-branch: livekit
production-deploy: true
# These don't work because we're in workflow_run
enable-pull-request-comment: false
enable-commit-comment: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: e3b9fa82-c040-4db6-b4bf-42b524d57423
timeout-minutes: 1
- name: Update deployment status
uses: bobheadxi/deployments@v1
if: always()
with:
step: finish
override: false
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
env: ${{ steps.deployment.outputs.env }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
env_url: ${{ steps.netlify.outputs.deploy-url }}

View File

@@ -1,72 +1,79 @@
name: Netlify PR Preview name: Netlify - Deploy
on: on:
workflow_run: workflow_call:
workflows: ["Build"] inputs:
types: pr_number:
- completed required: true
branches-ignore: type: string
- "main" pr_head_full_name:
required: true
type: string
pr_head_ref:
required: true
type: string
deployment_ref:
required: true
type: string
artifact_run_id:
required: false
type: string
default: ${{ github.run_id }}
secrets:
ELEMENT_BOT_TOKEN:
required: true
NETLIFY_AUTH_TOKEN:
required: true
NETLIFY_SITE_ID:
required: true
jobs: jobs:
deploy: deploy:
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
deployments: write deployments: write
environment: Netlify environment: Netlify
steps: steps:
- name: 📝 Create Deployment - name: 📝 Create Deployment
uses: bobheadxi/deployments@v1 uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
id: deployment id: deployment
with: with:
step: start step: start
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: Netlify env: Netlify
ref: ${{ github.event.workflow_run.head_sha }} ref: ${{ inputs.deployment_ref }}
desc: | desc: |
Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Do you trust the author of this PR? Maybe this build will steal your keys or give you malware.
Exercise caution. Use test accounts. Exercise caution. Use test accounts.
- id: prdetails
uses: matrix-org/pr-details-action@v1.2
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
branch: ${{ github.event.workflow_run.head_branch }}
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
- name: 📥 Download artifact - name: 📥 Download artifact
uses: dawidd6/action-download-artifact@v2 uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with: with:
run_id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
name: build run-id: ${{ inputs.artifact_run_id }}
name: build-output
path: webapp path: webapp
- name: Add redirects file - name: Add redirects file
# We fetch from github directly as we don't bother checking out the repo # We fetch from github directly as we don't bother checking out the repo
run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/netlify_redirects > webapp/_redirects run: curl -s https://raw.githubusercontent.com/element-hq/element-call/main/config/netlify_redirects > webapp/_redirects
- name: Add config file - name: Add config file
env: run: curl -s "https://raw.githubusercontent.com/${{ inputs.pr_head_full_name }}/${{ inputs.pr_head_ref }}/config/config_netlify_preview.json" > webapp/config.json
HEADBRACH: ${{ github.event.workflow_run.head_branch }}
run: curl -s "https://raw.githubusercontent.com/vector-im/element-call/${HEADBRACH}/config/element_io_preview.json" > webapp/config.json
- name: ☁️ Deploy to Netlify - name: ☁️ Deploy to Netlify
id: netlify id: netlify
uses: nwtgck/actions-netlify@v1.2 uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0
with: with:
publish-dir: webapp publish-dir: webapp
deploy-message: "Deploy from GitHub Actions" deploy-message: "Deploy from GitHub Actions"
# These don't work because we're in workflow_run alias: pr${{ inputs.pr_number }}
enable-pull-request-comment: false
enable-commit-comment: false
alias: pr${{ steps.prdetails.outputs.pr_id }}
env: env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1 timeout-minutes: 1
- name: 🚦 Update deployment status - name: 🚦 Update deployment status
uses: bobheadxi/deployments@v1 uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
if: always() if: always()
with: with:
step: finish step: finish

50
.github/workflows/pr-deploy.yaml vendored Normal file
View File

@@ -0,0 +1,50 @@
name: PR Preview Deployments
on:
workflow_run:
workflows: ["Build"]
types:
- completed
jobs:
prdetails:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
runs-on: ubuntu-latest
outputs:
pr_number: ${{ steps.prdetails.outputs.pr_id }}
pr_data_json: ${{ steps.prdetails.outputs.data }}
steps:
- id: prdetails
uses: matrix-org/pr-details-action@15bde5285d7850ba276cc3bd8a03733e3f24622a # v1.3
continue-on-error: true
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
branch: ${{ github.event.workflow_run.head_branch }}
netlify:
needs: prdetails
permissions:
deployments: write
uses: ./.github/workflows/netlify.yaml
with:
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
pr_number: ${{ needs.prdetails.outputs.pr_number }}
pr_head_full_name: ${{ github.event.workflow_run.head_repository.full_name }}
pr_head_ref: ${{ needs.prdetails.outputs.pr_data_json && fromJSON(needs.prdetails.outputs.pr_data_json).head.ref }}
deployment_ref: ${{ needs.prdetails.outputs.pr_data_json && fromJSON(needs.prdetails.outputs.pr_data_json).head.sha || github.ref || github.head_ref }}
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
docker:
if: ${{ needs.prdetails.outputs.pr_data_json && contains(fromJSON(needs.prdetails.outputs.pr_data_json).labels.*.name, 'docker build') }}
needs: prdetails
permissions:
contents: write
packages: write
uses: ./.github/workflows/docker.yaml
with:
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
docker_tags: |
type=sha,format=short,event=branch
type=raw,value=pr_${{ needs.prdetails.outputs.pr_number }}

View File

@@ -3,17 +3,34 @@ name: Build & publish images to the package registry for tags
on: on:
release: release:
types: [published] types: [published]
push: workflow_run:
workflows: ["Build"]
branches: [livekit] branches: [livekit]
types:
- completed
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
build: build_element_call:
name: Build & publish if: ${{ github.event_name == 'release' }}
uses: ./.github/workflows/element-call.yaml
with:
vite_app_version: ${{ github.event.release.tag_name || github.sha }}
secrets:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
publish_tarball:
needs: build_element_call
if: always()
name: Publish tarball
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs:
unix_time: ${{steps.current-time.outputs.unix_time}}
permissions: permissions:
contents: write # required to upload release asset contents: write # required to upload release asset
packages: write packages: write
@@ -21,64 +38,35 @@ jobs:
- name: Get current time - name: Get current time
id: current-time id: current-time
run: echo "unix_time=$(date +'%s')" >> $GITHUB_OUTPUT run: echo "unix_time=$(date +'%s')" >> $GITHUB_OUTPUT
- name: 📥 Download artifact
- name: Check it out uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
uses: actions/checkout@v2
- name: Log in to container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: with:
registry: ${{ env.REGISTRY }} github-token: ${{ secrets.GITHUB_TOKEN }}
username: ${{ github.actor }} run-id: ${{ github.event.workflow_run.id || github.run_id }}
password: ${{ secrets.GITHUB_TOKEN }} name: build-output
path: dist
- name: Yarn cache
uses: actions/setup-node@v3
with:
cache: "yarn"
- name: Install dependencies
run: "yarn install"
- name: Build
run: "yarn run build"
env:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
VITE_APP_VERSION: ${{ github.event.release.tag_name }}
- name: Create Tarball - name: Create Tarball
env: env:
TARBALL_VERSION: ${{ github.event.release.tag_name || github.sha }} TARBALL_VERSION: ${{ github.event.release.tag_name || github.sha }}
run: | run: |
tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist
- name: Upload - name: Upload
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
with: with:
path: "./element-call-*.tar.gz" path: "./element-call-*.tar.gz"
publish_docker:
- name: Extract metadata (tags, labels) for Docker needs: publish_tarball
id: meta if: always()
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 permissions:
with: contents: write
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} packages: write
tags: | uses: ./.github/workflows/docker.yaml
type=sha,format=short,event=branch with:
type=semver,pattern={{version}} artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
type=raw,value=latest-ci,enable={{is_default_branch}} docker_tags: |
type=raw,value=latest-ci_${{steps.current-time.outputs.unix_time}},enable={{is_default_branch}} type=sha,format=short,event=branch
type=semver,pattern=v{{version}}
- name: Set up Docker Buildx type=raw,value=latest-ci,enable={{is_default_branch}}
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 type=raw,value=latest-ci_${{needs.publish_tarball.outputs.unix_time}},enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@@ -1,24 +1,25 @@
name: Run jest tests name: Run unit tests
on: on:
pull_request: {} pull_request: {}
push: push:
branches: [livekit, full-mesh] branches: [livekit, full-mesh]
jobs: jobs:
jest: vitest:
name: Run jest tests name: Run vitest tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Yarn cache - name: Yarn cache
uses: actions/setup-node@v3 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with: with:
cache: "yarn" cache: "yarn"
node-version: "lts/*"
- name: Install dependencies - name: Install dependencies
run: "yarn install" run: "yarn install"
- name: Jest - name: Vitest
run: "yarn run test" run: "yarn run test"
- name: Upload to codecov - name: Upload to codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
with: with:
flags: unittests flags: unittests

View File

@@ -0,0 +1,57 @@
name: Download translation files from Localazy
on:
workflow_dispatch:
secrets:
ELEMENT_BOT_TOKEN:
required: true
jobs:
download:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
cache: "yarn"
node-version: "lts/*"
- name: Install Deps
run: "yarn install --frozen-lockfile"
- name: Prune i18n
run: "rm -R public/locales"
- name: Download translation files
uses: localazy/download@0a79880fb66150601e3b43606fab69c88123c087 # v1.1.0
with:
groups: "-p includeSourceLang:true"
- name: Fix the owner of the downloaded files
run: "sudo chown runner:docker -R public/locales"
- name: Prettier
run: yarn prettier:format
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
branch: actions/localazy-download
delete-branch: true
title: Localazy Download
commit-message: Translations updates
labels: |
T-Task
- name: Enable automerge
run: gh pr merge --merge --auto "$PR_NUMBER"
if: steps.cpr.outputs.pull-request-operation == 'created'
env:
GH_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}

View File

@@ -0,0 +1,22 @@
name: Upload translation files to Localazy
on:
push:
branches:
- livekit
paths-ignore:
- ".github/**"
jobs:
upload:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Upload
uses: localazy/upload@27e6b5c0fddf4551596b42226b1c24124335d24a # v1
with:
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}

View File

@@ -1,27 +0,0 @@
name: Move new issues into triage board
on:
issues:
types: [opened]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: octokit/graphql-action@v2.x
id: add_to_project
with:
headers: '{"GraphQL-Features": "projects_next_graphql"}'
query: |
mutation add_to_project($projectid:ID!,$contentid:ID!) {
addProjectV2ItemById(input: {projectId: $projectid contentId: $contentid}) {
item {
id
}
}
}
projectid: ${{ env.PROJECT_ID }}
contentid: ${{ github.event.issue.node_id }}
env:
PROJECT_ID: "PVT_kwDOAM0swc4AH1sa"
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

View File

@@ -14,7 +14,7 @@ module.exports = {
Array.isArray(item) && Array.isArray(item) &&
item.length > 0 && item.length > 0 &&
item[0].name === "vite-plugin-mdx" item[0].name === "vite-plugin-mdx"
) ),
); );
config.plugins.push(svgrPlugin()); config.plugins.push(svgrPlugin());
config.resolve = config.resolve || {}; config.resolve = config.resolve || {};

View File

@@ -1,11 +1,11 @@
# Element Call # Element Call
[![Chat](https://img.shields.io/matrix/webrtc:matrix.org)](https://matrix.to/#/#webrtc:matrix.org) [![Chat](https://img.shields.io/matrix/webrtc:matrix.org)](https://matrix.to/#/#webrtc:matrix.org)
[![Translate](https://translate.element.io/widgets/element-call/-/element-call/svg-badge.svg)](https://translate.element.io/engage/element-call/) [![Localazy](https://img.shields.io/endpoint?url=https%3A%2F%2Fconnect.localazy.com%2Fstatus%2Felement-call%2Fdata%3Fcontent%3Dall%26title%3Dlocalazy%26logo%3Dtrue)](https://localazy.com/p/element-call)
Group calls with WebRTC that leverage [Matrix](https://matrix.org) and an open-source WebRTC toolkit from [LiveKit](https://livekit.io/). Group calls with WebRTC that leverage [Matrix](https://matrix.org) and an open-source WebRTC toolkit from [LiveKit](https://livekit.io/).
For prior version of the Element Call that relied solely on full-mesh logic, check [`full-mesh`](https://github.com/vector-im/element-call/tree/full-mesh) branch. For prior version of the Element Call that relied solely on full-mesh logic, check [`full-mesh`](https://github.com/element-hq/element-call/tree/full-mesh) branch.
![A demo of Element Call with six people](demo.jpg) ![A demo of Element Call with six people](demo.jpg)
@@ -16,13 +16,13 @@ To try it out, visit our hosted version at [call.element.io](https://call.elemen
Until prebuilt tarballs are available, you'll need to build Element Call from source. First, clone and install the package: Until prebuilt tarballs are available, you'll need to build Element Call from source. First, clone and install the package:
``` ```
git clone https://github.com/vector-im/element-call.git git clone https://github.com/element-hq/element-call.git
cd element-call cd element-call
yarn yarn
yarn build yarn build
``` ```
If all went well, you can now find the build output under `dist` as a series of static files. These can be hosted using any web server of your choice. If all went well, you can now find the build output under `dist` as a series of static files. These can be hosted using any web server that can be configured with custom routes (see below).
You may also wish to add a configuration file (Element Call uses the domain it's hosted on as a Homeserver URL by default, You may also wish to add a configuration file (Element Call uses the domain it's hosted on as a Homeserver URL by default,
but you can change this in the config file). This goes in `public/config.json` - you can use the sample as a starting point: but you can change this in the config file). This goes in `public/config.json` - you can use the sample as a starting point:
@@ -54,9 +54,41 @@ Therefore, to use a self-hosted homeserver, this is recommended to be a new serv
There are currently two different config files. `.env` holds variables that are used at build time, while `public/config.json` holds variables that are used at runtime. Documentation and default values for `public/config.json` can be found in [ConfigOptions.ts](src/config/ConfigOptions.ts). There are currently two different config files. `.env` holds variables that are used at build time, while `public/config.json` holds variables that are used at runtime. Documentation and default values for `public/config.json` can be found in [ConfigOptions.ts](src/config/ConfigOptions.ts).
If you're using [Synapse](https://github.com/element-hq/synapse/), you'll need to additionally add the following to `homeserver.yaml` or Element Call won't work:
```
experimental_features:
msc3266_enabled: true
```
MSC3266 allows to request a room summary of rooms you are not joined.
The summary contains the room join rules. We need that to decide if the user gets prompted with the option to knock ("ask to join"), a cannot join error or the join view.
Element Call requires a Livekit SFU behind a Livekit jwt service to work. The url to the Livekit jwt service can either be configured in the config of Element Call (fallback/legacy configuration) or be configured by your homeserver via the `.well-known`.
This is the recommended method.
The configuration is a list of Foci configs:
```json
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://someurl.com"
},
{
"type": "livekit",
"livekit_service_url": "https://livekit2.com"
},
{
"type": "another_foci",
"props_for_another_foci": "val"
},
]
```
## Translation ## Translation
If you'd like to help translate Element Call, head over to [translate.element.io](https://translate.element.io/engage/element-call/). You're also encouraged to join the [Element Translators](https://matrix.to/#/#translators:element.io) space to discuss and coordinate translation efforts. If you'd like to help translate Element Call, head over to [Localazy](https://localazy.com/p/element-call). You're also encouraged to join the [Element Translators](https://matrix.to/#/#translators:element.io) space to discuss and coordinate translation efforts.
## Development ## Development
@@ -74,7 +106,7 @@ yarn link
Next, we can set up this project: Next, we can set up this project:
``` ```
git clone https://github.com/vector-im/element-call.git git clone https://github.com/element-hq/element-call.git
cd element-call cd element-call
yarn yarn
yarn link matrix-js-sdk yarn link matrix-js-sdk
@@ -93,12 +125,14 @@ service for development. These use a test 'secret' published in this
repository, so this must be used only for local development and repository, so this must be used only for local development and
**_never be exposed to the public Internet._** **_never be exposed to the public Internet._**
To use it, add SFU parameter in your local config `./public/config.yml`: To use it, add a SFU parameter in your local config `./public/config.json`:
(Be aware, that this is only the fallback Livekit SFU. If the homeserver
advertises one in the client well-known, this will not be used.)
```yaml ```json
"livekit": { "livekit": {
"jwt_service_url": "http://localhost:8881" "livekit_service_url": "http://localhost:7881"
}, },
``` ```
Run backend components: Run backend components:
@@ -106,3 +140,31 @@ Run backend components:
``` ```
yarn backend yarn backend
``` ```
### Add a new translation key
To add a new translation key you can do these steps:
1. Add the new key entry to the code where the new key is used: `t("some_new_key")`
1. Run `yarn i18n` to extract the new key and update the translation files. This will add a skeleton entry to the `public/locales/en-GB/app.json` file:
```jsonc
{
...
"some_new_key": "",
...
}
```
1. Update the skeleton entry in the `public/locales/en-GB/app.json` file with the English translation:
```jsonc
{
...
"some_new_key": "Some new key",
...
}
```
## Documentation
Usage and other technical details about the project can be found here:
[**Docs**](./docs/README.md)

View File

@@ -5,7 +5,7 @@ networks:
services: services:
auth-service: auth-service:
image: ghcr.io/vector-im/lk-jwt-service:latest-ci image: ghcr.io/element-hq/lk-jwt-service:latest-ci
hostname: auth-server hostname: auth-server
ports: ports:
- 8881:8080 - 8881:8080

View File

@@ -1,5 +1,4 @@
port: 7880 port: 7880
environment: dev
bind_addresses: bind_addresses:
- "0.0.0.0" - "0.0.0.0"
rtc: rtc:
@@ -22,5 +21,3 @@ turn:
external_tls: true external_tls: true
keys: keys:
devkey: secret devkey: secret
signal_relay:
enabled: true

View File

@@ -5,5 +5,11 @@
"server_name": "call.ems.host" "server_name": "call.ems.host"
} }
}, },
"livekit": {
"livekit_service_url": "http://localhost:7881"
},
"features": {
"feature_use_device_session_member_events": true
},
"eula": "https://static.element.io/legal/online-EULA.pdf" "eula": "https://static.element.io/legal/online-EULA.pdf"
} }

View File

@@ -1,13 +1,16 @@
{ {
"default_server_config": { "default_server_config": {
"m.homeserver": { "m.homeserver": {
"base_url": "https://call.ems.host", "base_url": "https://call-unstable.ems.host",
"server_name": "call.ems.host" "server_name": "call-unstable.ems.host"
} }
}, },
"livekit": { "livekit": {
"livekit_service_url": "https://livekit-jwt.call.element.dev" "livekit_service_url": "https://livekit-jwt.call.element.dev"
}, },
"features": {
"feature_use_device_session_member_events": true
},
"posthog": { "posthog": {
"api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU", "api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU",
"api_host": "https://posthog-element-call.element.io" "api_host": "https://posthog-element-call.element.io"

View File

@@ -1,19 +0,0 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://call.ems.host",
"server_name": "call.ems.host"
}
},
"posthog": {
"api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU",
"api_host": "https://posthog-element-call.element.io"
},
"sentry": {
"environment": "main-branch-cd",
"DSN": "https://b1e328d49be3402ba96101338989fb35@sentry.matrix.org/41"
},
"rageshake": {
"submit_url": "https://element.io/bugreports/submit"
}
}

30
config/httpd.conf Normal file
View File

@@ -0,0 +1,30 @@
<VirtualHost *:8080>
ServerName localhost
DocumentRoot "/app"
<Location "/">
# disable cache entriely by default (apart from Etag which is accurate enough)
Header add Cache-Control "private no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
CacheDisable on
ExpiresActive off
# also turn off last-modified since they are just the timestamps of the file in the docker image
# and may or may not bear any resemblance to when the resource changed
Header add Last-Modified ""
DirectoryIndex index.html
</Location>
# assets can be cached because they have hashed filenames
<Location "/assets">
ExpiresActive on
ExpiresDefault "access plus 1 week"
Header add Cache-Control "public, no-transform"
</Location>
<Location "/apple-app-site-association">
ForceType application/json
</Location>
</VirtualHost>

View File

@@ -21,5 +21,9 @@ server {
expires 1w; expires 1w;
add_header Cache-Control "public, no-transform"; add_header Cache-Control "public, no-transform";
} }
location /apple-app-site-association {
default_type application/json;
}
} }

6
docs/README.md Normal file
View File

@@ -0,0 +1,6 @@
## Element Call Docs
This folder contains documentation for Element Call setup and usage.
- [Url format and parameters](./url-params.md)
- [Embedded vs standalone mode](./embedded-standalone.md)

View File

@@ -0,0 +1,9 @@
## Embedded vs standalone mode
Element call is developed using the js-sdk with matroska mode. This means the app can run either as a standalone app directly connected to a homeserver providing login interfaces or it can be used as a widget.
As a widget the app only uses the core calling (matrixRTC) parts. The rest (authentication, sending events, getting room state updates about calls) is done by the hosting client.
Element Call and the hosting client are connected via the widget api.
Element call detects that it is run as a widget if a widgetId is defined in the url parameters. If `widgetId` is present element call will try to connect to the client via the widget postMessage api using the parameters provided in [Url Format and parameters
](./url-params.md).

252
docs/url-params.md Normal file
View File

@@ -0,0 +1,252 @@
# Url Format and parameters
There are two formats for Element Call urls.
- **Current Format**
```text
https://element_call.domain/room/#
/<room_name_alias>?roomId=!id:domain&password=1234&<other params see below>
```
The url is split into two sections. The `https://element_call.domain/room/#`
contains the app and the intend that the link brings you into a specific room
(`https://call.element.io/#` would be the homepage). The fragment is used for
query parameters to make sure they never get sent to the element_call.domain
server. Here we have the actual matrix roomId and the password which are used
to connect all participants with e2ee. This allows that `<room_name_alias>` does
not need to be unique. Multiple meetings with the label weekly-sync can be created
without collisions.
- **deprecated**
```text
https://element_call.domain/<room_name>
```
With this format the livekit alias that will be used is the `<room_name>`.
All ppl connecting to this url will end up in the same unencrypted room.
This does not scale, is super unsecure
(ppl could end up in the same room by accident) and it also is not really
possible to support encryption.
The url parameters are spit into two categories: **general** and **widget related**.
## Widget related params
**widgetId**
The id used by the widget. The presence of this parameter implies that element
call will not connect to a homeserver directly and instead tries to establish
postMessage communication via the `parentUrl`.
```ts
widgetId: string | null;
```
**parentUrl**
The url used to send widget action postMessages. This should be the domain of
the client or the webview the widget is hosted in. (in case the widget is not
in an Iframe but in a dedicated webview we send the postMessages same webview
the widget lives in. Filtering is done in the widget so it ignores the messages
it receives from itself)
```ts
parentUrl: string | null;
```
**userId**
The user's ID (only used in matryoshka mode).
```ts
userId: string | null;
```
**deviceId**
The device's ID (only used in matryoshka mode).
```ts
deviceId: string | null;
```
**baseUrl**
The base URL of the homeserver to use for media lookups in matryoshka mode.
```ts
baseUrl: string | null;
```
### General url parameters
**roomId**
Anything about what room we're pointed to should be from useRoomIdentifier which
parses the path and resolves alias with respect to the default server name, however
roomId is an exception as we need the room ID in embedded (matroyska) mode, and not
the room alias (or even the via params because we are not trying to join it). This
is also not validated, where it is in useRoomIdentifier().
```ts
roomId: string | null;
```
**confineToRoom**
Whether the app should keep the user confined to the current call/room.
```ts
confineToRoom: boolean; (default: false)
```
**appPrompt**
Whether upon entering a room, the user should be prompted to launch the
native mobile app. (Affects only Android and iOS.)
```ts
appPrompt: boolean; (default: true)
```
**preload**
Whether the app should pause before joining the call until it sees an
io.element.join widget action, allowing it to be preloaded.
```ts
preload: boolean; (default: false)
```
**hideHeader**
Whether to hide the room header when in a call.
```ts
hideHeader: boolean; (default: false)
```
**showControls**
Whether to show the buttons to mute, screen-share, invite, hangup are shown
when in a call.
```ts
showControls: boolean; (default: true)
```
**hideScreensharing**
Whether to hide the screen-sharing button.
```ts
hideScreensharing: boolean; (default: false)
```
**enableE2EE** (Deprecated)
Whether to use end-to-end encryption. This is a legacy flag for the full mesh branch.
It is not used on the livekit branch and has no impact there!
```ts
enableE2EE: boolean; (default: true)
```
**perParticipantE2EE**
Whether to use per participant encryption.
Keys will be exchanged over encrypted matrix room messages.
```ts
perParticipantE2EE: boolean; (default: false)
```
**password**
E2EE password when using a shared secret.
(For individual sender keys in embedded mode this is not required.)
```ts
password: string | null;
```
**displayName**
The display name to use for auto-registration.
```ts
displayName: string | null;
```
**lang**
The BCP 47 code of the language the app should use.
```ts
lang: string | null;
```
**fonts**
The font/fonts which the interface should use.
There can be multiple font url parameters: `?font=font-one&font=font-two...`
```ts
font: string;
font: string;
...
```
**fontScale**
The factor by which to scale the interface's font size.
```ts
fontScale: number | null;
```
**analyticsID**
The Posthog analytics ID. It is only available if the user has given consent for
sharing telemetry in element web.
```ts
analyticsID: string | null;
```
**allowIceFallback**
Whether the app is allowed to use fallback STUN servers for ICE in case the
user's homeserver doesn't provide any.
```ts
allowIceFallback: boolean; (default: false)
```
**skipLobby**
Setting this flag skips the lobby and brings you in the call directly.
In the widget this can be combined with preload to pass the device settings
with the join widget action.
```ts
skipLobby: boolean; (default: false)
```
**returnToLobby**
Setting this flag makes element call show the lobby in widget mode after leaving
a call.
This is useful for video rooms.
If set to false, the widget will show a blank page after leaving the call.
```ts
returnToLobby: boolean; (default: false)
```
**theme**
The theme to use for element call.
can be "light", "dark", "light-high-contrast" or "dark-high-contrast".
If not set element call will use the dark theme.
```ts
theme: string | null;
```
**viaServers**
This defines the homeserver that is going to be used when joining a room.
It has to be set to a non default value for links to rooms
that are not on the default homeserver,
that is in use for the current user.
```ts
viaServers: string; (default: undefined)
```
**homeserver**
This defines the homeserver that is going to be used when registering
a new (guest) user.
This can be user to configure a non default guest user server when
creating a spa link.
```ts
homeserver: string; (default: undefined)
```

View File

@@ -1,8 +1,8 @@
export default { export default {
keySeparator: false, keySeparator: ".",
namespaceSeparator: false, namespaceSeparator: false,
contextSeparator: "|", contextSeparator: "|",
pluralSeparator: "|", pluralSeparator: "_",
createOldCatalogs: false, createOldCatalogs: false,
defaultNamespace: "app", defaultNamespace: "app",
lexers: { lexers: {
@@ -10,7 +10,14 @@ export default {
{ {
lexer: "JavascriptLexer", lexer: "JavascriptLexer",
functions: ["t", "translatedError"], functions: ["t", "translatedError"],
functionsNamespace: ["useTranslation", "withTranslation"], namespaceFunctions: ["useTranslation", "withTranslation"],
},
],
tsx: [
{
lexer: "JsxLexer",
functions: ["t", "translatedError"],
namespaceFunctions: ["useTranslation", "withTranslation"],
}, },
], ],
}, },
@@ -18,5 +25,4 @@ export default {
output: "public/locales/$LOCALE/$NAMESPACE.json", output: "public/locales/$LOCALE/$NAMESPACE.json",
input: ["src/**/*.{ts,tsx}"], input: ["src/**/*.{ts,tsx}"],
sort: true, sort: true,
useKeysAsDefaultValue: true,
}; };

33
localazy.json Normal file
View File

@@ -0,0 +1,33 @@
{
"readKey": "a7580769542256117579-70975387172511848f4c6533943d776547bad4853931ba352ee684b738f4494e",
"upload": {
"type": "json",
"deprecate": "file",
"features": ["plural_postfix_us", "filter_untranslated"],
"files": [
{
"pattern": "public/locales/en-GB/*.json",
"lang": "inherited"
},
{
"group": "existing",
"pattern": "public/locales/*/*.json",
"excludes": ["public/locales/en-GB/*.json"],
"lang": "${autodetectLang}"
}
]
},
"download": {
"files": [
{
"output": "public/locales/${langLsrDash}/${file}"
}
],
"includeSourceLang": "${includeSourceLang|false}",
"langAliases": {
"en": "en_GB"
}
}
}

View File

@@ -1,12 +1,11 @@
{ {
"name": "element-call",
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "NODE_OPTIONS=--max-old-space-size=16384 vite build", "build": "NODE_OPTIONS=--max-old-space-size=16384 vite build",
"serve": "vite preview", "serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prettier:check": "prettier -c .", "prettier:check": "prettier -c .",
"prettier:format": "prettier -w .", "prettier:format": "prettier -w .",
"lint": "yarn lint:types && yarn lint:eslint", "lint": "yarn lint:types && yarn lint:eslint",
@@ -15,22 +14,25 @@
"lint:types": "tsc", "lint:types": "tsc",
"i18n": "node_modules/i18next-parser/bin/cli.js", "i18n": "node_modules/i18next-parser/bin/cli.js",
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update", "i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
"test": "jest", "test": "vitest",
"test:coverage": "vitest run --coverage",
"backend": "docker-compose -f backend-docker-compose.yml up" "backend": "docker-compose -f backend-docker-compose.yml up"
}, },
"dependencies": { "dependencies": {
"@juggle/resize-observer": "^3.3.1", "@juggle/resize-observer": "^3.3.1",
"@livekit/components-react": "1.1.0", "@livekit/components-core": "^0.11.0",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz", "@livekit/components-react": "^2.0.0",
"@opentelemetry/api": "^1.4.0", "@opentelemetry/api": "^1.4.0",
"@opentelemetry/context-zone": "^1.9.1", "@opentelemetry/context-zone": "^1.9.1",
"@opentelemetry/exporter-jaeger": "^1.9.1", "@opentelemetry/exporter-jaeger": "^1.9.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.35.1", "@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/instrumentation-document-load": "^0.31.1", "@opentelemetry/instrumentation-document-load": "^0.39.0",
"@opentelemetry/instrumentation-user-interaction": "^0.32.1", "@opentelemetry/instrumentation-user-interaction": "^0.39.0",
"@opentelemetry/sdk-trace-web": "^1.9.1", "@opentelemetry/sdk-trace-web": "^1.9.1",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.0.3",
"@react-aria/button": "^3.3.4", "@react-aria/button": "^3.3.4",
"@react-aria/dialog": "^3.1.4",
"@react-aria/focus": "^3.5.0", "@react-aria/focus": "^3.5.0",
"@react-aria/menu": "^3.3.0", "@react-aria/menu": "^3.3.0",
"@react-aria/overlays": "^3.7.3", "@react-aria/overlays": "^3.7.3",
@@ -40,101 +42,89 @@
"@react-aria/utils": "^3.10.0", "@react-aria/utils": "^3.10.0",
"@react-spring/web": "^9.4.4", "@react-spring/web": "^9.4.4",
"@react-stately/collections": "^3.3.4", "@react-stately/collections": "^3.3.4",
"@react-stately/overlays": "^3.1.3",
"@react-stately/select": "^3.1.3", "@react-stately/select": "^3.1.3",
"@react-stately/tooltip": "^3.0.5", "@react-stately/tooltip": "^3.0.5",
"@react-stately/tree": "^3.2.0", "@react-stately/tree": "^3.2.0",
"@sentry/react": "^6.13.3", "@sentry/react": "^8.0.0",
"@sentry/tracing": "^6.13.3", "@sentry/tracing": "^7.0.0",
"@types/lodash": "^4.14.199",
"@use-gesture/react": "^10.2.11", "@use-gesture/react": "^10.2.11",
"@vector-im/compound-design-tokens": "^1.0.0",
"@vector-im/compound-web": "^6.0.0",
"@vitejs/plugin-basic-ssl": "^1.0.1", "@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.1", "@vitejs/plugin-react": "^4.0.1",
"buffer": "^6.0.3",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"color-hash": "^2.0.1",
"events": "^3.3.0", "events": "^3.3.0",
"i18next": "^21.10.0", "i18next": "^23.0.0",
"i18next-browser-languagedetector": "^6.1.8", "i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^2.0.0",
"livekit-client": "1.12.3", "livekit-client": "^2.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#b698217445318f453e0b1086364a33113eaa85d9", "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#467908703bc67fa3e23d978f5549e2709d4acf74",
"matrix-widget-api": "^1.3.1", "matrix-widget-api": "^1.8.2",
"mermaid": "^8.13.8",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3",
"pako": "^2.0.4", "pako": "^2.0.4",
"postcss-preset-env": "^7", "postcss-preset-env": "^10.0.0",
"posthog-js": "^1.29.0", "posthog-js": "^1.29.0",
"re-resizable": "^6.9.0",
"react": "18", "react": "18",
"react-dom": "18", "react-dom": "18",
"react-i18next": "^11.18.6", "react-i18next": "^15.0.0",
"react-json-view": "^1.21.3",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-use-clipboard": "^1.0.7", "react-use-clipboard": "^1.0.7",
"react-use-measure": "^2.1.1", "react-use-measure": "^2.1.1",
"rxjs": "^7.8.1",
"sdp-transform": "^2.14.1", "sdp-transform": "^2.14.1",
"tinyqueue": "^2.0.3", "tinyqueue": "^3.0.0",
"unique-names-generator": "^4.6.0", "unique-names-generator": "^4.6.0",
"uuid": "9" "uuid": "10",
"vaul": "^0.9.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.5", "@babel/core": "^7.16.5",
"@sentry/vite-plugin": "^0.3.0", "@babel/preset-env": "^7.22.20",
"@storybook/react": "^6.5.0-alpha.5", "@babel/preset-react": "^7.22.15",
"@testing-library/jest-dom": "^5.16.5", "@babel/preset-typescript": "^7.23.0",
"@testing-library/react": "^13.4.0", "@react-spring/rafz": "^9.7.3",
"@react-types/dialog": "^3.5.5",
"@sentry/vite-plugin": "^2.0.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/content-type": "^1.1.5", "@types/content-type": "^1.1.5",
"@types/dom-screen-wake-lock": "^1.0.1", "@types/dom-screen-wake-lock": "^1.0.1",
"@types/dompurify": "^3.0.2",
"@types/grecaptcha": "^3.0.4", "@types/grecaptcha": "^3.0.4",
"@types/node": "^18.13.0", "@types/node": "^20.0.0",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/request": "^2.48.8", "@types/request": "^2.48.8",
"@types/sdp-transform": "^2.4.5", "@types/sdp-transform": "^2.4.5",
"@types/uuid": "9", "@types/uuid": "10",
"@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.1.0", "@typescript-eslint/parser": "^7.0.0",
"babel-loader": "^8.2.3", "babel-loader": "^9.0.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3", "babel-plugin-transform-vite-meta-env": "^1.0.3",
"eslint": "^8.14.0", "eslint": "^8.14.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecate": "^0.8.2",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-matrix-org": "^0.4.0", "eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-react": "^7.29.4", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0", "eslint-plugin-react-hooks": "^4.5.0",
"i18next-parser": "^6.6.0", "eslint-plugin-unicorn": "^55.0.0",
"identity-obj-proxy": "^3.0.0", "i18next-parser": "^9.0.0",
"jest": "^29.2.2", "jsdom": "^24.0.0",
"jest-environment-jsdom": "^29.3.1", "prettier": "^3.0.0",
"jest-mock": "^29.5.0",
"prettier": "^2.6.2",
"sass": "^1.42.1", "sass": "^1.42.1",
"storybook-builder-vite": "^0.1.12",
"typescript": "^5.1.6", "typescript": "^5.1.6",
"vite": "^4.2.0", "typescript-eslint-language-service": "^5.0.5",
"vite": "^5.0.0",
"vite-plugin-html-template": "^1.1.0", "vite-plugin-html-template": "^1.1.0",
"vite-plugin-svgr": "^3.2.0" "vite-plugin-svgr": "^4.0.0",
}, "vitest": "^2.0.0"
"jest": {
"testEnvironment": "jsdom",
"testMatch": [
"<rootDir>/test/**/*-test.[jt]s?(x)"
],
"transformIgnorePatterns": [
"/node_modules/(?!d3)+$",
"/node_modules/(?!internmap)+$"
],
"moduleNameMapper": {
"\\.css$": "identity-obj-proxy",
"\\.svg$": "<rootDir>/test/mocks/svgr.ts",
"^\\./IndexedDBWorker\\?worker$": "<rootDir>/test/mocks/workerMock.ts",
"^\\./olm$": "<rootDir>/test/mocks/olmMock.ts"
},
"collectCoverage": true,
"coverageReporters": [
"text",
"cobertura"
]
} }
} }

View File

@@ -0,0 +1,26 @@
{
"applinks": {
"details": [
{
"appIDs": [
"7J4U792NQT.io.element.elementx",
"7J4U792NQT.io.element.elementx.nightly",
"7J4U792NQT.io.element.elementx.pr"
],
"components": [
{
"?": {
"no_universal_links": "?*"
},
"exclude": true,
"comment": "Opt out of universal links"
},
{
"/": "/*",
"comment": "Matches any URL"
}
]
}
]
}
}

View File

@@ -0,0 +1,32 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "io.element.android.x.debug",
"sha256_cert_fingerprints": [
"B0:B0:51:DC:56:5C:81:2F:E1:7F:6F:3E:94:5B:4D:79:04:71:23:AB:0D:A6:12:86:76:9E:B2:94:91:97:13:0E"
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "io.element.android.x.nightly",
"sha256_cert_fingerprints": [
"CA:D3:85:16:84:3A:05:CC:EB:00:AB:7B:D3:80:0F:01:BA:8F:E0:4B:38:86:F3:97:D8:F7:9A:1B:C4:54:E4:0F"
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "io.element.android.x",
"sha256_cert_fingerprints": [
"C6:DB:9B:9C:8C:BD:D6:5D:16:E8:EC:8C:8B:91:C8:31:B9:EF:C9:5C:BF:98:AE:41:F6:A9:D8:35:15:1A:7E:16"
]
}
}
]

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
@@ -13,7 +13,8 @@
</script> </script>
</head> </head>
<body> <!-- The default class is: .no-theme {display: none}. It will be overwritten once the app is loaded. -->
<body class="no-theme">
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>

View File

@@ -1,91 +1,75 @@
{ {
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Вече имате акаунт?</0><1><0>Влезте с него</0> или <2>Влезте като гост</2></1>", "a11y": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Създайте акаунт</0> или <2>Влезте като гост</2>", "user_menu": "Потребителско меню"
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Защо не настройте парола за да запазите акаунта си?</0><1>Ще можете да запазите името и аватара си за бъдещи разговори</1>", },
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Друг потребител в този разговор има проблем. За да диагностицираме този проблем по-добре ни се иска да съберем debug логове.", "action": {
"Audio": "Звук", "close": "Затвори",
"Avatar": "Аватар", "go": "Напред",
"Call link copied": "Връзка към разговора бе копирана", "no": "Не",
"Call type menu": "Меню \"тип на разговора\"", "register": "Регистрация",
"Camera": "Камера", "remove": "Премахни",
"Change layout": "Промени изгледа", "sign_in": "Влез",
"Close": "Затвори", "sign_out": "Излез"
"Confirm password": "Потвърди паролата", },
"Copied!": "Копирано!", "call_ended_view": {
"Copy and share this call link": "Копирай и сподели връзка към разговора", "create_account_button": "Създай акаунт",
"Create account": "Създай акаунт", "create_account_prompt": "<0>Защо не настройте парола за да запазите акаунта си?</0><1>Ще можете да запазите името и аватара си за бъдещи разговори</1>",
"Debug log": "Debug логове", "not_now_button": "Не сега, върни се на началния екран"
"Debug log request": "Заявка за debug логове", },
"Details": "Детайли", "common": {
"Developer": "Разработчик", "audio": "Звук",
"Display name": "Име/псевдоним", "avatar": "Аватар",
"Download debug logs": "Изтеглете debug логове", "camera": "Камера",
"Exit full screen": "Излез от цял екран", "copied": "Копирано!",
"Fetching group call timed out.": "Изтече времето за взимане на груповия разговор.", "display_name": "Име/псевдоним",
"Freedom": "Свобода", "home": "Начало",
"Full screen": "Цял екран", "loading": "Зареждане…",
"Go": "Напред", "microphone": "Микрофон",
"Grid layout menu": "Меню \"решетков изглед\"", "password": "Парола",
"Home": "Начало", "profile": "Профил",
"Include debug logs": "Включи debug логове", "settings": "Настройки",
"Incompatible versions": "Несъвместими версии", "username": "Потребителско име",
"Incompatible versions!": "Несъвместими версии!", "video": "Видео"
"Inspector": "Инспектор", },
"Invite": "Покани", "join_existing_call_modal": {
"Invite people": "Покани хора", "join_button": "Да, присъедини се",
"Join call": "Влез в разговора", "text": "Този разговор вече съществува, искате ли да се присъедините?",
"Join call now": "Влез в разговора сега", "title": "Присъединяване към съществуващ разговор?"
"Join existing call?": "Присъединяване към съществуващ разговор?", },
"Leave": "Напусни", "layout_spotlight_label": "Прожектор",
"Loading…": "Зареждане…", "lobby": {
"Local volume": "Локална сила на звука", "join_button": "Влез в разговора"
"Logging in…": "Влизане…", },
"Login": "Влез", "logging_in": "Влизане…",
"Login to your account": "Влезте в акаунта си", "login_auth_links": "<0>Създайте акаунт</0> или <2>Влезте като гост</2>",
"Microphone": "Микрофон", "login_title": "Влез",
"More": "Още", "rageshake_request_modal": {
"Mute microphone": "Заглуши микрофона", "body": "Друг потребител в този разговор има проблем. За да диагностицираме този проблем по-добре ни се иска да съберем debug логове.",
"No": "Не", "title": "Заявка за debug логове"
"Not now, return to home screen": "Не сега, върни се на началния екран", },
"Not registered yet? <2>Create an account</2>": "Все още не сте регистрирани? <2>Създайте акаунт</2>", "rageshake_send_logs": "Изпратете debug логове",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Други потребители се опитват да се присъединят в разговора от несъвместими версии. Следните потребители трябва да проверят дали са презаредили браузърите си<1>{userLis}</1>", "rageshake_sending": "Изпращане…",
"Password": "Парола", "recaptcha_dismissed": "Recaptcha отхвърлена",
"Passwords must match": "Паролите не съвпадат", "recaptcha_not_loaded": "Recaptcha не е заредена",
"Profile": "Профил", "register": {
"Recaptcha dismissed": "Recaptcha отхвърлена", "passwords_must_match": "Паролите не съвпадат",
"Recaptcha not loaded": "Recaptcha не е заредена", "registering": "Регистриране…"
"Register": "Регистрация", },
"Registering…": "Регистриране…", "register_auth_links": "<0>Вече имате акаунт?</0><1><0>Влезте с него</0> или <2>Влезте като гост</2></1>",
"Remove": "Премахни", "register_confirm_password_label": "Потвърди паролата",
"Return to home screen": "Връщане на началния екран", "return_home_button": "Връщане на началния екран",
"Select an option": "Изберете опция", "room_auth_view_join_button": "Влез в разговора сега",
"Send debug logs": "Изпратете debug логове", "screenshare_button_label": "Сподели екрана",
"Sending…": "Изпращане…", "select_input_unset_button": "Изберете опция",
"Settings": "Настройки", "settings": {
"Share screen": "Сподели екрана", "developer_tab_title": "Разработчик",
"Show call inspector": "Покажи инспектора на разговора", "feedback_tab_h4": "Изпрати обратна връзка",
"Sign in": "Влез", "feedback_tab_send_logs_label": "Включи debug логове",
"Sign out": "Излез", "more_tab_title": "Още",
"Speaker": "Говорител", "speaker_device_selection_label": "Говорител"
"Spotlight": "Прожектор", },
"Stop sharing screen": "Спри споделянето на екрана", "unauthenticated_view_body": "Все още не сте регистрирани? <2>Създайте акаунт</2>",
"Submit feedback": "Изпрати обратна връзка", "unauthenticated_view_login_button": "Влезте в акаунта си",
"Take me Home": "Отиди в Начало", "version": "Версия: {{version}}",
"This call already exists, would you like to join?": "Този разговор вече съществува, искате ли да се присъедините?", "waiting_for_participants": "Изчакване на други участници…"
"Turn off camera": "Изключи камерата",
"Turn on camera": "Включи камерата",
"Unmute microphone": "Включи микрофона",
"User menu": "Потребителско меню",
"Username": "Потребителско име",
"Version: {{version}}": "Версия: {{version}}",
"Video": "Видео",
"Video call": "Видео разговор",
"Video call name": "Име на видео разговора",
"Waiting for other participants…": "Изчакване на други участници…",
"Walkie-talkie call": "Уоки-токи разговор",
"Walkie-talkie call name": "Име на уоки-токи разговора",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC не се поддържа или се блокира от браузъра.",
"Yes, join call": "Да, присъедини се",
"Your recent calls": "Скорошните ви разговори",
"{{names}}, {{name}}": "{{names}}, {{name}}"
} }

View File

@@ -1,99 +1,79 @@
{ {
"Copy and share this call link": "Zkopírujte a sdílejte odkaz na hovor", "a11y": {
"Copied!": "Zkopírováno!", "user_menu": "Uživatelské menu"
"Confirm password": "Potvrdit heslo", },
"Close": "Zavřít", "action": {
"Change layout": "Změnit rozložení", "close": "Zavřít",
"Camera": "Kamera", "copy": "Kopírovat",
"Call link copied": "Odkaz na hovor zkopírován", "go": "Pokračovat",
"Avatar": "Avatar", "no": "Ne",
"Audio": "Audio", "register": "Registrace",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Vytvořit účet</0> Or <2>Jako host</2>", "remove": "Odstranit",
"Your recent calls": "Vaše nedávné hovory", "sign_in": "Přihlásit se",
"Yes, join call": "Ano, připojit se", "sign_out": "Odhlásit se"
"WebRTC is not supported or is being blocked in this browser.": "WebRTC není podporováno nebo je zakázáno tímto prohlížečem.", },
"Waiting for other participants…": "Čekání na další účastníky…", "call_ended_view": {
"Video call name": "Jméno videohovoru", "create_account_button": "Vytvořit účet",
"Video call": "Videohovor", "create_account_prompt": "<0>Proč neskončit nastavením hesla, abyste mohli účet použít znovu?</0><1>Budete si moci nechat své jméno a nastavit si avatar pro budoucí hovory </1>",
"Video": "Video", "not_now_button": "Teď ne, vrátit se na domovskou obrazovku"
"Version: {{version}}": "Verze: {{version}}", },
"Username": "Uživatelské jméno", "common": {
"User menu": "Uživatelské menu", "camera": "Kamera",
"Unmute microphone": "Zapnout mikrofon", "copied": "Zkopírováno!",
"Turn on camera": "Zapnout kameru", "display_name": "Zobrazované jméno",
"Turn off camera": "Vypnout kameru", "home": "Domov",
"This call already exists, would you like to join?": "Tento hovor již existuje, chcete se připojit?", "loading": "Načítání…",
"Take me Home": "Domovská obrazovka", "microphone": "Mikrofon",
"Submit feedback": "Dát feedback", "password": "Heslo",
"Stop sharing screen": "Zastavit sdílení obrazovek", "profile": "Profil",
"Speaker": "Reproduktor", "settings": "Nastavení",
"Sign out": "Odhlásit se", "username": "Uživatelské jméno"
"Sign in": "Přihlásit se", },
"Show call inspector": "Zobrazit inspektor hovoru", "full_screen_view_description": "<0>Odeslání ladících záznamů nám pomůže diagnostikovat problém.</0>",
"Share screen": "Sdílet obrazovku", "full_screen_view_h1": "<0>Oops, něco se pokazilo.</0>",
"Settings": "Nastavení", "header_label": "Domov Element Call",
"Sending…": "Posílání…", "join_existing_call_modal": {
"Sending debug logs…": "Posílání ladícího záznamu…", "join_button": "Ano, připojit se",
"Send debug logs": "Poslat ladící záznam", "text": "Tento hovor již existuje, chcete se připojit?",
"Select an option": "Vyberte možnost", "title": "Připojit se k existujícimu hovoru?"
"Return to home screen": "Vrátit se na domácí obrazovku", },
"Remove": "Odstranit", "layout_spotlight_label": "Soustředěný mód",
"Registering…": "Registrování…", "lobby": {
"Register": "Registrace", "join_button": "Připojit se k hovoru"
"Profile": "Profil", },
"Passwords must match": "Hesla se musí shodovat", "logging_in": "Přihlašování se…",
"Password": "Heslo", "login_auth_links": "<0>Vytvořit účet</0> Or <2>Jako host</2>",
"Not now, return to home screen": "Teď ne, vrátit se na domovskou obrazovku", "login_title": "Přihlášení",
"No": "Ne", "rageshake_request_modal": {
"Mute microphone": "Ztlumit mikrofon", "body": "Jiný uživatel v tomto hovoru má problémy. Abychom mohli diagnostikovat problém, rádi bychom shromáždili protokoly ladění.",
"More": "Více", "title": "Žádost o protokoly ladění"
"Microphone": "Mikrofon", },
"Login to your account": "Přihlásit se ke svému účtu", "rageshake_send_logs": "Poslat ladící záznam",
"Login": "Přihlášení", "rageshake_sending": "Posílá",
"Logging in…": "Přihlašování se…", "rageshake_sending_logs": "Posílání ladícího záznamu…",
"Local volume": "Lokální hlasitost", "recaptcha_dismissed": "Recaptcha byla zamítnuta",
"Loading…": "Načítání…", "recaptcha_not_loaded": "Recaptcha se nenačetla",
"Leave": "Opustit hovor", "register": {
"Join call now": "Připojit se k hovoru", "passwords_must_match": "Hesla se musí shodovat",
"Join call": "Připojit se k hovoru", "registering": "Registrování…"
"Invite people": "Pozvat lidi", },
"Invite": "Pozvat", "register_auth_links": "<0>Už máte účet?</0><1><0>Přihlásit se</0> Or <2>Jako host</2></1>",
"Inspector": "Insepktor", "register_confirm_password_label": "Potvrdit heslo",
"Incompatible versions!": "Nekompatibilní verze!", "return_home_button": "Vrátit se na domácí obrazovku",
"Incompatible versions": "Nekompatibilní verze", "room_auth_view_join_button": "Připojit se k hovoru",
"Walkie-talkie call name": "Jméno vysílačkového hovoru", "screenshare_button_label": "Sdílet obrazovku",
"Walkie-talkie call": "Vysílačkový hovor", "select_input_unset_button": "Vyberte možnost",
"{{names}}, {{name}}": "{{names}}, {{name}}", "settings": {
"Spotlight": "Soustředěný mód", "developer_settings_label": "Vývojářské nastavení",
"Recaptcha not loaded": "Recaptcha se nenačetla", "developer_settings_label_description": "Zobrazit vývojářské nastavení.",
"Recaptcha dismissed": "Recaptcha byla zamítnuta", "developer_tab_title": "Vývojář",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Ostatní uživatelé se pokoušejí připojit k tomuto hovoru s nekompatibilních verzí. Tito uživatelé by se měli ujistit, že stránku načetli znovu:<1>{userLis}</1>", "feedback_tab_h4": "Dát feedback",
"Not registered yet? <2>Create an account</2>": "Nejste registrovaní? <2>Vytvořit účet</2>", "feedback_tab_send_logs_label": "Zahrnout ladící záznamy",
"Join existing call?": "Připojit se k existujícimu hovoru?", "more_tab_title": "Více",
"Include debug logs": "Zahrnout ladící záznamy", "speaker_device_selection_label": "Reproduktor"
"Home": "Domov", },
"Grid layout menu": "Menu rozložení", "unauthenticated_view_body": "Nejste registrovaní? <2>Vytvořit účet</2>",
"Go": "Pokračovat", "unauthenticated_view_login_button": "Přihlásit se ke svému účtu",
"Full screen": "Zvětšit na celou obrazovku", "version": "Verze: {{version}}",
"Freedom": "Volný", "waiting_for_participants": "Čekání na další účastníky…"
"Fetching group call timed out.": "Vypršel časový limit načítání skupinového hovoru.",
"Exit full screen": "Ukončit režim celé obrazovky",
"Element Call Home": "Domov Element Call",
"Download debug logs": "Stáhnout ladící záznamy",
"Display name": "Zobrazované jméno",
"Developer": "Vývojář",
"Details": "Detaily",
"Debug log request": "Žádost o protokoly ladění",
"Debug log": "Protokoly ladění",
"Create account": "Vytvořit účet",
"Copy": "Kopírovat",
"Call type menu": "Menu typu hovoru",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Jiný uživatel v tomto hovoru má problémy. Abychom mohli diagnostikovat problém, rádi bychom shromáždili protokoly ladění.",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Proč neskončit nastavením hesla, abyste mohli účet použít znovu?</0><1>Budete si moci nechat své jméno a nastavit si avatar pro budoucí hovory </1>",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Připojit se</0><1>Or</1><2>Zkopírovat odkaz a připojit se později</2>",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Už máte účet?</0><1><0>Přihlásit se</0> Or <2>Jako host</2></1>",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Odeslání ladících záznamů nám pomůže diagnostikovat problém.</0>",
"<0>Oops, something's gone wrong.</0>": "<0>Oops, něco se pokazilo.</0>",
"Expose developer settings in the settings window.": "Zobrazit vývojářské nastavení.",
"Developer Settings": "Vývojářské nastavení"
} }

View File

@@ -1,127 +1,144 @@
{ {
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Du hast bereits ein Konto?</0><1><0>Anmelden</0> Oder <2>Als Gast betreten</2></1>", "a11y": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Konto erstellen</0> Oder <2>Als Gast betreten</2>", "user_menu": "Benutzermenü"
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Warum vergibst du nicht abschließend ein Passwort, um dein Konto zu erhalten?</0><1>Du kannst deinen Namen behalten und ein Profilbild für zukünftige Anrufe festlegen.</1>", },
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Ein anderer Benutzer dieses Anrufs hat ein Problem. Um es besser diagnostizieren zu können, würden wir gerne ein Debug-Protokoll erstellen.", "action": {
"Audio": "Audio", "close": "Schließen",
"Avatar": "Avatar", "copy": "Kopieren",
"Call link copied": "Anruflink kopiert", "copy_link": "Link kopieren",
"Call type menu": "Anruftyp Menü", "go": "Los gehts",
"Camera": "Kamera", "invite": "Einladen",
"Change layout": "Layout ändern", "no": "Nein",
"Close": "Schließen", "register": "Registrieren",
"Confirm password": "Passwort bestätigen", "remove": "Entfernen",
"Copied!": "Kopiert!", "sign_in": "Anmelden",
"Copy and share this call link": "Kopiere und teile diesen Anruflink", "sign_out": "Abmelden",
"Create account": "Konto erstellen", "submit": "Absenden"
"Debug log": "Debug-Protokoll", },
"Debug log request": "Debug-Log Anfrage", "analytics_notice": "Mit der Teilnahme an der Beta akzeptierst du die Sammlung von anonymen Daten, die wir zur Verbesserung des Produkts verwenden. Weitere Informationen zu den von uns erhobenen Daten findest du in unserer <2>Datenschutzerklärung</2> und unseren <5>Cookie-Richtlinien</5>.",
"Details": "Details", "app_selection_modal": {
"Developer": "Entwickler", "continue_in_browser": "Weiter im Browser",
"Display name": "Anzeigename", "open_in_app": "In der App öffnen",
"Download debug logs": "Debug-Protokolle herunterladen", "text": "Bereit, beizutreten?",
"Exit full screen": "Vollbildmodus verlassen", "title": "App auswählen"
"Freedom": "Freiraum", },
"Full screen": "Vollbild", "application_opened_another_tab": "Diese Anwendung wurde in einem anderen Tab geöffnet.",
"Go": "Los gehts", "browser_media_e2ee_unsupported": "Dein Webbrowser unterstützt keine Medien-Ende-zu-Ende-Verschlüsselung. Unterstützte Browser sind Chrome, Safari, Firefox >=117",
"Grid layout menu": "Grid-Layout-Menü", "browser_media_e2ee_unsupported_heading": "Inkompatibler Browser",
"Home": "Startseite", "call_ended_view": {
"Include debug logs": "Debug-Protokolle einschließen", "body": "Deine Verbindung wurde getrennt",
"Incompatible versions": "Inkompatible Versionen", "create_account_button": "Konto erstellen",
"Incompatible versions!": "Inkompatible Versionen!", "create_account_prompt": "<0>Warum vergibst du nicht abschließend ein Passwort, um dein Konto zu erhalten?</0><1>Du kannst deinen Namen behalten und ein Profilbild für zukünftige Anrufe festlegen.</1>",
"Inspector": "Inspektor", "feedback_done": "<0>Danke für deine Rückmeldung!</0>",
"Invite": "Einladen", "feedback_prompt": "<0>Wir würden uns freuen, deine Rückmeldung zu hören, um deine Erfahrung verbessern zu können.</0>",
"Invite people": "Personen einladen", "headline": "{{displayName}}, dein Anruf wurde beendet.",
"Join call": "Anruf beitreten", "not_now_button": "Nicht jetzt, zurück zur Startseite",
"Join call now": "Anruf beitreten", "reconnect_button": "Erneut verbinden",
"Join existing call?": "An bestehendem Anruf teilnehmen?", "survey_prompt": "Wie ist es gelaufen?"
"Leave": "Verlassen", },
"Loading…": "Lade ", "call_name": "Name des Anrufs",
"Local volume": "Lokale Lautstärke", "common": {
"Logging in…": "Anmelden ", "audio": "Audio",
"Login": "Anmelden", "avatar": "Profilbild",
"Login to your account": "Melde dich mit deinem Konto an", "camera": "Kamera",
"Microphone": "Mikrofon", "copied": "Kopiert!",
"More": "Mehr", "display_name": "Anzeigename",
"Mute microphone": "Mikrofon stummschalten", "encrypted": "Verschlüsselt",
"No": "Nein", "error": "Fehler",
"Not now, return to home screen": "Nicht jetzt, zurück zum Startbildschirm", "home": "Startseite",
"Not registered yet? <2>Create an account</2>": "Noch nicht registriert? <2>Konto erstellen</2>", "loading": "Lade ",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Andere Benutzer versuchen, diesem Aufruf von einer inkompatiblen Softwareversion aus beizutreten. Diese Benutzer sollten ihre Web-Browser Seite neu laden:<1>{userLis}</1>", "microphone": "Mikrofon",
"Password": "Passwort", "password": "Passwort",
"Passwords must match": "Passwörter müssen übereinstimmen", "profile": "Profil",
"Profile": "Profil", "settings": "Einstellungen",
"Recaptcha dismissed": "Recaptcha abgelehnt", "unencrypted": "Nicht verschlüsselt",
"Recaptcha not loaded": "Recaptcha nicht geladen", "username": "Benutzername",
"Register": "Registrieren", "video": "Video"
"Registering…": "Registrierung …", },
"Remove": "Entfernen", "disconnected_banner": "Die Verbindung zum Server wurde getrennt.",
"Return to home screen": "Zurück zum Startbildschirm", "full_screen_view_description": "<0>Übermittelte Problemberichte helfen uns, Fehler zu beheben.</0>",
"Select an option": "Wähle eine Option", "full_screen_view_h1": "<0>Hoppla, etwas ist schiefgelaufen.</0>",
"Send debug logs": "Debug-Logs senden", "group_call_loader_failed_heading": "Anruf nicht gefunden",
"Sending…": "Senden ", "group_call_loader_failed_text": "Anrufe sind nun Ende-zu-Ende-verschlüsselt und müssen auf der Startseite erstellt werden. Damit stellen wir sicher, dass alle denselben Schlüssel verwenden.",
"Settings": "Einstellungen", "hangup_button_label": "Anruf beenden",
"Share screen": "Bildschirm teilen", "header_label": "Element Call-Startseite",
"Show call inspector": "Anrufinspektor anzeigen", "header_participants_label": "Teilnehmende",
"Sign in": "Anmelden", "invite_modal": {
"Sign out": "Abmelden", "link_copied_toast": "Link in Zwischenablage kopiert",
"Speaker": "Wiedergabegerät", "title": "Zu diesem Anruf einladen"
"Spotlight": "Rampenlicht", },
"Stop sharing screen": "Beenden der Bildschirmfreigabe", "join_existing_call_modal": {
"Submit feedback": "Rückmeldung geben", "join_button": "Ja, Anruf beitreten",
"Take me Home": "Zurück zur Startseite", "text": "Dieser Aufruf existiert bereits, möchtest Du teilnehmen?",
"This call already exists, would you like to join?": "Dieser Aufruf existiert bereits, möchtest Du teilnehmen?", "title": "An bestehendem Anruf teilnehmen?"
"Turn off camera": "Kamera ausschalten", },
"Turn on camera": "Kamera einschalten", "layout_grid_label": "Raster",
"Unmute microphone": "Mikrofon aktivieren", "layout_spotlight_label": "Rampenlicht",
"User menu": "Benutzermenü", "lobby": {
"Username": "Benutzername", "join_button": "Anruf beitreten",
"Version: {{version}}": "Version: {{version}}", "leave_button": "Zurück zu kürzlichen Anrufen"
"Video": "Video", },
"Video call": "Videoanruf", "log_in": "Anmelden",
"Video call name": "Name des Videoanrufs", "logging_in": "Anmelden ",
"Waiting for other participants…": "Warte auf weitere Teilnehmer ", "login_auth_links": "<0>Konto erstellen</0> Oder <2>Als Gast betreten</2>",
"Walkie-talkie call": "Walkie-Talkie-Anruf", "login_auth_links_prompt": "Noch nicht registriert?",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC wird in diesem Browser nicht unterstützt oder ist blockiert.", "login_subheading": "Weiter zu Element",
"Yes, join call": "Ja, Anruf beitreten", "login_title": "Anmelden",
"Your recent calls": "Deine letzten Anrufe", "microphone_off": "Mikrofon aus",
"{{names}}, {{name}}": "{{names}}, {{name}}", "microphone_on": "Mikrofon an",
"Fetching group call timed out.": "Zeitüberschreitung beim Abrufen des Gruppenanrufs.", "mute_microphone_button_label": "Mikrofon deaktivieren",
"Walkie-talkie call name": "Name des Walkie-Talkie-Anrufs", "rageshake_button_error_caption": "Protokolle erneut senden",
"Sending debug logs…": "Sende Debug-Protokolle …", "rageshake_request_modal": {
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Anruf beitreten</0><1>Oder</1><2>Anruflink kopieren und später beitreten</2>", "body": "Ein anderer Benutzer dieses Anrufs hat ein Problem. Um es besser diagnostizieren zu können, würden wir gerne ein Debug-Protokoll erstellen.",
"Copy": "Kopieren", "title": "Debug-Log Anfrage"
"Element Call Home": "Element Call-Startseite", },
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Übermittelte Problemberichte helfen uns, Fehler zu beheben.</0>", "rageshake_send_logs": "Debug-Logs senden",
"<0>Oops, something's gone wrong.</0>": "<0>Hoppla, etwas ist schiefgelaufen.</0>", "rageshake_sending": "Senden ",
"Expose developer settings in the settings window.": "Zeige die Entwicklereinstellungen im Einstellungsfenster.", "rageshake_sending_logs": "Sende Debug-Protokolle …",
"Developer Settings": "Entwicklereinstellungen", "rageshake_sent": "Danke!",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Mit der Teilnahme an der Beta akzeptierst du die Sammlung von anonymen Daten, die wir zur Verbesserung des Produkts verwenden. Weitere Informationen zu den von uns erhobenen Daten findest du in unserer <2>Datenschutzerklärung</2> und unseren <5>Cookie-Richtlinien</5>.", "recaptcha_caption": "Diese Seite wird durch reCAPTCHA geschützt und es gelten Googles <2>Datenschutzerklärung</2> und <6>Nutzungsbedingungen</6>. <9></9>Mit einem Klick auf „Registrieren“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Du kannst deine Zustimmung durch Abwählen dieses Kästchens zurückziehen. Falls du dich aktuell in einem Anruf befindest, wird diese Einstellung nach dem Ende des Anrufs wirksam.", "recaptcha_dismissed": "Recaptcha abgelehnt",
"Feedback": "Rückmeldung", "recaptcha_not_loaded": "Recaptcha nicht geladen",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Falls du auf Probleme stößt oder einfach nur eine Rückmeldung geben möchtest, sende uns bitte eine kurze Beschreibung.", "register": {
"Your feedback": "Deine Rückmeldung", "passwords_must_match": "Passwörter müssen übereinstimmen",
"Thanks, we received your feedback!": "Danke, wir haben deine Rückmeldung erhalten!", "registering": "Registrierung …"
"Submitting…": "Sende …", },
"Submit": "Absenden", "register_auth_links": "<0>Du hast bereits ein Konto?</0><1><0>Anmelden</0> Oder <2>Als Gast betreten</2></1>",
"{{count}} stars|other": "{{count}} Sterne", "register_confirm_password_label": "Passwort bestätigen",
"{{displayName}}, your call has ended.": "{{displayName}}, dein Anruf wurde beendet.", "return_home_button": "Zurück zur Startseite",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Wir würden uns freuen, deine Rückmeldung zu hören, um deine Erfahrung verbessern zu können.</0>", "room_auth_view_eula_caption": "Mit einem Klick auf „Anruf beitreten“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>",
"How did it go?": "Wie ist es gelaufen?", "room_auth_view_join_button": "Anruf beitreten",
"{{count}} stars|one": "{{count}} Stern", "screenshare_button_label": "Bildschirm teilen",
"<0>Thanks for your feedback!</0>": "<0>Danke für deine Rückmeldung!</0>", "select_input_unset_button": "Wähle eine Option",
"{{displayName}} is presenting": "{{displayName}} präsentiert", "settings": {
"Show connection stats": "Verbindungsstatistiken zeigen", "developer_settings_label": "Entwicklereinstellungen",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Mit einem Klick auf „Anruf beitreten“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>", "developer_settings_label_description": "Zeige die Entwicklereinstellungen im Einstellungsfenster.",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Mit einem Klick auf „Los gehts“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>", "developer_tab_title": "Entwickler",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Diese Seite wird durch reCAPTCHA geschützt und es gelten Googles <2>Datenschutzerklärung</2> und <6>Nutzungsbedingungen</6>. <9></9>Mit einem Klick auf „Registrieren“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>", "feedback_tab_body": "Falls du auf Probleme stößt oder einfach nur eine Rückmeldung geben möchtest, sende uns bitte eine kurze Beschreibung.",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call ist temporär nicht Ende-zu-Ende-verschlüsselt, während wir die Skalierbarkeit testen.", "feedback_tab_description_label": "Deine Rückmeldung",
"Connectivity to the server has been lost.": "Die Verbindung zum Server wurde getrennt.", "feedback_tab_h4": "Rückmeldung geben",
"Enable end-to-end encryption (password protected calls)": "Ende-zu-Ende-Verschlüsselung aktivieren (Passwort geschützte Anrufe)", "feedback_tab_send_logs_label": "Debug-Protokolle einschließen",
"Password (if none, E2EE is disabled)": "Passwort (falls leer, wird E2EE deaktiviert)", "feedback_tab_thank_you": "Danke, wir haben deine Rückmeldung erhalten!",
"End-to-end encryption isn't supported on your browser.": "Ende-zu-Ende-Verschlüsselung wird in deinem Browser nicht unterstützt.", "feedback_tab_title": "Rückmeldung",
"Thanks!": "Danke!", "more_tab_title": "Mehr",
"You were disconnected from the call": "Deine Verbindung wurde getrennt", "opt_in_description": "<0></0><1></1>Du kannst deine Zustimmung durch Abwählen dieses Kästchens zurückziehen. Falls du dich aktuell in einem Anruf befindest, wird diese Einstellung nach dem Ende des Anrufs wirksam.",
"Reconnect": "Erneut verbinden", "show_connection_stats_label": "Verbindungsstatistiken zeigen",
"Retry sending logs": "Protokolle erneut senden" "speaker_device_selection_label": "Wiedergabegerät"
},
"star_rating_input_label_one": "{{count}} Stern",
"star_rating_input_label_other": "{{count}} Sterne",
"start_new_call": "Neuen Anruf beginnen",
"start_video_button_label": "Video aktivieren",
"stop_screenshare_button_label": "Bildschirm wird geteilt",
"stop_video_button_label": "Video deaktivieren",
"submitting": "Sende …",
"unauthenticated_view_body": "Noch nicht registriert? <2>Konto erstellen</2>",
"unauthenticated_view_eula_caption": "Mit einem Klick auf „Los gehts“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>",
"unauthenticated_view_login_button": "Melde dich mit deinem Konto an",
"unmute_microphone_button_label": "Mikrofon aktivieren",
"version": "Version: {{version}}",
"video_tile": {
"sfu_participant_local": "Du"
},
"waiting_for_participants": "Warte auf weitere Teilnehmer …"
} }

View File

@@ -1,115 +1,95 @@
{ {
"Version: {{version}}": "Έκδοση: {{version}}", "a11y": {
"User menu": "Μενού χρήστη", "user_menu": "Μενού χρήστη"
"Submit feedback": "Υποβάλετε σχόλια", },
"Stop sharing screen": "Διακοπή κοινής χρήσης οθόνης", "action": {
"Sign in": "Σύνδεση", "close": "Κλείσιμο",
"Show call inspector": "Εμφάνιση του επιθεωρητή κλήσης", "copy": "Αντιγραφή",
"Share screen": "Κοινή χρήση οθόνης", "go": "Μετάβαση",
"Sending…": "Αποστολή…", "no": "Όχι",
"Select an option": "Επιλέξτε μια επιλογή", "register": "Εγγραφή",
"Remove": "Αφαίρεση", "remove": "Αφαίρεση",
"Registering…": "Εγγραφή…", "sign_in": "Σύνδεση",
"Not registered yet? <2>Create an account</2>": "Δεν έχετε εγγραφεί ακόμα; <2>Δημιουργήστε λογαριασμό</2>", "sign_out": "Αποσύνδεση",
"Login to your account": "Συνδεθείτε στον λογαριασμό σας", "submit": "Υποβολή"
"Logging in…": "Σύνδεση…", },
"Invite people": "Προσκαλέστε άτομα", "analytics_notice": "Συμμετέχοντας σε αυτή τη δοκιμαστική έκδοση, συναινείτε στη συλλογή ανώνυμων δεδομένων, τα οποία χρησιμοποιούμε για τη βελτίωση του προϊόντος. Μπορείτε να βρείτε περισσότερες πληροφορίες σχετικά με το ποια δεδομένα καταγράφουμε στην <2>Πολιτική απορρήτου</2> και στην <5>Πολιτική cookies</5>.",
"Invite": "Πρόσκληση", "call_ended_view": {
"Inspector": "Επιθεωρητής", "create_account_button": "Δημιουργία λογαριασμού",
"Incompatible versions!": "Μη συμβατές εκδόσεις!", "create_account_prompt": "<0>Γιατί να μην ολοκληρώσετε με τη δημιουργία ενός κωδικού πρόσβασης για τη διατήρηση του λογαριασμού σας;</0><1>Θα μπορείτε να διατηρήσετε το όνομά σας και να ορίσετε ένα avatar για χρήση σε μελλοντικές κλήσεις.</1>",
"Incompatible versions": "Μη συμβατές εκδόσεις", "feedback_done": "<0>Ευχαριστώ για τα σχόλιά σας!</0>",
"Display name": "Εμφανιζόμενο όνομα", "feedback_prompt": "<0>Θα θέλαμε να ακούσουμε τα σχόλιά σας ώστε να βελτιώσουμε την εμπειρία σας.</0>",
"Developer Settings": "Ρυθμίσεις προγραμματιστή", "headline": "{{displayName}}, η κλήση σας τερματίστηκε.",
"Debug log request": "Αίτημα αρχείου καταγραφής", "not_now_button": "Όχι τώρα, επιστροφή στην αρχική οθόνη",
"Call link copied": "Ο σύνδεσμος κλήσης αντιγράφηκε", "survey_prompt": "Πώς σας φάνηκε;"
"Avatar": "Avatar", },
"<0>Oops, something's gone wrong.</0>": "<0>Ωχ, κάτι πήγε στραβά.</0>", "common": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Δημιουργήστε λογαριασμό</0> Ή <2>Συμμετέχετε ως επισκέπτης</2>", "audio": "Ήχος",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Έχετε ήδη λογαριασμό;</0><1><0>Συνδεθείτε</0> Ή <2>Συμμετέχετε ως επισκέπτης</2></1>", "camera": "Κάμερα",
"{{names}}, {{name}}": "{{names}}, {{name}}", "copied": "Αντιγράφηκε!",
"Your recent calls": "Οι πρόσφατες κλήσεις σας", "display_name": "Εμφανιζόμενο όνομα",
"Yes, join call": "Ναι, συμμετοχή στην κλήση", "home": "Αρχική",
"WebRTC is not supported or is being blocked in this browser.": "Το WebRTC δεν υποστηρίζεται ή έχει αποκλειστεί σε αυτό το πρόγραμμα περιήγησης.", "loading": "Φόρτωση…",
"Walkie-talkie call name": "Όνομα κλήσης walkie-talkie", "microphone": "Μικρόφωνο",
"Walkie-talkie call": "Κλήση walkie-talkie", "password": "Κωδικός",
"Waiting for other participants…": "Αναμονή για άλλους συμμετέχοντες…", "profile": "Προφίλ",
"Video call name": "Όνομα βίντεο κλήσης", "settings": "Ρυθμίσεις",
"Video call": "Βίντεο κλήση", "username": "Όνομα χρήστη",
"Video": "Βίντεο", "video": "Βίντεο"
"Username": "Όνομα χρήστη", },
"Turn on camera": "Ενεργοποιήστε την κάμερα", "full_screen_view_description": "<0>Η υποβολή αρχείων καταγραφής σφαλμάτων θα μας βοηθήσει να εντοπίσουμε το πρόβλημα.</0>",
"Turn off camera": "Απενεργοποιήστε την κάμερα", "full_screen_view_h1": "<0>Ωχ, κάτι πήγε στραβά.</0>",
"This call already exists, would you like to join?": "Αυτή η κλήση υπάρχει ήδη, θα θέλατε να συμμετάσχετε;", "header_label": "Element Κεντρική Οθόνη Κλήσεων",
"Speaker": "Ηχείο", "join_existing_call_modal": {
"Sign out": "Αποσύνδεση", "join_button": "Ναι, συμμετοχή στην κλήση",
"Settings": "Ρυθμίσεις", "text": "Αυτή η κλήση υπάρχει ήδη, θα θέλατε να συμμετάσχετε;",
"Return to home screen": "Επιστροφή στην αρχική οθόνη", "title": "Συμμετοχή στην υπάρχουσα κλήση;"
"Register": "Εγγραφή", },
"Profile": "Προφίλ", "lobby": {
"Passwords must match": "Οι κωδικοί πρέπει να ταιριάζουν", "join_button": "Συμμετοχή στην κλήση"
"Password": "Κωδικός", },
"Not now, return to home screen": "Όχι τώρα, επιστροφή στην αρχική οθόνη", "logging_in": "Σύνδεση…",
"No": "Όχι", "login_auth_links": "<0>Δημιουργήστε λογαριασμό</0> Ή <2>Συμμετέχετε ως επισκέπτης</2>",
"Mute microphone": "Σίγαση μικροφώνου", "login_title": "Σύνδεση",
"More": "Περισσότερα", "rageshake_request_modal": {
"Microphone": "Μικρόφωνο", "body": "Ένας άλλος χρήστης σε αυτή την κλήση έχει ένα πρόβλημα. Για την καλύτερη διάγνωση αυτών των προβλημάτων θα θέλαμε να συλλέξουμε ένα αρχείο καταγραφής σφαλμάτων.",
"Login": "Σύνδεση", "title": "Αίτημα αρχείου καταγραφής"
"Loading…": "Φόρτωση…", },
"Leave": "Αποχώρηση", "rageshake_send_logs": "Αποστολή αρχείων καταγραφής",
"Join existing call?": "Συμμετοχή στην υπάρχουσα κλήση;", "rageshake_sending": "Αποστολή…",
"Join call now": "Συμμετοχή στην κλήση τώρα", "rageshake_sending_logs": "Αποστολή αρχείων καταγραφής…",
"Join call": "Συμμετοχή στην κλήση", "recaptcha_dismissed": "Το recaptcha απορρίφθηκε",
"Go": "Μετάβαση", "recaptcha_not_loaded": "Το Recaptcha δεν φορτώθηκε",
"Full screen": "Πλήρη οθόνη", "register": {
"Exit full screen": "Έξοδος από πλήρη οθόνη", "passwords_must_match": "Οι κωδικοί πρέπει να ταιριάζουν",
"Details": "Λεπτομέρειες", "registering": "Εγγραφή…"
"Create account": "Δημιουργία λογαριασμού", },
"Copy and share this call link": "Αντιγράψτε και μοιραστείτε αυτόν τον σύνδεσμο κλήσης", "register_auth_links": "<0>Έχετε ήδη λογαριασμό;</0><1><0>Συνδεθείτε</0> Ή <2>Συμμετέχετε ως επισκέπτης</2></1>",
"Copy": "Αντιγραφή", "register_confirm_password_label": "Επιβεβαίωση κωδικού",
"Copied!": "Αντιγράφηκε!", "return_home_button": "Επιστροφή στην αρχική οθόνη",
"Confirm password": "Επιβεβαίωση κωδικού", "room_auth_view_join_button": "Συμμετοχή στην κλήση τώρα",
"Close": "Κλείσιμο", "screenshare_button_label": "Κοινή χρήση οθόνης",
"Change layout": "Αλλαγή διάταξης", "select_input_unset_button": "Επιλέξτε μια επιλογή",
"Camera": "Κάμερα", "settings": {
"Audio": "Ήχος", "developer_settings_label": "Ρυθμίσεις προγραμματιστή",
"Send debug logs": "Αποστολή αρχείων καταγραφής", "developer_settings_label_description": "Εμφάνιση ρυθμίσεων προγραμματιστή στο παράθυρο ρυθμίσεων.",
"Recaptcha dismissed": "Το recaptcha απορρίφθηκε", "developer_tab_title": "Προγραμματιστής",
"<0>Thanks for your feedback!</0>": "<0>Ευχαριστώ για τα σχόλιά σας!</0>", "feedback_tab_body": "Εάν αντιμετωπίζετε προβλήματα ή απλά θέλετε να μας δώσετε κάποια σχόλια, παρακαλούμε στείλτε μας μια σύντομη περιγραφή παρακάτω.",
"Call type menu": "Μενού είδους κλήσης", "feedback_tab_description_label": "Τα σχόλιά σας",
"Local volume": "Τοπική ένταση", "feedback_tab_h4": "Υποβάλετε σχόλια",
"Home": "Αρχική", "feedback_tab_send_logs_label": "Να συμπεριληφθούν αρχεία καταγραφής",
"Show connection stats": "Εμφάνιση στατιστικών σύνδεσης", "feedback_tab_thank_you": "Ευχαριστούμε, λάβαμε τα σχόλιά σας!",
"Unmute microphone": "Κατάργηση σίγασης μικροφώνου", "feedback_tab_title": "Ανατροφοδότηση",
"Take me Home": "Μετάβαση στην Αρχική", "more_tab_title": "Περισσότερα",
"{{displayName}} is presenting": "{{displayName}} παρουσιάζει", "opt_in_description": "<0></0><1></1>Μπορείτε να ανακαλέσετε τη συγκατάθεσή σας αποεπιλέγοντας αυτό το πλαίσιο. Εάν βρίσκεστε σε κλήση, η ρύθμιση αυτή θα τεθεί σε ισχύ στο τέλος της.",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Μπορείτε να ανακαλέσετε τη συγκατάθεσή σας αποεπιλέγοντας αυτό το πλαίσιο. Εάν βρίσκεστε σε κλήση, η ρύθμιση αυτή θα τεθεί σε ισχύ στο τέλος της.", "show_connection_stats_label": "Εμφάνιση στατιστικών σύνδεσης",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Συμμετοχή στην κλήση τώρα</0><1>Or</1><2>Αντιγραφή συνδέσμου κλήσης και συμμετοχή αργότερα</2>", "speaker_device_selection_label": "Ηχείο"
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Θα θέλαμε να ακούσουμε τα σχόλιά σας ώστε να βελτιώσουμε την εμπειρία σας.</0>", },
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Γιατί να μην ολοκληρώσετε με τη δημιουργία ενός κωδικού πρόσβασης για τη διατήρηση του λογαριασμού σας;</0><1>Θα μπορείτε να διατηρήσετε το όνομά σας και να ορίσετε ένα avatar για χρήση σε μελλοντικές κλήσεις.</1>", "star_rating_input_label_one": "{{count}} αστέρι",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Ένας άλλος χρήστης σε αυτή την κλήση έχει ένα πρόβλημα. Για την καλύτερη διάγνωση αυτών των προβλημάτων θα θέλαμε να συλλέξουμε ένα αρχείο καταγραφής σφαλμάτων.", "star_rating_input_label_other": "{{count}} αστέρια",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Συμμετέχοντας σε αυτή τη δοκιμαστική έκδοση, συναινείτε στη συλλογή ανώνυμων δεδομένων, τα οποία χρησιμοποιούμε για τη βελτίωση του προϊόντος. Μπορείτε να βρείτε περισσότερες πληροφορίες σχετικά με το ποια δεδομένα καταγράφουμε στην <2>Πολιτική απορρήτου</2> και στην <5>Πολιτική cookies</5>.", "submitting": "Υποβολή…",
"Grid layout menu": "Μενού διάταξης πλέγματος", "unauthenticated_view_body": "Δεν έχετε εγγραφεί ακόμα; <2>Δημιουργήστε λογαριασμό</2>",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Εάν αντιμετωπίζετε προβλήματα ή απλά θέλετε να μας δώσετε κάποια σχόλια, παρακαλούμε στείλτε μας μια σύντομη περιγραφή παρακάτω.", "unauthenticated_view_login_button": "Συνδεθείτε στον λογαριασμό σας",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Κάποιοι άλλοι χρήστες προσπαθούν να συμμετάσχουν σε αυτή την κλήση από ασύμβατες εκδόσεις. Αυτοί οι χρήστες θα πρέπει να βεβαιωθούν ότι έχουν κάνει ανανέωση (refresh) την καρτέλα του περιηγητή τους:<1>{userLis}</1>", "version": "Έκδοση: {{version}}",
"Expose developer settings in the settings window.": "Εμφάνιση ρυθμίσεων προγραμματιστή στο παράθυρο ρυθμίσεων.", "waiting_for_participants": "Αναμονή για άλλους συμμετέχοντες…"
"Feedback": "Ανατροφοδότηση",
"Submitting…": "Υποβολή…",
"Thanks, we received your feedback!": "Ευχαριστούμε, λάβαμε τα σχόλιά σας!",
"{{count}} stars|other": "{{count}} αστέρια",
"{{count}} stars|one": "{{count}} αστέρι",
"{{displayName}}, your call has ended.": "{{displayName}}, η κλήση σας τερματίστηκε.",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Η υποβολή αρχείων καταγραφής σφαλμάτων θα μας βοηθήσει να εντοπίσουμε το πρόβλημα.</0>",
"How did it go?": "Πώς σας φάνηκε;",
"Include debug logs": "Να συμπεριληφθούν αρχεία καταγραφής",
"Recaptcha not loaded": "Το Recaptcha δεν φορτώθηκε",
"Debug log": "Αρχείο καταγραφής",
"Developer": "Προγραμματιστής",
"Download debug logs": "Λήψη αρχείων καταγραφής",
"Sending debug logs…": "Αποστολή αρχείων καταγραφής…",
"Submit": "Υποβολή",
"Your feedback": "Τα σχόλιά σας",
"Fetching group call timed out.": "Η ομαδική κλήση έληξε από τέλος χρόνου.",
"Freedom": "Ελευθερία",
"Spotlight": "Spotlight",
"Element Call Home": "Element Κεντρική Οθόνη Κλήσεων"
} }

View File

@@ -1,127 +1,169 @@
{ {
"{{count}} stars|one": "{{count}} star", "a11y": {
"{{count}} stars|other": "{{count}} stars", "user_menu": "User menu"
"{{displayName}} is presenting": "{{displayName}} is presenting", },
"{{displayName}}, your call has ended.": "{{displayName}}, your call has ended.", "action": {
"{{names}}, {{name}}": "{{names}}, {{name}}", "close": "Close",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.", "copy": "Copy",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>", "copy_link": "Copy link",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Create an account</0> Or <2>Access as a guest</2>", "go": "Go",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>", "invite": "Invite",
"<0>Oops, something's gone wrong.</0>": "<0>Oops, something's gone wrong.</0>", "no": "No",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Submitting debug logs will help us track down the problem.</0>", "register": "Register",
"<0>Thanks for your feedback!</0>": "<0>Thanks for your feedback!</0>", "remove": "Remove",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>We'd love to hear your feedback so we can improve your experience.</0>", "sign_in": "Sign in",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>", "sign_out": "Sign out",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.", "submit": "Submit"
"Audio": "Audio", },
"Avatar": "Avatar", "analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>", "app_selection_modal": {
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>", "continue_in_browser": "Continue in browser",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.", "open_in_app": "Open in the app",
"Call link copied": "Call link copied", "text": "Ready to join?",
"Call type menu": "Call type menu", "title": "Select app"
"Camera": "Camera", },
"Change layout": "Change layout", "application_opened_another_tab": "This application has been opened in another tab.",
"Close": "Close", "browser_media_e2ee_unsupported": "Your web browser does not support media end-to-end encryption. Supported Browsers are Chrome, Safari, Firefox >=117",
"Confirm password": "Confirm password", "browser_media_e2ee_unsupported_heading": "Incompatible Browser",
"Connectivity to the server has been lost.": "Connectivity to the server has been lost.", "call_ended_view": {
"Copied!": "Copied!", "body": "You were disconnected from the call",
"Copy": "Copy", "create_account_button": "Create account",
"Copy and share this call link": "Copy and share this call link", "create_account_prompt": "<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>",
"Create account": "Create account", "feedback_done": "<0>Thanks for your feedback!</0>",
"Debug log": "Debug log", "feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"Debug log request": "Debug log request", "headline": "{{displayName}}, your call has ended.",
"Details": "Details", "not_now_button": "Not now, return to home screen",
"Developer": "Developer", "reconnect_button": "Reconnect",
"Developer Settings": "Developer Settings", "survey_prompt": "How did it go?"
"Display name": "Display name", },
"Download debug logs": "Download debug logs", "call_name": "Name of call",
"Element Call Home": "Element Call Home", "common": {
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call is temporarily not end-to-end encrypted while we test scalability.", "analytics": "Analytics",
"Enable end-to-end encryption (password protected calls)": "Enable end-to-end encryption (password protected calls)", "audio": "Audio",
"End-to-end encryption isn't supported on your browser.": "End-to-end encryption isn't supported on your browser.", "avatar": "Avatar",
"Exit full screen": "Exit full screen", "back": "Back",
"Expose developer settings in the settings window.": "Expose developer settings in the settings window.", "camera": "Camera",
"Feedback": "Feedback", "copied": "Copied!",
"Fetching group call timed out.": "Fetching group call timed out.", "display_name": "Display name",
"Freedom": "Freedom", "encrypted": "Encrypted",
"Full screen": "Full screen", "error": "Error",
"Go": "Go", "home": "Home",
"Grid layout menu": "Grid layout menu", "loading": "Loading…",
"Home": "Home", "microphone": "Microphone",
"How did it go?": "How did it go?", "next": "Next",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.", "options": "Options",
"Include debug logs": "Include debug logs", "password": "Password",
"Incompatible versions": "Incompatible versions", "profile": "Profile",
"Incompatible versions!": "Incompatible versions!", "settings": "Settings",
"Inspector": "Inspector", "unencrypted": "Not encrypted",
"Invite": "Invite", "username": "Username",
"Invite people": "Invite people", "video": "Video"
"Join call": "Join call", },
"Join call now": "Join call now", "crypto_version": "Crypto version: {{version}}",
"Join existing call?": "Join existing call?", "device_id": "Device ID: {{id}}",
"Leave": "Leave", "disconnected_banner": "Connectivity to the server has been lost.",
"Loading…": "Loading…", "full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"Local volume": "Local volume", "full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"Logging in…": "Logging in…", "group_call_loader": {
"Login": "Login", "banned_body": "You have been banned from the room.",
"Login to your account": "Login to your account", "banned_heading": "Banned",
"Microphone": "Microphone", "call_ended_body": "You have been removed from the call.",
"More": "More", "call_ended_heading": "Call ended",
"Mute microphone": "Mute microphone", "failed_heading": "Failed to join",
"No": "No", "failed_text": "Call not found or is not accessible.",
"Not now, return to home screen": "Not now, return to home screen", "knock_reject_body": "The room members declined your request to join.",
"Not registered yet? <2>Create an account</2>": "Not registered yet? <2>Create an account</2>", "knock_reject_heading": "Not allowed to join",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>", "reason": "Reason"
"Password": "Password", },
"Password (if none, E2EE is disabled)": "Password (if none, E2EE is disabled)", "hangup_button_label": "End call",
"Passwords must match": "Passwords must match", "header_label": "Element Call Home",
"Profile": "Profile", "header_participants_label": "Participants",
"Recaptcha dismissed": "Recaptcha dismissed", "invite_modal": {
"Recaptcha not loaded": "Recaptcha not loaded", "link_copied_toast": "Link copied to clipboard",
"Reconnect": "Reconnect", "title": "Invite to this call"
"Register": "Register", },
"Registering…": "Registering…", "join_existing_call_modal": {
"Remove": "Remove", "join_button": "Yes, join call",
"Retry sending logs": "Retry sending logs", "text": "This call already exists, would you like to join?",
"Return to home screen": "Return to home screen", "title": "Join existing call?"
"Select an option": "Select an option", },
"Send debug logs": "Send debug logs", "layout_grid_label": "Grid",
"Sending debug logs…": "Sending debug logs…", "layout_spotlight_label": "Spotlight",
"Sending…": "Sending…", "lobby": {
"Settings": "Settings", "ask_to_join": "Ask to join call",
"Share screen": "Share screen", "join_button": "Join call",
"Show call inspector": "Show call inspector", "leave_button": "Back to recents",
"Show connection stats": "Show connection stats", "waiting_for_invite": "Request sent"
"Sign in": "Sign in", },
"Sign out": "Sign out", "log_in": "Log In",
"Speaker": "Speaker", "logging_in": "Logging in…",
"Spotlight": "Spotlight", "login_auth_links": "<0>Create an account</0> Or <2>Access as a guest</2>",
"Stop sharing screen": "Stop sharing screen", "login_auth_links_prompt": "Not registered yet?",
"Submit": "Submit", "login_subheading": "To continue to Element",
"Submit feedback": "Submit feedback", "login_title": "Login",
"Submitting…": "Submitting…", "matrix_id": "Matrix ID: {{id}}",
"Take me Home": "Take me Home", "microphone_off": "Microphone off",
"Thanks, we received your feedback!": "Thanks, we received your feedback!", "microphone_on": "Microphone on",
"Thanks!": "Thanks!", "mute_microphone_button_label": "Mute microphone",
"This call already exists, would you like to join?": "This call already exists, would you like to join?", "participant_count_one": "{{count, number}}",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>", "participant_count_other": "{{count, number}}",
"Turn off camera": "Turn off camera", "rageshake_button_error_caption": "Retry sending logs",
"Turn on camera": "Turn on camera", "rageshake_request_modal": {
"Unmute microphone": "Unmute microphone", "body": "Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.",
"User menu": "User menu", "title": "Debug log request"
"Username": "Username", },
"Version: {{version}}": "Version: {{version}}", "rageshake_send_logs": "Send debug logs",
"Video": "Video", "rageshake_sending": "Sending…",
"Video call": "Video call", "rageshake_sending_logs": "Sending debug logs…",
"Video call name": "Video call name", "rageshake_sent": "Thanks!",
"Waiting for other participants…": "Waiting for other participants…", "recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"Walkie-talkie call": "Walkie-talkie call", "recaptcha_dismissed": "Recaptcha dismissed",
"Walkie-talkie call name": "Walkie-talkie call name", "recaptcha_not_loaded": "Recaptcha not loaded",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC is not supported or is being blocked in this browser.", "register": {
"Yes, join call": "Yes, join call", "passwords_must_match": "Passwords must match",
"You were disconnected from the call": "You were disconnected from the call", "registering": "Registering…"
"Your feedback": "Your feedback", },
"Your recent calls": "Your recent calls" "register_auth_links": "<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>",
"register_confirm_password_label": "Confirm password",
"register_heading": "Create your account",
"return_home_button": "Return to home screen",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"room_auth_view_join_button": "Join call now",
"screenshare_button_label": "Share screen",
"select_input_unset_button": "Select an option",
"settings": {
"developer_settings_label": "Developer Settings",
"developer_settings_label_description": "Expose developer settings in the settings window.",
"developer_tab_title": "Developer",
"duplicate_tiles_label": "Number of additional tile copies per participant",
"feedback_tab_body": "If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.",
"feedback_tab_description_label": "Your feedback",
"feedback_tab_h4": "Submit feedback",
"feedback_tab_send_logs_label": "Include debug logs",
"feedback_tab_thank_you": "Thanks, we received your feedback!",
"feedback_tab_title": "Feedback",
"more_tab_title": "More",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"speaker_device_selection_label": "Speaker"
},
"star_rating_input_label_one": "{{count}} stars",
"star_rating_input_label_other": "{{count}} stars",
"start_new_call": "Start new call",
"start_video_button_label": "Start video",
"stop_screenshare_button_label": "Sharing screen",
"stop_video_button_label": "Stop video",
"submitting": "Submitting…",
"unauthenticated_view_body": "Not registered yet? <2>Create an account</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Login to your account",
"unmute_microphone_button_label": "Unmute microphone",
"version": "{{productName}} version: {{version}}",
"video_tile": {
"always_show": "Always show",
"change_fit_contain": "Fit to frame",
"exit_full_screen": "Exit full screen",
"full_screen": "Full screen",
"mute_for_me": "Mute for me",
"volume": "Volume"
}
} }

View File

@@ -1,119 +1,96 @@
{ {
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>¿Por qué no mantienes tu cuenta estableciendo una contraseña?</0><1>Podrás mantener tu nombre y establecer un avatar para usarlo en futuras llamadas</1>", "a11y": {
"Your recent calls": "Tus llamadas recientes", "user_menu": "Menú de usuario"
"WebRTC is not supported or is being blocked in this browser.": "Tu navegador no soporta o está bloqueando WebRTC.", },
"This call already exists, would you like to join?": "Esta llamada ya existe, ¿te gustaría unirte?", "action": {
"Register": "Registrarse", "close": "Cerrar",
"Not registered yet? <2>Create an account</2>": "¿No estás registrado todavía? <2>Crear una cuenta</2>", "copy": "Copiar",
"Login to your account": "Iniciar sesión en tu cuenta", "go": "Comenzar",
"Yes, join call": "Si, unirse a la llamada", "register": "Registrarse",
"Walkie-talkie call name": "Nombre de la llamada Walkie-talkie", "remove": "Eliminar",
"Walkie-talkie call": "Llamada Walkie-talkie", "sign_in": "Iniciar sesión",
"Waiting for other participants…": "Esperando a los otros participantes…", "sign_out": "Cerrar sesión",
"Video call name": "Nombre de la videollamada", "submit": "Enviar"
"Video call": "Videollamada", },
"Video": "Video", "analytics_notice": "Al participar en esta beta, consientes a la recogida de datos anónimos, los cuales usaremos para mejorar el producto. Puedes encontrar más información sobre que datos recogemos en nuestra <2>Política de privacidad</2> y en nuestra <5>Política sobre Cookies</5>.",
"Version: {{version}}": "Versión: {{version}}", "call_ended_view": {
"Username": "Nombre de usuario", "create_account_button": "Crear cuenta",
"User menu": "Menú de usuario", "create_account_prompt": "<0>¿Por qué no mantienes tu cuenta estableciendo una contraseña?</0><1>Podrás mantener tu nombre y establecer un avatar para usarlo en futuras llamadas</1>",
"Unmute microphone": "Desilenciar el micrófono", "feedback_done": "<0>¡Gracias por tus comentarios!</0>",
"Turn on camera": "Encender la cámara", "feedback_prompt": "<0>Nos encantaría conocer tu opinión para que podamos mejorar tu experiencia</0>",
"Turn off camera": "Apagar la cámara", "headline": "{{displayName}}, tu llamada ha finalizado.",
"Take me Home": "Volver al inicio", "not_now_button": "Ahora no, volver a la pantalla de inicio",
"Submit feedback": "Enviar comentarios", "survey_prompt": "¿Cómo ha ido?"
"Stop sharing screen": "Dejar de compartir pantalla", },
"Spotlight": "Foco", "common": {
"Speaker": "Altavoz", "camera": "Cámara",
"Sign out": "Cerrar sesión", "copied": "¡Copiado!",
"Sign in": "Iniciar sesión", "display_name": "Nombre a mostrar",
"Show call inspector": "Mostrar inspector de llamada", "home": "Inicio",
"Share screen": "Compartir pantalla", "loading": "Cargando…",
"Settings": "Ajustes", "microphone": "Micrófono",
"Sending…": "Enviando…", "password": "Contraseña",
"Sending debug logs…": "Enviando registros de depuración…", "profile": "Perfil",
"Send debug logs": "Enviar registros de depuración", "settings": "Ajustes",
"Select an option": "Selecciona una opción", "username": "Nombre de usuario"
"Return to home screen": "Volver a la pantalla de inicio", },
"Remove": "Eliminar", "full_screen_view_description": "<0>Subir los registros de depuración nos ayudará a encontrar el problema.</0>",
"Registering…": "Registrando…", "full_screen_view_h1": "<0>Ups, algo ha salido mal.</0>",
"Recaptcha not loaded": "No se ha cargado el Recaptcha", "header_label": "Inicio de Element Call",
"Recaptcha dismissed": "Recaptcha cancelado", "join_existing_call_modal": {
"Profile": "Perfil", "join_button": "Si, unirse a la llamada",
"Passwords must match": "Las contraseñas deben coincidir", "text": "Esta llamada ya existe, ¿te gustaría unirte?",
"Password": "Contraseña", "title": "¿Unirse a llamada existente?"
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Otros usuarios están intentando unirse a la llamada con versiones incompatibles. Estos usuarios deberán asegurarse de que han refrescado sus navegadores:<1>{userLis}</1>", },
"Not now, return to home screen": "Ahora no, volver a la pantalla de inicio", "layout_spotlight_label": "Foco",
"No": "No", "lobby": {
"Mute microphone": "Silenciar micrófono", "join_button": "Unirse a la llamada"
"More": "Más", },
"Microphone": "Micrófono", "logging_in": "Iniciando sesión…",
"Login": "Iniciar sesión", "login_auth_links": "<0>Crear una cuenta</0> o <2>Acceder como invitado</2>",
"Logging in…": "Iniciando sesión", "login_title": "Iniciar sesión",
"Local volume": "Volumen local", "rageshake_request_modal": {
"Loading…": "Cargando…", "body": "Otro usuario en esta llamada está teniendo problemas. Para diagnosticar estos problemas nos gustaría recopilar un registro de depuración.",
"Leave": "Abandonar", "title": "Petición de registros de depuración"
"Join existing call?": "¿Unirse a llamada existente?", },
"Join call now": "Unirse a la llamada ahora", "rageshake_send_logs": "Enviar registros de depuración",
"Join call": "Unirse a la llamada", "rageshake_sending": "Enviando…",
"Invite people": "Invitar a gente", "rageshake_sending_logs": "Enviando registros de depuración…",
"Invite": "Invitar", "recaptcha_caption": "Este sitio está protegido por ReCAPTCHA y se aplican la <2>Política de Privacidad</2> y los <6>Términos de Servicio de Google.<9></9>Al hacer clic en \"Registrar\", aceptas nuestro <12>Contrato de Licencia de Usuario Final (CLUF)</12>",
"Inspector": "Inspector", "recaptcha_dismissed": "Recaptcha cancelado",
"Incompatible versions!": "¡Versiones incompatibles!", "recaptcha_not_loaded": "No se ha cargado el Recaptcha",
"Incompatible versions": "Versiones incompatibles", "register": {
"Include debug logs": "Incluir registros de depuración", "passwords_must_match": "Las contraseñas deben coincidir",
"Home": "Inicio", "registering": "Registrando…"
"Grid layout menu": "Menú de distribución de cuadrícula", },
"Go": "Comenzar", "register_auth_links": "<0>¿Ya tienes una cuenta?</0><1><0>Iniciar sesión</0> o <2>Acceder como invitado</2></1>",
"Full screen": "Pantalla completa", "register_confirm_password_label": "Confirmar contraseña",
"Freedom": "Libre", "return_home_button": "Volver a la pantalla de inicio",
"Fetching group call timed out.": "Se ha agotado el tiempo de espera para obtener la llamada grupal.", "room_auth_view_eula_caption": "Al hacer clic en \"Unirse a la llamada ahora\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>",
"Exit full screen": "Salir de pantalla completa", "room_auth_view_join_button": "Unirse a la llamada ahora",
"Download debug logs": "Descargar registros de depuración", "screenshare_button_label": "Compartir pantalla",
"Display name": "Nombre a mostrar", "select_input_unset_button": "Selecciona una opción",
"Developer": "Desarrollador", "settings": {
"Details": "Detalles", "developer_settings_label": "Ajustes de desarrollador",
"Debug log request": "Petición de registros de depuración", "developer_settings_label_description": "Muestra los ajustes de desarrollador en la ventana de ajustes.",
"Debug log": "Registro de depuración", "developer_tab_title": "Desarrollador",
"Create account": "Crear cuenta", "feedback_tab_body": "Si tienes algún problema o simplemente quieres darnos tu opinión, por favor envíanos una breve descripción.",
"Copy and share this call link": "Copiar y compartir el enlace de la llamada", "feedback_tab_description_label": "Tus comentarios",
"Copied!": "¡Copiado!", "feedback_tab_h4": "Enviar comentarios",
"Confirm password": "Confirmar contraseña", "feedback_tab_send_logs_label": "Incluir registros de depuración",
"Close": "Cerrar", "feedback_tab_thank_you": "¡Gracias, hemos recibido tus comentarios!",
"Change layout": "Cambiar distribución", "feedback_tab_title": "Danos tu opinión",
"Camera": "Cámara", "more_tab_title": "Más",
"Call type menu": "Menú de tipo de llamada", "opt_in_description": "<0></0><1></1>Puedes retirar tu consentimiento desmarcando esta casilla. Si estás en una llamada, este ajuste se aplicará al final de esta.",
"Call link copied": "Enlace de la llamada copiado", "show_connection_stats_label": "Mostrar estadísticas de conexión",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Otro usuario en esta llamada está teniendo problemas. Para diagnosticar estos problemas nos gustaría recopilar un registro de depuración.", "speaker_device_selection_label": "Altavoz"
"{{names}}, {{name}}": "{{names}}, {{name}}", },
"Audio": "Audio", "star_rating_input_label_one": "{{count}} estrella",
"Avatar": "Avatar", "star_rating_input_label_other": "{{count}} estrellas",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Crear una cuenta</0> o <2>Acceder como invitado</2>", "submitting": "Enviando…",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Unirse ahora</0><1>Or</1><2>Copiar el enlace y unirse más tarde</2>", "unauthenticated_view_body": "¿No estás registrado todavía? <2>Crear una cuenta</2>",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>¿Ya tienes una cuenta?</0><1><0>Iniciar sesión</0> o <2>Acceder como invitado</2></1>", "unauthenticated_view_eula_caption": "Al hacer clic en \"Comenzar\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>",
"Element Call Home": "Inicio de Element Call", "unauthenticated_view_login_button": "Iniciar sesión en tu cuenta",
"Copy": "Copiar", "version": "Versión: {{version}}",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Subir los registros de depuración nos ayudará a encontrar el problema.</0>", "waiting_for_participants": "Esperando a los otros participantes…"
"<0>Oops, something's gone wrong.</0>": "<0>Ups, algo ha salido mal.</0>",
"Expose developer settings in the settings window.": "Muestra los ajustes de desarrollador en la ventana de ajustes.",
"Developer Settings": "Ajustes de desarrollador",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Al participar en esta beta, consientes a la recogida de datos anónimos, los cuales usaremos para mejorar el producto. Puedes encontrar más información sobre que datos recogemos en nuestra <2>Política de privacidad</2> y en nuestra <5>Política sobre Cookies</5>.",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Puedes retirar tu consentimiento desmarcando esta casilla. Si estás en una llamada, este ajuste se aplicará al final de esta.",
"{{displayName}} is presenting": "{{displayName}} está presentando",
"<0>Thanks for your feedback!</0>": "<0>¡Gracias por tus comentarios!</0>",
"How did it go?": "¿Cómo ha ido?",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Este sitio está protegido por ReCAPTCHA y se aplican la <2>Política de Privacidad</2> y los <6>Términos de Servicio de Google.<9></9>Al hacer clic en \"Registrar\", aceptas nuestro <12>Contrato de Licencia de Usuario Final (CLUF)</12>",
"Show connection stats": "Mostrar estadísticas de conexión",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call no está encriptado de extremo a extremo de manera temporal mientras probamos la escalabilidad del servicio.",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Al hacer clic en \"Comenzar\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>",
"Thanks, we received your feedback!": "¡Gracias, hemos recibido tus comentarios!",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Si tienes algún problema o simplemente quieres darnos tu opinión, por favor envíanos una breve descripción.",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Al hacer clic en \"Unirse a la llamada ahora\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Nos encantaría conocer tu opinión para que podamos mejorar tu experiencia</0>",
"Feedback": "Danos tu opinión",
"Submit": "Enviar",
"{{count}} stars|one": "{{count}} estrella",
"{{count}} stars|other": "{{count}} estrellas",
"{{displayName}}, your call has ended.": "{{displayName}}, tu llamada ha finalizado.",
"Submitting…": "Enviando…",
"Your feedback": "Tus comentarios"
} }

View File

@@ -1,127 +1,136 @@
{ {
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Kas soovid salasõna seadistada ja sellega oma kasutajakonto alles jätta?</0><1>Nii saad säilitada oma nime ja määrata profiilipildi, mida saad kasutada tulevastes kõnedes</1>", "a11y": {
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Liitu kõnega kohe</0><1> Või</1><2>Kopeeri kõne link ja liitu hiljem</2>", "user_menu": "Kasutajamenüü"
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Loo konto</0> Või <2>Sisene külalisena</2>", },
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>On sul juba konto?</0><1><0>Logi sisse</0> Või <2>Logi sisse külalisena</2></1>", "action": {
"{{names}}, {{name}}": "{{names}}, {{name}}", "close": "Sulge",
"Invite people": "Kutsu inimesi", "copy": "Kopeeri",
"Invite": "Kutsu", "copy_link": "Kopeeri link",
"Inspector": "Inspektor", "go": "Jätka",
"Incompatible versions!": "Ühildumatud versioonid!", "invite": "Kutsu",
"Incompatible versions": "Ühildumatud versioonid", "no": "Ei",
"Include debug logs": "Lisa veatuvastuslogid", "register": "Registreeru",
"Home": "Avavaatesse", "remove": "Eemalda",
"Grid layout menu": "Ruudustikvaate menüü", "sign_in": "Logi sisse",
"Go": "Jätka", "sign_out": "Logi välja",
"Full screen": "Täisekraan", "submit": "Saada"
"Freedom": "Vaba", },
"Fetching group call timed out.": "Grupikõne kättesaamine aegus.", "analytics_notice": "Nõustudes selle beetaversiooni kasutamisega sa nõustud ka toote arendamiseks kasutatavate anonüümsete andmete kogumisega. Täpsemat teavet kogutavate andmete kohta leiad meie <2>Privaatsuspoliitikast</2> ja meie <5>Küpsiste kasutamise reeglitest</5>.",
"Exit full screen": "Välju täisekraanivaatest", "app_selection_modal": {
"Download debug logs": "Lae alla veatuvastuslogid", "continue_in_browser": "Jätka veebibrauseris",
"Display name": "Kuvatav nimi", "open_in_app": "Ava rakenduses",
"Developer": "Arendaja", "text": "Oled valmis liituma?",
"Details": "Täpsemalt", "title": "Vali rakendus"
"Debug log request": "Veaotsingulogi päring", },
"Debug log": "Veaotsingulogi", "browser_media_e2ee_unsupported": "Sinu veebibrauser ei toeta meedia läbivat krüptimist. Toetatud brauserid on Chrome, Chromium, Safari ja Firefox >=117",
"Create account": "Loo konto", "call_ended_view": {
"Copy and share this call link": "Kopeeri ja jaga selle kõne linki", "body": "Sinu ühendus kõnega katkes",
"Copied!": "Kopeeritud!", "create_account_button": "Loo konto",
"Confirm password": "Kinnita salasõna", "create_account_prompt": "<0>Kas soovid salasõna seadistada ja sellega oma kasutajakonto alles jätta?</0><1>Nii saad säilitada oma nime ja määrata profiilipildi, mida saad kasutada tulevastes kõnedes</1>",
"Close": "Sulge", "feedback_done": "<0>Täname Sind tagasiside eest!</0>",
"Change layout": "Muuda paigutust", "feedback_prompt": "<0>Meie rakenduse paremaks muutmiseks me hea meelega ootame Sinu arvamusi.</0>",
"Camera": "Kaamera", "headline": "{{displayName}}, sinu kõne on lõppenud.",
"Call type menu": "Kõnetüübi valik", "not_now_button": "Mitte praegu, mine tagasi avalehele",
"Call link copied": "Kõne link on kopeeritud", "reconnect_button": "Ühenda uuesti",
"Avatar": "Tunnuspilt", "survey_prompt": "Kuidas sujus?"
"Audio": "Heli", },
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Ühel teisel selles kõnes osalejal on lahenduse kasutamisel tekkinud probleem ning selle põhjuse leidmiseks me sooviksime koguda silumislogisid.", "call_name": "Kõne nimi",
"Passwords must match": "Salasõnad ei klapi", "common": {
"Password": "Salasõna", "audio": "Heli",
"Not registered yet? <2>Create an account</2>": "Sa pole veel registreerunud? <2>Loo kasutajakonto</2>", "avatar": "Tunnuspilt",
"Not now, return to home screen": "Mitte praegu, mine tagasi avalehele", "camera": "Kaamera",
"No": "Ei", "copied": "Kopeeritud!",
"Mute microphone": "Summuta mikrofon", "display_name": "Kuvatav nimi",
"Your recent calls": "Hiljutised kõned", "encrypted": "Krüptitud",
"More": "Rohkem", "home": "Avavaatesse",
"Microphone": "Mikrofon", "loading": "Laadimine …",
"Login to your account": "Logi oma kontosse sisse", "microphone": "Mikrofon",
"Login": "Sisselogimine", "password": "Salasõna",
"Logging in…": "Sisselogimine …", "profile": "Profiil",
"Local volume": "Kohalik helitugevus", "settings": "Seadistused",
"Loading…": "Laadimine …", "unencrypted": "Krüptimata",
"Leave": "Lahku", "username": "Kasutajanimi"
"Join existing call?": "Liitu juba käimasoleva kõnega?", },
"Join call now": "Liitu kõnega kohe", "disconnected_banner": "Võrguühendus serveriga on katkenud.",
"Join call": "Kõnega liitumine", "full_screen_view_description": "<0>Kui saadad meile vealogid, siis on lihtsam vea põhjust otsida.</0>",
"Turn on camera": "Lülita kaamera sisse", "full_screen_view_h1": "<0>Ohoo, midagi on nüüd katki.</0>",
"Turn off camera": "Lülita kaamera välja", "group_call_loader_failed_heading": "Kõnet ei leidu",
"Take me Home": "Mine avalehele", "group_call_loader_failed_text": "Kõned on nüüd läbivalt krüptitud ning need pead looma kodulehelt. Sellega tagad, et kõik kasutavad samu krüptovõtmeid.",
"Submit feedback": "Jaga tagasisidet", "hangup_button_label": "Lõpeta kõne",
"Stop sharing screen": "Lõpeta ekraani jagamine", "header_participants_label": "Osalejad",
"Spotlight": "Rambivalgus", "invite_modal": {
"Speaker": "Kõlar", "link_copied_toast": "Link on kopeeritud lõikelauale",
"Sign out": "Logi välja", "title": "Kutsu liituma selle kõnaga"
"Sign in": "Logi sisse", },
"Show call inspector": "Näita kõneteavet", "join_existing_call_modal": {
"Share screen": "Jaga ekraani", "join_button": "Jah, liitu kõnega",
"Settings": "Seadistused", "text": "See kõne on juba olemas, kas soovid liituda?",
"Sending…": "Saatmine…", "title": "Liitu juba käimasoleva kõnega?"
"Sending debug logs…": "Veaotsingulogide saatmine…", },
"Send debug logs": "Saada veaotsingulogid", "layout_grid_label": "Ruudustik",
"Select an option": "Vali oma eelistus", "layout_spotlight_label": "Rambivalgus",
"Return to home screen": "Tagasi avalehele", "lobby": {
"Remove": "Eemalda", "join_button": "Kõnega liitumine",
"Registering…": "Registreerimine…", "leave_button": "Tagasi hiljutiste kõnede juurde"
"Register": "Registreeru", },
"Recaptcha not loaded": "Robotilõks pole laetud", "logging_in": "Sisselogimine …",
"Recaptcha dismissed": "Robotilõks on vahele jäetud", "login_auth_links": "<0>Loo konto</0> Või <2>Sisene külalisena</2>",
"Profile": "Profiil", "login_title": "Sisselogimine",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Teised kasutajad üritavad selle kõnega liituda ühildumatuid versioone kasutades. Need kasutajad peaksid oma brauseris lehe uuestilaadimise tegema:<1>{userLis}</1>", "microphone_off": "Mikrofon ei tööta",
"Waiting for other participants…": "Ootame teiste osalejate lisandumist…", "microphone_on": "Mikrofon töötab",
"Video call name": "Videokõne nimi", "mute_microphone_button_label": "Summuta mikrofon",
"Video call": "Videokõne", "rageshake_button_error_caption": "Proovi uuesti logisid saata",
"Video": "Video", "rageshake_request_modal": {
"Version: {{version}}": "Versioon: {{version}}", "body": "Ühel teisel selles kõnes osalejal on lahenduse kasutamisel tekkinud probleem ning selle põhjuse leidmiseks me sooviksime koguda silumislogisid.",
"Username": "Kasutajanimi", "title": "Veaotsingulogi päring"
"This call already exists, would you like to join?": "See kõne on juba olemas, kas soovid liituda?", },
"Unmute microphone": "Aktiveeri mikrofon", "rageshake_send_logs": "Saada veaotsingulogid",
"User menu": "Kasutajamenüü", "rageshake_sending": "Saatmine…",
"Yes, join call": "Jah, liitu kõnega", "rageshake_sending_logs": "Veaotsingulogide saatmine…",
"Walkie-talkie call": "Walkie-talkie stiilis kõne", "rageshake_sent": "Tänud!",
"Walkie-talkie call name": "Walkie-talkie stiilis kõne nimi", "recaptcha_caption": "Selles saidis on kasutusel ReCAPTCHA ja kehtivad Google'i <2>Privaatsuspoliitika</2> ning <6>Teenusetingimused</6>.<9></9>Klõpsides „Registreeru“, sa nõustud meie <12>Lõppkasutaja litsentsilepingu (EULA) tingimustega</12>",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC pole kas selles brauseris toetatud või on keelatud.", "recaptcha_dismissed": "Robotilõks on vahele jäetud",
"Element Call Home": "Element Call Home", "recaptcha_not_loaded": "Robotilõks pole laetud",
"Copy": "Kopeeri", "register": {
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Kui saadad meile vealogid, siis on lihtsam vea põhjust otsida.</0>", "passwords_must_match": "Salasõnad ei klapi",
"<0>Oops, something's gone wrong.</0>": "<0>Ohoo, midagi on nüüd katki.</0>", "registering": "Registreerimine…"
"Expose developer settings in the settings window.": "Näita seadistuste aknas arendajale vajalikke seadeid.", },
"Developer Settings": "Arendaja seadistused", "register_auth_links": "<0>On sul juba konto?</0><1><0>Logi sisse</0> Või <2>Logi sisse külalisena</2></1>",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Nõustudes selle beetaversiooni kasutamisega sa nõustud ka toote arendamiseks kasutatavate anonüümsete andmete kogumisega. Täpsemat teavet kogutavate andmete kohta leiad meie <2>Privaatsuspoliitikast</2> ja meie <5>Küpsiste kasutamise reeglitest</5>.", "register_confirm_password_label": "Kinnita salasõna",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Sa võid selle valiku eelmaldamisega alati oma nõusoleku tagasi võtta. Kui sul parasjagu on kõne pooleli, siis seadistuste muudatus jõustub pärast kõne lõppu.", "return_home_button": "Tagasi avalehele",
"Your feedback": "Sinu tagasiside", "room_auth_view_eula_caption": "Klõpsides „Liitu kõnega kohe“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>",
"Thanks, we received your feedback!": "Tänud, me oleme sinu tagasiside kätte saanud!", "room_auth_view_join_button": "Liitu kõnega kohe",
"Submitting…": "Saadan", "screenshare_button_label": "Jaga ekraani",
"Submit": "Saada", "select_input_unset_button": "Vali oma eelistus",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Kui selle rakenduse kasutamisel tekib sul probleeme või lihtsalt soovid oma arvamust avaldada, siis palun täida alljärgnev lühike kirjeldus.", "settings": {
"Feedback": "Tagasiside", "developer_settings_label": "Arendaja seadistused",
"{{count}} stars|one": "{{count}} tärn", "developer_settings_label_description": "Näita seadistuste aknas arendajale vajalikke seadeid.",
"{{count}} stars|other": "{{count}} tärni", "developer_tab_title": "Arendaja",
"How did it go?": "Kuidas sujus?", "feedback_tab_body": "Kui selle rakenduse kasutamisel tekib sul probleeme või lihtsalt soovid oma arvamust avaldada, siis palun täida alljärgnev lühike kirjeldus.",
"{{displayName}}, your call has ended.": "{{displayName}}, sinu kõne on lõppenud.", "feedback_tab_description_label": "Sinu tagasiside",
"<0>Thanks for your feedback!</0>": "<0>Täname Sind tagasiside eest!</0>", "feedback_tab_h4": "Jaga tagasisidet",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Meie rakenduse paremaks muutmiseks me hea meelega ootame Sinu arvamusi.</0>", "feedback_tab_send_logs_label": "Lisa veatuvastuslogid",
"Show connection stats": "Näita ühenduse statistikat", "feedback_tab_thank_you": "Tänud, me oleme sinu tagasiside kätte saanud!",
"{{displayName}} is presenting": "{{displayName}} on esitlemas", "feedback_tab_title": "Tagasiside",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Klõpsides „Jätka“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>", "more_tab_title": "Rohkem",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Klõpsides „Liitu kõnega kohe“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>", "opt_in_description": "<0></0><1></1>Sa võid selle valiku eelmaldamisega alati oma nõusoleku tagasi võtta. Kui sul parasjagu on kõne pooleli, siis seadistuste muudatus jõustub pärast kõne lõppu.",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Selles saidis on kasutusel ReCAPTCHA ja kehtivad Google'i <2>Privaatsuspoliitika</2> ning <6>Teenusetingimused</6>.<9></9>Klõpsides „Registreeru“, sa nõustud meie <12>Lõppkasutaja litsentsilepingu (EULA) tingimustega</12>", "show_connection_stats_label": "Näita ühenduse statistikat",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Seni kuni me testime skaleeritavust, siis Element Call ajutiselt pole läbivalt krüptitud.", "speaker_device_selection_label": "Kõlar"
"Connectivity to the server has been lost.": "Võrguühendus serveriga on katkenud.", },
"Retry sending logs": "Proovi uuesti logisid saata", "star_rating_input_label_one": "{{count}} tärni",
"You were disconnected from the call": "Sinu ühendus kõnega katkes", "star_rating_input_label_other": "{{count}} tärni",
"Reconnect": "Ühenda uuesti", "start_new_call": "Algata uus kõne",
"Thanks!": "Tänud!", "start_video_button_label": "Lülita videovoog sisse",
"End-to-end encryption isn't supported on your browser.": "Sinu brauser ei toeta läbivat krüptimist.", "stop_screenshare_button_label": "Ekraanivaade on jagamisel",
"Enable end-to-end encryption (password protected calls)": "Võta kasutusele läbiv krüptimine (salasõnaga kaitstud kõned)", "stop_video_button_label": "Peata videovoog",
"Password (if none, E2EE is disabled)": "Salasõna (tühja väärtuse puhul läbivat krüptimist ei kasutata)" "submitting": "Saadan…",
"unauthenticated_view_body": "Sa pole veel registreerunud? <2>Loo kasutajakonto</2>",
"unauthenticated_view_eula_caption": "Klõpsides „Jätka“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>",
"unauthenticated_view_login_button": "Logi oma kontosse sisse",
"unmute_microphone_button_label": "Lülita mikrofon sisse",
"version": "Versioon: {{version}}",
"video_tile": {
"sfu_participant_local": "Sina"
},
"waiting_for_participants": "Ootame teiste osalejate lisandumist…"
} }

View File

@@ -1,95 +1,78 @@
{ {
"Your recent calls": "تماس‌های اخیر شما", "a11y": {
"Video call": "تماس تصویری", "user_menu": "فهرست کاربر"
"Video": "ویدیو", },
"Username": "نام کاربری", "action": {
"Turn on camera": "روشن کردن دوربین", "close": "بستن",
"Turn off camera": "خاموش کردن دوربین", "copy": "رونوشت",
"Take me Home": "مرا به خانه ببر", "go": "رفتن",
"Speaker": "بلندگو", "no": "خیر",
"Sign out": "خروج", "register": "ثبت‌نام",
"Sign in": "ورود", "remove": "حذف",
"Settings": "تنظیمات", "sign_in": "ورود",
"Profile": "پروفایل", "sign_out": "خروج"
"Password": "رمز عبور", },
"No": "خیر", "call_ended_view": {
"Mute microphone": "بی‌صدا کردن میکروفون", "create_account_button": "ساخت حساب کاربری",
"More": "بیشتر", "create_account_prompt": "<0>چرا یک رمز عبور برای حساب کاربری خود تنظیم نمی‌کنید؟</0><1>شما می‌توانید نام خود را حفظ کنید و یک آواتار برای تماس‌های آینده بسازید</1>",
"Microphone": "میکروفون", "not_now_button": "الان نه، به صفحه اصلی برگردید"
"Login to your account": "به حساب کاربری خود وارد شوید", },
"Login": "ورود", "common": {
"Loading…": "بارگزاری…", "audio": "صدا",
"Leave": "خروج", "avatar": "آواتار",
"Join existing call?": "پیوست به تماس؟", "camera": "دوربین",
"Join call now": "الان به تماس بپیوند", "copied": "کپی شد!",
"Join call": "پیوستن به تماس", "display_name": "نام نمایشی",
"Invite people": "دعوت از افراد", "home": "خانه",
"Invite": "دعوت", "loading": "بارگزاری…",
"Home": "خانه", "microphone": "میکروفون",
"Go": فتن", "password": مز عبور",
"Full screen": "تمام صحفه", "profile": "پروفایل",
"Freedom": "آزادی", "settings": "تنظیمات",
"Exit full screen": "خروج از حالت تمام صفحه", "username": "نام کاربری",
"Download debug logs": "دانلود لاگ عیب‌یابی", "video": "ویدیو"
"Display name": "نام نمایشی", },
"Developer": "توسعه دهنده", "header_label": "خانهٔ تماس المنت",
"Details": "جزئیات", "join_existing_call_modal": {
"Debug log request": "درخواست لاگ عیب‌یابی", "join_button": "بله، به تماس بپیوندید",
"Debug log": "لاگ عیب‌یابی", "text": "این تماس از قبل وجود دارد، می‌خواهید بپیوندید؟",
"Create account": "ساخت حساب کاربری", "title": "پیوست به تماس؟"
"Copy and share this call link": "لینک تماس را کپی کنید و به اشتراک بگذارید", },
"Copied!": "کپی شد!", "layout_spotlight_label": "نور افکن",
"Confirm password": "تایید رمزعبور", "lobby": {
"Close": "بستن", "join_button": "پیوستن به تماس"
"Change layout": "تغییر طرح", },
"Camera": "دوربین", "logging_in": "ورود…",
"Call type menu": "منوی نوع تماس", "login_auth_links": "<0>ساخت حساب کاربری</0> Or <2>دسترسی به عنوان میهمان</2>",
"Call link copied": "لینک تماس کپی شد", "login_title": "ورود",
"Avatar": "آواتار", "rageshake_request_modal": {
"Audio": "صدا", "body": "کاربر دیگری در این تماس مشکلی دارد. برای تشخیص بهتر مشکل، بهتر است ما لاگ عیب‌یابی را جمع‌آوری کنیم.",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "کاربر دیگری در این تماس مشکلی دارد. برای تشخیص بهتر مشکل، بهتر است ما لاگ عیب‌یابی را جمع‌آوری کنیم.", "title": "درخواست لاگ عیب‌یابی"
"{{names}}, {{name}}": "{{names}}, {{name}}", },
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>چرا یک رمز عبور برای حساب کاربری خود تنظیم نمی‌کنید؟</0><1>شما می‌توانید نام خود را حفظ کنید و یک آواتار برای تماس‌های آینده بسازید</1>", "rageshake_send_logs": "ارسال لاگ‌های عیب‌یابی",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>ساخت حساب کاربری</0> Or <2>دسترسی به عنوان میهمان</2>", "rageshake_sending": "در حال ارسال…",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>از قبل حساب کاربری دارید؟</0><1><0>ورود</0> Or <2>به عنوان یک میهمان وارد شوید</2></1>", "rageshake_sending_logs": "در حال ارسال باگ‌های عیب‌یابی…",
"Local volume": "حجم داخلی", "recaptcha_dismissed": "ریکپچا رد شد",
"Inspector": "بازرس", "recaptcha_not_loaded": "کپچا بارگیری نشد",
"Incompatible versions!": "نسخه‌های ناسازگار!", "register": {
"Incompatible versions": "نسخه‌های ناسازگار", "passwords_must_match": "رمز عبور باید همخوانی داشته باشد",
"Spotlight": "نور افکن", "registering": "ثبت‌نام…"
"Show call inspector": "نمایش بازرس تماس", },
"Share screen": "اشتراک گذاری صفحه نمایش", "register_auth_links": "<0>از قبل حساب کاربری دارید؟</0><1><0>ورود</0> Or <2>به عنوان یک میهمان وارد شوید</2></1>",
"Sending…": "در حال ارسال…", "register_confirm_password_label": "تایید رمزعبور",
"Sending debug logs…": "در حال ارسال باگ‌های عیب‌یابی…", "return_home_button": "برگشت به صفحه اصلی",
"Send debug logs": "ارسال لاگ‌های عیب‌یابی", "room_auth_view_join_button": "الان به تماس بپیوند",
"Select an option": "یک گزینه را انتخاب کنید", "screenshare_button_label": "اشتراک گذاری صفحه نمایش",
"Return to home screen": "برگشت به صفحه اصلی", "select_input_unset_button": "یک گزینه را انتخاب کنید",
"Remove": "حذف", "settings": {
"Registering…": "ثبت‌نام…", "developer_tab_title": "توسعه دهنده",
"Register": "ثبت‌نام", "feedback_tab_h4": "بازخورد ارائه دهید",
"Recaptcha not loaded": "کپچا بارگیری نشد", "feedback_tab_send_logs_label": "شامل لاگ‌های عیب‌یابی",
"Recaptcha dismissed": "ریکپچا رد شد", "more_tab_title": "بیشتر",
"Passwords must match": "رمز عبور باید همخوانی داشته باشد", "speaker_device_selection_label": "بلندگو"
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "کاربران دیگر تلاش می‌کنند با ورژن‌های ناسازگار به مکالمه بپیوندند. این کاربران باید از بروزرسانی مرورگرشان اطمینان داشته باشند:<1>{userLis}</1>", },
"Not registered yet? <2>Create an account</2>": "هنوز ثبت‌نام نکرده‌اید؟ <2>ساخت حساب کاربری</2>", "unauthenticated_view_body": "هنوز ثبت‌نام نکرده‌اید؟ <2>ساخت حساب کاربری</2>",
"Not now, return to home screen": "الان نه، به صفحه اصلی برگردید", "unauthenticated_view_login_button": "به حساب کاربری خود وارد شوید",
"Logging in…": "ورود…", "version": "نسخه: {{نسخه}}",
"Include debug logs": "شامل لاگ‌های عیب‌یابی", "waiting_for_participants": "در انتظار برای دیگر شرکت‌کنندگان…"
"Grid layout menu": "منوی طرح‌بندی شبکه‌ای",
"Fetching group call timed out.": "زمان اتصال به مکالمه گروهی تمام شد.",
"Yes, join call": "بله، به تماس بپیوندید",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC (ارتباطات رسانه‌ای بلادرنگ مانند انتقال صدا، ویدئو و داده‌) در این مرورگر پشتیبانی نمی‌شود یا در حال مسدود شدن است.",
"Walkie-talkie call name": "نامِ تماسِ واکی-تاکی",
"Walkie-talkie call": "تماسِ واکی-تاکی",
"Waiting for other participants…": "در انتظار برای دیگر شرکت‌کنندگان…",
"Video call name": "نامِ تماسِ تصویری",
"Version: {{version}}": "نسخه: {{نسخه}}",
"User menu": "فهرست کاربر",
"Unmute microphone": "ناخموشی میکروفون",
"This call already exists, would you like to join?": "این تماس از قبل وجود دارد، می‌خواهید بپیوندید؟",
"Submit feedback": "بازخورد ارائه دهید",
"Stop sharing screen": "توقف اشتراک‌گذاری صفحه نمایش",
"Element Call Home": "خانهٔ تماس المنت",
"Copy": "رونوشت",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>اکنون به تماس پیوسته</0><1>یا</1><2>پیوند تماس را رونوشت کرده و بعداً بپیوندید</2>"
} }

View File

@@ -1,127 +1,134 @@
{ {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Créer un compte</0> Or <2>Accès invité</2>", "a11y": {
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Pourquoi ne pas créer un mot de passe pour conserver votre compte ?</0><1>Vous pourrez garder votre nom et définir un avatar pour vos futurs appels</1>", "user_menu": "Menu utilisateur"
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Un autre utilisateur dans cet appel a un problème. Pour nous permettre de résoudre le problème, nous aimerions récupérer un journal de débogage.", },
"Audio": "Audio", "action": {
"Avatar": "Avatar", "close": "Fermer",
"Call link copied": "Lien de lappel copié", "copy": "Copier",
"Call type menu": "Menu de type dappel", "copy_link": "Copier le lien",
"Camera": "Caméra", "go": "Commencer",
"Change layout": "Changer la disposition", "invite": "Inviter",
"Close": "Fermer", "no": "Non",
"Confirm password": "Confirmer le mot de passe", "register": "Senregistrer",
"Copied!": "Copié !", "remove": "Supprimer",
"Copy and share this call link": "Copier et partager le lien de cet appel", "sign_in": "Connexion",
"Create account": "Créer un compte", "sign_out": "Déconnexion",
"Debug log": "Journal de débogage", "submit": "Envoyer"
"Debug log request": "Demande dun journal de débogage", },
"Details": "Informations", "analytics_notice": "En participant à cette beta, vous consentez à la collecte de données anonymes, qui seront utilisées pour améliorer le produit. Vous trouverez plus dinformations sur les données collectées dans notre <2>Politique de vie privée</2> et notre <5>Politique de cookies</5>.",
"Developer": "Développeur", "app_selection_modal": {
"Display name": "Nom daffichage", "continue_in_browser": "Continuer dans le navigateur",
"Download debug logs": "Télécharger les journaux de débogage", "open_in_app": "Ouvrir dans lapplication",
"Exit full screen": "Quitter le plein écran", "text": "Prêt à rejoindre ?",
"Freedom": "Libre", "title": "Choisissez lapplication"
"Full screen": "Plein écran", },
"Go": "Commencer", "browser_media_e2ee_unsupported": "Votre navigateur web ne prend pas en charge le chiffrement de bout-en-bout des médias. Les navigateurs pris en charge sont Chrome, Safari, Firefox >= 117",
"Grid layout menu": "Menu en grille", "call_ended_view": {
"Home": "Accueil", "body": "Vous avez été déconnecté de lappel",
"Include debug logs": "Inclure les journaux de débogage", "create_account_button": "Créer un compte",
"Incompatible versions": "Versions incompatibles", "create_account_prompt": "<0>Pourquoi ne pas créer un mot de passe pour conserver votre compte ?</0><1>Vous pourrez garder votre nom et définir un avatar pour vos futurs appels</1>",
"Incompatible versions!": "Versions incompatibles !", "feedback_done": "<0>Merci pour votre commentaire !</0>",
"Inspector": "Inspecteur", "feedback_prompt": "<0>Nous aimerions avoir vos commentaires afin que nous puissions améliorer votre expérience.</0>",
"Invite people": "Inviter des gens", "headline": "{{displayName}}, votre appel est terminé.",
"Join call": "Rejoindre lappel", "not_now_button": "Pas maintenant, retourner à laccueil",
"Join call now": "Rejoindre lappel maintenant", "reconnect_button": "Se reconnecter",
"Join existing call?": "Rejoindre un appel existant ?", "survey_prompt": "Comment cela sest-il passé ?"
"Leave": "Partir", },
"Loading…": "Chargement…", "call_name": "Nom de lappel",
"Local volume": "Volume local", "common": {
"Logging in…": "Connexion…", "camera": "Caméra",
"Login": "Connexion", "copied": "Copié !",
"Login to your account": "Connectez vous à votre compte", "display_name": "Nom daffichage",
"Microphone": "Microphone", "encrypted": "Chiffré",
"More": "Plus", "home": "Accueil",
"Mute microphone": "Couper le micro", "loading": "Chargement…",
"No": "Non", "password": "Mot de passe",
"Not now, return to home screen": "Pas maintenant, retourner à laccueil", "profile": "Profil",
"Not registered yet? <2>Create an account</2>": "Pas encore de compte ? <2>En créer un</2>", "settings": "Paramètres",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Des utilisateurs essayent de rejoindre cet appel à partir de versions incompatibles. Ces utilisateurs doivent rafraîchir la page dans leur navigateur : <1>{userLis}</1>", "unencrypted": "Non chiffré",
"Password": "Mot de passe", "username": "Nom dutilisateur",
"Passwords must match": "Les mots de passe doivent correspondre", "video": "Vidéo"
"Profile": "Profil", },
"Recaptcha dismissed": "Recaptcha refusé", "disconnected_banner": "La connexion avec le serveur a été perdue.",
"Recaptcha not loaded": "Recaptcha non chargé", "full_screen_view_description": "<0>Soumettre les journaux de débogage nous aidera à déterminer le problème.</0>",
"Register": "Senregistrer", "full_screen_view_h1": "<0>Oups, quelque chose sest mal passé.</0>",
"Registering": "Enregistrement…", "group_call_loader_failed_heading": "Appel non trouvé",
"Remove": "Supprimer", "group_call_loader_failed_text": "Les appels sont maintenant chiffrés de bout-en-bout et doivent être créés depuis la page daccueil. Cela permet dêtre sûr que tout le monde utilise la même clé de chiffrement.",
"Return to home screen": "Retour à laccueil", "hangup_button_label": "Terminer lappel",
"Select an option": "Sélectionnez une option", "header_label": "Accueil Element Call",
"Send debug logs": "Envoyer les journaux de débogage", "invite_modal": {
"Sending…": "Envoi…", "link_copied_toast": "Lien copié dans le presse-papier",
"Settings": "Paramètres", "title": "Inviter dans cet appel"
"Share screen": "Partage décran", },
"Show call inspector": "Afficher linspecteur dappel", "join_existing_call_modal": {
"Sign in": "Connexion", "join_button": "Oui, rejoindre lappel",
"Sign out": "Déconnexion", "text": "Cet appel existe déjà, voulez-vous le rejoindre ?",
"Spotlight": "Premier plan", "title": "Rejoindre un appel existant ?"
"Stop sharing screen": "Arrêter le partage décran", },
"Submit feedback": "Envoyer des retours", "layout_grid_label": "Grille",
"Take me Home": "Retouner à laccueil", "layout_spotlight_label": "Premier plan",
"This call already exists, would you like to join?": "Cet appel existe déjà, voulez-vous le rejoindre ?", "lobby": {
"Fetching group call timed out.": "Échec de connexion à lappel de groupe dans le temps imparti.", "join_button": "Rejoindre lappel",
"{{names}}, {{name}}": "{{names}}, {{name}}", "leave_button": "Revenir à lhistorique des appels"
"Your recent calls": "Appels récents", },
"Yes, join call": "Oui, rejoindre lappel", "logging_in": "Connexion…",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC nest pas pris en charge ou est bloqué par ce navigateur.", "login_auth_links": "<0>Créer un compte</0> Or <2>Accès invité</2>",
"Walkie-talkie call name": "Nom de lappel talkie-walkie", "login_title": "Connexion",
"Walkie-talkie call": "Appel talkie-walkie", "microphone_off": "Microphone éteint",
"Waiting for other participants…": "En attente dautres participants…", "microphone_on": "Microphone allumé",
"Video call name": "Nom de lappel vidéo", "mute_microphone_button_label": "Couper le microphone",
"Video call": "Appel vidéo", "rageshake_button_error_caption": "Réessayer denvoyer les journaux",
"Video": "Vidéo", "rageshake_request_modal": {
"Version: {{version}}": "Version : {{version}}", "body": "Un autre utilisateur dans cet appel a un problème. Pour nous permettre de résoudre le problème, nous aimerions récupérer un journal de débogage.",
"Username": "Nom dutilisateur", "title": "Demande dun journal de débogage"
"User menu": "Menu utilisateur", },
"Unmute microphone": "Allumer le micro", "rageshake_send_logs": "Envoyer les journaux de débogage",
"Turn on camera": "Allumer la caméra", "rageshake_sending": "Envoi…",
"Turn off camera": "Couper la caméra", "rageshake_sending_logs": "Envoi des journaux de débogage…",
"Speaker": "Intervenant", "rageshake_sent": "Merci !",
"Invite": "Inviter", "recaptcha_caption": "Ce site est protégé par ReCAPTCHA, la <2>politique de confidentialité</2> et les <6>conditions dutilisation</6> de Google sappliquent.<9></9>En cliquant sur « Senregistrer » vous acceptez également notre <12>Contrat de Licence Utilisateur Final (CLUF)</12>",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Vous avez déjà un compte ?</0><1><0>Se connecter</0> Ou <2>Accès invité</2></1>", "recaptcha_dismissed": "Recaptcha refusé",
"Sending debug logs…": "Envoi des journaux de débogage…", "recaptcha_not_loaded": "Recaptcha non chargé",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Rejoindre lappel maintenant</0><1>Ou</1><2>Copier le lien de lappel et rejoindre plus tard</2>", "register": {
"Element Call Home": "Accueil Element Call", "passwords_must_match": "Les mots de passe doivent correspondre",
"Copy": "Copier", "registering": "Enregistrement…"
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Soumettre les journaux de débogage nous aidera à déterminer le problème.</0>", },
"<0>Oops, something's gone wrong.</0>": "<0>Oups, quelque chose sest mal passé.</0>", "register_auth_links": "<0>Vous avez déjà un compte ?</0><1><0>Se connecter</0> Ou <2>Accès invité</2></1>",
"Expose developer settings in the settings window.": "Affiche les paramètres développeurs dans la fenêtre des paramètres.", "register_confirm_password_label": "Confirmer le mot de passe",
"Developer Settings": "Paramètres développeurs", "return_home_button": "Retour à laccueil",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "En participant à cette beta, vous consentez à la collecte de données anonymes, qui seront utilisées pour améliorer le produit. Vous trouverez plus dinformations sur les données collectées dans notre <2>Politique de vie privée</2> et notre <5>Politique de cookies</5>.", "room_auth_view_eula_caption": "En cliquant sur « Rejoindre lappel maintenant », vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Vous pouvez retirer votre consentement en décochant cette case. Si vous êtes actuellement en communication, ce paramètre prendra effet à la fin de lappel.", "room_auth_view_join_button": "Rejoindre lappel maintenant",
"Your feedback": "Votre commentaire", "screenshare_button_label": "Partage décran",
"Thanks, we received your feedback!": "Merci, nous avons reçu vos commentaires !", "select_input_unset_button": "Sélectionnez une option",
"Submitting": "Envoi…", "settings": {
"Submit": "Envoyer", "developer_settings_label": "Paramètres développeurs",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Si vous rencontrez des problèmes, ou vous voulez simplement faire un commentaire, veuillez nous envoyer une courte description ci-dessous.", "developer_settings_label_description": "Affiche les paramètres développeurs dans la fenêtre des paramètres.",
"Feedback": "Commentaires", "developer_tab_title": "Développeur",
"{{count}} stars|other": "{{count}} favoris", "feedback_tab_body": "Si vous rencontrez des problèmes, ou vous voulez simplement faire un commentaire, faites-en une courte description ci-dessous.",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Nous aimerions avoir vos commentaires afin que nous puissions améliorer votre expérience.</0>", "feedback_tab_description_label": "Votre commentaire",
"{{count}} stars|one": "{{count}} favori", "feedback_tab_h4": "Envoyer un commentaire",
"{{displayName}}, your call has ended.": "{{displayName}}, votre appel est terminé.", "feedback_tab_send_logs_label": "Inclure les journaux de débogage",
"<0>Thanks for your feedback!</0>": "<0>Merci pour votre commentaire !</0>", "feedback_tab_thank_you": "Merci, nous avons reçu vos commentaires !",
"How did it go?": "Comment cela sest-il passé ?", "feedback_tab_title": "Commentaires",
"{{displayName}} is presenting": "{{displayName}} est à lécran", "more_tab_title": "Plus",
"Show connection stats": "Afficher les statistiques de la connexion", "opt_in_description": "<0></0><1></1>Vous pouvez retirer votre consentement en décochant cette case. Si vous êtes actuellement en communication, ce paramètre prendra effet à la fin de lappel.",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "En cliquant sur « Rejoindre lappel maintenant », vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>", "show_connection_stats_label": "Afficher les statistiques de la connexion",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "En cliquant sur « Commencer », vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>", "speaker_device_selection_label": "Intervenant"
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Ce site est protégé par ReCAPTCHA, la <2>politique de confidentialité</2> et les <6>conditions dutilisation</6> de Google sappliquent.<9></9>En cliquant sur « Senregistrer » vous acceptez également notre <12>Contrat de Licence Utilisateur Final (CLUF)</12>", },
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call nest temporairement plus chiffré de bout en bout le temps de tester lextensibilité.", "star_rating_input_label_one": "{{count}} favori",
"Reconnect": "Se reconnecter", "star_rating_input_label_other": "{{count}} favoris",
"Retry sending logs": "Réessayer denvoyer les journaux", "start_new_call": "Démarrer un nouvel appel",
"Thanks!": "Merci !", "start_video_button_label": "Démarrer la vidéo",
"You were disconnected from the call": "Vous avez été déconnecté de lappel", "stop_screenshare_button_label": "Lécran est partagé",
"Connectivity to the server has been lost.": "La connexion avec le serveur a été perdue.", "stop_video_button_label": "Arrêter la vidéo",
"End-to-end encryption isn't supported on your browser.": "Le chiffrement de bout-en-bout nest pas pris en charge par votre navigateur.", "submitting": "Envoi…",
"Password (if none, E2EE is disabled)": "Mot de passe (si aucun, le chiffrement E2EE est désactivé)", "unauthenticated_view_body": "Pas encore de compte ? <2>En créer un</2>",
"Enable end-to-end encryption (password protected calls)": "Activer le chiffrement de bout-en-bout (appels protégés par mot de passe)" "unauthenticated_view_eula_caption": "En cliquant sur « Commencer », vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>",
"unauthenticated_view_login_button": "Connectez vous à votre compte",
"unmute_microphone_button_label": "Allumer le microphone",
"version": "Version : {{version}}",
"video_tile": {
"sfu_participant_local": "Vous"
},
"waiting_for_participants": "En attente dautres participants…"
} }

View File

@@ -1,127 +1,135 @@
{ {
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Sudah punya akun?</0><1><0>Masuk</0> Atau <2>Akses sebagai tamu</2></1>", "a11y": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Buat akun</0> Atau <2>Akses sebagai tamu</2>", "user_menu": "Menu pengguna"
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Kenapa tidak selesaikan dengan mengatur sebuah kata sandi untuk menjaga akun Anda?</0><1>Anda akan dapat tetap menggunakan nama Anda dan atur sebuah avatar untuk digunakan dalam panggilan di masa mendatang</1>", },
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Pengguna yang lain di panggilan ini sedang mengalami masalah. Supaya dapat mendiagnosa masalah ini, kami ingin mengumpulkan sebuah catatan pengawakutuan.", "action": {
"Audio": "Audio", "close": "Tutup",
"Avatar": "Avatar", "copy": "Salin",
"Call link copied": "Tautan panggilan disalin", "copy_link": "Salin tautan",
"Call type menu": "Menu jenis panggilan", "go": "Bergabung",
"Camera": "Kamera", "invite": "Undang",
"Change layout": "Ubah tata letak", "no": "Tidak",
"Close": "Tutup", "register": "Daftar",
"Confirm password": "Konfirmasi kata sandi", "remove": "Hapus",
"Copied!": "Disalin!", "sign_in": "Masuk",
"Copy and share this call link": "Salin dan bagikan tautan panggilan ini", "sign_out": "Keluar",
"Create account": "Buat akun", "submit": "Kirim"
"Debug log": "Catatan pengawakutuan", },
"Debug log request": "Permintaan catatan pengawakutuan", "analytics_notice": "Dengan bergabung dalam beta ini, Anda mengizinkan kami untuk mengumpulkan data anonim, yang kami gunakan untuk meningkatkan produk ini. Anda dapat mempelajari lebih lanjut tentang data apa yang kami lacak dalam <2>Kebijakan Privasi</2> dan <5>Kebijakan Kuki</5> kami.",
"Details": "Detail", "app_selection_modal": {
"Developer": "Pengembang", "continue_in_browser": "Lanjutkan dalam peramban",
"Display name": "Nama tampilan", "open_in_app": "Buka dalam aplikasi",
"Download debug logs": "Unduh catatan pengawakutuan", "text": "Siap untuk bergabung?",
"Exit full screen": "Keluar dari layar penuh", "title": "Pilih plikasi"
"Fetching group call timed out.": "Waktu pendapatan panggilan grup habis.", },
"Freedom": "Bebas", "browser_media_e2ee_unsupported": "Peramban web Anda tidak mendukung enkripsi media ujung ke ujung. Peramban yang didukung adalah Chrome, Safari, dan Firefox >=117",
"Full screen": "Layar penuh", "call_ended_view": {
"Go": "Bergabung", "body": "Anda terputus dari panggilan",
"Grid layout menu": "Menu tata letak kisi", "create_account_button": "Buat akun",
"Home": "Beranda", "create_account_prompt": "<0>Kenapa tidak selesaikan dengan mengatur sebuah kata sandi untuk menjaga akun Anda?</0><1>Anda akan dapat tetap menggunakan nama Anda dan atur sebuah avatar untuk digunakan dalam panggilan di masa mendatang</1>",
"Include debug logs": "Termasuk catatan pengawakutuan", "feedback_done": "<0>Terima kasih atas masukan Anda!</0>",
"Incompatible versions": "Versi tidak kompatibel", "feedback_prompt": "<0>Kami ingin mendengar masukan Anda supaya kami bisa meningkatkan pengalaman Anda.</0>",
"Incompatible versions!": "Versi tidak kompatibel!", "headline": "{{displayName}}, panggilan Anda telah berakhir.",
"Inspector": "Inspektur", "not_now_button": "Tidak sekarang, kembali ke layar beranda",
"Invite": "Undang", "reconnect_button": "Hubungkan ulang",
"Invite people": "Undang orang", "survey_prompt": "Bagaimana rasanya?"
"Join call": "Bergabung ke panggilan", },
"Join call now": "Bergabung ke panggilan sekarang", "call_name": "Nama panggilan",
"Join existing call?": "Bergabung ke panggilan yang sudah ada?", "common": {
"Leave": "Keluar", "camera": "Kamera",
"Loading…": "Memuat…", "copied": "Disalin!",
"Local volume": "Volume lokal", "display_name": "Nama tampilan",
"Logging in…": "Memasuki…", "encrypted": "Terenkripsi",
"Login": "Masuk", "home": "Beranda",
"Login to your account": "Masuk ke akun Anda", "loading": "Memuat…",
"Microphone": "Mikrofon", "microphone": "Mikrofon",
"More": "Lainnya", "password": "Kata sandi",
"Mute microphone": "Bisukan mikrofon", "profile": "Profil",
"No": "Tidak", "settings": "Pengaturan",
"Not now, return to home screen": "Tidak sekarang, kembali ke layar beranda", "unencrypted": "Tidak terenkripsi",
"Not registered yet? <2>Create an account</2>": "Belum terdaftar? <2>Buat sebuah akun</2>", "username": "Nama pengguna"
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Pengguna lain sedang mencoba bergabung ke panggilan ini dari versi yang tidak kompatibel. Pengguna berikut seharusnya memastikan bahwa mereka telah memuat ulang peramban mereka: <1>{userLis}</1>", },
"Password": "Kata sandi", "disconnected_banner": "Koneksi ke server telah hilang.",
"Passwords must match": "Kata sandi harus cocok", "full_screen_view_description": "<0>Mengirim catatan pengawakutuan akan membantu kami melacak masalahnya.</0>",
"Profile": "Profil", "full_screen_view_h1": "<0>Aduh, ada yang salah.</0>",
"Recaptcha dismissed": "Recaptcha ditutup", "group_call_loader_failed_heading": "Panggilan tidak ditemukan",
"Recaptcha not loaded": "Recaptcha tidak dimuat", "group_call_loader_failed_text": "Panggilan sekarang terenkripsi secara ujung ke ujung dan harus dibuat dari laman beranda. Ini memastikan bahwa semuanya menggunakan kunci enkripsi yang sama.",
"Register": "Daftar", "hangup_button_label": "Akhiri panggilan",
"Registering…": "Mendaftarkan…", "header_label": "Beranda Element Call",
"Remove": "Hapus", "header_participants_label": "Peserta",
"Return to home screen": "Kembali ke layar beranda", "invite_modal": {
"Select an option": "Pilih sebuah opsi", "link_copied_toast": "Tautan disalin ke papan klip",
"Send debug logs": "Kirim catatan pengawakutuan", "title": "Undang ke panggilan ini"
"Sending…": "Mengirimkan…", },
"Settings": "Pengaturan", "join_existing_call_modal": {
"Share screen": "Bagikan layar", "join_button": "Ya, bergabung ke panggilan",
"Show call inspector": "Tampilkan inspektur panggilan", "text": "Panggilan ini sudah ada, apakah Anda ingin bergabung?",
"Sign in": "Masuk", "title": "Bergabung ke panggilan yang sudah ada?"
"Sign out": "Keluar", },
"Speaker": "Pembicara", "layout_grid_label": "Kisi",
"Spotlight": "Sorotan", "layout_spotlight_label": "Sorotan",
"Stop sharing screen": "Berhenti membagikan layar", "lobby": {
"Submit feedback": "Kirim masukan", "join_button": "Bergabung ke panggilan",
"Take me Home": "Bawa saya ke Beranda", "leave_button": "Kembali ke terkini"
"This call already exists, would you like to join?": "Panggilan ini sudah ada, apakah Anda ingin bergabung?", },
"Turn off camera": "Matikan kamera", "logging_in": "Memasuki…",
"Turn on camera": "Nyalakan kamera", "login_auth_links": "<0>Buat akun</0> Atau <2>Akses sebagai tamu</2>",
"Unmute microphone": "Suarakan mikrofon", "login_title": "Masuk",
"User menu": "Menu pengguna", "microphone_off": "Mikrofon dimatikan",
"Username": "Nama pengguna", "microphone_on": "Mikrofon dinyalakan",
"Version: {{version}}": "Versi: {{version}}", "mute_microphone_button_label": "Matikan mikrofon",
"Video": "Video", "rageshake_button_error_caption": "Kirim ulang catatan",
"Video call": "Panggilan video", "rageshake_request_modal": {
"Video call name": "Nama panggilan video", "body": "Pengguna yang lain di panggilan ini sedang mengalami masalah. Supaya dapat mendiagnosa masalah ini, kami ingin mengumpulkan sebuah catatan pengawakutuan.",
"Waiting for other participants…": "Menunggu peserta lain…", "title": "Permintaan catatan pengawakutuan"
"Walkie-talkie call": "Panggilan protofon", },
"Walkie-talkie call name": "Nama panggilan protofon", "rageshake_send_logs": "Kirim catatan pengawakutuan",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC tidak didukung atau diblokir di peramban ini.", "rageshake_sending": "Mengirimkan…",
"Yes, join call": "Ya, bergabung ke panggilan", "rageshake_sending_logs": "Mengirimkan catatan pengawakutuan",
"Your recent calls": "Panggilan Anda terkini", "rageshake_sent": "Terima kasih!",
"{{names}}, {{name}}": "{{names}}, {{name}}", "recaptcha_caption": "Situs ini dilindungi oleh reCAPTCHA dan <2>Kebijakan Privasi</2> dan <6>Ketentuan Layanan</6> Google berlaku.<9></9>Dengan mengeklik \"Daftar\", Anda menyetujui <12>Perjanjian Lisensi Pengguna Akhir (EULA)</12> kami",
"Sending debug logs…": "Mengirimkan catatan pengawakutuan…", "recaptcha_dismissed": "Recaptcha ditutup",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Bergabung ke panggilan sekarang</0><1>Atau</1><2>Salin tautan dan bergabung nanti</2>", "recaptcha_not_loaded": "Recaptcha tidak dimuat",
"Element Call Home": "Beranda Element Call", "register": {
"Copy": "Salin", "passwords_must_match": "Kata sandi harus cocok",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Mengirim catatan pengawakutuan akan membantu kami melacak masalahnya.</0>", "registering": "Mendaftarkan…"
"<0>Oops, something's gone wrong.</0>": "<0>Aduh, ada yang salah.</0>", },
"Expose developer settings in the settings window.": "Ekspos pengaturan pengembang dalam jendela pengaturan.", "register_auth_links": "<0>Sudah punya akun?</0><1><0>Masuk</0> Atau <2>Akses sebagai tamu</2></1>",
"Developer Settings": "Pengaturan Pengembang", "register_confirm_password_label": "Konfirmasi kata sandi",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Dengan bergabung dalam beta ini, Anda mengizinkan kami untuk mengumpulkan data anonim, yang kami gunakan untuk meningkatkan produk ini. Anda dapat mempelajari lebih lanjut tentang data apa yang kami lacak dalam <2>Kebijakan Privasi</2> dan <5>Kebijakan Kuki</5> kami.", "return_home_button": "Kembali ke layar beranda",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Anda dapat mengurungkan kembali izin dengan mencentang kotak ini. Jika Anda saat ini dalam panggilan, pengaturan ini akan diterapkan di akhir panggilan.", "room_auth_view_eula_caption": "Dengan mengeklik \"Bergabung ke panggilan sekarang\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2> kami",
"Feedback": "Masukan", "room_auth_view_join_button": "Bergabung ke panggilan sekarang",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Jika Anda mengalami masalah atau hanya ingin memberikan masukan, silakan kirimkan kami deskripsi pendek di bawah.", "screenshare_button_label": "Bagikan layar",
"Submit": "Kirim", "select_input_unset_button": "Pilih sebuah opsi",
"Submitting": "Mengirim…", "settings": {
"Thanks, we received your feedback!": "Terima kasih, kami telah menerima masukan Anda!", "developer_settings_label": "Pengaturan Pengembang",
"Your feedback": "Masukan Anda", "developer_settings_label_description": "Ekspos pengaturan pengembang dalam jendela pengaturan.",
"{{displayName}}, your call has ended.": "{{displayName}}, panggilan Anda telah berakhir.", "developer_tab_title": "Pengembang",
"<0>Thanks for your feedback!</0>": "<0>Terima kasih atas masukan Anda!</0>", "feedback_tab_body": "Jika Anda mengalami masalah atau hanya ingin memberikan masukan, silakan kirimkan kami deskripsi pendek di bawah.",
"How did it go?": "Bagaimana rasanya?", "feedback_tab_description_label": "Masukan Anda",
"{{count}} stars|one": "{{count}} bintang", "feedback_tab_h4": "Kirim masukan",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Kami ingin mendengar masukan Anda supaya kami bisa meningkatkan pengalaman Anda.</0>", "feedback_tab_send_logs_label": "Termasuk catatan pengawakutuan",
"Show connection stats": "Tampilkan statistik koneksi", "feedback_tab_thank_you": "Terima kasih, kami telah menerima masukan Anda!",
"{{displayName}} is presenting": "{{displayName}} sedang menampilkan", "feedback_tab_title": "Masukan",
"{{count}} stars|other": "{{count}} bintang", "more_tab_title": "Lainnya",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Dengan mengeklik \"Bergabung\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2>", "opt_in_description": "<0></0><1></1>Anda dapat mengurungkan kembali izin dengan mencentang kotak ini. Jika Anda saat ini dalam panggilan, pengaturan ini akan diterapkan di akhir panggilan.",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Situs ini dilindungi oleh reCAPTCHA dan <2>Kebijakan Privasi</2> dan <6>Ketentuan Layanan</6> Google berlaku.<9></9>Dengan mengeklik \"Daftar\", Anda menyetujui <12>Perjanjian Lisensi Pengguna Akhir (EULA)</12> kami", "show_connection_stats_label": "Tampilkan statistik koneksi",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Dengan mengeklik \"Bergabung ke panggilan sekarang\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2> kami", "speaker_device_selection_label": "Pembicara"
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call sementara tidak dienkripsi secara ujung ke ujung selagi kami menguji skalabilitas.", },
"Connectivity to the server has been lost.": "Koneksi ke server telah hilang.", "star_rating_input_label_one": "{{count}} bintang",
"Enable end-to-end encryption (password protected calls)": "Aktifkan enkripsi ujung ke ujung (panggilan terlindungi oleh kata sandi)", "star_rating_input_label_other": "{{count}} bintang",
"End-to-end encryption isn't supported on your browser.": "Enkripsi ujung ke ujung tidak didukung di peramban Anda.", "start_new_call": "Mulai panggilan baru",
"Password (if none, E2EE is disabled)": "Kata sandi (jika tidak ada, enkripsi akan dinonaktifkan)", "start_video_button_label": "Nyalakan video",
"Retry sending logs": "Kirim ulang catatan", "stop_screenshare_button_label": "Berbagi layar",
"You were disconnected from the call": "Anda terputus dari panggilan", "stop_video_button_label": "Matikan video",
"Reconnect": "Hubungkan ulang", "submitting": "Mengirim…",
"Thanks!": "Terima kasih!" "unauthenticated_view_body": "Belum terdaftar? <2>Buat sebuah akun</2>",
"unauthenticated_view_eula_caption": "Dengan mengeklik \"Bergabung\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2>",
"unauthenticated_view_login_button": "Masuk ke akun Anda",
"unmute_microphone_button_label": "Nyalakan mikrofon",
"version": "Versi: {{version}}",
"video_tile": {
"sfu_participant_local": "Anda"
},
"waiting_for_participants": "Menunggu peserta lain…"
} }

132
public/locales/it/app.json Normal file
View File

@@ -0,0 +1,132 @@
{
"a11y": {
"user_menu": "Menu utente"
},
"action": {
"close": "Chiudi",
"copy": "Copia",
"copy_link": "Copia collegamento",
"go": "Vai",
"invite": "Invita",
"register": "Registra",
"remove": "Rimuovi",
"sign_in": "Accedi",
"sign_out": "Disconnetti",
"submit": "Invia"
},
"analytics_notice": "Partecipando a questa beta, acconsenti alla raccolta di dati anonimi che usiamo per migliorare il prodotto. Puoi trovare più informazioni su quali dati monitoriamo nella nostra <2>informativa sulla privacy</2> e nell'<5>informativa sui cookie</5>.",
"app_selection_modal": {
"continue_in_browser": "Continua nel browser",
"open_in_app": "Apri nell'app",
"text": "Tutto pronto per entrare?",
"title": "Seleziona app"
},
"browser_media_e2ee_unsupported": "Il tuo browser non supporta la crittografia end-to-end dei media. I browser supportati sono Chrome, Safari, Firefox >=117",
"call_ended_view": {
"body": "Sei stato disconnesso dalla chiamata",
"create_account_button": "Crea profilo",
"create_account_prompt": "<0>Ti va di terminare impostando una password per mantenere il profilo?</0><1>Potrai mantenere il tuo nome e impostare un avatar da usare in chiamate future</1>",
"feedback_done": "<0>Grazie per la tua opinione!</0>",
"feedback_prompt": "<0>Vorremmo sapere la tua opinione in modo da migliorare l'esperienza.</0>",
"headline": "{{displayName}}, la chiamata è terminata.",
"not_now_button": "Non ora, torna alla schermata principale",
"reconnect_button": "Riconnetti",
"survey_prompt": "Com'è andata?"
},
"call_name": "Nome della chiamata",
"common": {
"camera": "Fotocamera",
"copied": "Copiato!",
"display_name": "Il tuo nome",
"encrypted": "Cifrata",
"home": "Pagina iniziale",
"loading": "Caricamento…",
"microphone": "Microfono",
"profile": "Profilo",
"settings": "Impostazioni",
"unencrypted": "Non cifrata",
"username": "Nome utente"
},
"disconnected_banner": "La connessione al server è stata persa.",
"full_screen_view_description": "<0>L'invio di registri di debug ci aiuterà ad individuare il problema.</0>",
"full_screen_view_h1": "<0>Ops, qualcosa è andato storto.</0>",
"group_call_loader_failed_heading": "Chiamata non trovata",
"group_call_loader_failed_text": "Le chiamate ora sono cifrate end-to-end e devono essere create dalla pagina principale. Ciò assicura che chiunque usi la stessa chiave di crittografia.",
"hangup_button_label": "Termina chiamata",
"header_label": "Inizio di Element Call",
"header_participants_label": "Partecipanti",
"invite_modal": {
"link_copied_toast": "Collegamento copiato negli appunti",
"title": "Invita a questa chiamata"
},
"join_existing_call_modal": {
"join_button": "Sì, entra in chiamata",
"text": "Questa chiamata esiste già, vuoi entrare?",
"title": "Entrare in una chiamata esistente?"
},
"layout_grid_label": "Griglia",
"layout_spotlight_label": "In primo piano",
"lobby": {
"join_button": "Entra in chiamata",
"leave_button": "Torna ai recenti"
},
"logging_in": "Accesso…",
"login_auth_links": "<0>Crea un profilo</0> o <2>Accedi come ospite</2>",
"login_title": "Accedi",
"microphone_off": "Microfono spento",
"microphone_on": "Microfono acceso",
"mute_microphone_button_label": "Spegni il microfono",
"rageshake_button_error_caption": "Riprova l'invio dei registri",
"rageshake_request_modal": {
"body": "Un altro utente in questa chiamata sta avendo problemi. Per diagnosticare meglio questi problemi, vorremmo raccogliere un registro di debug.",
"title": "Richiesta registro di debug"
},
"rageshake_send_logs": "Invia registri di debug",
"rageshake_sending": "Invio…",
"rageshake_sending_logs": "Invio dei registri di debug…",
"rageshake_sent": "Grazie!",
"recaptcha_caption": "Questo sito è protetto da ReCAPTCHA e si applicano l'<2>informativa sulla privacy</2> e i <6>termini di servizio</6> di Google.<9></9>Cliccando \"Registra\", accetti il nostro <12>accordo di licenza con l'utente finale (EULA)</12>",
"recaptcha_dismissed": "Recaptcha annullato",
"recaptcha_not_loaded": "Recaptcha non caricato",
"register": {
"passwords_must_match": "Le password devono coincidere",
"registering": "Registrazione…"
},
"register_auth_links": "<0>Hai già un profilo?</0><1><0>Accedi</0> o <2>Accedi come ospite</2></1>",
"register_confirm_password_label": "Conferma password",
"return_home_button": "Torna alla schermata di iniziale",
"room_auth_view_eula_caption": "Cliccando \"Entra in chiamata ora\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>",
"room_auth_view_join_button": "Entra in chiamata ora",
"screenshare_button_label": "Condividi schermo",
"select_input_unset_button": "Seleziona un'opzione",
"settings": {
"developer_settings_label": "Impostazioni per sviluppatori",
"developer_settings_label_description": "Mostra le impostazioni per sviluppatori nella finestra delle impostazioni.",
"developer_tab_title": "Sviluppatore",
"feedback_tab_body": "Se stai riscontrando problemi o semplicemente vuoi dare un'opinione, inviaci una breve descrizione qua sotto.",
"feedback_tab_description_label": "Il tuo commento",
"feedback_tab_h4": "Invia commento",
"feedback_tab_send_logs_label": "Includi registri di debug",
"feedback_tab_thank_you": "Grazie, abbiamo ricevuto il tuo commento!",
"more_tab_title": "Altro",
"opt_in_description": "<0></0><1></1>Puoi revocare il consenso deselezionando questa casella. Se attualmente sei in una chiamata, avrà effetto al termine di essa.",
"show_connection_stats_label": "Mostra statistiche connessione",
"speaker_device_selection_label": "Altoparlante"
},
"star_rating_input_label_one": "{{count}} stelle",
"star_rating_input_label_other": "{{count}} stelle",
"start_new_call": "Inizia una nuova chiamata",
"start_video_button_label": "Avvia video",
"stop_screenshare_button_label": "Condivisione schermo",
"stop_video_button_label": "Ferma video",
"submitting": "Invio…",
"unauthenticated_view_body": "Non hai ancora un profilo? <2>Creane uno</2>",
"unauthenticated_view_eula_caption": "Cliccando \"Vai\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>",
"unauthenticated_view_login_button": "Accedi al tuo profilo",
"unmute_microphone_button_label": "Riaccendi il microfono",
"version": "Versione: {{version}}",
"video_tile": {
"sfu_participant_local": "Tu"
},
"waiting_for_participants": "In attesa di altri partecipanti…"
}

View File

@@ -1,84 +1,73 @@
{ {
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>既にアカウントをお持ちですか?</0><1><0>ログイン</0>または<2>ゲストとしてアクセス</2></1>", "a11y": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>アカウントを作成</0>または<2>ゲストとしてアクセス</2>", "user_menu": "ユーザーメニュー"
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>今すぐ通話に参加</0><1>または</1><2>通話リンクをコピーし、後で参加</2>", },
"<0>Oops, something's gone wrong.</0>": "<0>何かがうまく行きませんでした。</0>", "action": {
"Camera": "カメラ", "close": "閉じる",
"Call link copied": "通話リンクをコピーしました", "copy": "コピー",
"Avatar": "アバター", "go": "続行",
"Audio": "音声", "no": "いいえ",
"Confirm password": "パスワードを確認", "register": "登録",
"Close": "閉じる", "remove": "削除",
"Change layout": "レイアウトを変更", "sign_in": "サインイン",
"Copied!": "コピーしました!", "sign_out": "サインアウト"
"Copy and share this call link": "通話リンクをコピーし共有", },
"Copy": "コピー", "call_ended_view": {
"Debug log": "デバッグログ", "create_account_button": "アカウントを作成"
"Create account": "アカウントを作成", },
"Go": "続行", "common": {
"Fetching group call timed out.": "グループ通話の取得がタイムアウトしました。", "audio": "音声",
"Element Call Home": "Element Call ホーム", "avatar": "アバター",
"Download debug logs": "デバッグログをダウンロード", "camera": "カメラ",
"Display name": "表示名", "copied": "コピーしました!",
"Developer": "開発者", "display_name": "表示名",
"Details": "詳細", "home": "ホーム",
"Full screen": "全画面表示", "loading": "読み込んでいます…",
"Exit full screen": "全画面表示を終了", "microphone": "マイク",
"Include debug logs": "デバッグログを含める", "password": "パスワード",
"Home": "ホーム", "profile": "プロフィール",
"Incompatible versions!": "互換性のないバージョンです!", "settings": "設定",
"Incompatible versions": "互換性のないバージョン", "username": "ユーザー名",
"Join existing call?": "既存の通話に参加しますか?", "video": "ビデオ"
"Join call now": "今すぐ通話に参加", },
"Join call": "通話に参加", "full_screen_view_h1": "<0>何かがうまく行きませんでした。</0>",
"Invite": "招待", "header_label": "Element Call ホーム",
"Invite people": "連絡先を招待", "join_existing_call_modal": {
"Not registered yet? <2>Create an account</2>": "アカウントがありませんか? <2>アカウントを作成</2>", "join_button": "はい、通話に参加",
"Mute microphone": "マイクをミュート", "text": "この通話は既に存在します。参加しますか?",
"Microphone": "マイク", "title": "既存の通話に参加しますか?"
"Login": "ログイン", },
"Logging in…": "ログインしています…", "layout_spotlight_label": "スポットライト",
"Loading…": "読み込んでいます…", "lobby": {
"Leave": "退出", "join_button": "通話に参加"
"Version: {{version}}": "バージョン:{{version}}", },
"Username": "ユーザー名", "logging_in": "ログインしています…",
"User menu": "ユーザーメニュー", "login_auth_links": "<0>アカウントを作成</0>または<2>ゲストとしてアクセス</2>",
"Unmute microphone": "マイクのミュートを解除", "login_title": "ログイン",
"Turn on camera": "カメラをつける", "rageshake_request_modal": {
"Turn off camera": "カメラを切る", "title": "デバッグログを要求"
"Submit feedback": "フィードバックを送信", },
"Stop sharing screen": "画面共有を停止", "rageshake_send_logs": "デバッグログを送信",
"Spotlight": "スポットライト", "rageshake_sending": "送信しています…",
"Send debug logs": "デバッグログを送信", "rageshake_sending_logs": "デバッグログを送信しています…",
"Sign out": "サインアウト", "register": {
"Sign in": "サインイン", "passwords_must_match": "パスワードが一致する必要があります",
"Share screen": "画面共有", "registering": "登録しています…"
"Settings": "設定", },
"Sending…": "送信しています…", "register_auth_links": "<0>既にアカウントをお持ちですか?</0><1><0>ログイン</0>または<2>ゲストとしてアクセス</2></1>",
"Sending debug logs…": "デバッグログを送信しています…", "register_confirm_password_label": "パスワードを確認",
"Return to home screen": "ホーム画面に戻る", "return_home_button": "ホーム画面に戻る",
"Registering…": "登録しています…", "room_auth_view_join_button": "今すぐ通話に参加",
"Register": "登録", "screenshare_button_label": "画面共有",
"Profile": "プロフィール", "select_input_unset_button": "オプションを選択",
"Passwords must match": "パスワードが一致する必要があります", "settings": {
"Password": "パスワード", "developer_tab_title": "開発者",
"Speaker": "スピーカー", "feedback_tab_h4": "フィードバックを送信",
"Video call name": "ビデオ通話の名称", "feedback_tab_send_logs_label": "デバッグログを含める",
"Video call": "ビデオ通話", "speaker_device_selection_label": "スピーカー"
"Video": "ビデオ", },
"Waiting for other participants…": "他の参加者を待機しています…", "unauthenticated_view_body": "アカウントがありませんか? <2>アカウントを作成</2>",
"Walkie-talkie call name": "トランシーバー通話の名称", "unauthenticated_view_login_button": "アカウントにログイン",
"Walkie-talkie call": "トランシーバー通話", "version": "バージョン:{{version}}",
"Yes, join call": "はい、通話に参加", "waiting_for_participants": "他の参加者を待機しています…"
"Select an option": "オプションを選択",
"Debug log request": "デバッグログを要求",
"Your recent calls": "最近の通話",
"WebRTC is not supported or is being blocked in this browser.": "お使いのブラウザでWebRTCがサポートされていないか、またはブロックされています。",
"Login to your account": "アカウントにログイン",
"Freedom": "自由",
"Remove": "削除",
"No": "いいえ",
"This call already exists, would you like to join?": "この通話は既に存在します。参加しますか?",
"Take me Home": "ホームに戻る",
"{{names}}, {{name}}": "{{names}}、{{name}}"
} }

View File

@@ -1,5 +0,0 @@
{
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "",
"<0>Create an account</0> Or <2>Access as a guest</2>": "",
"{{names}}, {{name}}": "{{names}}님, {{name}}님"
}

View File

@@ -1,127 +1,104 @@
{ {
"{{count}} stars|one": "{{count}} zvaigzne", "a11y": {
"{{count}} stars|other": "{{count}} zvaigznes", "user_menu": "Lietotāja izvēlne"
"{{names}}, {{name}}": "{{names}}, {{name}}", },
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Jau ir konts?</0><1><0>Pieteikties</0> vai <2>Piekļūt kā viesim</2></1>", "action": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Izveidot kontu</0> vai <2>Piekļūt kā viesim</2>", "close": "Aizvērt",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Pievienoties zvanam tagad</0><1>vai</1><2>ievietot zvana saiti starpliktuvē un pievienoties vēlāk</2>", "copy": "Ievietot starpliktuvē",
"<0>Oops, something's gone wrong.</0>": "<0>Ak vai, kaut kas nogāja greizi!</0>", "go": "Aiziet",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Atkļūdošanas žurnāla ierakstu iesūtīšana palīdzēs mums atklāt nepilnību.</0>", "no": "Nē",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Mums patiktu saņemt Tavu atsauksmi, lai mēs varētu uzlabot Tavu pieredzi.</0>", "register": "Reģistrēties",
"<0>Thanks for your feedback!</0>": "<0>Paldies par atsauksmi!</0>", "remove": "Noņemt",
"Audio": "Skaņa", "sign_in": "Pieteikties",
"Avatar": "Attēls", "sign_out": "Atteikties",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Klikšķināšana uz \"Aiziet\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>", "submit": "Iesniegt"
"Call link copied": "Zvana saite ievietota starpliktuvē", },
"Call type menu": "Zvana veida izvēlne", "analytics_notice": "Piedalīšanās šajā beta apliecina piekrišanu anonīmu datu ievākšanai, ko mēs izmantojam, lai uzlabotu izstrādājumu. Vairāk informācijas par datiem, ko mēs ievācam, var atrast mūsu <2>privātuma nosacījumos</2> un <5>sīkdatņu nosacījumos</5>.",
"Camera": "Kamera", "call_ended_view": {
"Change layout": "Mainīt izkārtojumu", "body": "Tu tiki atvienots no zvana",
"Close": "Aizvērt", "create_account_button": "Izveidot kontu",
"Confirm password": "Apstiprināt paroli", "create_account_prompt": "<0>Kādēļ nepabeigt ar paroles iestatīšanu, lai paturētu savu kontu?</0><1>Būs iespējams paturēt savu vārdu un iestatīt attēlu izmantošanai turpmākajos zvanos</1>",
"Connectivity to the server has been lost.": "Ir zaudēts savienojums ar serveri.", "feedback_done": "<0>Paldies par atsauksmi!</0>",
"Copied!": "Ievietots starpliktuvē.", "feedback_prompt": "<0>Mums patiktu saņemt Tavu atsauksmi, lai mēs varētu uzlabot Tavu pieredzi.</0>",
"Copy": "Ievietot starpliktuvē", "headline": "{{displayName}}, Tavs zvans ir beidzies.",
"Copy and share this call link": "Ievietot starpliktuvē un kopīgot šo zvana saiti", "not_now_button": "Ne tagad, atgriezties sākuma ekrānā",
"Create account": "Izveidot kontu", "reconnect_button": "Atkārtoti savienoties",
"Debug log": "Atkļūdošanas žurnāls", "survey_prompt": "Kā Tev veicās?"
"Debug log request": "Atkļūdošanas žurnāla pieprasījums", },
"Details": "Izvērsums", "common": {
"Developer": "Izstrādātājs", "audio": "Skaņa",
"Developer Settings": "Izstrādātāja iestatījumi", "avatar": "Attēls",
"Display name": "Attēlojamais vārds", "camera": "Kamera",
"Download debug logs": "Lejupielādēt atkļūdošanas žurnāla ierakstus", "copied": "Ievietots starpliktuvē.",
"Element Call Home": "Element Call sākums", "display_name": "Attēlojamais vārds",
"Exit full screen": "Iziet no pilnekrāna", "home": "Sākums",
"Expose developer settings in the settings window.": "Izstādīt izstrādātāja iestatījumus iestatījumu logā.", "loading": "Lādējas…",
"Feedback": "Atsauksmes", "microphone": "Mikrofons",
"Fetching group call timed out.": "Grupas zvana iegūšanā iestājās noildze.", "password": "Parole",
"Freedom": "Brīvība", "profile": "Profils",
"Full screen": "Pilnekrāns", "settings": "Iestatījumi",
"Go": "Aiziet", "username": "Lietotājvārds"
"Grid layout menu": "Režģa izkārtojuma izvēlne", },
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Klikšķināšana uz \"Pievienoties zvanam tagad\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>", "disconnected_banner": "Ir zaudēts savienojums ar serveri.",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Piedalīšanās šajā beta apliecina piekrišanu anonīmu datu ievākšanai, ko mēs izmantojam, lai uzlabotu izstrādājumu. Vairāk informācijas par datiem, ko mēs ievācam, var atrast mūsu <2>privātuma nosacījumos</2> un <5>sīkdatņu nosacījumos</5>.", "full_screen_view_description": "<0>Atkļūdošanas žurnāla ierakstu iesūtīšana palīdzēs mums atklāt nepilnību.</0>",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call īslaicīgi nav pilnīgi šifrēts, kamēr mēs pārbaudām mērogojamību.", "full_screen_view_h1": "<0>Ak vai, kaut kas nogāja greizi!</0>",
"Enable end-to-end encryption (password protected calls)": "Iespējot pilnīgu šifrēšanu (ar paroli aizsargāti zvani)", "header_label": "Element Call sākums",
"End-to-end encryption isn't supported on your browser.": "Šajā pārlūkā nav nodrošināta pilnīga šifrēšana.", "join_existing_call_modal": {
"{{displayName}} is presenting": "{{displayName}} uzstājas", "join_button": "Jā, pievienoties zvanam",
"{{displayName}}, your call has ended.": "{{displayName}}, Tavs zvans ir beidzies.", "text": "Šis zvans jau pastāv. Vai vēlies pievienoties?",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Savu piekrišanu var atsaukt ar atzīmes noņemšanu no šīs rūtiņas. Ja pašreiz atrodies zvanā, šis iestatījums stāsies spēkā zvana beigās.", "title": "Pievienoties esošam zvanam?"
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Kādēļ nepabeigt ar paroles iestatīšanu, lai paturētu savu kontu?</0><1>Būs iespējams paturēt savu vārdu un iestatīt attēlu izmantošanai turpmākajos zvanos</1>", },
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Citam lietotājam šajā zvanā ir sarežģījumi. Lai labāk atklātu šīs nepilnības, mēs gribētu iegūt atkļūdošanas žurnālu.", "layout_spotlight_label": "Starmešu gaisma",
"Home": "Sākums", "lobby": {
"Waiting for other participants…": "Gaida citus dalībniekus…", "join_button": "Pievienoties zvanam"
"Walkie-talkie call": "Rācijas zvans", },
"Yes, join call": "Jā, pievienoties zvanam", "logging_in": "Piesakās…",
"Your feedback": "Tava atsauksme", "login_auth_links": "<0>Izveidot kontu</0> vai <2>Piekļūt kā viesim</2>",
"Your recent calls": "Nesenie zvani", "login_title": "Pieteikties",
"How did it go?": "Kā Tev veicās?", "rageshake_button_error_caption": "Atkārtoti mēģināt žurnāla ierakstu nosūtīšanu",
"Include debug logs": "Iekļaut atkļūdošanas žurnāla ierakstus", "rageshake_request_modal": {
"Incompatible versions": "Nesaderīgas versijas", "body": "Citam lietotājam šajā zvanā ir sarežģījumi. Lai labāk atklātu šīs nepilnības, mēs gribētu iegūt atkļūdošanas žurnālu.",
"Incompatible versions!": "Nesaderīgas versijas.", "title": "Atkļūdošanas žurnāla pieprasījums"
"Inspector": "Inspektors", },
"Invite": "Uzaicināt", "rageshake_send_logs": "Nosūtīt atkļūdošanas žurnāla ierakstus",
"Invite people": "Uzaicināt cilvēkus", "rageshake_sending": "Nosūta…",
"Join call": "Pievienoties zvanam", "rageshake_sending_logs": "Nosūta atkļūdošanas žurnāla ierakstus…",
"Join call now": "Pievienoties zvanam tagad", "rageshake_sent": "Paldies!",
"Join existing call?": "Pievienoties esošam zvanam?", "recaptcha_caption": "Šo vietni aizsargā ReCAPTCHA, un ir attiecināmi Google <2>privātuma nosacījumi</2> un <6>pakalpojuma noteikumi</6>.<9></9>Klikšķināšana uz \"Reģistrēties\" sniedz piekrišanu mūsu <12>galalietotāja licencēšanas nolīgumam (GLLN)</12>",
"Leave": "Pamest", "recaptcha_dismissed": "ReCaptcha atmesta",
"Loading…": "Lādējas…", "recaptcha_not_loaded": "ReCaptcha nav ielādēta",
"Local volume": "Vietējais skaļums", "register": {
"Logging in…": "Piesakās…", "passwords_must_match": "Parolēm ir jāsakrīt",
"Login": "Pieteikties", "registering": "Reģistrē…"
"Login to your account": "Pieteikties kontā", },
"Microphone": "Mikrofons", "register_auth_links": "<0>Jau ir konts?</0><1><0>Pieteikties</0> vai <2>Piekļūt kā viesim</2></1>",
"More": "Vairāk", "register_confirm_password_label": "Apstiprināt paroli",
"Mute microphone": "Apklusināt mikrofonu", "return_home_button": "Atgriezties sākuma ekrānā",
"No": "Nē", "room_auth_view_eula_caption": "Klikšķināšana uz \"Pievienoties zvanam tagad\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>",
"Not now, return to home screen": "Ne tagad, atgriezties sākuma ekrānā", "room_auth_view_join_button": "Pievienoties zvanam tagad",
"Password": "Parole", "screenshare_button_label": "Kopīgot ekrānu",
"Password (if none, E2EE is disabled)": "Parole (ja nav, pilnīga šifrēšana ir atspējota)", "select_input_unset_button": "Atlasīt iespēju",
"Passwords must match": "Parolēm ir jāsakrīt", "settings": {
"Profile": "Profils", "developer_settings_label": "Izstrādātāja iestatījumi",
"Recaptcha dismissed": "ReCaptcha atmesta", "developer_settings_label_description": "Izstādīt izstrādātāja iestatījumus iestatījumu logā.",
"Recaptcha not loaded": "ReCaptcha nav ielādēta", "developer_tab_title": "Izstrādātājs",
"Reconnect": "Atkārtoti savienoties", "feedback_tab_body": "Ja tiek piedzīvoti sarežģījumi vai vienkārši ir vēlme sniegt kādu atsauksmi, lūgums zemāk nosūtīt mums īsu aprakstu.",
"Register": "Reģistrēties", "feedback_tab_description_label": "Tava atsauksme",
"Registering…": "Reģistrē…", "feedback_tab_h4": "Iesniegt atsauksmi",
"Remove": "Noņemt", "feedback_tab_send_logs_label": "Iekļaut atkļūdošanas žurnāla ierakstus",
"Retry sending logs": "Atkārtoti mēģināt žurnāla ierakstu nosūtīšanu", "feedback_tab_thank_you": "Paldies, mēs saņēmām atsauksmi!",
"Return to home screen": "Atgriezties sākuma ekrānā", "feedback_tab_title": "Atsauksmes",
"Select an option": "Atlasīt iespēju", "more_tab_title": "Vairāk",
"Send debug logs": "Nosūtīt atkļūdošanas žurnāla ierakstus", "opt_in_description": "<0></0><1></1>Savu piekrišanu var atsaukt ar atzīmes noņemšanu no šīs rūtiņas. Ja pašreiz atrodies zvanā, šis iestatījums stāsies spēkā zvana beigās.",
"Sending debug logs…": "Nosūta atkļūdošanas žurnāla ierakstus…", "show_connection_stats_label": "Rādīt savienojuma apkopojumu",
"Sending…": "Nosūta…", "speaker_device_selection_label": "Runātājs"
"Settings": "Iestatījumi", },
"Share screen": "Kopīgot ekrānu", "star_rating_input_label_one": "{{count}} zvaigzne",
"Show call inspector": "Rādīt zvanu inspektoru", "star_rating_input_label_other": "{{count}} zvaigznes",
"Show connection stats": "Rādīt savienojuma apkopojumu", "submitting": "Iesniedz…",
"Sign in": "Pieteikties", "unauthenticated_view_body": "Vēl neesi reģistrējies? <2>Izveidot kontu</2>",
"Sign out": "Atteikties", "unauthenticated_view_eula_caption": "Klikšķināšana uz \"Aiziet\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>",
"Speaker": "Runātājs", "unauthenticated_view_login_button": "Pieteikties kontā",
"Spotlight": "Starmešu gaisma", "version": "Versija: {{version}}",
"Stop sharing screen": "Pārtraukt ekrāna kopīgošanu", "waiting_for_participants": "Gaida citus dalībniekus…"
"Submit": "Iesniegt",
"Submit feedback": "Iesniegt atsauksmi",
"Submitting…": "Iesniedz…",
"Take me Home": "Aizvest uz sākumu",
"Thanks, we received your feedback!": "Paldies, mēs saņēmām atsauksmi!",
"Thanks!": "Paldies!",
"This call already exists, would you like to join?": "Šis zvans jau pastāv. Vai vēlies pievienoties?",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Šo vietni aizsargā ReCAPTCHA, un ir attiecināmi Google <2>privātuma nosacījumi</2> un <6>pakalpojuma noteikumi</6>.<9></9>Klikšķināšana uz \"Reģistrēties\" sniedz piekrišanu mūsu <12>galalietotāja licencēšanas nolīgumam (GLLN)</12>",
"Turn off camera": "Izslēgt kameru",
"Turn on camera": "Ieslēgt kameru",
"Unmute microphone": "Atsaukt mikrofona apklusināšanu",
"User menu": "Lietotāja izvēlne",
"Username": "Lietotājvārds",
"Video": "Video",
"Video call": "Video zvans",
"Video call name": "Video zvana nosaukums",
"You were disconnected from the call": "Tu tiki atvienots no zvana",
"Version: {{version}}": "Versija: {{version}}",
"Walkie-talkie call name": "Rācijas zvana nosaukums",
"WebRTC is not supported or is being blocked in this browser.": "Šajā pārlūkā nav nodrošināts WebRTC vai tiek liegta tā izmantošana.",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Ja tiek piedzīvoti sarežģījumi vai vienkārši ir vēlme sniegt kādu atsauksmi, lūgums zemāk nosūtīt mums īsu aprakstu.",
"Not registered yet? <2>Create an account</2>": "Vēl neesi reģistrējies? <2>Izveidot kontu</2>",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Citi lietotāji mēģina pievienoties šim zvanam no nesaderīgām versijām. Šiem lietotājiem vajadzētu nodrošināt, ka viņi ir atsvaidzinājuši savus pārlūkus: <1>{userLis}</1>"
} }

View File

@@ -1,127 +1,138 @@
{ {
"Login": "Zaloguj się", "a11y": {
"Go": "Przejdź", "user_menu": "Menu użytkownika"
"Your recent calls": "Twoje ostatnie połączenia", },
"Yes, join call": "Tak, dołącz do połączenia", "action": {
"WebRTC is not supported or is being blocked in this browser.": "WebRTC jest niewspierane lub zablokowane w tej przeglądarce.", "close": "Zamknij",
"Walkie-talkie call name": "Nazwa połączenia walkie-talkie", "copy": "Kopiuj",
"Walkie-talkie call": "Połączenie walkie-talkie", "copy_link": "Kopiuj link",
"Waiting for other participants…": "Oczekiwanie na pozostałych uczestników…", "go": "Przejdź",
"Video call name": "Nazwa połączenia wideo", "invite": "Zaproś",
"Video call": "Połączenie wideo", "no": "Nie",
"Video": "Wideo", "register": "Zarejestruj",
"Version: {{version}}": "Wersja: {{version}}", "remove": "Usuń",
"Username": "Nazwa użytkownika", "sign_in": "Zaloguj się",
"User menu": "Menu użytkownika", "sign_out": "Wyloguj się",
"Unmute microphone": "Wyłącz wyciszenie mikrofonu", "submit": "Wyślij"
"Turn on camera": "Włącz kamerę", },
"Turn off camera": "Wyłącz kamerę", "analytics_notice": "Uczestnicząc w tej becie, upoważniasz nas do zbierania anonimowych danych, które wykorzystamy do ulepszenia produktu. Dowiedz się więcej na temat danych, które zbieramy w naszej <2>Polityce prywatności</2> i <5>Polityce ciasteczek</5>.",
"This call already exists, would you like to join?": "Te połączenie już istnieje, czy chcesz do niego dołączyć?", "app_selection_modal": {
"Take me Home": "Zabierz mnie do strony głównej", "continue_in_browser": "Kontynuuj w przeglądarce",
"Submit feedback": "Prześlij opinię", "open_in_app": "Otwórz w aplikacji",
"Stop sharing screen": "Zatrzymaj udostępnianie ekranu", "text": "Gotowy, by dołączyć?",
"Spotlight": "Centrum uwagi", "title": "Wybierz aplikację"
"Speaker": "Głośnik", },
"Sign out": "Wyloguj się", "browser_media_e2ee_unsupported": "Twoja przeglądarka nie wspiera szyfrowania end-to-end. Wspierane przeglądarki to Chrome, Safari, Firefox >=117",
"Sign in": "Zaloguj się", "call_ended_view": {
"Show call inspector": "Pokaż inspektora połączenia", "body": "Rozłączono Cię z połączenia",
"Share screen": "Udostępnij ekran", "create_account_button": "Utwórz konto",
"Settings": "Ustawienia", "create_account_prompt": "<0>Może zechcesz ustawić hasło, aby zachować swoje konto?</0><1>Będziesz w stanie utrzymać swoją nazwę i ustawić awatar do wyświetlania podczas połączeń w przyszłości</1>",
"Sending…": "Wysyłanie…", "feedback_done": "<0>Dziękujemy za Twoją opinię!</0>",
"Sending debug logs…": "Wysyłanie dzienników debugowania…", "feedback_prompt": "<0>Z przyjemnością wysłuchamy Twojej opinii, aby poprawić Twoje doświadczenia.</0>",
"Send debug logs": "Wyślij dzienniki debugowania", "headline": "{{displayName}}, Twoje połączenie zostało zakończone.",
"Select an option": "Wybierz opcję", "not_now_button": "Nie teraz, powróć do ekranu domowego",
"Return to home screen": "Powróć do strony głównej", "reconnect_button": "Połącz ponownie",
"Remove": "Usuń", "survey_prompt": "Jak poszło?"
"Registering…": "Rejestrowanie…", },
"Register": "Zarejestruj", "call_name": "Nazwa połączenia",
"Recaptcha not loaded": "Recaptcha nie została załadowana", "common": {
"Recaptcha dismissed": "Recaptcha odrzucona", "audio": "Dźwięk",
"Profile": "Profil", "avatar": "Awatar",
"Passwords must match": "Hasła muszą pasować", "camera": "Kamera",
"Password": "Hasło", "copied": "Skopiowano!",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Inni użytkownicy próbują dołączyć do tego połączenia przy użyciu niekompatybilnych wersji. Powinni oni upewnić się, że odświeżyli stronę w swoich przeglądarkach:<1>{userLis}</1>", "display_name": "Nazwa wyświetlana",
"Not registered yet? <2>Create an account</2>": "Nie masz konta? <2>Utwórz je</2>", "encrypted": "Szyfrowane",
"Not now, return to home screen": "Nie teraz, powróć do ekranu domowego", "home": "Strona domowa",
"No": "Nie", "loading": "Ładowanie",
"Mute microphone": "Wycisz mikrofon", "microphone": "Mikrofon",
"More": "Więcej", "password": "Hasło",
"Microphone": "Mikrofon", "profile": "Profil",
"Login to your account": "Zaloguj się do swojego konta", "settings": "Ustawienia",
"Logging in…": "Logowanie…", "unencrypted": "Nie szyfrowane",
"Local volume": "Głośność lokalna", "username": "Nazwa użytkownika",
"Loading…": "Ładowanie…", "video": "Wideo"
"Leave": "Opuść", },
"Join existing call?": "Dołączyć do istniejącego połączenia?", "disconnected_banner": "Utracono połączenie z serwerem.",
"Join call now": "Dołącz do połączenia teraz", "full_screen_view_description": "<0>Wysłanie dzienników debuggowania pomoże nam ustalić przyczynę problemu.</0>",
"Join call": "Dołącz do połączenia", "full_screen_view_h1": "<0>Ojej, coś poszło nie tak.</0>",
"Invite people": "Zaproś ludzi", "group_call_loader_failed_heading": "Nie znaleziono połączenia",
"Invite": "Zaproś", "group_call_loader_failed_text": "Połączenia są teraz szyfrowane end-to-end i muszą zostać utworzone ze strony głównej. Pomaga to upewnić się, że każdy korzysta z tego samego klucza szyfrującego.",
"Inspector": "Inspektor", "hangup_button_label": "Zakończ połączenie",
"Incompatible versions!": "Niekompatybilne wersje!", "header_label": "Strona główna Element Call",
"Incompatible versions": "Niekompatybilne wersje", "header_participants_label": "Uczestnicy",
"Include debug logs": "Dołącz dzienniki debugowania", "invite_modal": {
"Home": "Strona domowa", "link_copied_toast": "Skopiowano link do schowka",
"Grid layout menu": "Menu układu siatki", "title": "Zaproś do połączenia"
"Full screen": "Pełny ekran", },
"Freedom": "Wolność", "join_existing_call_modal": {
"Fetching group call timed out.": "Przekroczono limit czasu na uzyskanie połączenia grupowego.", "join_button": "Tak, dołącz do połączenia",
"Exit full screen": "Opuść pełny ekran", "text": "Te połączenie już istnieje, czy chcesz do niego dołączyć?",
"Download debug logs": "Pobierz dzienniki debugowania", "title": "Dołączyć do istniejącego połączenia?"
"Display name": "Nazwa wyświetlana", },
"Developer": "Programista", "layout_grid_label": "Siatka",
"Details": "Szczegóły", "layout_spotlight_label": "Centrum uwagi",
"Debug log request": "Prośba o dzienniki debugowania", "lobby": {
"Debug log": "Dzienniki debugowania", "join_button": "Dołącz do połączenia",
"Create account": "Utwórz konto", "leave_button": "Wróć do ostatnie"
"Copy and share this call link": "Skopiuj i udostępnij link do rozmowy", },
"Copied!": "Skopiowano!", "logging_in": "Logowanie…",
"Confirm password": "Potwierdź hasło", "login_auth_links": "<0>Utwórz konto</0> lub <2>Dołącz jako gość</2>",
"Close": "Zamknij", "login_title": "Zaloguj się",
"Change layout": "Zmień układ", "microphone_off": "Mikrofon wyłączony",
"Camera": "Kamera", "microphone_on": "Mikrofon włączony",
"Call type menu": "Menu typu połączenia", "mute_microphone_button_label": "Wycisz mikrofon",
"Call link copied": "Skopiowano link do połączenia", "rageshake_button_error_caption": "Wyślij logi ponownie",
"Avatar": "Awatar", "rageshake_request_modal": {
"Audio": "Dźwięk", "body": "Inny użytkownik w tym połączeniu napotkał problem. Aby lepiej zdiagnozować tę usterkę, chcielibyśmy zebrać dzienniki debugowania.",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Inny użytkownik w tym połączeniu napotkał problem. Aby lepiej zdiagnozować tę usterkę, chcielibyśmy zebrać dzienniki debugowania.", "title": "Prośba o dzienniki debugowania"
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Może zechcesz ustawić hasło, aby zachować swoje konto?</0><1>Będziesz w stanie utrzymać swoją nazwę i ustawić awatar do wyświetlania podczas połączeń w przyszłości</1>", },
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Utwórz konto</0> lub <2>Dołącz jako gość</2>", "rageshake_send_logs": "Wyślij dzienniki debugowania",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Masz już konto?</0><1><0>Zaloguj się</0> lub <2>Dołącz jako gość</2></1>", "rageshake_sending": "Wysyłanie…",
"{{names}}, {{name}}": "{{names}}, {{name}}", "rageshake_sending_logs": "Wysyłanie dzienników debugowania…",
"Copy": "Kopiuj", "rageshake_sent": "Dziękujemy!",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Wysłanie dzienników debuggowania pomoże nam ustalić przyczynę problemu.</0>", "recaptcha_caption": "Ta witryna jest chroniona przez ReCAPTCHA, więc obowiązują <2>Polityka prywatności</2> i <6>Warunki usług</6> Google. Klikając \"Zarejestruj\", zgadzasz się na naszą <12>Umowę licencyjną (EULA)</12>",
"<0>Oops, something's gone wrong.</0>": "<0>Ojej, coś poszło nie tak.</0>", "recaptcha_dismissed": "Recaptcha odrzucona",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Dołącz do rozmowy już teraz</0><1>lub</1><2>Skopiuj link do rozmowy i dołącz później</2>", "recaptcha_not_loaded": "Recaptcha nie została załadowana",
"Expose developer settings in the settings window.": "Wyświetl opcje programisty w oknie ustawień.", "register": {
"Element Call Home": "Strona główna Element Call", "passwords_must_match": "Hasła muszą pasować",
"Developer Settings": "Opcje programisty", "registering": "Rejestrowanie…"
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Możesz wycofać swoją zgodę poprzez odznaczenie tego pola. Jeśli już jesteś w trakcie rozmowy, opcja zostanie zastosowana po jej zakończeniu.", },
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Uczestnicząc w tej becie, upoważniasz nas do zbierania anonimowych danych, które wykorzystamy do ulepszenia produktu. Dowiedz się więcej na temat danych, które zbieramy w naszej <2>Polityce prywatności</2> i <5>Polityce ciasteczek</5>.", "register_auth_links": "<0>Masz już konto?</0><1><0>Zaloguj się</0> lub <2>Dołącz jako gość</2></1>",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Jeśli posiadasz problemy lub chciałbyś zgłosić swoją opinię, wyślij nam krótki opis.", "register_confirm_password_label": "Potwierdź hasło",
"Thanks, we received your feedback!": "Dziękujemy, otrzymaliśmy Twoją opinię!", "return_home_button": "Powróć do strony głównej",
"Feedback": "Opinia użytkownika", "room_auth_view_eula_caption": "Klikając \"Dołącz teraz do rozmowy\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>",
"Submitting…": "Wysyłanie…", "room_auth_view_join_button": "Dołącz do połączenia teraz",
"Submit": "Wyślij", "screenshare_button_label": "Udostępnij ekran",
"Your feedback": "Twoje opinie", "select_input_unset_button": "Wybierz opcję",
"{{count}} stars|other": "{{count}} gwiazdki", "settings": {
"{{count}} stars|one": "{{count}} gwiazdka", "developer_settings_label": "Opcje programisty",
"{{displayName}}, your call has ended.": "{{displayName}}, Twoje połączenie zostało zakończone.", "developer_settings_label_description": "Wyświetl opcje programisty w oknie ustawień.",
"<0>Thanks for your feedback!</0>": "<0>Dziękujemy za Twoją opinię!</0>", "developer_tab_title": "Programista",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Z przyjemnością wysłuchamy Twojej opinii, aby poprawić Twoje doświadczenia.</0>", "feedback_tab_body": "Jeśli posiadasz problemy lub chciałbyś zgłosić swoją opinię, wyślij nam krótki opis.",
"How did it go?": "Jak poszło?", "feedback_tab_description_label": "Twoje opinie",
"{{displayName}} is presenting": "{{displayName}} prezentuje", "feedback_tab_h4": "Prześlij opinię",
"Show connection stats": "Pokaż statystyki połączenia", "feedback_tab_send_logs_label": "Dołącz dzienniki debugowania",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Usługa Element Call tymczasowo nie jest szyfrowana end-to-end w trakcie, gdy testujemy możliwość jej rozszerzenia.", "feedback_tab_thank_you": "Dziękujemy, otrzymaliśmy Twoją opinię!",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Klikając \"Przejdź\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>", "feedback_tab_title": "Opinia użytkownika",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Ta witryna jest chroniona przez ReCAPTCHA, więc obowiązują <2>Polityka prywatności</2> i <6>Warunki usług</6> Google. Klikając \"Zarejestruj\", zgadzasz się na naszą <12>Umowę licencyjną (EULA)</12>", "more_tab_title": "Więcej",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Klikając \"Dołącz teraz do rozmowy\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>", "opt_in_description": "<0></0><1></1>Możesz wycofać swoją zgodę poprzez odznaczenie tego pola. Jeśli już jesteś w trakcie rozmowy, opcja zostanie zastosowana po jej zakończeniu.",
"End-to-end encryption isn't supported on your browser.": "Szyfrowanie end-to-end nie jest wspierane przez Twoją przeglądarkę.", "show_connection_stats_label": "Pokaż statystyki połączenia",
"Password (if none, E2EE is disabled)": "Hasło (brak oznacza, że E2EE jest włączone)", "speaker_device_selection_label": "Głośnik"
"Retry sending logs": "Wyślij logi ponownie", },
"Thanks!": "Dziękujemy!", "star_rating_input_label_one": "{{count}} gwiazdki",
"You were disconnected from the call": "Rozłączono Cię z połączenia", "star_rating_input_label_other": "{{count}} gwiazdki",
"Connectivity to the server has been lost.": "Utracono połączenie z serwerem.", "start_new_call": "Rozpocznij nowe połączenie",
"Reconnect": "Połącz ponownie", "start_video_button_label": "Rozpocznij wideo",
"Enable end-to-end encryption (password protected calls)": "Włącz szyfrowanie end-to-end (połączenia chronione hasłem)" "stop_screenshare_button_label": "Udostępnianie ekranu",
"stop_video_button_label": "Zakończ wideo",
"submitting": "Wysyłanie…",
"unauthenticated_view_body": "Nie masz konta? <2>Utwórz je</2>",
"unauthenticated_view_eula_caption": "Klikając \"Przejdź\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>",
"unauthenticated_view_login_button": "Zaloguj się do swojego konta",
"unmute_microphone_button_label": "Odcisz mikrofon",
"version": "Wersja: {{version}}",
"video_tile": {
"sfu_participant_local": "Ty"
},
"waiting_for_participants": "Oczekiwanie na pozostałych uczestników…"
} }

View File

@@ -1,115 +1,97 @@
{ {
"Register": "Зарегистрироваться", "a11y": {
"Registering…": "Регистрация…", "user_menu": "Меню пользователя"
"Logging in…": "Вход…", },
"{{names}}, {{name}}": "{{names}}, {{name}}", "action": {
"Waiting for other participants…": "Ожидание других участников…", "close": "Закрыть",
"This call already exists, would you like to join?": "Этот звонок уже существует, хотите присоединиться?", "copy": "Копировать",
"Submit feedback": "Отправить отзыв", "go": "Далее",
"Sending debug logs…": "Отправка журнала отладки…", "no": "Нет",
"Select an option": "Выберите вариант", "register": "Зарегистрироваться",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Другие пользователи пытаются присоединиться с неподдерживаемых версий программы. Этим участникам надо перезагрузить браузер: <1>{userLis}</1>", "remove": "Удалить",
"Grid layout menu": "Меню \"Расположение сеткой\"", "sign_in": "Войти",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Почему бы не задать пароль, тем самым сохранив аккаунт?</0><1>Так вы можете оставить своё имя и задать аватар для будущих звонков.</1>", "sign_out": "Выйти",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Создать аккаунт</0> или <2>Зайти как гость</2>", "submit": "Отправить"
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Уже есть аккаунт?</0><1><0>Войти с ним</0> или <2>Зайти как гость</2></1>", },
"Your recent calls": "Ваши недавние звонки", "analytics_notice": "Участвуя в этой бета-версии, вы соглашаетесь на сбор анонимных данных, которые мы используем для улучшения продукта. Более подробную информацию о том, какие данные мы отслеживаем, вы можете найти в нашей <2> Политике конфиденциальности</2> и нашей <5> Политике использования файлов cookie</5>.",
"Yes, join call": "Да, присоединиться", "call_ended_view": {
"WebRTC is not supported or is being blocked in this browser.": "WebRTC не поддерживается или заблокирован в этом браузере.", "create_account_button": "Создать аккаунт",
"Walkie-talkie call name": "Название звонка-рации", "create_account_prompt": "<0>Почему бы не задать пароль, тем самым сохранив аккаунт?</0><1>Так вы можете оставить своё имя и задать аватар для будущих звонков.</1>",
"Walkie-talkie call": "Звонок-рация", "feedback_done": "<0>Спасибо за обратную связь!</0>",
"Video call name": "Название видео-звонка", "feedback_prompt": "<0>Мы будем рады видеть ваши отзывы, чтобы мы могли улучшить ваш опыт.</0>",
"Video call": "Видео-звонок", "headline": "{{displayName}}, ваш звонок окончен.",
"Video": "Видео", "not_now_button": "Не сейчас, вернуться в Начало",
"Version: {{version}}": "Версия: {{version}}", "survey_prompt": "Как всё прошло?"
"Username": "Имя пользователя", },
"User menu": "Меню пользователя", "common": {
"Unmute microphone": "Включить микрофон", "audio": "Аудио",
"Turn on camera": "Включить камеру", "avatar": "Аватар",
"Turn off camera": "Отключить камеру", "camera": "Камера",
"Take me Home": "Перейти в Начало", "copied": "Скопировано!",
"Stop sharing screen": "Остановить показ экрана", "display_name": "Видимое имя",
"Spotlight": "Внимание", "home": "Начало",
"Speaker": "Динамик", "loading": "Загрузка…",
"Sign out": "Выйти", "microphone": "Микрофон",
"Sign in": "Войти", "password": "Пароль",
"Show call inspector": "Показать инспектор", "profile": "Профиль",
"Share screen": "Поделиться экраном", "settings": "Настройки",
"Settings": "Настройки", "username": "Имя пользователя",
"Sending…": "Отправка…", "video": "Видео"
"Local volume": "Местная громкость", },
"Call type menu": "Меню \"Тип звонка\"", "full_screen_view_description": "<0>Отправка журналов поможет нам найти и устранить проблему.</0>",
"Include debug logs": "Приложить журнал отладки", "full_screen_view_h1": "<0>Упс, что-то пошло не так.</0>",
"Download debug logs": "Скачать журнал отладки", "header_label": "Главная Element Call",
"Debug log request": "Запрос журнала отладки", "join_existing_call_modal": {
"Debug log": "Журнал отладки", "join_button": "Да, присоединиться",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "У одного из участников звонка есть неполадки. Чтобы лучше диагностировать похожие проблемы, нам нужен журнал отладки.", "text": "Этот звонок уже существует, хотите присоединиться?",
"Send debug logs": "Отправить журнал отладки", "title": "Присоединиться к существующему звонку?"
"Return to home screen": "Вернуться в Начало", },
"Remove": "Удалить", "layout_spotlight_label": "Внимание",
"Recaptcha not loaded": "Невозможно начать проверку", "lobby": {
"Recaptcha dismissed": "Проверка не пройдена", "join_button": "Присоединиться"
"Profile": "Профиль", },
"Passwords must match": "Пароли должны совпадать", "logging_in": "Вход…",
"Password": "Пароль", "login_auth_links": "<0>Создать аккаунт</0> или <2>Зайти как гость</2>",
"Not registered yet? <2>Create an account</2>": "Ещё не зарегистрированы? <2>Создайте аккаунт</2>", "login_title": "Вход",
"Not now, return to home screen": "Не сейчас, вернуться в Начало", "rageshake_request_modal": {
"No": "Нет", "body": "У одного из участников звонка есть неполадки. Чтобы лучше диагностировать похожие проблемы, нам нужен журнал отладки.",
"Mute microphone": "Отключить микрофон", "title": "Запрос журнала отладки"
"More": "Больше", },
"Microphone": "Микрофон", "rageshake_send_logs": "Отправить журнал отладки",
"Login to your account": "Войдите в свой аккаунт", "rageshake_sending": "Отправка…",
"Login": "Вход", "rageshake_sending_logs": "Отправка журнала отладки…",
"Loading…": "Загрузка…", "recaptcha_dismissed": "Проверка не пройдена",
"Leave": "Покинуть", "recaptcha_not_loaded": "Невозможно начать проверку",
"Join existing call?": "Присоединиться к существующему звонку?", "register": {
"Join call now": "Присоединиться сейчас", "passwords_must_match": "Пароли должны совпадать",
"Join call": "Присоединиться", "registering": "Регистрация…"
"Invite people": "Пригласить участников", },
"Invite": "Пригласить", "register_auth_links": "<0>Уже есть аккаунт?</0><1><0>Войти с ним</0> или <2>Зайти как гость</2></1>",
"Inspector": "Инспектор", "register_confirm_password_label": "Подтвердите пароль",
"Incompatible versions!": "Несовместимые версии!", "return_home_button": "Вернуться в Начало",
"Incompatible versions": "Несовместимые версии", "room_auth_view_join_button": "Присоединиться сейчас",
"Home": "Начало", "screenshare_button_label": "Поделиться экраном",
"Go": "Далее", "select_input_unset_button": "Выберите вариант",
"Full screen": "Полноэкранный режим", "settings": {
"Freedom": "Свобода", "developer_settings_label": "Настройки Разработчика",
"Fetching group call timed out.": "Истекло время ожидания для группового звонка.", "developer_settings_label_description": "Раскрыть настройки разработчика в окне настроек.",
"Exit full screen": "Выйти из полноэкранного режима", "developer_tab_title": "Разработчику",
"Display name": "Видимое имя", "feedback_tab_body": "Если у вас возникли проблемы или вы просто хотите оставить отзыв, отправьте нам краткое описание ниже.",
"Developer": "Разработчику", "feedback_tab_description_label": "Ваш отзыв",
"Details": "Подробности", "feedback_tab_h4": "Отправить отзыв",
"Create account": "Создать аккаунт", "feedback_tab_send_logs_label": "Приложить журнал отладки",
"Copy and share this call link": "Скопируйте и поделитесь этой ссылкой на звонок", "feedback_tab_thank_you": "Спасибо. Мы получили ваш отзыв!",
"Copied!": "Скопировано!", "feedback_tab_title": "Отзыв",
"Confirm password": "Подтвердите пароль", "more_tab_title": ольше",
"Close": "Закрыть", "opt_in_description": "<0></0><1></1>Вы можете отозвать согласие, сняв этот флажок. Если вы в данный момент находитесь в разговоре, эта настройка вступит в силу по окончании разговора.",
"Change layout": "Изменить расположение", "show_connection_stats_label": "Показать статистику соединения",
"Camera": "Камера", "speaker_device_selection_label": "Динамик"
"Call link copied": "Ссылка на звонок скопирована", },
"Avatar": "Аватар", "star_rating_input_label_one": "{{count}} отмечен",
"Audio": "Аудио", "star_rating_input_label_other": "{{count}} отмеченных",
"Element Call Home": "Главная Element Call", "submitting": "Отправляем…",
"Copy": "Копировать", "unauthenticated_view_body": "Ещё не зарегистрированы? <2>Создайте аккаунт</2>",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Присоединиться сейчас</0><1>или<1><2>Скопировать ссылку и присоединиться позже</2>", "unauthenticated_view_login_button": "Войдите в свой аккаунт",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Отправка журналов поможет нам найти и устранить проблему.</0>", "version": "Версия: {{version}}",
"<0>Oops, something's gone wrong.</0>": "<0>Упс, что-то пошло не так.</0>", "waiting_for_participants": "Ожидание других участников…"
"Expose developer settings in the settings window.": "Раскрыть настройки разработчика в окне настроек.",
"Developer Settings": "Настройки Разработчика",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Участвуя в этой бета-версии, вы соглашаетесь на сбор анонимных данных, которые мы используем для улучшения продукта. Более подробную информацию о том, какие данные мы отслеживаем, вы можете найти в нашей <2> Политике конфиденциальности</2> и нашей <5> Политике использования файлов cookie</5>.",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Вы можете отозвать согласие, сняв этот флажок. Если вы в данный момент находитесь в разговоре, эта настройка вступит в силу по окончании разговора.",
"{{displayName}} is presenting": "{{displayName}} представляет",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Мы будем рады видеть ваши отзывы, чтобы мы могли улучшить ваш опыт.</0>",
"Thanks, we received your feedback!": "Спасибо. Мы получили ваш отзыв!",
"Feedback": "Отзыв",
"Submit": "Отправить",
"Submitting…": "Отправляем…",
"{{count}} stars|one": "{{count}} отмечен",
"{{count}} stars|other": "{{count}} отмеченных",
"{{displayName}}, your call has ended.": "{{displayName}}, ваш звонок окончен.",
"<0>Thanks for your feedback!</0>": "<0>Спасибо за обратную связь!</0>",
"Your feedback": "Ваш отзыв",
"How did it go?": "Как всё прошло?",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Если у вас возникли проблемы или вы просто хотите оставить отзыв, отправьте нам краткое описание ниже.",
"Show connection stats": "Показать статистику соединения"
} }

View File

@@ -1,127 +1,136 @@
{ {
"Spotlight": "Stredobod", "a11y": {
"Local volume": "Lokálna hlasitosť", "user_menu": "Používateľské menu"
"Include debug logs": "Zahrnúť záznamy o ladení", },
"Fetching group call timed out.": "Vypršal čas načítania skupinového volania.", "action": {
"Element Call Home": "Domov Element Call", "close": "Zatvoriť",
"Waiting for other participants…": "Čaká sa na ďalších účastníkov…", "copy": "Kopírovať",
"Take me Home": "Zober ma domov", "copy_link": "Kopírovať odkaz",
"Submit feedback": "Odoslať spätnú väzbu", "go": "Prejsť",
"Stop sharing screen": "Zastaviť zdieľanie obrazovky", "invite": "Pozvať",
"Show call inspector": "Zobraziť inšpektora hovorov", "no": "Nie",
"Share screen": "Zdieľať obrazovku", "register": "Registrovať sa",
"Sending…": "Odosielanie…", "remove": "Odstrániť",
"Sending debug logs…": "Odosielanie záznamov o ladení…", "sign_in": "Prihlásiť sa",
"Send debug logs": "Odoslať záznamy o ladení", "sign_out": "Odhlásiť sa",
"Select an option": "Vyberte možnosť", "submit": "Odoslať"
"Return to home screen": "Návrat na domovskú obrazovku", },
"Remove": "Odstrániť", "analytics_notice": "Účasťou v tejto beta verzii súhlasíte so zhromažďovaním anonymných údajov, ktoré použijeme na zlepšenie produktu. Viac informácií o tom, ktoré údaje sledujeme, nájdete v našich <2>Zásadách ochrany osobných údajov</2> a <5>Zásadách používania súborov cookie</5>.",
"Registering…": "Registrácia…", "app_selection_modal": {
"Register": "Registrovať sa", "continue_in_browser": "Pokračovať v prehliadači",
"Recaptcha not loaded": "Recaptcha sa nenačítala", "open_in_app": "Otvoriť v aplikácii",
"Recaptcha dismissed": "Recaptcha zamietnutá", "text": "Ste pripravení sa pridať?",
"Profile": "Profil", "title": "Vybrať aplikáciu"
"Passwords must match": "Heslá sa musia zhodovať", },
"Password": "Heslo", "browser_media_e2ee_unsupported": "Váš webový prehliadač nepodporuje end-to-end šifrovanie médií. Podporované prehliadače sú Chrome, Safari, Firefox >=117",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Ostatní používatelia sa pokúšajú pripojiť k tomuto hovoru z nekompatibilných verzií. Títo používatelia by sa mali uistiť, že si obnovili svoje prehliadače:<1>{userLis}</1>", "call_ended_view": {
"Not registered yet? <2>Create an account</2>": "Ešte nie ste zaregistrovaný? <2>Vytvorte si účet</2>", "body": "Boli ste odpojení z hovoru",
"Not now, return to home screen": "Teraz nie, vrátiť sa na domovskú obrazovku", "create_account_button": "Vytvoriť účet",
"No": "Nie", "create_account_prompt": "<0>Prečo neskončiť nastavením hesla, aby ste si zachovali svoj účet? </0><1>Budete si môcť ponechať svoje meno a nastaviť obrázok, ktorý sa bude používať pri budúcich hovoroch</1>",
"Mute microphone": "Stlmiť mikrofón", "feedback_done": "<0> Ďakujeme za vašu spätnú väzbu!</0>",
"More": "Viac", "feedback_prompt": "<0> Radi si vypočujeme vašu spätnú väzbu, aby sme mohli zlepšiť vaše skúsenosti.</0>",
"Microphone": "Mikrofón", "headline": "{{displayName}}, váš hovor skončil.",
"Login to your account": "Prihláste sa do svojho konta", "not_now_button": "Teraz nie, vrátiť sa na domovskú obrazovku",
"Login": "Prihlásiť sa", "reconnect_button": "Znovu pripojiť",
"Logging in…": "Prihlasovanie…", "survey_prompt": "Ako to išlo?"
"Loading…": "Načítanie…", },
"Leave": "Opustiť", "call_name": "Názov hovoru",
"Join existing call?": "Pripojiť sa k existujúcemu hovoru?", "common": {
"Join call now": "Pripojiť sa k hovoru teraz", "avatar": "Obrázok",
"Join call": "Pripojiť sa k hovoru", "camera": "Kamera",
"Invite people": "Pozvať ľudí", "copied": "Skopírované!",
"Invite": "Pozvať", "display_name": "Zobrazované meno",
"Inspector": "Inšpektor", "encrypted": "Šifrované",
"Incompatible versions!": "Nekompatibilné verzie!", "home": "Domov",
"Incompatible versions": "Nekompatibilné verzie", "loading": "Načítanie",
"Home": "Domov", "microphone": "Mikrofón",
"Grid layout menu": "Ponuka rozloženia mriežky", "password": "Heslo",
"Go": "Prejsť", "profile": "Profil",
"Full screen": "Zobrazenie na celú obrazovku", "settings": "Nastavenia",
"Freedom": "Sloboda", "unencrypted": "Nie je zašifrované",
"Exit full screen": "Ukončiť zobrazenie na celú obrazovku", "username": "Meno používateľa"
"Download debug logs": "Stiahnuť záznamy ladenia", },
"Your recent calls": "Vaše nedávne hovory", "disconnected_banner": "Spojenie so serverom sa stratilo.",
"Yes, join call": "Áno, pripojiť sa k hovoru", "full_screen_view_description": "<0>Odoslanie záznamov ladenia nám pomôže nájsť problém.</0>",
"WebRTC is not supported or is being blocked in this browser.": "WebRTC nie je podporované alebo je v tomto prehliadači blokované.", "full_screen_view_h1": "<0>Hups, niečo sa pokazilo.</0>",
"Walkie-talkie call name": "Názov vysielačkového hovoru", "group_call_loader_failed_heading": "Hovor nebol nájdený",
"Walkie-talkie call": "Vysielačkový hovor", "group_call_loader_failed_text": "Hovory sú teraz end-to-end šifrované a je potrebné ich vytvoriť z domovskej stránky. To pomáha zabezpečiť, aby všetci používali rovnaký šifrovací kľúč.",
"Video call name": "Názov video hovoru", "hangup_button_label": "Ukončiť hovor",
"Video call": "Video hovor", "header_label": "Domov Element Call",
"Video": "Video", "header_participants_label": "Účastníci",
"Version: {{version}}": "Verzia: {{version}}", "invite_modal": {
"Username": "Meno používateľa", "link_copied_toast": "Odkaz skopírovaný do schránky",
"User menu": "Používateľské menu", "title": "Pozvať na tento hovor"
"Unmute microphone": "Zrušiť stlmenie mikrofónu", },
"Turn on camera": "Zapnúť kameru", "join_existing_call_modal": {
"Turn off camera": "Vypnúť kameru", "join_button": "Áno, pripojiť sa k hovoru",
"This call already exists, would you like to join?": "Tento hovor už existuje, chceli by ste sa k nemu pripojiť?", "text": "Tento hovor už existuje, chceli by ste sa k nemu pripojiť?",
"Speaker": "Reproduktor", "title": "Pripojiť sa k existujúcemu hovoru?"
"Sign out": "Odhlásiť sa", },
"Sign in": "Prihlásiť sa", "layout_grid_label": "Sieť",
"Settings": "Nastavenia", "layout_spotlight_label": "Stredobod",
"Display name": "Zobrazované meno", "lobby": {
"Developer": "Vývojár", "join_button": "Pripojiť sa k hovoru",
"Details": "Podrobnosti", "leave_button": "Späť k nedávnym"
"Debug log request": "Žiadosť o záznam ladenia", },
"Debug log": "Záznam o ladení", "logging_in": "Prihlasovanie…",
"Create account": "Vytvoriť účet", "login_auth_links": "<0>Vytvoriť konto</0> Alebo <2>Prihlásiť sa ako hosť</2>",
"Copy and share this call link": "Skopírovať a zdieľať tento odkaz na hovor", "login_title": "Prihlásiť sa",
"Copy": "Kopírovať", "microphone_off": "Mikrofón vypnutý",
"Copied!": "Skopírované!", "microphone_on": "Mikrofón zapnutý",
"Confirm password": "Potvrdiť heslo", "mute_microphone_button_label": "Stlmiť mikrofón",
"Close": "Zatvoriť", "rageshake_button_error_caption": "Opakovať odoslanie záznamov",
"Change layout": "Zmeniť rozloženie", "rageshake_request_modal": {
"Camera": "Kamera", "body": "Ďalší používateľ v tomto hovore má problém. Aby sme mohli lepšie diagnostikovať tieto problémy, chceli by sme získať záznam o ladení.",
"Call type menu": "Ponuka typu hovoru", "title": "Žiadosť o záznam ladenia"
"Call link copied": "Odkaz na hovor skopírovaný", },
"Avatar": "Obrázok", "rageshake_send_logs": "Odoslať záznamy o ladení",
"Audio": "Audio", "rageshake_sending": "Odosielanie…",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Ďalší používateľ v tomto hovore má problém. Aby sme mohli lepšie diagnostikovať tieto problémy, chceli by sme získať záznam o ladení.", "rageshake_sending_logs": "Odosielanie záznamov o ladení",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Prečo neskončiť nastavením hesla, aby ste si zachovali svoj účet? </0><1>Budete si môcť ponechať svoje meno a nastaviť obrázok, ktorý sa bude používať pri budúcich hovoroch</1>", "rageshake_sent": "Ďakujeme!",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Pripojiť sa k hovoru teraz</0><1>alebo</1><2>Kopírovať odkaz na hovor a pripojiť sa neskôr</2>", "recaptcha_caption": "Táto stránka je chránená systémom ReCAPTCHA a platia na ňu <2>Pravidlá ochrany osobných údajov spoločnosti Google</2> a <6>Podmienky poskytovania služieb</6>.<9></9>Kliknutím na tlačidlo \"Registrovať sa\" súhlasíte s našou <12>Licenčnou zmluvou s koncovým používateľom (EULA)</12>",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Vytvoriť konto</0> Alebo <2>Prihlásiť sa ako hosť</2>", "recaptcha_dismissed": "Recaptcha zamietnutá",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Už máte konto?</0><1><0>Prihláste sa</0> Alebo <2>Prihlásiť sa ako hosť</2></1>", "recaptcha_not_loaded": "Recaptcha sa nenačítala",
"{{names}}, {{name}}": "{{names}}, {{name}}", "register": {
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Odoslanie záznamov ladenia nám pomôže nájsť problém.</0>", "passwords_must_match": "Heslá sa musia zhodovať",
"<0>Oops, something's gone wrong.</0>": "<0>Hups, niečo sa pokazilo.</0>", "registering": "Registrácia…"
"Expose developer settings in the settings window.": "Zobraziť nastavenia pre vývojárov v okne nastavení.", },
"Developer Settings": "Nastavenia pre vývojárov", "register_auth_links": "<0>Už máte konto?</0><1><0>Prihláste sa</0> Alebo <2>Prihlásiť sa ako hosť</2></1>",
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Účasťou v tejto beta verzii súhlasíte so zhromažďovaním anonymných údajov, ktoré použijeme na zlepšenie produktu. Viac informácií o tom, ktoré údaje sledujeme, nájdete v našich <2>Zásadách ochrany osobných údajov</2> a <5>Zásadách používania súborov cookie</5>.", "register_confirm_password_label": "Potvrdiť heslo",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Súhlas môžete odvolať zrušením označenia tohto políčka. Ak práve prebieha hovor, toto nastavenie nadobudne platnosť po skončení hovoru.", "return_home_button": "Návrat na domovskú obrazovku",
"Your feedback": "Vaša spätná väzba", "room_auth_view_eula_caption": "Kliknutím na \"Pripojiť sa k hovoru teraz\" súhlasíte s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>",
"Thanks, we received your feedback!": "Ďakujeme, dostali sme vašu spätnú väzbu!", "room_auth_view_join_button": "Pripojiť sa k hovoru teraz",
"Submitting…": "Odosielanie…", "screenshare_button_label": "Zdieľať obrazovku",
"Submit": "Odoslať", "select_input_unset_button": "Vyberte možnosť",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Ak máte problémy alebo jednoducho chcete poskytnúť spätnú väzbu, pošlite nám krátky popis nižšie.", "settings": {
"Feedback": "Spätná väzba", "developer_settings_label": "Nastavenia pre vývojárov",
"{{count}} stars|one": "{{count}} hviezdička", "developer_settings_label_description": "Zobraziť nastavenia pre vývojárov v okne nastavení.",
"How did it go?": "Ako to išlo?", "developer_tab_title": "Vývojár",
"{{count}} stars|other": "{{count}} hviezdičiek", "feedback_tab_body": "Ak máte problémy alebo jednoducho chcete poskytnúť spätnú väzbu, pošlite nám krátky popis nižšie.",
"{{displayName}}, your call has ended.": "{{displayName}}, váš hovor skončil.", "feedback_tab_description_label": "Vaša spätná väzba",
"<0>Thanks for your feedback!</0>": "<0> Ďakujeme za vašu spätnú väzbu!</0>", "feedback_tab_h4": "Odoslať spätnú väzbu",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0> Radi si vypočujeme vašu spätnú väzbu, aby sme mohli zlepšiť vaše skúsenosti.</0>", "feedback_tab_send_logs_label": "Zahrnúť záznamy o ladení",
"{{displayName}} is presenting": "{{displayName}} prezentuje", "feedback_tab_thank_you": "Ďakujeme, dostali sme vašu spätnú väzbu!",
"Show connection stats": "Zobraziť štatistiky pripojenia", "feedback_tab_title": "Spätná väzba",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Kliknutím na \"Pripojiť sa k hovoru teraz\" súhlasíte s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>", "more_tab_title": "Viac",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Kliknutím na tlačidlo \"Prejsť\" vyjadrujete súhlas s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>", "opt_in_description": "<0></0><1></1>Súhlas môžete odvolať zrušením označenia tohto políčka. Ak práve prebieha hovor, toto nastavenie nadobudne platnosť po skončení hovoru.",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Táto stránka je chránená systémom ReCAPTCHA a platia na ňu <2>Pravidlá ochrany osobných údajov spoločnosti Google</2> a <6>Podmienky poskytovania služieb</6>.<9></9>Kliknutím na tlačidlo \"Registrovať sa\" súhlasíte s našou <12>Licenčnou zmluvou s koncovým používateľom (EULA)</12>", "show_connection_stats_label": "Zobraziť štatistiky pripojenia",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call nie je dočasne šifrovaný, kým testujeme škálovateľnosť.", "speaker_device_selection_label": "Reproduktor"
"Connectivity to the server has been lost.": "Spojenie so serverom sa stratilo.", },
"Retry sending logs": "Opakovať odoslanie záznamov", "star_rating_input_label_one": "{{count}} hviezdička",
"Reconnect": "Znovu pripojiť", "star_rating_input_label_other": "{{count}} hviezdičiek",
"Thanks!": "Ďakujeme!", "start_new_call": "Spustiť nový hovor",
"You were disconnected from the call": "Boli ste odpojení z hovoru", "start_video_button_label": "Spustiť video",
"Enable end-to-end encryption (password protected calls)": "Povoliť end-to-end šifrovanie (hovory chránené heslom)", "stop_screenshare_button_label": "Zdieľanie obrazovky",
"End-to-end encryption isn't supported on your browser.": "End-to-end šifrovanie nie je vo vašom prehliadači podporované.", "stop_video_button_label": "Zastaviť video",
"Password (if none, E2EE is disabled)": "Heslo (ak nie je, šifrovanie je vypnuté)" "submitting": "Odosielanie…",
"unauthenticated_view_body": "Ešte nie ste zaregistrovaný? <2>Vytvorte si účet</2>",
"unauthenticated_view_eula_caption": "Kliknutím na tlačidlo \"Prejsť\" vyjadrujete súhlas s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>",
"unauthenticated_view_login_button": "Prihláste sa do svojho konta",
"unmute_microphone_button_label": "Zrušiť stlmenie mikrofónu",
"version": "Verzia: {{version}}",
"video_tile": {
"sfu_participant_local": "Vy"
},
"waiting_for_participants": "Čaká sa na ďalších účastníkov…"
} }

View File

@@ -0,0 +1,7 @@
{
"call_ended_view": {
"headline": "{{displayName}}, ditt samtal har avslutats."
},
"star_rating_input_label_one": "{{count}} stjärna",
"star_rating_input_label_other": "{{count}} stjärnor"
}

View File

@@ -1,72 +1,63 @@
{ {
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Hesabınızı tutmak için niye bir parola açmıyorsunuz?</0><1>Böylece ileriki aramalarda adınızı ve avatarınızı kullanabileceksiniz</1>", "action": {
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Bu aramadaki başka bir kullanıcı sorun yaşıyor. Sorunu daha iyi çözebilmemiz için hata ayıklama kütüğünü almak isteriz.", "close": "Kapat",
"Audio": "Ses", "go": "Git",
"Avatar": "Avatar", "no": "Hayır",
"Call link copied": "Arama bağlantısı kopyalandı", "register": "Kaydol",
"Call type menu": "Arama tipi menüsü", "remove": ıkar",
"Camera": "Kamera", "sign_in": "Gir",
"Change layout": "Yerleşimi değiştir", "sign_out": "Çık"
"Close": "Kapat", },
"Confirm password": "Parolayı tekrar edin", "call_ended_view": {
"Copied!": "Kopyalandı", "create_account_button": "Hesap aç",
"Copy and share this call link": "Arama bağlantısını kopyala ve paylaş", "create_account_prompt": "<0>Hesabınızı tutmak için niye bir parola açmıyorsunuz?</0><1>Böylece ileriki aramalarda adınızı ve avatarınızı kullanabileceksiniz</1>",
"Create account": "Hesap aç", "not_now_button": "Şimdi değil, ev ekranına dön"
"Debug log": "Hata ayıklama kütüğü", },
"Debug log request": "Hata ayıklama kütük istemi", "common": {
"Details": "Ayrıntı", "audio": "Ses",
"Developer": "Geliştirici", "camera": "Kamera",
"Display name": "Ekran adı", "copied": "Kopyalandı",
"Download debug logs": "Hata ayıklama kütüğünü indir", "display_name": "Ekran adı",
"Exit full screen": "Tam ekranı terk et", "home": "Ev",
"Fetching group call timed out.": "Grup çağrısı zaman aşımına uğradı.", "loading": "Yükleniyor…",
"Freedom": "Özgürlük", "microphone": "Mikrofon",
"Full screen": "Tam ekran", "password": "Parola",
"Go": "Git", "settings": "Ayarlar"
"Grid layout menu": "Izgara plan menü", },
"Home": "Ev", "join_existing_call_modal": {
"Include debug logs": "Hata ayıklama kütüğünü dahil et", "text": "Bu arama zaten var, katılmak ister misiniz?",
"Incompatible versions": "Uyumsuz sürümler", "title": "Mevcut aramaya katıl?"
"Incompatible versions!": "Sürüm uyumsuz!", },
"Inspector": "Denetçi", "lobby": {
"Invite people": "Kişileri davet et", "join_button": "Aramaya katıl"
"Join call": "Aramaya katıl", },
"Join call now": "Aramaya katıl", "logging_in": "Giriliyor…",
"Join existing call?": "Mevcut aramaya katıl?", "login_auth_links": "<0>Hesap oluştur</0> yahut <2>Konuk olarak gir</2>",
"Leave": "Çık", "login_title": "Gir",
"Loading…": "Yükleniyor…", "rageshake_request_modal": {
"Local volume": "Yerel ses seviyesi", "body": "Bu aramadaki başka bir kullanıcı sorun yaşıyor. Sorunu daha iyi çözebilmemiz için hata ayıklama kütüğünü almak isteriz.",
"Logging in…": "Giriliyor…", "title": "Hata ayıklama kütük istemi"
"Login": "Gir", },
"Login to your account": "Hesabınıza girin", "rageshake_send_logs": "Hata ayıklama kütüğünü gönder",
"Microphone": "Mikrofon", "rageshake_sending": "Gönderiliyor…",
"More": "Daha", "recaptcha_dismissed": "reCAPTCHA atlandı",
"Mute microphone": "Mikrofonu kapat", "recaptcha_not_loaded": "reCAPTCHA yüklenmedi",
"No": "Hayır", "register": {
"Not now, return to home screen": "Şimdi değil, ev ekranına dön", "passwords_must_match": "Parolalar aynı olmalı",
"Not registered yet? <2>Create an account</2>": "Kaydolmadınız mı? <2>Hesap açın</2>", "registering": "Kaydediyor…"
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Başka kullanıcılar uyumsuz sürümden katılmaya çalışıyorlar. <1>{userLis}</1> tarayıcılarını mutlaka tazelemeliler.", },
"Password": "Parola", "register_auth_links": "<0>Mevcut hesabınız mı var?</0><1><0>Gir</0> yahut <2>Konuk girişi</2></1>",
"Passwords must match": "Parolalar aynı olmalı", "register_confirm_password_label": "Parolayı tekrar edin",
"Recaptcha dismissed": "reCAPTCHA atlandı", "return_home_button": "Ev ekranına geri dön",
"Recaptcha not loaded": "reCAPTCHA yüklenmedi", "room_auth_view_join_button": "Aramaya katıl",
"Register": "Kaydol", "screenshare_button_label": "Ekran paylaş",
"Registering…": "Kaydediyor…", "select_input_unset_button": "Bir seçenek seç",
"Remove": ıkar", "settings": {
"Return to home screen": "Ev ekranına geri dön", "developer_tab_title": "Geliştirici",
"Select an option": "Bir seçenek seç", "feedback_tab_h4": "Geri bildirim ver",
"Send debug logs": "Hata ayıklama kütüğünü gönder", "feedback_tab_send_logs_label": "Hata ayıklama kütüğünü dahil et",
"Sending…": "Gönderiliyor…", "more_tab_title": "Daha"
"Settings": "Ayarlar", },
"Share screen": "Ekran paylaş", "unauthenticated_view_body": "Kaydolmadınız mı? <2>Hesap açın</2>",
"Show call inspector": "Arama denetçisini göster", "unauthenticated_view_login_button": "Hesabınıza girin"
"Sign in": "Gir",
"Sign out": ık",
"Stop sharing screen": "Ekran paylaşmayı terk et",
"Submit feedback": "Geri bildirim ver",
"Take me Home": "Ev ekranına gir",
"This call already exists, would you like to join?": "Bu arama zaten var, katılmak ister misiniz?",
"{{names}}, {{name}}": "{{names}}, {{name}}",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Hesap oluştur</0> yahut <2>Konuk olarak gir</2>",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Mevcut hesabınız mı var?</0><1><0>Gir</0> yahut <2>Konuk girişi</2></1>"
} }

View File

@@ -1,127 +1,138 @@
{ {
"Loading…": "Завантаження…", "a11y": {
"Your recent calls": "Ваші недавні виклики", "user_menu": "Меню користувача"
"Yes, join call": "Так, приєднатися до виклику", },
"WebRTC is not supported or is being blocked in this browser.": "WebRTC не підтримується або блокується в цьому браузері.", "action": {
"Walkie-talkie call name": "Назва виклику-рації", "close": "Закрити",
"Walkie-talkie call": "Виклик-рація", "copy": "Копіювати",
"Waiting for other participants…": "Очікування на інших учасників…", "copy_link": "Скопіювати посилання",
"Video call name": "Назва відеовиклику", "go": "Далі",
"Video call": "Відеовиклик", "invite": "Запросити",
"Video": "Відео", "no": "Ні",
"Version: {{version}}": "Версія: {{version}}", "register": "Зареєструватися",
"Username": "Ім'я користувача", "remove": "Вилучити",
"User menu": "Меню користувача", "sign_in": "Увійти",
"Unmute microphone": "Увімкнути мікрофон", "sign_out": "Вийти",
"Turn on camera": "Увімкнути камеру", "submit": "Надіслати"
"Turn off camera": "Вимкнути камеру", },
"This call already exists, would you like to join?": "Цей виклик уже існує, бажаєте приєднатися?", "analytics_notice": "Користуючись дочасним доступом, ви даєте згоду на збір анонімних даних, які ми використовуємо для вдосконалення продукту. Ви можете знайти більше інформації про те, які дані ми відстежуємо в нашій <2>Політиці Приватності</2> і нашій <5>Політиці про куки</5>.",
"Take me Home": "Перейти до Домівки", "app_selection_modal": {
"Submit feedback": "Надіслати відгук", "continue_in_browser": "Продовжити у браузері",
"Stop sharing screen": "Припинити показ екрана", "open_in_app": "Відкрити у застосунку",
"Spotlight": "У центрі уваги", "text": "Готові приєднатися?",
"Speaker": "Динамік", "title": "Вибрати застосунок"
"Sign out": "Вийти", },
"Sign in": "Увійти", "browser_media_e2ee_unsupported": "Ваш браузер не підтримує наскрізне шифрування мультимедійних даних. Підтримувані браузери: Chrome, Safari, Firefox >=117",
"Show call inspector": "Показати інспектора виклику", "call_ended_view": {
"Share screen": "Поділитися екраном", "body": "Вас від'єднано від виклику",
"Settings": "Налаштування", "create_account_button": "Створити обліковий запис",
"Sending…": "Надсилання…", "create_account_prompt": "<0>Чому б не завершити, налаштувавши пароль для збереження свого облікового запису?</0><1>Ви зможете зберегти своє ім'я та встановити аватарку для подальшого користування під час майбутніх викликів</1>",
"Sending debug logs…": "Надсилання журналу налагодження…", "feedback_done": "<0>Дякуємо за ваш відгук!</0>",
"Send debug logs": "Надіслати журнал налагодження", "feedback_prompt": "<0>Ми будемо раді почути ваші відгуки, щоб поліпшити роботу застосунку.</0>",
"Select an option": "Вибрати опцію", "headline": "{{displayName}}, ваш виклик завершено.",
"Return to home screen": овернутися на екран домівки", "not_now_button": "Не зараз, повернутися на екран домівки",
"Remove": "Вилучити", "reconnect_button": "Під'єднати повторно",
"Registering…": "Реєстрація…", "survey_prompt": "Вам усе сподобалось?"
"Register": "Зареєструватися", },
"Recaptcha not loaded": "Recaptcha не завантажено", "call_name": "Назва виклику",
"Recaptcha dismissed": "Recaptcha не пройдено", "common": {
"Profile": "Профіль", "audio": "Звук",
"Passwords must match": "Паролі відрізняються", "avatar": "Аватар",
"Password": "Пароль", "camera": "Камера",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Інші користувачі намагаються приєднатися до цього виклику з несумісних версій. Ці користувачі повинні переконатися, що вони оновили сторінки своїх браузерів:<1>{userLis}</1>", "copied": "Скопійовано!",
"Not registered yet? <2>Create an account</2>": "Ще не зареєстровані? <2>Створіть обліковий запис</2>", "display_name": "Псевдонім",
"Not now, return to home screen": "Не зараз, повернутися на екран домівки", "encrypted": "Зашифровано",
"No": "Ні", "home": "Домівка",
"Mute microphone": "Заглушити мікрофон", "loading": "Завантаження…",
"More": "Докладніше", "microphone": "Мікрофон",
"Microphone": "Мікрофон", "password": "Пароль",
"Login to your account": "Увійдіть до свого облікового запису", "profile": "Профіль",
"Login": "Увійти", "settings": "Налаштування",
"Logging in…": "Вхід…", "unencrypted": "Не зашифровано",
"Local volume": "Локальна гучність", "username": "Ім'я користувача",
"Leave": "Вийти", "video": "Відео"
"Join existing call?": "Приєднатися до наявного виклику?", },
"Join call now": "Приєднатися до виклику зараз", "disconnected_banner": "Втрачено зв'язок з сервером.",
"Join call": "Приєднатися до виклику", "full_screen_view_description": "<0>Надсилання журналів налагодження допоможе нам виявити проблему.</0>",
"Invite people": "Запросити людей", "full_screen_view_h1": "<0>Йой, щось пішло не за планом.</0>",
"Invite": "Запросити", "group_call_loader_failed_heading": "Виклик не знайдено",
"Inspector": "Інспектор", "group_call_loader_failed_text": "Відтепер виклики захищено наскрізним шифруванням, і їх потрібно створювати з домашньої сторінки. Це допомагає переконатися, що всі користувачі використовують один і той самий ключ шифрування.",
"Incompatible versions!": "Несумісні версії!", "hangup_button_label": "Завершити виклик",
"Incompatible versions": "Несумісні версії", "header_label": "Домівка Element Call",
"Include debug logs": "Долучити журнали налагодження", "header_participants_label": "Учасники",
"Home": "Домівка", "invite_modal": {
"Grid layout menu": "Меню у вигляді сітки", "link_copied_toast": "Посилання скопійовано до буфера обміну",
"Go": "Далі", "title": "Запросити до цього виклику"
"Full screen": "Повноекранний режим", },
"Freedom": "Свобода", "join_existing_call_modal": {
"Fetching group call timed out.": "Вичерпано час очікування групового виклику.", "join_button": "Так, приєднатися до виклику",
"Exit full screen": "Вийти з повноекранного режиму", "text": "Цей виклик уже існує, бажаєте приєднатися?",
"Download debug logs": "Завантажити журнали налагодження", "title": "Приєднатися до наявного виклику?"
"Display name": "Псевдонім", },
"Developer": "Розробнику", "layout_grid_label": "Сітка",
"Details": "Подробиці", "layout_spotlight_label": "У центрі уваги",
"Debug log request": "Запит журналу налагодження", "lobby": {
"Debug log": "Журнал налагодження", "join_button": "Приєднатися до виклику",
"Create account": "Створити обліковий запис", "leave_button": "Повернутися до недавніх"
"Copy and share this call link": "Скопіювати та поділитися цим посиланням на виклик", },
"Copied!": "Скопійовано!", "logging_in": "Вхід…",
"Confirm password": "Підтвердити пароль", "login_auth_links": "<0>Створити обліковий запис</0> або <2>Отримати доступ як гість</2>",
"Close": "Закрити", "login_title": "Увійти",
"Change layout": "Змінити макет", "microphone_off": "Мікрофон вимкнено",
"Camera": "Камера", "microphone_on": "Мікрофон увімкнено",
"Call type menu": "Меню типу виклику", "mute_microphone_button_label": "Вимкнути мікрофон",
"Call link copied": "Посилання на виклик скопійовано", "rageshake_button_error_caption": "Повторити надсилання журналів",
"Avatar": "Аватар", "rageshake_request_modal": {
"Audio": "Звук", "body": "Інший користувач у цьому виклику має проблему. Щоб краще визначити ці проблеми, ми хотіли б зібрати журнал налагодження.",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Інший користувач у цьому виклику має проблему. Щоб краще визначити ці проблеми, ми хотіли б зібрати журнал налагодження.", "title": "Запит журналу налагодження"
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Чому б не завершити, налаштувавши пароль для збереження свого облікового запису?</0><1>Ви зможете зберегти своє ім'я та встановити аватарку для подальшого користування під час майбутніх викликів</1>", },
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Створити обліковий запис</0> або <2>Отримати доступ як гість</2>", "rageshake_send_logs": "Надіслати журнал налагодження",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Уже маєте обліковий запис?</0><1><0>Увійти</0> Or <2>Отримати доступ як гість</2></1>", "rageshake_sending": "Надсилання…",
"{{names}}, {{name}}": "{{names}}, {{name}}", "rageshake_sending_logs": "Надсилання журналу налагодження…",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Приєднатися до виклику зараз</0><1>Or</1><2>Скопіювати посилання на виклик і приєднатися пізніше</2>", "rageshake_sent": "Дякуємо!",
"Element Call Home": "Домівка Element Call", "recaptcha_caption": "Цей сайт захищений ReCAPTCHA і до нього застосовується <2>Політика приватності</2> і <6>Умови надання послуг</6> Google.<9></9>Натискаючи \"Зареєструватися\", ви погоджуєтеся з нашою <12>Ліцензійною угодою з кінцевим користувачем (EULA)</12>",
"Copy": "Копіювати", "recaptcha_dismissed": "Recaptcha не пройдено",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Надсилання журналів налагодження допоможе нам виявити проблему.</0>", "recaptcha_not_loaded": "Recaptcha не завантажено",
"<0>Oops, something's gone wrong.</0>": "<0>Йой, щось пішло не за планом.</0>", "register": {
"Expose developer settings in the settings window.": "Відкрийте налаштування розробника у вікні налаштувань.", "passwords_must_match": "Паролі відрізняються",
"Developer Settings": "Налаштування розробника", "registering": "Реєстрація…"
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "Користуючись дочасним доступом, ви даєте згоду на збір анонімних даних, які ми використовуємо для вдосконалення продукту. Ви можете знайти більше інформації про те, які дані ми відстежуємо в нашій <2>Політиці Приватності</2> і нашій <5>Політиці про куки</5>.", },
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>Ви можете відкликати згоду, прибравши цей прапорець. Якщо ви зараз розмовляєте, це налаштування застосується після завершення виклику.", "register_auth_links": "<0>Уже маєте обліковий запис?</0><1><0>Увійти</0> Or <2>Отримати доступ як гість</2></1>",
"Your feedback": "Ваш відгук", "register_confirm_password_label": "Підтвердити пароль",
"Thanks, we received your feedback!": "Дякуємо, ми отримали ваш відгук!", "return_home_button": "Повернутися на екран домівки",
"Submitting…": "Надсилання…", "room_auth_view_eula_caption": "Натискаючи \"Приєднатися до виклику зараз\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>",
"Submit": "Надіслати", "room_auth_view_join_button": "Приєднатися до виклику зараз",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "Якщо у вас виникли проблеми або ви просто хочете залишити відгук, надішліть нам короткий опис нижче.", "screenshare_button_label": "Поділитися екраном",
"Feedback": "Відгук", "select_input_unset_button": "Вибрати опцію",
"<0>Thanks for your feedback!</0>": "<0>Дякуємо за ваш відгук!</0>", "settings": {
"{{count}} stars|one": "{{count}} зірка", "developer_settings_label": "Налаштування розробника",
"{{count}} stars|other": "{{count}} зірок", "developer_settings_label_description": "Відкрийте налаштування розробника у вікні налаштувань.",
"{{displayName}}, your call has ended.": "{{displayName}}, ваш виклик завершено.", "developer_tab_title": "Розробнику",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Ми будемо раді почути ваші відгуки, щоб поліпшити роботу застосунку.</0>", "feedback_tab_body": "Якщо у вас виникли проблеми або ви просто хочете залишити відгук, надішліть нам короткий опис нижче.",
"How did it go?": "Вам усе сподобалось?", "feedback_tab_description_label": "Ваш відгук",
"{{displayName}} is presenting": "{{displayName}} представляє", "feedback_tab_h4": "Надіслати відгук",
"Show connection stats": "Показати стан з'єднання", "feedback_tab_send_logs_label": "Долучити журнали налагодження",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Натискаючи \"Далі\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>", "feedback_tab_thank_you": "Дякуємо, ми отримали ваш відгук!",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Натискаючи \"Приєднатися до виклику зараз\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>", "feedback_tab_title": "Відгук",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Цей сайт захищений ReCAPTCHA і до нього застосовується <2>Політика приватності</2> і <6>Умови надання послуг</6> Google.<9></9>Натискаючи \"Зареєструватися\", ви погоджуєтеся з нашою <12>Ліцензійною угодою з кінцевим користувачем (EULA)</12>", "more_tab_title": "Докладніше",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "Виклики Element тимчасово не захищаються наскрізним шифруванням, поки ми тестуємо масштабованість.", "opt_in_description": "<0></0><1></1>Ви можете відкликати згоду, прибравши цей прапорець. Якщо ви зараз розмовляєте, це налаштування застосується після завершення виклику.",
"Connectivity to the server has been lost.": "Втрачено зв'язок з сервером.", "show_connection_stats_label": "Показати стан з'єднання",
"Reconnect": "Під'єднати повторно", "speaker_device_selection_label": "Динамік"
"Retry sending logs": "Повторити надсилання журналів", },
"You were disconnected from the call": "Вас від'єднано від виклику", "star_rating_input_label_one": "{{count}} зірок",
"Thanks!": "Дякуємо!", "star_rating_input_label_other": "{{count}} зірок",
"Enable end-to-end encryption (password protected calls)": "Увімкнути наскрізне шифрування (захищені паролем виклики)", "start_new_call": "Розпочати новий виклик",
"End-to-end encryption isn't supported on your browser.": "Наскрізне шифрування не підтримується вашим переглядачем.", "start_video_button_label": "Розпочати відео",
"Password (if none, E2EE is disabled)": "Пароль (якщо немає, наскрізне шифрування вимкнено)" "stop_screenshare_button_label": "Презентація екрана",
"stop_video_button_label": "Зупинити відео",
"submitting": "Надсилання…",
"unauthenticated_view_body": "Ще не зареєстровані? <2>Створіть обліковий запис</2>",
"unauthenticated_view_eula_caption": "Натискаючи \"Далі\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>",
"unauthenticated_view_login_button": "Увійдіть до свого облікового запису",
"unmute_microphone_button_label": "Увімкнути мікрофон",
"version": "Версія: {{version}}",
"video_tile": {
"sfu_participant_local": "Ви"
},
"waiting_for_participants": "Очікування на інших учасників…"
} }

View File

@@ -1,86 +1,75 @@
{ {
"Login": "Đăng nhập", "action": {
"Join call": "Tham gia cuộc gọi", "close": "Đóng",
"Mute microphone": "Tắt micrô", "copy": "Sao chép",
"Password": "Mật khẩu", "no": "Không",
"Settings": "Cài đặt", "register": "Đăng ký",
"Sending…": ang gửi…", "sign_in": ăng nhập",
"Sign in": "Đăng nhập", "sign_out": "Đăng xuất",
"Submit": "Gửi", "submit": "Gửi"
"Video call name": "Tên cuộc gọi truyền hình", },
"Video call": "Gọi truyền hình", "call_ended_view": {
"Video": "Truyền hình", "create_account_button": "Tạo tài khoản",
"Username": "Tên người dùng", "create_account_prompt": "<0>Tại sao lại không hoàn thiện bằng cách đặt mật khẩu để giữ tài khoản của bạn?</0><1>Bạn sẽ có thể giữ tên và đặt ảnh đại diện cho những cuộc gọi tiếp theo.</1>",
"Yes, join call": "Vâng, tham gia cuộc gọi", "feedback_done": "<0>Cảm hơn vì đã phản hồi!</0>",
"Your feedback": "Phản hồi của bạn", "feedback_prompt": "<0>Chúng tôi muốn nghe phản hồi của bạn để còn cải thiện trải nghiệm cho bạn.</0>",
"Your recent calls": "Cuộc gọi gần đây", "headline": "{{displayName}}, cuộc gọi đã kết thúc."
"WebRTC is not supported or is being blocked in this browser.": "WebRTC không được hỗ trợ hay bị chặn trong trình duyệt này.", },
"Waiting for other participants…": "Đang đợi những người khác…", "common": {
"Version: {{version}}": "Phiên bản: {{version}}", "audio": "Âm thanh",
"Turn on camera": "Bật máy quay", "avatar": "Ảnh đại diện",
"Turn off camera": "Tắt máy quay", "camera": "Máy quay",
"Submit feedback": "Gửi phản hồi", "copied": "Đã sao chép!",
"Stop sharing screen": "Ngừng chia sẻ màn hình", "display_name": "Tên hiển thị",
"Speaker": "Loa", "loading": "Đang tải…",
"Sign out": "Đăng xuất", "microphone": "Micrô",
"Share screen": "Chia sẻ màn hình", "password": "Mật khẩu",
"No": "Không", "profile": "Hồ sơ",
"Invite people": "Mời mọi người", "settings": "Cài đặt",
"Join call now": "Tham gia cuộc gọi", "username": "Tên người dùng",
"Create account": "Tạo tài khoản", "video": "Truyền hình"
"{{names}}, {{name}}": "{{names}}, {{name}}", },
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Tạo tài khoản</0> Hay <2>Tham gia dưới tên khác</2>", "full_screen_view_description": "<0>Gửi nhật ký gỡ lỗi sẽ giúp chúng tôi theo dõi vấn đề.</0>",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>Tham gia cuộc gọi</0><1>hay</1><2>Sao chép liên kết cuộc gọi và tham gia sau</2>", "full_screen_view_h1": "<0>Ối, có cái gì đó sai.</0>",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>Gửi nhật ký gỡ lỗi sẽ giúp chúng tôi theo dõi vấn đề.</0>", "join_existing_call_modal": {
"Avatar": "Ảnh đại diện", "join_button": "Vâng, tham gia cuộc gọi",
"Audio": "Âm thanh", "text": "Cuộc gọi đã tồn tại, bạn có muốn tham gia không?",
"Camera": "Máy quay", "title": "Tham gia cuộc gọi?"
"Call link copied": "Đã sao chép liên kết cuộc gọi", },
"Copied!": "Đã sao chép!", "layout_spotlight_label": "Tiêu điểm",
"Confirm password": "Xác nhận mật khẩu", "lobby": {
"Close": "Đóng", "join_button": "Tham gia cuộc gọi"
"Change layout": "Thay đổi bố cục", },
"Debug log": "Nhật ký gỡ lỗi", "logging_in": "Đang đăng nhập…",
"Copy": "Sao chép", "login_auth_links": "<0>Tạo tài khoản</0> Hay <2>Tham gia dưới tên khác</2>",
"Copy and share this call link": "Sao chép và chia sẻ liên kết cuộc gọi này", "login_title": "Đăng nhập",
"Display name": "Tên hiển thị", "rageshake_request_modal": {
"Developer Settings": "Cài đặt phát triển", "body": "Một người dùng khác trong cuộc gọi đang gặp vấn đề. Để có thể chẩn đoán tốt hơn chúng tôi muốn thu thập nhật ký gỡ lỗi.",
"Developer": "Nhà phát triển", "title": "Yêu cầu nhật ký gỡ lỗi"
"Details": "Chi tiết", },
"Download debug logs": "Tải xuống nhật ký gỡ lỗi", "rageshake_sending": "Đang gửi…",
"Feedback": "Phản hồi", "recaptcha_not_loaded": "Chưa tải được Recaptcha",
"Full screen": "Toàn màn hình", "register": {
"Incompatible versions!": "Phiên bản không tương thích!", "passwords_must_match": "Mật khẩu phải khớp",
"Incompatible versions": "Phiên bản không tương thích", "registering": "Đang đăng ký…"
"Include debug logs": "Kèm theo nhật ký gỡ lỗi", },
"Invite": "Mời", "register_auth_links": "<0>Đã có tài khoản?</0><1><0>Đăng nhập</0> Hay <2>Tham gia dưới tên Khách</2></1>",
"Join existing call?": "Tham gia cuộc gọi?", "register_confirm_password_label": "Xác nhận mật khẩu",
"Leave": "Rời", "room_auth_view_join_button": "Tham gia cuộc gọi",
"Loading…": "Đang tải…", "screenshare_button_label": "Chia sẻ màn hình",
"Logging in…": "Đang đăng nhập…", "settings": {
"Login to your account": "Đăng nhập vào tài khoản của bạn", "developer_settings_label": "Cài đặt phát triển",
"Microphone": "Micrô", "developer_tab_title": "Nhà phát triển",
"Not registered yet? <2>Create an account</2>": "Chưa đăng ký? <2>Tạo tài khoản</2>", "feedback_tab_description_label": "Phản hồi của bạn",
"Passwords must match": "Mật khẩu phải khớp", "feedback_tab_h4": "Gửi phản hồi",
"Register": "Đăng ký", "feedback_tab_send_logs_label": "Kèm theo nhật ký gỡ lỗi",
"Spotlight": "Tiêu điểm", "feedback_tab_thank_you": "Cảm ơn, chúng tôi đã nhận được phản hồi!",
"Submitting…": "Đang gửi…", "feedback_tab_title": "Phản hồi",
"Thanks, we received your feedback!": "Cảm ơn, chúng tôi đã nhận được phản hồi!", "speaker_device_selection_label": "Loa"
"Walkie-talkie call": "Cuộc gọi thoại", },
"Walkie-talkie call name": "Tên cuộc gọi thoại", "submitting": "Đang gửi…",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Đã có tài khoản?</0><1><0>Đăng nhập</0> Hay <2>Tham gia dưới tên Khách</2></1>", "unauthenticated_view_body": "Chưa đăng ký? <2>Tạo tài khoản</2>",
"Exit full screen": "Rời chế độ toàn màn hình", "unauthenticated_view_login_button": "Đăng nhập vào tài khoản của bạn",
"Profile": "Hồ sơ", "version": "Phiên bản: {{version}}",
"Registering…": "Đang đăng ký…", "waiting_for_participants": "Đang đợi những người khác…"
"Unmute microphone": "Bật micrô",
"This call already exists, would you like to join?": "Cuộc gọi đã tồn tại, bạn có muốn tham gia không?",
"Recaptcha not loaded": "Chưa tải được Recaptcha",
"Debug log request": "Yêu cầu nhật ký gỡ lỗi",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Một người dùng khác trong cuộc gọi đang gặp vấn đề. Để có thể chẩn đoán tốt hơn chúng tôi muốn thu thập nhật ký gỡ lỗi.",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Tại sao lại không hoàn thiện bằng cách đặt mật khẩu để giữ tài khoản của bạn?</0><1>Bạn sẽ có thể giữ tên và đặt ảnh đại diện cho những cuộc gọi tiếp theo.</1>",
"<0>Oops, something's gone wrong.</0>": "<0>Ối, có cái gì đó sai.</0>",
"{{displayName}} is presenting": "{{displayName}} đang trình bày",
"{{displayName}}, your call has ended.": "{{displayName}}, cuộc gọi đã kết thúc.",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Chúng tôi muốn nghe phản hồi của bạn để còn cải thiện trải nghiệm cho bạn.</0>",
"<0>Thanks for your feedback!</0>": "<0>Cảm hơn vì đã phản hồi!</0>"
} }

View File

@@ -1,97 +1,131 @@
{ {
"Your recent calls": "最近通话", "a11y": {
"Yes, join call": "是,加入通话", "user_menu": "用户菜单"
"WebRTC is not supported or is being blocked in this browser.": "此浏览器不支持WebRTC或WebRTC被浏览器阻止。", },
"Walkie-talkie call name": "对讲机通话名称", "action": {
"Walkie-talkie call": "对讲机通话", "close": "关闭",
"Waiting for other participants…": "等待其他参与者……", "copy": "复制",
"Video call name": "视频通话名称", "go": "开始",
"Video call": "视频通话", "no": "",
"Video": "视频", "register": "注册",
"Version: {{version}}": "版本:{{version}}", "remove": "移除",
"Username": "用户名", "sign_in": "登录",
"User menu": "用户菜单", "sign_out": "登出",
"Unmute microphone": "取消麦克风静音", "submit": "提交"
"Turn on camera": "开启摄像头", },
"Turn off camera": "关闭摄像头", "analytics_notice": "参与测试即表示您同意我们收集匿名数据,用于改进产品。您可以在我们的<2>隐私政策</2>和<5>Cookie政策</5>中找到有关我们跟踪哪些数据以及更多信息。",
"This call already exists, would you like to join?": "该通话已存在,你想加入吗?", "app_selection_modal": {
"Take me Home": "返回主页", "continue_in_browser": "在浏览器中继续",
"Submit feedback": "提交反馈", "open_in_app": "在应用中打开",
"Stop sharing screen": "停止屏幕共享", "text": "准备好加入了吗?",
"Spotlight": "聚焦模式", "title": "选择应用程序"
"Speaker": "发言人", },
"Sign out": "注销登录", "browser_media_e2ee_unsupported": "您的浏览器不支持媒体端对端加密。支持的浏览器有 Chrome、Safari、Firefox >=117",
"Sign in": "登录", "call_ended_view": {
"Audio": "音频", "body": "通话已中断",
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "这个通话中的另一个用户出现了问题。为了更好地诊断这些问题,我们想收集调试日志。", "create_account_button": "创建账户",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>为什么不设置一个密码来保留你的账户?</0><1>你将可以保留你的名字并设置一个头像,以便在未来的通话中使用。</1>", "create_account_prompt": "<0>为不设置密码来保留你的账户?</0><1>保留昵称并设置头像,以便在未来的通话中使用。</1>",
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>现在加入通话</0><1>或</1><2>复制通话链接并稍后加入</2>", "feedback_done": "<0>感谢反馈!</0>",
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>创建账户</0> Or <2>以访客身份继续</2>", "feedback_prompt": "<0>我们需要您的反馈以提升用户体验。</0>",
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>已有账户?</0><1><0>登录</0> Or <2>以访客身份继续</2></1>", "headline": "{{displayName}},通话已结束。",
"{{names}}, {{name}}": "{{names}}, {{name}}", "not_now_button": "暂不,返回主页",
"Inspector": "检查器", "reconnect_button": "重新连接",
"Show call inspector": "显示通话检查器", "survey_prompt": "进展如何?"
"Share screen": "屏幕共享", },
"Settings": "设置", "call_name": "通话名称",
"Sending…": "正在发送……", "common": {
"Sending debug logs…": "正在发送调试日志……", "audio": "音频",
"Send debug logs": "发送调试日志", "avatar": "头像",
"Select an option": "选择一个选项", "camera": "摄像头",
"Return to home screen": "返回主页", "copied": "已复制!",
"Remove": "移除", "display_name": "显示名称",
"Registering…": "正在注册……", "encrypted": "已加密",
"Register": "注册", "home": "主页",
"Recaptcha not loaded": "reCaptcha未加载", "loading": "加载中……",
"Recaptcha dismissed": "reCaptcha验证失败", "microphone": "麦克风",
"Profile": "个人信息", "password": "密码",
"Passwords must match": "密码必须匹配", "profile": "个人信息",
"Password": "密码", "settings": "设置",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "其他用户正试图从不兼容的版本加入这一呼叫。这些用户应该确保已经刷新了浏览器:<1>{userLis}</1>", "unencrypted": "未加密",
"Not registered yet? <2>Create an account</2>": "还没有注册? <2>创建账户<2>", "username": "用户名",
"Not now, return to home screen": "暂不,先返回主页", "video": "视频"
"No": "否", },
"Mute microphone": "麦克风静音", "disconnected_banner": "与服务器的连接中断。",
"More": "更多", "full_screen_view_description": "<0>提交日志以帮助我们修复问题。</0>",
"Microphone": "麦克风", "full_screen_view_h1": "<0>哎哟,出问题了。</0>",
"Login to your account": "登录你的账户", "group_call_loader_failed_heading": "未找到通话",
"Login": "登录", "group_call_loader_failed_text": "现在,通话是端对端加密的,需要从主页创建。这有助于确保每个人都使用相同的加密密钥。",
"Logging in…": "登录中……", "hangup_button_label": "通话结束",
"Local volume": "本地音量", "header_label": "Element Call主页",
"Loading…": "加载中……", "join_existing_call_modal": {
"Leave": "离开", "join_button": "是,加入通话",
"Join existing call?": "加入现有的通话", "text": "该通话已存在,你想加入吗",
"Join call now": "现在加入通话", "title": "是否加入现有的通话"
"Join call": "加入通话", },
"Invite people": "邀请他人", "layout_grid_label": "网格",
"Invite": "邀请", "layout_spotlight_label": "聚焦模式",
"Incompatible versions!": "版本不兼容!", "lobby": {
"Incompatible versions": "不兼容版本", "join_button": "加入通话",
"Include debug logs": "包含调试日志", "leave_button": "返回最近通话"
"Home": "主页", },
"Grid layout menu": "网格布局菜单", "logging_in": "登录中……",
"Go": "开始", "login_auth_links": "<0>创建账户</0> Or <2>以访客身份继续</2>",
"Full screen": "全屏", "login_title": "登录",
"Freedom": "自由模式", "microphone_off": "麦克风关闭",
"Fetching group call timed out.": "获取群组通话超时。", "microphone_on": "麦克风开启",
"Exit full screen": "退出全屏", "mute_microphone_button_label": "静音麦克风",
"Element Call Home": "Element Call 主页", "rageshake_button_error_caption": "重传日志",
"Download debug logs": "下载调试日志", "rageshake_request_modal": {
"Display name": "显示名称", "body": "这个通话中的另一个用户出现了问题。为了更好地诊断这些问题,我们想收集调试日志。",
"Developer": "开发者", "title": "调试日志请求"
"Details": "详情", },
"Debug log request": "调试日志请求", "rageshake_send_logs": "发送调试日志",
"Debug log": "调试日志", "rageshake_sending": "正在发送……",
"Create account": "创建账户", "rageshake_sending_logs": "正在发送调试日志……",
"Copy and share this call link": "复制并分享该链接", "rageshake_sent": "谢谢!",
"Copy": "复制", "recaptcha_caption": "该站点受 ReCAPTCHA 保护适用于Google的 <2>隐私政策</2>和 <6>服务条款</6>。 <9></9>点击 \"注册\",即表示您同意我们的 <12>最终用户许可协议 (EULA)</12>",
"Copied!": "已复制!", "recaptcha_dismissed": "人机验证失败",
"Confirm password": "确认密码", "recaptcha_not_loaded": "recaptcha未加载",
"Close": "关闭", "register": {
"Change layout": "更改布局", "passwords_must_match": "密码必须匹配",
"Camera": "摄像头", "registering": "正在注册……"
"Call type menu": "通话类型菜单", },
"Call link copied": "链接已复制", "register_auth_links": "<0>已有账户?</0><1><0>登录</0> Or <2>以访客身份继续</2></1>",
"Avatar": "头像", "register_confirm_password_label": "确认密码",
"<0>Oops, something's gone wrong.</0>": "<0>哎哟,出问题了。</0>", "return_home_button": "返回主页",
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "" "room_auth_view_eula_caption": "点击 \"加入通话\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>",
"room_auth_view_join_button": "现在加入通话",
"screenshare_button_label": "屏幕共享",
"select_input_unset_button": "选择一个选项",
"settings": {
"developer_settings_label": "开发者设置",
"developer_settings_label_description": "在设置中显示开发者设置。",
"developer_tab_title": "开发者",
"feedback_tab_body": "如果遇到问题或想提供一些反馈意见,请在下面向我们发送简短描述。",
"feedback_tab_description_label": "您的反馈",
"feedback_tab_h4": "提交反馈",
"feedback_tab_send_logs_label": "包含调试日志",
"feedback_tab_thank_you": "谢谢,我们收到了反馈!",
"feedback_tab_title": "反馈",
"more_tab_title": "更多",
"opt_in_description": "<0></0><1></1>您可以取消选中复选框来撤回同意。如果正在通话中,此设置将在通话结束时生效。",
"show_connection_stats_label": "显示连接统计信息",
"speaker_device_selection_label": "发言人"
},
"star_rating_input_label_one": "{{count}} 个星",
"star_rating_input_label_other": "{{count}} 个星",
"start_new_call": "开始新通话",
"start_video_button_label": "开始视频",
"stop_screenshare_button_label": "屏幕共享",
"stop_video_button_label": "停止视频",
"submitting": "提交中…",
"unauthenticated_view_body": "还没有注册? <2>创建账户<2>",
"unauthenticated_view_eula_caption": "点击 \"开始\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>",
"unauthenticated_view_login_button": "登录你的账户",
"unmute_microphone_button_label": "取消麦克风静音",
"version": "版本:{{version}}",
"video_tile": {
"sfu_participant_local": "你"
},
"waiting_for_participants": "等待其他参与者……"
} }

View File

@@ -1,127 +1,138 @@
{ {
"<0>Join call now</0><1>Or</1><2>Copy call link and join later</2>": "<0>現在加入通話</0><1>或</1><2>複製通話連結,稍後再加入</2>", "a11y": {
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>建立帳號</0> 或<2>以訪客身份登入</2>", "user_menu": "使用者選單"
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>已經有帳號?</0><1><0>登入</0> 或<2>以訪客身份登入</2></1>", },
"{{names}}, {{name}}": "{{names}}, {{name}}", "action": {
"Expose developer settings in the settings window.": "在設定視窗中顯示開發者設定。", "close": "關閉",
"Developer Settings": "開發者設定", "copy": "複製",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>送出除錯紀錄,可幫助我們修正問題。</0>", "copy_link": "複製連結",
"<0>Oops, something's gone wrong.</0>": "<0>喔喔,有些地方怪怪的。</0>", "go": "前往",
"Your recent calls": "您最近的通話", "invite": "邀請",
"Yes, join call": "是,加入對話", "no": "",
"WebRTC is not supported or is being blocked in this browser.": "此瀏覽器未支援 WebRTC 或 WebRTC 被瀏覽器封鎖。", "register": "註冊",
"Walkie-talkie call name": "對講機式通話名稱", "remove": "移除",
"Walkie-talkie call": "即時通話", "sign_in": "登入",
"Waiting for other participants…": "等待其他參加者…", "sign_out": "登出",
"Video call name": "視訊通話姓名", "submit": "遞交"
"Video call": "視訊通話", },
"Video": "視訊", "analytics_notice": "參與此測試版即表示您同意蒐集匿名資料,我們使用這些資料來改進產品。您可以在我們的<2>隱私政策</2>與我們的 <5>Cookie 政策</5> 中找到關於我們追蹤哪些資料的更多資訊。",
"Version: {{version}}": "版本: {{version}}", "app_selection_modal": {
"Username": "使用者名稱", "continue_in_browser": "在瀏覽器中繼續",
"User menu": "使用者選單", "open_in_app": "在應用程式中開啟",
"Unmute microphone": "取消麥克風靜音", "text": "準備好加入了?",
"Turn on camera": "開啟相機", "title": "選取應用程式"
"Turn off camera": "關閉相機", },
"This call already exists, would you like to join?": "通話已經開始,請問您要加入嗎?", "browser_media_e2ee_unsupported": "您的網路瀏覽器不支援媒體端到端加密。支援的瀏覽器包含了 Chrome、Safari、Firefox >=117",
"Take me Home": "帶我回主畫面", "call_ended_view": {
"Submit feedback": "遞交回覆", "body": "您已從通話斷線",
"Stop sharing screen": "停止分享螢幕畫面", "create_account_button": "建立帳號",
"Spotlight": "聚焦", "create_account_prompt": "<0>何不設定密碼以保留此帳號?</0><1>您可以保留暱稱並設定頭像,以便未來通話時使用</1>",
"Speaker": "發言者", "feedback_done": "<0>感謝您的回饋!</0>",
"Sign out": "登出", "feedback_prompt": "<0>我們想要聽到您的回饋,如此我們才能改善您的體驗。</0>",
"Sign in": "登入", "headline": "{{displayName}},您的通話已結束。",
"Show call inspector": "顯示通話稽查員", "not_now_button": "現在不行,回到首頁",
"Share screen": "分享畫面", "reconnect_button": "重新連線",
"Settings": "設定", "survey_prompt": "進展如何?"
"Sending…": "傳送中…", },
"Sending debug logs…": "傳送除錯記錄檔中…", "call_name": "通話名稱",
"Send debug logs": "傳送除錯紀錄", "common": {
"Select an option": "選擇一個選項", "audio": "語音",
"Return to home screen": "回到首頁", "avatar": "大頭照",
"Remove": "移除", "camera": "相機",
"Registering…": "註冊中…", "copied": "已複製!",
"Register": "註冊", "display_name": "顯示名稱",
"Recaptcha not loaded": "驗證碼未載入", "encrypted": "已加密",
"Recaptcha dismissed": "略過驗證碼", "home": "首頁",
"Profile": "個人檔案", "loading": "載入中…",
"Passwords must match": "密碼必須相符", "microphone": "麥克風",
"Password": "密碼", "password": "密碼",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "有使用者試著加入通話,但他們的軟體版本不相容。這些使用者需要確認已將瀏覽器更新到最新版本:<1>{userLis}</1>", "profile": "個人檔案",
"Not registered yet? <2>Create an account</2>": "還沒註冊嗎?<2>建立帳號</2>", "settings": "設定",
"Not now, return to home screen": "現在不行,回到首頁", "unencrypted": "未加密",
"No": "", "username": "使用者名稱",
"Mute microphone": "麥克風靜音", "video": "視訊"
"More": "更多", },
"Microphone": "麥克風", "disconnected_banner": "到伺服器的連線已遺失。",
"Login to your account": "登入您的帳號", "full_screen_view_description": "<0>送出除錯紀錄,可幫助我們修正問題。</0>",
"Login": "登入", "full_screen_view_h1": "<0>喔喔,有些地方怪怪的。</0>",
"Logging in": "登入中…", "group_call_loader_failed_heading": "找不到通話",
"Local volume": "您的音量", "group_call_loader_failed_text": "通話現在是端對端加密的,必須從首頁建立。這有助於確保每個人都使用相同的加密金鑰。",
"Loading…": "載入中…", "hangup_button_label": "結束通話",
"Leave": "離開", "header_label": "Element Call 首頁",
"Join existing call?": "加入已開始的通話嗎?", "header_participants_label": "參與者",
"Join call now": "現在加入通話", "invite_modal": {
"Join call": "加入通話", "link_copied_toast": "連結已複製到剪貼簿",
"Invite people": "邀請夥伴", "title": "邀請到此通話"
"Invite": "邀請", },
"Inspector": "稽查員", "join_existing_call_modal": {
"Incompatible versions!": "不相容版本!", "join_button": "是,加入對話",
"Incompatible versions": "不相容版本", "text": "通話已經開始,請問您要加入嗎?",
"Include debug logs": "包含除錯紀錄", "title": "加入已開始的通話嗎?"
"Home": "首頁", },
"Grid layout menu": "格框式清單", "layout_grid_label": "格",
"Go": "前往", "layout_spotlight_label": "聚焦",
"Full screen": "全螢幕", "lobby": {
"Freedom": "自由", "join_button": "加入通話",
"Fetching group call timed out.": "加入群組對話已逾時。", "leave_button": "回到最近的通話"
"Exit full screen": "退出全螢幕", },
"Element Call Home": "Element Call 首頁", "logging_in": "登入中…",
"Download debug logs": "下載偵錯報告", "login_auth_links": "<0>建立帳號</0> 或<2>以訪客身份登入</2>",
"Display name": "顯示名稱", "login_title": "登入",
"Developer": "開發者", "microphone_off": "麥克風關閉",
"Details": "詳細說明", "microphone_on": "麥克風開啟",
"Debug log request": "請求偵錯報告", "mute_microphone_button_label": "將麥克風靜音",
"Debug log": "除錯紀錄", "rageshake_button_error_caption": "重試傳送紀錄",
"Create account": "建立帳號", "rageshake_request_modal": {
"Copy and share this call link": "複製並分享通話連結", "body": "這通對話中的另一位使用者遇到了某些問題。為了診斷問題,我們將會建立除錯紀錄。",
"Copy": "複製", "title": "請求偵錯報告"
"Copied!": "已複製!", },
"Confirm password": "確認密碼", "rageshake_send_logs": "傳送除錯紀錄",
"Close": "關閉", "rageshake_sending": "傳送中…",
"Change layout": "變更排列", "rageshake_sending_logs": "傳送除錯記錄檔中…",
"Camera": "相機", "rageshake_sent": "感謝!",
"Call type menu": "通話類型選單", "recaptcha_caption": "此網站被 ReCAPTCHA 保護,並適用 Google 的<2>隱私權政策</2>與<6>服務條款</6>。<9></9>點擊「註冊」即表示您同意我們的<12>終端使用者授權協議 (EULA)</12>",
"Call link copied": "已複製通話連結", "recaptcha_dismissed": "略過驗證碼",
"Avatar": "大頭照", "recaptcha_not_loaded": "驗證碼未載入",
"Audio": "語音", "register": {
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "這通對話中的另一位使用者遇到了某些問題。為了診斷問題,我們將會建立除錯紀錄。", "passwords_must_match": "密碼必須相符",
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>何不設定密碼以保留此帳號?</0><1>您可以保留暱稱並設定頭像,以便未來通話時使用</1>", "registering": "註冊中…"
"By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <5>Cookie Policy</5>.": "參與此測試版即表示您同意蒐集匿名資料,我們使用這些資料來改進產品。您可以在我們的<2>隱私政策</2>與我們的 <5>Cookie 政策</5> 中找到關於我們追蹤哪些資料的更多資訊。", },
"<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0></0><1></1>您可以透過取消核取此方塊來撤回同意。若您目前正在通話中,此設定將在通話結束時生效。", "register_auth_links": "<0>已經有帳號?</0><1><0>登入</0> 或<2>以訪客身份登入</2></1>",
"Your feedback": "您的回饋", "register_confirm_password_label": "確認密碼",
"Thanks, we received your feedback!": "感謝,我們已經收到您的回饋了!", "return_home_button": "回到首頁",
"Submitting…": "正在遞交……", "room_auth_view_eula_caption": "點擊「立刻加入通話」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>",
"Submit": "遞交", "room_auth_view_join_button": "現在加入通話",
"If you are experiencing issues or simply would like to provide some feedback, please send us a short description below.": "若您遇到問題或只是想提供一些回饋,請在下方傳送簡短說明給我們。", "screenshare_button_label": "分享畫面",
"Feedback": "回饋", "select_input_unset_button": "選擇一個選項",
"{{count}} stars|other": "{{count}} 個星星", "settings": {
"<0>Thanks for your feedback!</0>": "<0>感謝您的回饋!</0>", "developer_settings_label": "開發者設定",
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>我們想要聽到您的回饋,如此我們才能改善您的體驗。</0>", "developer_settings_label_description": "在設定視窗中顯示開發者設定。",
"{{count}} stars|one": "{{count}} 個星星", "developer_tab_title": "開發者",
"{{displayName}}, your call has ended.": "{{displayName}},您的通話已結束。", "feedback_tab_body": "若您遇到問題或只是想提供一些回饋,請在下方傳送簡短說明給我們。",
"How did it go?": "進展如何?", "feedback_tab_description_label": "您的回饋",
"{{displayName}} is presenting": "{{displayName}} 正在展示", "feedback_tab_h4": "遞交回覆",
"Show connection stats": "顯示連線統計資料", "feedback_tab_send_logs_label": "包含除錯紀錄",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "點擊「前往」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>", "feedback_tab_thank_you": "感謝,我們已經收到您的回饋了!",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "點擊「立刻加入通話」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>", "feedback_tab_title": "回饋",
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "此網站被 ReCAPTCHA 保護,並適用 Google 的<2>隱私權政策</2>與<6>服務條款</6>。<9></9>點擊「註冊」即表示您同意我們的<12>終端使用者授權協議 (EULA)</12>", "more_tab_title": "更多",
"Element Call is temporarily not end-to-end encrypted while we test scalability.": "在我們測試可擴展性時Element Call 暫時未進行端到端加密。", "opt_in_description": "<0></0><1></1>您可以透過取消核取此方塊來撤回同意。若您目前正在通話中,此設定將在通話結束時生效。",
"Connectivity to the server has been lost.": "到伺服器的連線已遺失。", "show_connection_stats_label": "顯示連線統計資料",
"Reconnect": "重新連線", "speaker_device_selection_label": "發言者"
"Retry sending logs": "重試傳送紀錄檔", },
"Thanks!": "感謝!", "star_rating_input_label_one": "{{count}} 個星星",
"You were disconnected from the call": "您已從通話斷線", "star_rating_input_label_other": "{{count}} 個星星",
"Enable end-to-end encryption (password protected calls)": "啟用端到端加密(密碼保護通話", "start_new_call": "開始新通話",
"End-to-end encryption isn't supported on your browser.": "您的瀏覽器不支援端到端加密。", "start_video_button_label": "開始影片",
"Password (if none, E2EE is disabled)": "密碼(若無,就會停用端到端加密)" "stop_screenshare_button_label": "分享畫面",
"stop_video_button_label": "停止影片",
"submitting": "正在遞交……",
"unauthenticated_view_body": "還沒註冊嗎?<2>建立帳號</2>",
"unauthenticated_view_eula_caption": "點擊「前往」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>",
"unauthenticated_view_login_button": "登入您的帳號",
"unmute_microphone_button_label": "將麥克風取消靜音",
"version": "版本: {{version}}",
"video_tile": {
"sfu_participant_local": "您"
},
"waiting_for_participants": "等待其他參加者…"
} }

63
renovate.json Normal file
View File

@@ -0,0 +1,63 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:weekly"]
},
{
"groupName": "GitHub Actions",
"matchDepTypes": ["action"],
"pinDigests": true,
"extends": ["schedule:monthly"]
},
{
"description": "Disable Renovate for packages we want to monitor ourselves",
"groupName": "manually updated packages",
"matchDepNames": ["matrix-js-sdk"],
"enabled": false
},
{
"groupName": "matrix-widget-api",
"matchDepNames": ["matrix-widget-api"]
},
{
"groupName": "Compound",
"matchPackagePrefixes": ["@vector-im/compound-"],
"schedule": "before 5am on Tuesday and Friday"
},
{
"groupName": "LiveKit client",
"matchDepNames": ["livekit-client"]
},
{
"groupName": "LiveKit components",
"matchPackagePrefixes": ["@livekit/components-"]
},
{
"groupName": "Vaul",
"matchDepNames": ["vaul"],
"extends": ["schedule:monthly"],
"prHeader": "Please review modals on mobile for visual regressions."
}
],
"semanticCommits": "disabled",
"ignoreDeps": [
"@react-aria/button",
"@react-aria/focus",
"@react-aria/menu",
"@react-aria/overlays",
"@react-aria/select",
"@react-aria/tabs",
"@react-aria/tooltip",
"@react-aria/utils",
"@react-stately/collections",
"@react-stately/select",
"@react-stately/tooltip",
"@react-stately/tree",
"@react-types/dialog"
]
}

View File

@@ -23,17 +23,6 @@ declare global {
webkitFullscreenElement: HTMLElement | null; webkitFullscreenElement: HTMLElement | null;
} }
interface Window {
// TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10
OLM_OPTIONS: Record<string, string>;
}
// TypeScript doesn't know about the experimental setSinkId method, so we
// declare it ourselves
interface MediaElement extends HTMLVideoElement {
setSinkId: (id: string) => void;
}
interface HTMLElement { interface HTMLElement {
// Safari only supports this prefixed, so tell the type system about it // Safari only supports this prefixed, so tell the type system about it
webkitRequestFullscreen: () => void; webkitRequestFullscreen: () => void;

29
src/@types/i18next.d.ts vendored Normal file
View File

@@ -0,0 +1,29 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import "i18next";
// import all namespaces (for the default language, only)
import app from "../../public/locales/en-GB/app.json";
declare module "i18next" {
interface CustomTypeOptions {
defaultNS: "app";
keySeparator: ".";
resources: {
app: typeof app;
};
}
}

View File

@@ -14,82 +14,111 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { Suspense, useEffect, useState } from "react"; import { FC, Suspense, useEffect, useState } from "react";
import { BrowserRouter as Router, Switch, Route } from "react-router-dom"; import {
BrowserRouter as Router,
Switch,
Route,
useLocation,
} from "react-router-dom";
import * as Sentry from "@sentry/react"; import * as Sentry from "@sentry/react";
import { OverlayProvider } from "@react-aria/overlays"; import { OverlayProvider } from "@react-aria/overlays";
import { History } from "history"; import { History } from "history";
import { TooltipProvider } from "@vector-im/compound-web";
import { HomePage } from "./home/HomePage"; import { HomePage } from "./home/HomePage";
import { LoginPage } from "./auth/LoginPage"; import { LoginPage } from "./auth/LoginPage";
import { RegisterPage } from "./auth/RegisterPage"; import { RegisterPage } from "./auth/RegisterPage";
import { RoomPage } from "./room/RoomPage"; import { RoomPage } from "./room/RoomPage";
import { ClientProvider } from "./ClientContext"; import { ClientProvider } from "./ClientContext";
import { usePageFocusStyle } from "./usePageFocusStyle";
import { SequenceDiagramViewerPage } from "./SequenceDiagramViewerPage";
import { InspectorContextProvider } from "./room/GroupCallInspector";
import { CrashView, LoadingView } from "./FullScreenView"; import { CrashView, LoadingView } from "./FullScreenView";
import { DisconnectedBanner } from "./DisconnectedBanner"; import { DisconnectedBanner } from "./DisconnectedBanner";
import { Initializer } from "./initializer"; import { Initializer } from "./initializer";
import { MediaDevicesProvider } from "./livekit/MediaDevicesContext"; import { MediaDevicesProvider } from "./livekit/MediaDevicesContext";
import { widget } from "./widget";
import { useTheme } from "./useTheme";
const SentryRoute = Sentry.withSentryRouting(Route); const SentryRoute = Sentry.withSentryRouting(Route);
interface SimpleProviderProps {
children: JSX.Element;
}
const BackgroundProvider: FC<SimpleProviderProps> = ({ children }) => {
const { pathname } = useLocation();
useEffect(() => {
let backgroundImage = "";
if (!["/login", "/register"].includes(pathname) && !widget) {
backgroundImage = "var(--background-gradient)";
}
document.getElementsByTagName("body")[0].style.backgroundImage =
backgroundImage;
}, [pathname]);
return <>{children}</>;
};
const ThemeProvider: FC<SimpleProviderProps> = ({ children }) => {
useTheme();
return children;
};
interface AppProps { interface AppProps {
history: History; history: History;
} }
export default function App({ history }: AppProps) { export const App: FC<AppProps> = ({ history }) => {
const [loaded, setLoaded] = useState(false); const [loaded, setLoaded] = useState(false);
useEffect(() => { useEffect(() => {
Initializer.init()?.then(() => { Initializer.init()?.then(() => {
if (loaded) return;
setLoaded(true); setLoaded(true);
widget?.api.sendContentLoaded();
}); });
}); });
usePageFocusStyle();
const errorPage = <CrashView />; const errorPage = <CrashView />;
return ( return (
// eslint-disable-next-line @typescript-eslint/ban-ts-comment // eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore // @ts-ignore
<Router history={history}> <Router history={history}>
{loaded ? ( <BackgroundProvider>
<Suspense fallback={null}> <ThemeProvider>
<ClientProvider> <TooltipProvider>
<MediaDevicesProvider> {loaded ? (
<InspectorContextProvider> <Suspense fallback={null}>
<Sentry.ErrorBoundary fallback={errorPage}> <ClientProvider>
<OverlayProvider> <MediaDevicesProvider>
<DisconnectedBanner /> <Sentry.ErrorBoundary fallback={errorPage}>
<Switch> <OverlayProvider>
<SentryRoute exact path="/"> <DisconnectedBanner />
<HomePage /> <Switch>
</SentryRoute> <SentryRoute exact path="/">
<SentryRoute exact path="/login"> <HomePage />
<LoginPage /> </SentryRoute>
</SentryRoute> <SentryRoute exact path="/login">
<SentryRoute exact path="/register"> <LoginPage />
<RegisterPage /> </SentryRoute>
</SentryRoute> <SentryRoute exact path="/register">
<SentryRoute path="/inspector"> <RegisterPage />
<SequenceDiagramViewerPage /> </SentryRoute>
</SentryRoute> <SentryRoute path="*">
<SentryRoute path="*"> <RoomPage />
<RoomPage /> </SentryRoute>
</SentryRoute> </Switch>
</Switch> </OverlayProvider>
</OverlayProvider> </Sentry.ErrorBoundary>
</Sentry.ErrorBoundary> </MediaDevicesProvider>
</InspectorContextProvider> </ClientProvider>
</MediaDevicesProvider> </Suspense>
</ClientProvider> ) : (
</Suspense> <LoadingView />
) : ( )}
<LoadingView /> </TooltipProvider>
)} </ThemeProvider>
</BackgroundProvider>
</Router> </Router>
); );
} };

View File

@@ -1,76 +0,0 @@
/*
Copyright 2022 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.avatar {
position: relative;
color: var(--primary-content);
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
font-weight: 600;
overflow: hidden;
flex-shrink: 0;
}
.avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.avatar svg * {
fill: var(--primary-content);
}
.avatar span {
padding-top: 1px;
}
.xs {
width: 22px;
height: 22px;
border-radius: 22px;
font-size: 14px;
}
.sm {
width: 32px;
height: 32px;
border-radius: 32px;
font-size: 15px;
}
.md {
width: 36px;
height: 36px;
border-radius: 36px;
font-size: 20px;
}
.lg {
width: 42px;
height: 42px;
border-radius: 42px;
font-size: 24px;
}
.xl {
width: 90px;
height: 90px;
border-radius: 90px;
font-size: 48px;
}

View File

@@ -14,23 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { useMemo, CSSProperties, HTMLAttributes, FC } from "react"; import { useMemo, FC } from "react";
import classNames from "classnames"; import { Avatar as CompoundAvatar } from "@vector-im/compound-web";
import { getAvatarUrl } from "./matrix-utils"; import { getAvatarUrl } from "./matrix-utils";
import { useClient } from "./ClientContext"; import { useClient } from "./ClientContext";
import styles from "./Avatar.module.css";
const backgroundColors = [
"#5C56F5",
"#03B381",
"#368BD6",
"#AC3BA8",
"#E64F7A",
"#FF812D",
"#2DC2C5",
"#74D12C",
];
export enum Size { export enum Size {
XS = "xs", XS = "xs",
@@ -48,51 +36,29 @@ export const sizes = new Map([
[Size.XL, 90], [Size.XL, 90],
]); ]);
function hashStringToArrIndex(str: string, arrLength: number) { interface Props {
let sum = 0; id: string;
name: string;
for (let i = 0; i < str.length; i++) { className?: string;
sum += str.charCodeAt(i);
}
return sum % arrLength;
}
interface Props extends HTMLAttributes<HTMLDivElement> {
bgKey?: string;
src?: string; src?: string;
size?: Size | number; size?: Size | number;
className?: string;
style?: CSSProperties;
fallback: string;
} }
export const Avatar: FC<Props> = ({ export const Avatar: FC<Props> = ({
bgKey,
src,
fallback,
size = Size.MD,
className, className,
style = {}, id,
...rest name,
src,
size = Size.MD,
}) => { }) => {
const { client } = useClient(); const { client } = useClient();
const [sizeClass, sizePx, sizeStyle] = useMemo( const sizePx = useMemo(
() => () =>
Object.values(Size).includes(size as Size) Object.values(Size).includes(size as Size)
? [styles[size as string], sizes.get(size as Size), {}] ? sizes.get(size as Size)
: [ : (size as number),
null, [size],
size as number,
{
width: size,
height: size,
borderRadius: size,
fontSize: Math.round((size as number) / 2),
},
],
[size]
); );
const resolvedSrc = useMemo(() => { const resolvedSrc = useMemo(() => {
@@ -100,28 +66,13 @@ export const Avatar: FC<Props> = ({
return src.startsWith("mxc://") ? getAvatarUrl(client, src, sizePx) : src; return src.startsWith("mxc://") ? getAvatarUrl(client, src, sizePx) : src;
}, [client, src, sizePx]); }, [client, src, sizePx]);
const backgroundColor = useMemo(() => {
const index = hashStringToArrIndex(
bgKey || fallback || src || "",
backgroundColors.length
);
return backgroundColors[index];
}, [bgKey, src, fallback]);
/* eslint-disable jsx-a11y/alt-text */
return ( return (
<div <CompoundAvatar
className={classNames(styles.avatar, sizeClass, className)} className={className}
style={{ backgroundColor, ...sizeStyle, ...style }} id={id}
{...rest} name={name}
> size={`${sizePx}px`}
{resolvedSrc ? ( src={resolvedSrc}
<img src={resolvedSrc} /> />
) : typeof fallback === "string" ? (
<span>{fallback}</span>
) : (
fallback
)}
</div>
); );
}; };

View File

@@ -18,5 +18,5 @@ limitations under the License.
flex: 1; flex: 1;
border-radius: 8px; border-radius: 8px;
padding: 16px; padding: 16px;
background-color: var(--subtle-primary); background-color: var(--cpd-color-bg-subtle-primary);
} }

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { ReactNode } from "react"; import { FC, ReactNode } from "react";
import styles from "./Banner.module.css"; import styles from "./Banner.module.css";
@@ -22,6 +22,6 @@ interface Props {
children: ReactNode; children: ReactNode;
} }
export const Banner = ({ children }: Props) => { export const Banner: FC<Props> = ({ children }) => {
return <div className={styles.banner}>{children}</div>; return <div className={styles.banner}>{children}</div>;
}; };

View File

@@ -25,7 +25,11 @@ import {
useMemo, useMemo,
} from "react"; } from "react";
import { useHistory } from "react-router-dom"; import { useHistory } from "react-router-dom";
import { ClientEvent, MatrixClient } from "matrix-js-sdk/src/client"; import {
ClientEvent,
ICreateClientOpts,
MatrixClient,
} from "matrix-js-sdk/src/client";
import { logger } from "matrix-js-sdk/src/logger"; import { logger } from "matrix-js-sdk/src/logger";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { ISyncStateData, SyncState } from "matrix-js-sdk/src/sync"; import { ISyncStateData, SyncState } from "matrix-js-sdk/src/sync";
@@ -82,7 +86,8 @@ export type SetClientParams = {
const ClientContext = createContext<ClientState | undefined>(undefined); const ClientContext = createContext<ClientState | undefined>(undefined);
export const useClientState = () => useContext(ClientContext); export const useClientState = (): ClientState | undefined =>
useContext(ClientContext);
export function useClient(): { export function useClient(): {
client?: MatrixClient; client?: MatrixClient;
@@ -189,7 +194,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
user: session.user_id, user: session.user_id,
password: session.tempPassword, password: session.tempPassword,
}, },
password password,
); );
saveSession({ ...session, passwordlessUser: false }); saveSession({ ...session, passwordlessUser: false });
@@ -199,7 +204,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
passwordlessUser: false, passwordlessUser: false,
}); });
}, },
[initClientState?.client] [initClientState?.client],
); );
const setClient = useCallback( const setClient = useCallback(
@@ -221,7 +226,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
setInitClientState(null); setInitClientState(null);
} }
}, },
[initClientState?.client] [initClientState?.client],
); );
const logout = useCallback(async () => { const logout = useCallback(async () => {
@@ -249,17 +254,15 @@ export const ClientProvider: FC<Props> = ({ children }) => {
}, []); }, []);
const [alreadyOpenedErr, setAlreadyOpenedErr] = useState<Error | undefined>( const [alreadyOpenedErr, setAlreadyOpenedErr] = useState<Error | undefined>(
undefined undefined,
); );
useEventTarget( useEventTarget(
loadChannel, loadChannel,
"message", "message",
useCallback(() => { useCallback(() => {
initClientState?.client.stopClient(); initClientState?.client.stopClient();
setAlreadyOpenedErr( setAlreadyOpenedErr(translatedError("application_opened_another_tab", t));
translatedError("This application has been opened in another tab.", t) }, [initClientState?.client, setAlreadyOpenedErr, t]),
);
}, [initClientState?.client, setAlreadyOpenedErr, t])
); );
const [isDisconnected, setIsDisconnected] = useState(false); const [isDisconnected, setIsDisconnected] = useState(false);
@@ -300,7 +303,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
(state: SyncState, _old: SyncState | null, data?: ISyncStateData) => { (state: SyncState, _old: SyncState | null, data?: ISyncStateData) => {
setIsDisconnected(clientIsDisconnected(state, data)); setIsDisconnected(clientIsDisconnected(state, data));
}, },
[] [],
); );
useEffect(() => { useEffect(() => {
@@ -318,7 +321,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
initClientState.client.on(ClientEvent.Sync, onSync); initClientState.client.on(ClientEvent.Sync, onSync);
} }
return () => { return (): void => {
if (initClientState.client) { if (initClientState.client) {
initClientState.client.removeListener(ClientEvent.Sync, onSync); initClientState.client.removeListener(ClientEvent.Sync, onSync);
} }
@@ -361,13 +364,13 @@ async function loadClient(): Promise<InitResult | null> {
/* eslint-disable camelcase */ /* eslint-disable camelcase */
const { user_id, device_id, access_token, passwordlessUser } = session; const { user_id, device_id, access_token, passwordlessUser } = session;
const initClientParams = { const initClientParams: ICreateClientOpts = {
baseUrl: Config.defaultHomeserverUrl()!, baseUrl: Config.defaultHomeserverUrl()!,
accessToken: access_token, accessToken: access_token,
userId: user_id, userId: user_id,
deviceId: device_id, deviceId: device_id,
fallbackICEServerAllowed: fallbackICEServerAllowed, fallbackICEServerAllowed: fallbackICEServerAllowed,
livekitServiceURL: Config.get().livekit!.livekit_service_url, livekitServiceURL: Config.get().livekit?.livekit_service_url,
}; };
try { try {
@@ -386,7 +389,7 @@ async function loadClient(): Promise<InitResult | null> {
logger.warn( logger.warn(
"The previous session was lost, and we couldn't log it out, " + "The previous session was lost, and we couldn't log it out, " +
err + err +
"either" "either",
); );
} }
} }
@@ -408,8 +411,8 @@ export interface Session {
tempPassword?: string; tempPassword?: string;
} }
const clearSession = () => localStorage.removeItem("matrix-auth-store"); const clearSession = (): void => localStorage.removeItem("matrix-auth-store");
const saveSession = (s: Session) => const saveSession = (s: Session): void =>
localStorage.setItem("matrix-auth-store", JSON.stringify(s)); localStorage.setItem("matrix-auth-store", JSON.stringify(s));
const loadSession = (): Session | undefined => { const loadSession = (): Session | undefined => {
const data = localStorage.getItem("matrix-auth-store"); const data = localStorage.getItem("matrix-auth-store");
@@ -422,5 +425,6 @@ const loadSession = (): Session | undefined => {
const clientIsDisconnected = ( const clientIsDisconnected = (
syncState: SyncState, syncState: SyncState,
syncData?: ISyncStateData syncData?: ISyncStateData,
) => syncState === "ERROR" && syncData?.error?.name === "ConnectionError"; ): boolean =>
syncState === "ERROR" && syncData?.error?.name === "ConnectionError";

View File

@@ -17,7 +17,7 @@ limitations under the License.
.banner { .banner {
position: absolute; position: absolute;
padding: 29px; padding: 29px;
background-color: var(--quaternary-content); background-color: var(--cpd-color-bg-subtle-primary);
vertical-align: middle; vertical-align: middle;
font-size: var(--font-size-body); font-size: var(--font-size-body);
text-align: center; text-align: center;

View File

@@ -15,22 +15,22 @@ limitations under the License.
*/ */
import classNames from "classnames"; import classNames from "classnames";
import { HTMLAttributes, ReactNode } from "react"; import { FC, HTMLAttributes, ReactNode } from "react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import styles from "./DisconnectedBanner.module.css"; import styles from "./DisconnectedBanner.module.css";
import { ValidClientState, useClientState } from "./ClientContext"; import { ValidClientState, useClientState } from "./ClientContext";
interface DisconnectedBannerProps extends HTMLAttributes<HTMLElement> { interface Props extends HTMLAttributes<HTMLElement> {
children?: ReactNode; children?: ReactNode;
className?: string; className?: string;
} }
export function DisconnectedBanner({ export const DisconnectedBanner: FC<Props> = ({
children, children,
className, className,
...rest ...rest
}: DisconnectedBannerProps) { }) => {
const { t } = useTranslation(); const { t } = useTranslation();
const clientState = useClientState(); const clientState = useClientState();
let shouldShowBanner = false; let shouldShowBanner = false;
@@ -45,9 +45,9 @@ export function DisconnectedBanner({
{shouldShowBanner && ( {shouldShowBanner && (
<div className={classNames(styles.banner, className)} {...rest}> <div className={classNames(styles.banner, className)} {...rest}>
{children} {children}
{t("Connectivity to the server has been lost.")} {t("disconnected_banner")}
</div> </div>
)} )}
</> </>
); );
} };

View File

@@ -1,58 +0,0 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { useTranslation } from "react-i18next";
import { useCallback } from "react";
import { useObjectRef } from "@react-aria/utils";
import { useButton } from "@react-aria/button";
import styles from "./E2EELock.module.css";
import { ReactComponent as LockOffIcon } from "./icons/LockOff.svg";
import { TooltipTrigger } from "./Tooltip";
export const E2EELock = () => {
const { t } = useTranslation();
const tooltip = useCallback(
() =>
t(
"Element Call is temporarily not end-to-end encrypted while we test scalability."
),
[t]
);
return (
<TooltipTrigger placement="right" tooltip={tooltip}>
<Icon />
</TooltipTrigger>
);
};
/**
* This component is a bit of hack - for some reason for the TooltipTrigger to
* work, it needs to contain a component which uses the useButton hook; please
* note that for some reason this also needs to be a separate component and we
* cannot just use the useButton hook inside the E2EELock.
*/
const Icon = () => {
const buttonRef = useObjectRef<HTMLDivElement>();
const { buttonProps } = useButton({}, buttonRef);
return (
<div ref={buttonRef} className={styles.e2eeLock} {...buttonProps}>
<LockOffIcon />
</div>
);
};

View File

@@ -1,42 +0,0 @@
/*
Copyright 2022 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.facepile {
width: 100%;
position: relative;
}
.facepile.xs {
height: 24px;
}
.facepile.sm {
height: 32px;
}
.facepile.md {
height: 36px;
}
.facepile .avatar {
position: absolute;
top: 0;
border: 1px solid var(--system);
}
.facepile.md .avatar {
border-width: 2px;
}

View File

@@ -1,97 +0,0 @@
/*
Copyright 2022 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { HTMLAttributes, useMemo } from "react";
import classNames from "classnames";
import { MatrixClient } from "matrix-js-sdk/src/client";
import { RoomMember } from "matrix-js-sdk/src/models/room-member";
import { useTranslation } from "react-i18next";
import styles from "./Facepile.module.css";
import { Avatar, Size, sizes } from "./Avatar";
const overlapMap: Partial<Record<Size, number>> = {
[Size.XS]: 2,
[Size.SM]: 4,
[Size.MD]: 8,
};
interface Props extends HTMLAttributes<HTMLDivElement> {
className: string;
client: MatrixClient;
members: RoomMember[];
max?: number;
size?: Size;
}
export function Facepile({
className,
client,
members,
max = 3,
size = Size.XS,
...rest
}: Props) {
const { t } = useTranslation();
const _size = sizes.get(size)!;
const _overlap = overlapMap[size]!;
const title = useMemo(() => {
return members.reduce<string | null>(
(prev, curr) =>
prev === null
? curr.name
: t("{{names}}, {{name}}", { names: prev, name: curr.name }),
null
) as string;
}, [members, t]);
return (
<div
className={classNames(styles.facepile, styles[size], className)}
title={title}
style={{
width:
Math.min(members.length, max + 1) * (_size - _overlap) + _overlap,
}}
{...rest}
>
{members.slice(0, max).map((member, i) => {
const avatarUrl = member.getMxcAvatarUrl();
return (
<Avatar
key={member.userId}
size={size}
src={avatarUrl ?? undefined}
fallback={member.name.slice(0, 1).toUpperCase()}
className={styles.avatar}
style={{ left: i * (_size - _overlap) }}
/>
);
})}
{members.length > max && (
<Avatar
key="additional"
size={size}
fallback={`+${members.length - max}`}
className={styles.avatar}
style={{ left: max * (_size - _overlap) }}
/>
)}
</div>
);
}

View File

@@ -14,11 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { ReactNode, useCallback, useEffect } from "react"; import { FC, ReactNode, useCallback, useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import classNames from "classnames"; import classNames from "classnames";
import { Trans, useTranslation } from "react-i18next"; import { Trans, useTranslation } from "react-i18next";
import * as Sentry from "@sentry/react"; import * as Sentry from "@sentry/react";
import { logger } from "matrix-js-sdk/src/logger";
import { Header, HeaderLogo, LeftNav, RightNav } from "./Header"; import { Header, HeaderLogo, LeftNav, RightNav } from "./Header";
import { LinkButton, Button } from "./button"; import { LinkButton, Button } from "./button";
@@ -26,19 +27,22 @@ import styles from "./FullScreenView.module.css";
import { TranslatedError } from "./TranslatedError"; import { TranslatedError } from "./TranslatedError";
import { Config } from "./config/Config"; import { Config } from "./config/Config";
import { RageshakeButton } from "./settings/RageshakeButton"; import { RageshakeButton } from "./settings/RageshakeButton";
import { useUrlParams } from "./UrlParams";
interface FullScreenViewProps { interface FullScreenViewProps {
className?: string; className?: string;
children: ReactNode; children: ReactNode;
} }
export function FullScreenView({ className, children }: FullScreenViewProps) { export const FullScreenView: FC<FullScreenViewProps> = ({
className,
children,
}) => {
const { hideHeader } = useUrlParams();
return ( return (
<div className={classNames(styles.page, className)}> <div className={classNames(styles.page, className)}>
<Header> <Header>
<LeftNav> <LeftNav>{!hideHeader && <HeaderLogo />}</LeftNav>
<HeaderLogo />
</LeftNav>
<RightNav /> <RightNav />
</Header> </Header>
<div className={styles.container}> <div className={styles.container}>
@@ -46,18 +50,19 @@ export function FullScreenView({ className, children }: FullScreenViewProps) {
</div> </div>
</div> </div>
); );
} };
interface ErrorViewProps { interface ErrorViewProps {
error: Error; error: Error;
} }
export function ErrorView({ error }: ErrorViewProps) { export const ErrorView: FC<ErrorViewProps> = ({ error }) => {
const location = useLocation(); const location = useLocation();
const { confineToRoom } = useUrlParams();
const { t } = useTranslation(); const { t } = useTranslation();
useEffect(() => { useEffect(() => {
console.error(error); logger.error(error);
Sentry.captureException(error); Sentry.captureException(error);
}, [error]); }, [error]);
@@ -67,37 +72,38 @@ export function ErrorView({ error }: ErrorViewProps) {
return ( return (
<FullScreenView> <FullScreenView>
<h1>Error</h1> <h1>{t("common.error")}</h1>
<p> <p>
{error instanceof TranslatedError {error instanceof TranslatedError
? error.translatedMessage ? error.translatedMessage
: error.message} : error.message}
</p> </p>
<RageshakeButton description={`***Error View***: ${error.message}`} /> <RageshakeButton description={`***Error View***: ${error.message}`} />
{location.pathname === "/" ? ( {!confineToRoom &&
<Button (location.pathname === "/" ? (
size="lg" <Button
variant="default" size="lg"
className={styles.homeLink} variant="default"
onPress={onReload} className={styles.homeLink}
> onPress={onReload}
{t("Return to home screen")} >
</Button> {t("return_home_button")}
) : ( </Button>
<LinkButton ) : (
size="lg" <LinkButton
variant="default" size="lg"
className={styles.homeLink} variant="default"
to="/" className={styles.homeLink}
> to="/"
{t("Return to home screen")} >
</LinkButton> {t("return_home_button")}
)} </LinkButton>
))}
</FullScreenView> </FullScreenView>
); );
} };
export function CrashView() { export const CrashView: FC = () => {
const { t } = useTranslation(); const { t } = useTranslation();
const onReload = useCallback(() => { const onReload = useCallback(() => {
@@ -106,11 +112,11 @@ export function CrashView() {
return ( return (
<FullScreenView> <FullScreenView>
<Trans> <Trans i18nKey="full_screen_view_h1">
<h1>Oops, something's gone wrong.</h1> <h1>Oops, something's gone wrong.</h1>
</Trans> </Trans>
{Config.get().rageshake?.submit_url && ( {Config.get().rageshake?.submit_url && (
<Trans> <Trans i18nKey="full_screen_view_description">
<p>Submitting debug logs will help us track down the problem.</p> <p>Submitting debug logs will help us track down the problem.</p>
</Trans> </Trans>
)} )}
@@ -122,18 +128,18 @@ export function CrashView() {
className={styles.wideButton} className={styles.wideButton}
onPress={onReload} onPress={onReload}
> >
{t("Return to home screen")} {t("return_home_button")}
</Button> </Button>
</FullScreenView> </FullScreenView>
); );
} };
export function LoadingView() { export const LoadingView: FC = () => {
const { t } = useTranslation(); const { t } = useTranslation();
return ( return (
<FullScreenView> <FullScreenView>
<h1>{t("Loading")}</h1> <h1>{t("common.loading")}</h1>
</FullScreenView> </FullScreenView>
); );
} };

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2022 New Vector Ltd Copyright 2022-2024 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -21,6 +21,7 @@ limitations under the License.
align-items: center; align-items: center;
user-select: none; user-select: none;
flex-shrink: 0; flex-shrink: 0;
padding-inline: var(--inline-content-inset);
} }
.nav { .nav {
@@ -28,11 +29,11 @@ limitations under the License.
flex: 1; flex: 1;
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;
padding: 0 20px; height: 80px;
height: 64px;
} }
.headerLogo { .headerLogo {
color: var(--cpd-color-text-primary);
display: none; display: none;
align-items: center; align-items: center;
text-decoration: none; text-decoration: none;
@@ -66,81 +67,55 @@ limitations under the License.
margin-right: 0; margin-right: 0;
} }
.roomHeaderInfo {
display: grid;
column-gap: var(--cpd-space-4x);
grid-template-columns: auto auto;
grid-template-rows: 1fr auto;
}
.roomHeaderInfo[data-size="sm"] {
grid-template-areas: "avatar name" ". participants";
}
.roomHeaderInfo[data-size="lg"] {
grid-template-areas: "avatar name" "avatar participants";
}
.roomAvatar { .roomAvatar {
position: relative; align-self: flex-start;
display: none; grid-area: avatar;
justify-content: center;
align-items: center;
width: 36px;
height: 36px;
border-radius: 36px;
background-color: #5c56f5;
} }
.roomAvatar > * { .nameLine {
fill: white; grid-area: name;
stroke: white; flex-grow: 1;
} min-width: 0;
.backButton {
background: transparent;
border: none;
display: flex; display: flex;
color: var(--primary-content);
cursor: pointer;
align-items: center; align-items: center;
gap: var(--cpd-space-1x);
} }
.backButton h3 { .nameLine > h1 {
margin: 0; margin: 0;
}
.backButton > * {
margin-right: 12px;
}
.backButton > :last-child {
margin-right: 0;
}
.userName {
font-weight: 600;
margin-right: 8px;
text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
flex-shrink: 1; text-overflow: ellipsis;
} }
.signOutButton { .nameLine > svg {
background: transparent;
border: none;
color: rgb(255, 75, 85);
cursor: pointer;
font-weight: 600;
flex-shrink: 0; flex-shrink: 0;
} }
.versionMismatchWarning { .participantsLine {
padding-left: 15px; grid-area: participants;
} color: var(--cpd-color-text-secondary);
display: flex;
.versionMismatchWarning::before { align-items: center;
content: ""; gap: var(--cpd-space-1-5x);
display: inline-block;
position: relative;
top: 1px;
width: 16px;
height: 16px;
mask-image: url("./icons/AlertTriangleFilled.svg");
mask-repeat: no-repeat;
mask-size: contain;
background-color: var(--alert);
padding-right: 5px;
} }
@media (min-width: 800px) { @media (min-width: 800px) {
.headerLogo, .headerLogo,
.roomAvatar,
.leftNav.hideMobile, .leftNav.hideMobile,
.rightNav.hideMobile { .rightNav.hideMobile {
display: flex; display: flex;
@@ -149,8 +124,4 @@ limitations under the License.
.leftNav h3 { .leftNav h3 {
font-size: var(--font-size-subtitle); font-size: var(--font-size-subtitle);
} }
.nav {
height: 76px;
}
} }

View File

@@ -1,105 +0,0 @@
import { GridLayoutMenu } from "./room/GridLayoutMenu";
import {
Header,
HeaderLogo,
LeftNav,
RightNav,
RoomHeaderInfo,
} from "./Header";
import { UserMenu } from "./UserMenu";
export default {
title: "Header",
component: Header,
parameters: {
layout: "fullscreen",
},
};
export const HomeAnonymous = () => (
<Header>
<LeftNav>
<HeaderLogo />
</LeftNav>
<RightNav>
<UserMenu />
</RightNav>
</Header>
);
export const HomeNamedGuest = () => (
<Header>
<LeftNav>
<HeaderLogo />
</LeftNav>
<RightNav>
<UserMenu isAuthenticated isPasswordlessUser displayName="Yara" />
</RightNav>
</Header>
);
export const HomeLoggedIn = () => (
<Header>
<LeftNav>
<HeaderLogo />
</LeftNav>
<RightNav>
<UserMenu isAuthenticated displayName="Yara" />
</RightNav>
</Header>
);
export const LobbyNamedGuest = () => (
<Header>
<LeftNav>
<RoomHeaderInfo roomName="Q4Roadmap" />
</LeftNav>
<RightNav>
<UserMenu isAuthenticated isPasswordlessUser displayName="Yara" />
</RightNav>
</Header>
);
export const LobbyLoggedIn = () => (
<Header>
<LeftNav>
<RoomHeaderInfo roomName="Q4Roadmap" />
</LeftNav>
<RightNav>
<UserMenu isAuthenticated displayName="Yara" />
</RightNav>
</Header>
);
export const InRoomNamedGuest = () => (
<Header>
<LeftNav>
<RoomHeaderInfo roomName="Q4Roadmap" />
</LeftNav>
<RightNav>
<GridLayoutMenu layout="freedom" />
<UserMenu isAuthenticated isPasswordlessUser displayName="Yara" />
</RightNav>
</Header>
);
export const InRoomLoggedIn = () => (
<Header>
<LeftNav>
<RoomHeaderInfo roomName="Q4Roadmap" />
</LeftNav>
<RightNav>
<GridLayoutMenu layout="freedom" />
<UserMenu isAuthenticated displayName="Yara" />
</RightNav>
</Header>
);
export const CreateAccount = () => (
<Header>
<LeftNav>
<HeaderLogo />
</LeftNav>
<RightNav></RightNav>
</Header>
);

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2022 New Vector Ltd Copyright 2022-2024 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -15,30 +15,38 @@ limitations under the License.
*/ */
import classNames from "classnames"; import classNames from "classnames";
import { HTMLAttributes, ReactNode, useCallback } from "react"; import { FC, HTMLAttributes, ReactNode, forwardRef } from "react";
import { Link } from "react-router-dom"; import { Link } from "react-router-dom";
import { Room } from "matrix-js-sdk/src/models/room";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { Heading, Text } from "@vector-im/compound-web";
import { UserProfileIcon } from "@vector-im/compound-design-tokens/assets/web/icons";
import styles from "./Header.module.css"; import styles from "./Header.module.css";
import { useModalTriggerState } from "./Modal"; import Logo from "./icons/Logo.svg?react";
import { Button } from "./button"; import { Avatar, Size } from "./Avatar";
import { ReactComponent as Logo } from "./icons/Logo.svg"; import { EncryptionLock } from "./room/EncryptionLock";
import { Subtitle } from "./typography/Typography"; import { useMediaQuery } from "./useMediaQuery";
import { IncompatibleVersionModal } from "./IncompatibleVersionModal";
interface HeaderProps extends HTMLAttributes<HTMLElement> { interface HeaderProps extends HTMLAttributes<HTMLElement> {
children: ReactNode; children: ReactNode;
className?: string; className?: string;
} }
export function Header({ children, className, ...rest }: HeaderProps) { export const Header = forwardRef<HTMLElement, HeaderProps>(
return ( ({ children, className, ...rest }, ref) => {
<header className={classNames(styles.header, className)} {...rest}> return (
{children} <header
</header> ref={ref}
); className={classNames(styles.header, className)}
} {...rest}
>
{children}
</header>
);
},
);
Header.displayName = "Header";
interface LeftNavProps extends HTMLAttributes<HTMLElement> { interface LeftNavProps extends HTMLAttributes<HTMLElement> {
children: ReactNode; children: ReactNode;
@@ -46,26 +54,26 @@ interface LeftNavProps extends HTMLAttributes<HTMLElement> {
hideMobile?: boolean; hideMobile?: boolean;
} }
export function LeftNav({ export const LeftNav: FC<LeftNavProps> = ({
children, children,
className, className,
hideMobile, hideMobile,
...rest ...rest
}: LeftNavProps) { }) => {
return ( return (
<div <div
className={classNames( className={classNames(
styles.nav, styles.nav,
styles.leftNav, styles.leftNav,
{ [styles.hideMobile]: hideMobile }, { [styles.hideMobile]: hideMobile },
className className,
)} )}
{...rest} {...rest}
> >
{children} {children}
</div> </div>
); );
} };
interface RightNavProps extends HTMLAttributes<HTMLElement> { interface RightNavProps extends HTMLAttributes<HTMLElement> {
children?: ReactNode; children?: ReactNode;
@@ -73,86 +81,95 @@ interface RightNavProps extends HTMLAttributes<HTMLElement> {
hideMobile?: boolean; hideMobile?: boolean;
} }
export function RightNav({ export const RightNav: FC<RightNavProps> = ({
children, children,
className, className,
hideMobile, hideMobile,
...rest ...rest
}: RightNavProps) { }) => {
return ( return (
<div <div
className={classNames( className={classNames(
styles.nav, styles.nav,
styles.rightNav, styles.rightNav,
{ [styles.hideMobile]: hideMobile }, { [styles.hideMobile]: hideMobile },
className className,
)} )}
{...rest} {...rest}
> >
{children} {children}
</div> </div>
); );
} };
interface HeaderLogoProps { interface HeaderLogoProps {
className?: string; className?: string;
} }
export function HeaderLogo({ className }: HeaderLogoProps) { export const HeaderLogo: FC<HeaderLogoProps> = ({ className }) => {
const { t } = useTranslation(); const { t } = useTranslation();
return ( return (
<Link <Link
className={classNames(styles.headerLogo, className)} className={classNames(styles.headerLogo, className)}
to="/" to="/"
aria-label={t("Element Call Home")} aria-label={t("header_label")}
> >
<Logo /> <Logo />
</Link> </Link>
); );
};
interface RoomHeaderInfoProps {
id: string;
name: string;
avatarUrl: string | null;
encrypted: boolean;
participantCount: number | null;
} }
interface RoomHeaderInfo { export const RoomHeaderInfo: FC<RoomHeaderInfoProps> = ({
roomName: string; id,
} name,
avatarUrl,
export function RoomHeaderInfo({ roomName }: RoomHeaderInfo) { encrypted,
return ( participantCount,
<> }) => {
<Subtitle data-testid="roomHeader_roomName" fontWeight="semiBold">
{roomName}
</Subtitle>
</>
);
}
interface VersionMismatchWarningProps {
users: Set<string>;
room: Room;
}
export function VersionMismatchWarning({
users,
room,
}: VersionMismatchWarningProps) {
const { t } = useTranslation(); const { t } = useTranslation();
const { modalState, modalProps } = useModalTriggerState(); const size = useMediaQuery("(max-width: 550px)") ? "sm" : "lg";
const onDetailsClick = useCallback(() => {
modalState.open();
}, [modalState]);
if (users.size === 0) return null;
return ( return (
<span className={styles.versionMismatchWarning}> <div className={styles.roomHeaderInfo} data-size={size}>
{t("Incompatible versions!")} <Avatar
<Button variant="link" onClick={onDetailsClick}> className={styles.roomAvatar}
{t("Details")} id={id}
</Button> name={name}
{modalState.isOpen && ( size={size === "sm" ? Size.SM : 56}
<IncompatibleVersionModal userIds={users} room={room} {...modalProps} /> src={avatarUrl ?? undefined}
/>
<div className={styles.nameLine}>
<Heading
type={size === "sm" ? "body" : "heading"}
size={size === "sm" ? "lg" : "md"}
weight="semibold"
data-testid="roomHeader_roomName"
>
{name}
</Heading>
<EncryptionLock encrypted={encrypted} />
</div>
{(participantCount ?? 0) > 0 && (
<div className={styles.participantsLine}>
<UserProfileIcon
width={20}
height={20}
aria-label={t("header_participants_label")}
/>
<Text as="span" size="sm" weight="medium">
{t("participant_count", { count: participantCount ?? 0 })}
</Text>
</div>
)} )}
</span> </div>
); );
} };

View File

@@ -1,60 +0,0 @@
/*
Copyright 2022 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { Room } from "matrix-js-sdk/src/models/room";
import { FC, useMemo } from "react";
import { Trans, useTranslation } from "react-i18next";
import { Modal, ModalContent } from "./Modal";
import { Body } from "./typography/Typography";
interface Props {
userIds: Set<string>;
room: Room;
onClose: () => void;
}
export const IncompatibleVersionModal: FC<Props> = ({
userIds,
room,
onClose,
...rest
}) => {
const { t } = useTranslation();
const userLis = useMemo(
() => [...userIds].map((u) => <li>{room.getMember(u)?.name ?? u}</li>),
[userIds, room]
);
return (
<Modal
title={t("Incompatible versions")}
isDismissable
onClose={onClose}
{...rest}
>
<ModalContent>
<Body>
<Trans>
Other users are trying to join this call from incompatible versions.
These users should ensure that they have refreshed their browsers:
<ul>{userLis}</ul>
</Trans>
</Body>
</ModalContent>
</Modal>
);
};

View File

@@ -63,7 +63,7 @@ export class LazyEventEmitter extends EventEmitter {
public addListener( public addListener(
type: string | symbol, type: string | symbol,
// eslint-disable-next-line @typescript-eslint/no-explicit-any // eslint-disable-next-line @typescript-eslint/no-explicit-any
listener: (...args: any[]) => void listener: (...args: any[]) => void,
): this { ): this {
return this.on(type, listener); return this.on(type, listener);
} }

View File

@@ -21,8 +21,8 @@ limitations under the License.
overflow-y: auto; overflow-y: auto;
list-style: none; list-style: none;
background-color: transparent; background-color: transparent;
border: 1px solid var(--quinary-content); border: 1px solid var(--cpd-color-border-interactive-secondary);
background-color: var(--background); background-color: var(--cpd-color-bg-canvas-default);
border-radius: 8px; border-radius: 8px;
} }
@@ -31,7 +31,7 @@ limitations under the License.
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
background-color: transparent; background-color: transparent;
color: var(--primary-content); color: var(--cpd-color-text-primary);
padding: 8px 16px; padding: 8px 16px;
outline: none; outline: none;
cursor: pointer; cursor: pointer;
@@ -44,6 +44,6 @@ limitations under the License.
} }
.option.disabled { .option.disabled {
color: var(--quaternary-content); color: var(--cpd-color-text-disabled);
background-color: var(--bgColor3); background-color: var(--stopgap-bgColor3);
} }

View File

@@ -14,7 +14,13 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { MutableRefObject, PointerEvent, useCallback, useRef } from "react"; import {
MutableRefObject,
PointerEvent,
ReactNode,
useCallback,
useRef,
} from "react";
import { useListBox, useOption, AriaListBoxOptions } from "@react-aria/listbox"; import { useListBox, useOption, AriaListBoxOptions } from "@react-aria/listbox";
import { ListState } from "@react-stately/list"; import { ListState } from "@react-stately/list";
import { Node } from "@react-types/shared"; import { Node } from "@react-types/shared";
@@ -35,7 +41,7 @@ export function ListBox<T>({
className, className,
listBoxRef, listBoxRef,
...rest ...rest
}: ListBoxProps<T>) { }: ListBoxProps<T>): ReactNode {
const ref = useRef<HTMLUListElement>(null); const ref = useRef<HTMLUListElement>(null);
const listRef = listBoxRef ?? ref; const listRef = listBoxRef ?? ref;
@@ -66,12 +72,12 @@ interface OptionProps<T> {
item: Node<T>; item: Node<T>;
} }
function Option<T>({ item, state, className }: OptionProps<T>) { function Option<T>({ item, state, className }: OptionProps<T>): ReactNode {
const ref = useRef(null); const ref = useRef(null);
const { optionProps, isSelected, isFocused, isDisabled } = useOption( const { optionProps, isSelected, isFocused, isDisabled } = useOption(
{ key: item.key }, { key: item.key },
state, state,
ref ref,
); );
// Hack: remove the onPointerUp event handler and re-wire it to // Hack: remove the onPointerUp event handler and re-wire it to
@@ -91,7 +97,7 @@ function Option<T>({ item, state, className }: OptionProps<T>) {
// @ts-ignore // @ts-ignore
origPointerUp(e as unknown as PointerEvent<HTMLElement>); origPointerUp(e as unknown as PointerEvent<HTMLElement>);
}, },
[origPointerUp] [origPointerUp],
); );
return ( return (

View File

@@ -27,7 +27,7 @@ limitations under the License.
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 12px; padding: 0 12px;
color: var(--primary-content); color: var(--cpd-color-text-primary);
font-size: var(--font-size-body); font-size: var(--font-size-body);
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
@@ -44,7 +44,11 @@ limitations under the License.
.menuItem.focused, .menuItem.focused,
.menuItem:hover { .menuItem:hover {
background-color: var(--quinary-content); background-color: var(--cpd-color-bg-action-secondary-hovered);
}
.menuItem:active {
background-color: var(--cpd-color-bg-action-secondary-pressed);
} }
.menuItem.focused:first-child, .menuItem.focused:first-child,
@@ -65,5 +69,5 @@ limitations under the License.
} }
.checkIcon * { .checkIcon * {
stroke: var(--primary-content); stroke: var(--cpd-color-text-primary);
} }

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { Key, useRef, useState } from "react"; import { Key, ReactNode, useRef, useState } from "react";
import { AriaMenuOptions, useMenu, useMenuItem } from "@react-aria/menu"; import { AriaMenuOptions, useMenu, useMenuItem } from "@react-aria/menu";
import { TreeState, useTreeState } from "@react-stately/tree"; import { TreeState, useTreeState } from "@react-stately/tree";
import { mergeProps } from "@react-aria/utils"; import { mergeProps } from "@react-aria/utils";
@@ -25,7 +25,7 @@ import { Node } from "@react-types/shared";
import styles from "./Menu.module.css"; import styles from "./Menu.module.css";
interface MenuProps<T> extends AriaMenuOptions<T> { interface MenuProps<T> extends AriaMenuOptions<T> {
className?: String; className?: string;
onClose: () => void; onClose: () => void;
onAction: (value: Key) => void; onAction: (value: Key) => void;
label?: string; label?: string;
@@ -37,7 +37,7 @@ export function Menu<T extends object>({
onClose, onClose,
label, label,
...rest ...rest
}: MenuProps<T>) { }: MenuProps<T>): ReactNode {
const state = useTreeState<T>({ ...rest, selectionMode: "none" }); const state = useTreeState<T>({ ...rest, selectionMode: "none" });
const menuRef = useRef(null); const menuRef = useRef(null);
const { menuProps } = useMenu<T>(rest, state, menuRef); const { menuProps } = useMenu<T>(rest, state, menuRef);
@@ -68,7 +68,12 @@ interface MenuItemProps<T> {
onClose: () => void; onClose: () => void;
} }
function MenuItem<T>({ item, state, onAction, onClose }: MenuItemProps<T>) { function MenuItem<T>({
item,
state,
onAction,
onClose,
}: MenuItemProps<T>): ReactNode {
const ref = useRef(null); const ref = useRef(null);
const { menuItemProps } = useMenuItem( const { menuItemProps } = useMenuItem(
{ {
@@ -77,7 +82,7 @@ function MenuItem<T>({ item, state, onAction, onClose }: MenuItemProps<T>) {
onClose, onClose,
}, },
state, state,
ref ref,
); );
const [isFocused, setFocused] = useState(false); const [isFocused, setFocused] = useState(false);

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2022 New Vector Ltd Copyright 2022 - 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -14,77 +14,132 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
.modalOverlay {
position: fixed;
z-index: 100;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(23, 25, 28, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.modal { .modal {
background: #21262c;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
border-radius: 8px;
max-width: 90vw;
width: 600px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.modalHeader { .dialog {
display: flex; box-sizing: border-box;
justify-content: space-between; inline-size: 520px;
padding: 34px 32px 0 32px; max-inline-size: 90%;
} max-block-size: 600px;
.modalHeader h3 {
font-weight: 600;
font-size: var(--font-size-title);
margin: 0;
}
.closeButton {
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
padding: 0;
border: none;
cursor: pointer;
} }
.content { .content {
padding: 24px 32px; display: flex;
flex-direction: column;
overflow: hidden;
flex-grow: 1;
} }
.content p { .dialog .content {
margin-top: 0; background: var(--cpd-color-bg-canvas-default);
} }
@media (max-width: 799px) { .drawer .content {
.modalHeader { overflow: auto;
display: flex; }
justify-content: space-between;
padding: 32px 20px 0 20px;
}
.modal.mobileFullScreen { .drawer {
position: fixed; background: var(--cpd-color-bg-canvas-default);
left: 0; inset-block-end: 0;
right: 0; inset-inline: max(0px, calc((100% - 520px) / 2));
top: 0; max-block-size: 90%;
bottom: 0; border-start-start-radius: var(--border-radius);
width: 100%; border-start-end-radius: var(--border-radius);
height: 100%; /* Drawer comes in the Android style by default */
max-width: none; --border-radius: 28px;
max-height: none; --handle-block-size: 4px;
border-radius: 0; --handle-inline-size: 32px;
--handle-inset-block-start: var(--cpd-space-4x);
--handle-inset-block-end: var(--cpd-space-4x);
}
body[data-platform="ios"] .drawer {
--border-radius: 10px;
--handle-block-size: 5px;
--handle-inline-size: 36px;
--handle-inset-block-start: var(--cpd-space-1-5x);
--handle-inset-block-end: calc(var(--cpd-space-1x) / 4);
}
.close {
cursor: pointer;
color: var(--cpd-color-icon-secondary);
border-radius: var(--cpd-radius-pill-effect);
padding: var(--cpd-space-1x);
background: var(--cpd-color-bg-subtle-secondary);
border: none;
}
.close svg {
display: block;
}
@media (hover: hover) {
.close:hover {
background: var(--cpd-color-bg-subtle-primary);
color: var(--cpd-color-icon-primary);
} }
} }
.close:active {
background: var(--cpd-color-bg-subtle-primary);
color: var(--cpd-color-icon-primary);
}
.header {
background: var(--cpd-color-bg-subtle-secondary);
display: grid;
}
.dialog .header {
padding-block-start: var(--cpd-space-4x);
grid-template-columns:
var(--cpd-space-10x) 1fr minmax(var(--cpd-space-6x), auto)
var(--cpd-space-4x);
grid-template-rows: auto minmax(var(--cpd-space-4x), auto);
/* TODO: Support tabs */
grid-template-areas: ". title close ." "tabs tabs tabs tabs";
align-items: center;
}
.dialog .header h2 {
grid-area: title;
margin: 0;
}
.drawer .header {
grid-template-areas: "tabs";
position: relative;
}
.close {
grid-area: close;
}
.body {
flex-grow: 1;
}
.dialog .body {
padding-inline: var(--cpd-space-10x);
padding-block: var(--cpd-space-10x) var(--cpd-space-12x);
overflow: auto;
}
.drawer .body {
padding-inline: var(--cpd-space-4x);
padding-block: var(--cpd-space-9x) var(--cpd-space-10x);
}
.handle {
content: "";
position: absolute;
block-size: var(--handle-block-size);
inset-inline: calc((100% - var(--handle-inline-size)) / 2);
inset-block-start: var(--handle-inset-block-start);
background: var(--cpd-color-icon-secondary);
border-radius: var(--cpd-radius-pill-effect);
}

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2022 New Vector Ltd Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -14,123 +14,140 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
/* eslint-disable jsx-a11y/no-autofocus */ import { FC, ReactNode, useCallback } from "react";
import { useRef, useMemo, ReactNode } from "react";
import {
useOverlay,
usePreventScroll,
useModal,
OverlayContainer,
OverlayProps,
} from "@react-aria/overlays";
import {
OverlayTriggerState,
useOverlayTriggerState,
} from "@react-stately/overlays";
import { useDialog } from "@react-aria/dialog";
import { FocusScope } from "@react-aria/focus";
import { useButton } from "@react-aria/button";
import classNames from "classnames";
import { AriaDialogProps } from "@react-types/dialog"; import { AriaDialogProps } from "@react-types/dialog";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import {
Root as DialogRoot,
Portal as DialogPortal,
Overlay as DialogOverlay,
Content as DialogContent,
Title as DialogTitle,
Close as DialogClose,
} from "@radix-ui/react-dialog";
import { Drawer } from "vaul";
import { VisuallyHidden } from "@radix-ui/react-visually-hidden";
import { CloseIcon } from "@vector-im/compound-design-tokens/assets/web/icons";
import classNames from "classnames";
import { Heading, Glass } from "@vector-im/compound-web";
import { ReactComponent as CloseIcon } from "./icons/Close.svg";
import styles from "./Modal.module.css"; import styles from "./Modal.module.css";
import overlayStyles from "./Overlay.module.css";
import { useMediaQuery } from "./useMediaQuery";
export interface ModalProps extends OverlayProps, AriaDialogProps { // TODO: Support tabs
export interface Props extends AriaDialogProps {
title: string; title: string;
children: ReactNode; children: ReactNode;
className?: string; className?: string;
mobileFullScreen?: boolean; /**
onClose: () => void; * The controlled open state of the modal.
*/
// An option to leave the open state uncontrolled is intentionally not
// provided, since modals are always opened due to external triggers, and it
// is the author's belief that controlled components lead to more obvious code.
open: boolean;
/**
* Callback for when the user dismisses the modal. If undefined, the modal
* will be non-dismissable.
*/
onDismiss?: () => void;
} }
export function Modal({ /**
* A modal, taking the form of a drawer / bottom sheet on touchscreen devices,
* and a dialog box on desktop.
*/
export const Modal: FC<Props> = ({
title, title,
children, children,
className, className,
mobileFullScreen, open,
onClose, onDismiss,
...rest ...rest
}: ModalProps) { }) => {
const { t } = useTranslation(); const { t } = useTranslation();
const modalRef = useRef(null); // Empirically, Chrome on Android can end up not matching (hover: none), but
const { overlayProps, underlayProps } = useOverlay( // still matching (pointer: coarse) :/
{ ...rest, onClose }, const touchscreen = useMediaQuery("(hover: none) or (pointer: coarse)");
modalRef const onOpenChange = useCallback(
); (open: boolean) => {
usePreventScroll(); if (!open) onDismiss?.();
const { modalProps } = useModal();
const { dialogProps, titleProps } = useDialog(rest, modalRef);
const closeButtonRef = useRef(null);
const { buttonProps: closeButtonProps } = useButton(
{
onPress: () => onClose(),
}, },
closeButtonRef [onDismiss],
); );
return ( if (touchscreen) {
<OverlayContainer> return (
<div className={styles.modalOverlay} {...underlayProps}> <Drawer.Root
<FocusScope contain restoreFocus autoFocus> open={open}
<div onOpenChange={onOpenChange}
{...overlayProps} dismissible={onDismiss !== undefined}
{...dialogProps} >
{...modalProps} <Drawer.Portal>
ref={modalRef} <Drawer.Overlay className={classNames(overlayStyles.bg)} />
<Drawer.Content
className={classNames( className={classNames(
className,
overlayStyles.overlay,
styles.modal, styles.modal,
{ [styles.mobileFullScreen]: mobileFullScreen }, styles.drawer,
className
)} )}
{...rest}
> >
<div className={styles.modalHeader}> <div className={styles.content}>
<h3 {...titleProps}>{title}</h3> <div className={styles.header}>
<button <div className={styles.handle} />
{...closeButtonProps} <VisuallyHidden asChild>
ref={closeButtonRef} <Drawer.Title>{title}</Drawer.Title>
className={styles.closeButton} </VisuallyHidden>
data-testid="modal_close" </div>
title={t("Close")} <div className={styles.body}>{children}</div>
>
<CloseIcon />
</button>
</div> </div>
{children} </Drawer.Content>
</div> </Drawer.Portal>
</FocusScope> </Drawer.Root>
</div> );
</OverlayContainer> } else {
); return (
} <DialogRoot open={open} onOpenChange={onOpenChange}>
<DialogPortal>
interface ModalContentProps { <DialogOverlay
children: ReactNode; className={classNames(overlayStyles.bg, overlayStyles.animate)}
className?: string; />
} <DialogContent asChild {...rest}>
<Glass
export function ModalContent({ className={classNames(
children, className,
className, overlayStyles.overlay,
...rest overlayStyles.animate,
}: ModalContentProps) { styles.modal,
return ( styles.dialog,
<div className={classNames(styles.content, className)} {...rest}> )}
{children} >
</div> <div className={styles.content}>
); <div className={styles.header}>
} <DialogTitle asChild>
<Heading as="h2" weight="semibold" size="md">
export function useModalTriggerState(): { {title}
modalState: OverlayTriggerState; </Heading>
modalProps: { isOpen: boolean; onClose: () => void }; </DialogTitle>
} { {onDismiss !== undefined && (
const modalState = useOverlayTriggerState({}); <DialogClose
const modalProps = useMemo( className={styles.close}
() => ({ isOpen: modalState.isOpen, onClose: modalState.close }), data-testid="modal_close"
[modalState] aria-label={t("action.close")}
); >
return { modalState, modalProps }; <CloseIcon width={20} height={20} />
} </DialogClose>
)}
</div>
<div className={styles.body}>{children}</div>
</div>
</Glass>
</DialogContent>
</DialogPortal>
</DialogRoot>
);
}
};

97
src/Overlay.module.css Normal file
View File

@@ -0,0 +1,97 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.bg {
position: fixed;
inset: 0;
background: rgba(3, 12, 27, 0.528);
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.bg.animate[data-state="open"] {
animation: fade-in 200ms;
}
@keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.bg.animate[data-state="closed"] {
animation: fade-out 130ms;
}
.overlay {
position: fixed;
}
.overlay.animate {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@keyframes zoom-in {
from {
opacity: 0;
transform: translate(-50%, -50%) scale(80%);
}
to {
opacity: 1;
transform: translate(-50%, -50%) scale(100%);
}
}
@keyframes zoom-out {
from {
opacity: 1;
transform: translate(-50%, -50%) scale(100%);
}
to {
opacity: 0;
transform: translate(-50%, -50%) scale(80%);
}
}
.overlay.animate[data-state="open"] {
animation: zoom-in 200ms;
}
.overlay.animate[data-state="closed"] {
animation: zoom-out 130ms;
}
@media (prefers-reduced-motion) {
.overlay.animate[data-state="open"] {
animation-name: fade-in;
}
.overlay.animate[data-state="closed"] {
animation-name: fade-out;
}
}

43
src/Platform.ts Normal file
View File

@@ -0,0 +1,43 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/**
* The platform on which the application is running.
*/
// The granularity of this value is kind of arbitrary: it distinguishes exactly
// the platforms that the app needs to know about in order to correctly
// implement the designs and work around platform-specific browser weirdness.
// Feel free to increase or decrease that granularity in the future as project
// requirements change.
export let platform: "android" | "ios" | "desktop";
if (/android/i.test(navigator.userAgent)) {
platform = "android";
// We include 'Mac' here and double-check for touch support because iPads on
// iOS 13 pretend to be a MacOS desktop
} else if (
/iPad|iPhone|iPod|Mac/.test(navigator.userAgent) &&
"ontouchend" in document
) {
platform = "ios";
} else {
platform = "desktop";
}
export const isFirefox = (): boolean => {
const { userAgent } = navigator;
return userAgent.includes("Firefox");
};

View File

@@ -1,72 +0,0 @@
/*
Copyright 2022 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { useCallback, useState } from "react";
import { useTranslation } from "react-i18next";
import {
SequenceDiagramViewer,
SequenceDiagramMatrixEvent,
} from "./room/GroupCallInspector";
import { FieldRow, InputField } from "./input/Input";
import { usePageTitle } from "./usePageTitle";
interface DebugLog {
localUserId: string;
eventsByUserId: { [userId: string]: SequenceDiagramMatrixEvent[] };
remoteUserIds: string[];
}
export function SequenceDiagramViewerPage() {
const { t } = useTranslation();
usePageTitle(t("Inspector"));
const [debugLog, setDebugLog] = useState<DebugLog>();
const [selectedUserId, setSelectedUserId] = useState<string>();
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const onChangeDebugLog = useCallback((e) => {
if (e.target.files && e.target.files.length > 0) {
e.target.files[0].text().then((text: string) => {
setDebugLog(JSON.parse(text));
});
}
}, []);
return (
<div style={{ marginTop: 20 }}>
<FieldRow>
<InputField
type="file"
id="debugLog"
name="debugLog"
label={t("Debug log")}
onChange={onChangeDebugLog}
/>
</FieldRow>
{debugLog && selectedUserId && (
<SequenceDiagramViewer
localUserId={debugLog.localUserId}
selectedUserId={selectedUserId}
onSelectUserId={setSelectedUserId}
remoteUserIds={debugLog.remoteUserIds}
events={debugLog.eventsByUserId[selectedUserId]}
/>
)}
</div>
);
}

66
src/Slider.module.css Normal file
View File

@@ -0,0 +1,66 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.slider {
display: flex;
align-items: center;
position: relative;
}
.track {
flex-grow: 1;
border-radius: var(--cpd-radius-pill-effect);
background: var(--cpd-color-bg-subtle-primary);
height: var(--cpd-space-2x);
outline: var(--cpd-border-width-1) solid
var(--cpd-color-border-interactive-primary);
outline-offset: calc(-1 * var(--cpd-border-width-1));
cursor: pointer;
transition: outline-color ease 0.15s;
}
.track[data-disabled] {
cursor: initial;
outline-color: var(--cpd-color-border-disabled);
}
.highlight {
background: var(--cpd-color-bg-action-primary-rest);
position: absolute;
block-size: 100%;
border-radius: var(--cpd-radius-pill-effect);
transition: background-color ease 0.15s;
}
.highlight[data-disabled] {
background: var(--cpd-color-bg-action-primary-disabled);
}
.handle {
display: block;
block-size: var(--cpd-space-4x);
inline-size: var(--cpd-space-4x);
border-radius: var(--cpd-radius-pill-effect);
background: var(--cpd-color-bg-action-primary-rest);
box-shadow: 0 0 0 2px var(--cpd-color-bg-canvas-default);
cursor: pointer;
transition: background-color ease 0.15s;
}
.handle[data-disabled] {
cursor: initial;
background: var(--cpd-color-bg-action-primary-disabled);
}

68
src/Slider.tsx Normal file
View File

@@ -0,0 +1,68 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { FC, useCallback } from "react";
import { Root, Track, Range, Thumb } from "@radix-ui/react-slider";
import classNames from "classnames";
import styles from "./Slider.module.css";
interface Props {
className?: string;
label: string;
value: number;
onValueChange: (value: number) => void;
min: number;
max: number;
step: number;
disabled?: boolean;
}
/**
* A slider control allowing a value to be selected from a range.
*/
export const Slider: FC<Props> = ({
className,
label,
value,
onValueChange: onValueChangeProp,
min,
max,
step,
disabled,
}) => {
const onValueChange = useCallback(
([v]: number[]) => onValueChangeProp(v),
[onValueChangeProp],
);
return (
<Root
className={classNames(className, styles.slider)}
value={[value]}
onValueChange={onValueChange}
min={min}
max={max}
step={step}
disabled={disabled}
>
<Track className={styles.track}>
<Range className={styles.highlight} />
</Track>
<Thumb className={styles.handle} aria-label={label} />
</Root>
);
};

38
src/Toast.module.css Normal file
View File

@@ -0,0 +1,38 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.toast {
color: var(--cpd-color-text-on-solid-primary);
background: var(--cpd-color-alpha-gray-1200);
padding-inline: var(--cpd-space-3x);
padding-block: var(--cpd-space-1x);
border: none;
border-radius: var(--cpd-radius-pill-effect);
box-shadow: var(--small-drop-shadow);
display: flex;
align-items: center;
gap: var(--cpd-space-1x);
}
.toast > h3 {
margin: 0;
}
.toast > svg {
color: var(--cpd-color-icon-on-solid-primary);
flex-shrink: 0;
margin-inline-end: calc(-1 * var(--cpd-space-1x));
}

108
src/Toast.tsx Normal file
View File

@@ -0,0 +1,108 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import {
ComponentType,
FC,
SVGAttributes,
useCallback,
useEffect,
} from "react";
import {
Root as DialogRoot,
Portal as DialogPortal,
Overlay as DialogOverlay,
Content as DialogContent,
Close as DialogClose,
Title as DialogTitle,
} from "@radix-ui/react-dialog";
import classNames from "classnames";
import { Text } from "@vector-im/compound-web";
import styles from "./Toast.module.css";
import overlayStyles from "./Overlay.module.css";
interface Props {
/**
* The controlled open state of the toast.
*/
open: boolean;
/**
* Callback for when the user dismisses the toast.
*/
onDismiss: () => void;
/**
* A number of milliseconds after which the toast should be automatically
* dismissed.
*/
autoDismiss?: number;
children: string;
/**
* A supporting icon to display within the toast.
*/
Icon?: ComponentType<SVGAttributes<SVGElement>>;
}
/**
* A temporary message shown in an overlay in the center of the screen.
*/
export const Toast: FC<Props> = ({
open,
onDismiss,
autoDismiss,
children,
Icon,
}) => {
const onOpenChange = useCallback(
(open: boolean) => {
if (!open) onDismiss();
},
[onDismiss],
);
useEffect(() => {
if (open && autoDismiss !== undefined) {
const timeout = setTimeout(onDismiss, autoDismiss);
return (): void => clearTimeout(timeout);
}
}, [open, autoDismiss, onDismiss]);
return (
<DialogRoot open={open} onOpenChange={onOpenChange}>
<DialogPortal>
<DialogOverlay
className={classNames(overlayStyles.bg, overlayStyles.animate)}
/>
<DialogContent asChild>
<DialogClose
className={classNames(
overlayStyles.overlay,
overlayStyles.animate,
styles.toast,
)}
>
<DialogTitle asChild>
<Text as="h3" size="sm" weight="semibold">
{children}
</Text>
</DialogTitle>
{Icon && <Icon width={20} height={20} aria-hidden />}
</DialogClose>
</DialogContent>
</DialogPortal>
</DialogRoot>
);
};

View File

@@ -15,12 +15,12 @@ limitations under the License.
*/ */
.tooltip { .tooltip {
background-color: var(--system); background-color: var(--cpd-color-bg-subtle-secondary);
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 10px; padding: 10px;
color: var(--primary-content); color: var(--cpd-color-text-primary);
border-radius: 8px; border-radius: 8px;
max-width: 135px; max-width: 135px;
width: max-content; width: max-content;

View File

@@ -43,7 +43,7 @@ interface TooltipProps {
const Tooltip = forwardRef<HTMLDivElement, TooltipProps>( const Tooltip = forwardRef<HTMLDivElement, TooltipProps>(
( (
{ state, className, children, ...rest }: TooltipProps, { state, className, children, ...rest }: TooltipProps,
ref: ForwardedRef<HTMLDivElement> ref: ForwardedRef<HTMLDivElement>,
) => { ) => {
const { tooltipProps } = useTooltip(rest, state); const { tooltipProps } = useTooltip(rest, state);
@@ -56,9 +56,11 @@ const Tooltip = forwardRef<HTMLDivElement, TooltipProps>(
{children} {children}
</div> </div>
); );
} },
); );
Tooltip.displayName = "Tooltip";
interface TooltipTriggerProps { interface TooltipTriggerProps {
children: ReactElement; children: ReactElement;
placement?: Placement; placement?: Placement;
@@ -69,7 +71,7 @@ interface TooltipTriggerProps {
export const TooltipTrigger = forwardRef<HTMLElement, TooltipTriggerProps>( export const TooltipTrigger = forwardRef<HTMLElement, TooltipTriggerProps>(
( (
{ children, placement, tooltip, ...rest }: TooltipTriggerProps, { children, placement, tooltip, ...rest }: TooltipTriggerProps,
ref: ForwardedRef<HTMLElement> ref: ForwardedRef<HTMLElement>,
) => { ) => {
const tooltipTriggerProps = { delay: 250, ...rest }; const tooltipTriggerProps = { delay: 250, ...rest };
const tooltipState = useTooltipTriggerState(tooltipTriggerProps); const tooltipState = useTooltipTriggerState(tooltipTriggerProps);
@@ -78,7 +80,7 @@ export const TooltipTrigger = forwardRef<HTMLElement, TooltipTriggerProps>(
const { triggerProps, tooltipProps } = useTooltipTrigger( const { triggerProps, tooltipProps } = useTooltipTrigger(
tooltipTriggerProps, tooltipTriggerProps,
tooltipState, tooltipState,
triggerRef triggerRef,
); );
const { overlayProps } = useOverlayPosition({ const { overlayProps } = useOverlayPosition({
@@ -94,7 +96,7 @@ export const TooltipTrigger = forwardRef<HTMLElement, TooltipTriggerProps>(
<children.type <children.type
{...mergeProps<typeof children.props | typeof rest>( {...mergeProps<typeof children.props | typeof rest>(
children.props, children.props,
rest rest,
)} )}
/> />
{tooltipState.isOpen && ( {tooltipState.isOpen && (
@@ -110,5 +112,7 @@ export const TooltipTrigger = forwardRef<HTMLElement, TooltipTriggerProps>(
)} )}
</FocusableProvider> </FocusableProvider>
); );
} },
); );
TooltipTrigger.displayName = "TooltipTrigger";

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import i18n from "i18next"; import type { DefaultNamespace, ParseKeys, TFunction, TOptions } from "i18next";
/** /**
* An error with messages in both English and the user's preferred language. * An error with messages in both English and the user's preferred language.
@@ -27,8 +27,11 @@ export abstract class TranslatedError extends Error {
*/ */
public readonly translatedMessage: string; public readonly translatedMessage: string;
public constructor(messageKey: string, translationFn: typeof i18n.t) { public constructor(
super(translationFn(messageKey, { lng: "en-GB" })); messageKey: ParseKeys<DefaultNamespace, TOptions>,
translationFn: TFunction<DefaultNamespace>,
) {
super(translationFn(messageKey, { lng: "en-GB" } as TOptions));
this.translatedMessage = translationFn(messageKey); this.translatedMessage = translationFn(messageKey);
} }
} }
@@ -37,5 +40,7 @@ class TranslatedErrorImpl extends TranslatedError {}
// i18next-parser can't detect calls to a constructor, so we expose a bare // i18next-parser can't detect calls to a constructor, so we expose a bare
// function instead // function instead
export const translatedError = (messageKey: string, t: typeof i18n.t) => export const translatedError = (
new TranslatedErrorImpl(messageKey, t); messageKey: ParseKeys<DefaultNamespace, TOptions>,
t: TFunction<"app", undefined>,
): TranslatedError => new TranslatedErrorImpl(messageKey, t);

View File

@@ -16,18 +16,44 @@ limitations under the License.
import { useMemo } from "react"; import { useMemo } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { logger } from "matrix-js-sdk/src/logger";
import { Config } from "./config/Config"; import { Config } from "./config/Config";
import { EncryptionSystem } from "./e2ee/sharedKeyManagement";
import { E2eeType } from "./e2ee/e2eeType";
interface UrlParams { interface RoomIdentifier {
roomAlias: string | null; roomAlias: string | null;
roomId: string | null; roomId: string | null;
viaServers: string[]; viaServers: string[];
}
// If you need to add a new flag to this interface, prefer a name that describes
// a specific behavior (such as 'confineToRoom'), rather than one that describes
// the situations that call for this behavior ('isEmbedded'). This makes it
// clearer what each flag means, and helps us avoid coupling Element Call's
// behavior to the needs of specific consumers.
export interface UrlParams {
// Widget api related params
widgetId: string | null;
parentUrl: string | null;
/** /**
* Whether the app is running in embedded mode, and should keep the user * Anything about what room we're pointed to should be from useRoomIdentifier which
* confined to the current room. * parses the path and resolves alias with respect to the default server name, however
* roomId is an exception as we need the room ID in embedded (matroyska) mode, and not
* the room alias (or even the via params because we are not trying to join it). This
* is also not validated, where it is in useRoomIdentifier().
*/ */
isEmbedded: boolean; roomId: string | null;
/**
* Whether the app should keep the user confined to the current call/room.
*/
confineToRoom: boolean;
/**
* Whether upon entering a room, the user should be prompted to launch the
* native mobile app. (Affects only Android and iOS.)
*/
appPrompt: boolean;
/** /**
* Whether the app should pause before joining the call until it sees an * Whether the app should pause before joining the call until it sees an
* io.element.join widget action, allowing it to be preloaded. * io.element.join widget action, allowing it to be preloaded.
@@ -37,14 +63,14 @@ interface UrlParams {
* Whether to hide the room header when in a call. * Whether to hide the room header when in a call.
*/ */
hideHeader: boolean; hideHeader: boolean;
/**
* Whether the controls should be shown. For screen recording no controls can be desired.
*/
showControls: boolean;
/** /**
* Whether to hide the screen-sharing button. * Whether to hide the screen-sharing button.
*/ */
hideScreensharing: boolean; hideScreensharing: boolean;
/**
* Whether to start a walkie-talkie call instead of a video call.
*/
isPtt: boolean;
/** /**
* Whether to use end-to-end encryption. * Whether to use end-to-end encryption.
*/ */
@@ -86,75 +112,203 @@ interface UrlParams {
* user's homeserver doesn't provide any. * user's homeserver doesn't provide any.
*/ */
allowIceFallback: boolean; allowIceFallback: boolean;
/**
* E2EE password
*/
password: string | null;
/**
* Whether we the app should use per participant keys for E2EE.
*/
perParticipantE2EE: boolean;
/**
* Setting this flag skips the lobby and brings you in the call directly.
* In the widget this can be combined with preload to pass the device settings
* with the join widget action.
*/
skipLobby: boolean;
/**
* Setting this flag makes element call show the lobby after leaving a call.
* This is useful for video rooms.
*/
returnToLobby: boolean;
/**
* The theme to use for element call.
* can be "light", "dark", "light-high-contrast" or "dark-high-contrast".
*/
theme: string | null;
/** This defines the homeserver that is going to be used when joining a room.
* It has to be set to a non default value for links to rooms
* that are not on the default homeserver,
* that is in use for the current user.
*/
viaServers: string | null;
/**
* This defines the homeserver that is going to be used when registering
* a new (guest) user.
* This can be user to configure a non default guest user server when
* creating a spa link.
*/
homeserver: string | null;
} }
/** // This is here as a stopgap, but what would be far nicer is a function that
* Gets the app parameters for the current URL. // takes a UrlParams and returns a query string. That would enable us to
* @param ignoreRoomAlias If true, does not try to parse a room alias from the URL // consolidate all the data about URL parameters and their meanings to this one
* @param search The URL search string // file.
* @param pathname The URL path name export function editFragmentQuery(
* @param hash The URL hash hash: string,
* @returns The app parameters encoded in the URL edit: (params: URLSearchParams) => URLSearchParams,
*/ ): string {
export const getUrlParams = (
ignoreRoomAlias?: boolean,
search = window.location.search,
pathname = window.location.pathname,
hash = window.location.hash
): UrlParams => {
let roomAlias: string | null = null;
if (!ignoreRoomAlias) {
if (hash === "") {
roomAlias = pathname.substring(1); // Strip the "/"
// Delete "/room/", if present
if (roomAlias.startsWith("room/")) {
roomAlias = roomAlias.substring("room/".length);
}
// Add "#", if not present
if (!roomAlias.startsWith("#")) {
roomAlias = `#${roomAlias}`;
}
} else {
roomAlias = hash;
}
// Add server part, if not present
if (!roomAlias.includes(":")) {
roomAlias = `${roomAlias}:${Config.defaultServerName()}`;
}
// Delete "?" and what comes afterwards
roomAlias = roomAlias.split("?")[0];
// Make roomAlias undefined, if empty
if (roomAlias.length <= 1) {
roomAlias = null;
}
}
const fragmentQueryStart = hash.indexOf("?"); const fragmentQueryStart = hash.indexOf("?");
const fragmentParams = new URLSearchParams( const fragmentParams = edit(
fragmentQueryStart === -1 ? "" : hash.substring(fragmentQueryStart) new URLSearchParams(
fragmentQueryStart === -1 ? "" : hash.substring(fragmentQueryStart),
),
); );
const queryParams = new URLSearchParams(search); return `${hash.substring(
0,
fragmentQueryStart,
)}?${fragmentParams.toString()}`;
}
class ParamParser {
private fragmentParams: URLSearchParams;
private queryParams: URLSearchParams;
public constructor(search: string, hash: string) {
this.queryParams = new URLSearchParams(search);
const fragmentQueryStart = hash.indexOf("?");
this.fragmentParams = new URLSearchParams(
fragmentQueryStart === -1 ? "" : hash.substring(fragmentQueryStart),
);
}
// Normally, URL params should be encoded in the fragment so as to avoid // Normally, URL params should be encoded in the fragment so as to avoid
// leaking them to the server. However, we also check the normal query // leaking them to the server. However, we also check the normal query
// string for backwards compatibility with versions that only used that. // string for backwards compatibility with versions that only used that.
const hasParam = (name: string): boolean => public getParam(name: string): string | null {
fragmentParams.has(name) || queryParams.has(name); return this.fragmentParams.get(name) ?? this.queryParams.get(name);
const getParam = (name: string): string | null => }
fragmentParams.get(name) ?? queryParams.get(name);
const getAllParams = (name: string): string[] => [
...fragmentParams.getAll(name),
...queryParams.getAll(name),
];
const fontScale = parseFloat(getParam("fontScale") ?? ""); public getAllParams(name: string): string[] {
return [
...this.fragmentParams.getAll(name),
...this.queryParams.getAll(name),
];
}
public getFlagParam(name: string, defaultValue = false): boolean {
const param = this.getParam(name);
return param === null ? defaultValue : param !== "false";
}
}
/**
* Gets the app parameters for the current URL.
* @param search The URL search string
* @param hash The URL hash
* @returns The app parameters encoded in the URL
*/
export const getUrlParams = (
search = window.location.search,
hash = window.location.hash,
): UrlParams => {
const parser = new ParamParser(search, hash);
const fontScale = parseFloat(parser.getParam("fontScale") ?? "");
return {
widgetId: parser.getParam("widgetId"),
parentUrl: parser.getParam("parentUrl"),
// NB. we don't validate roomId here as we do in getRoomIdentifierFromUrl:
// what would we do if it were invalid? If the widget API says that's what
// the room ID is, then that's what it is.
roomId: parser.getParam("roomId"),
password: parser.getParam("password"),
// This flag has 'embed' as an alias for historical reasons
confineToRoom:
parser.getFlagParam("confineToRoom") || parser.getFlagParam("embed"),
appPrompt: parser.getFlagParam("appPrompt", true),
preload: parser.getFlagParam("preload"),
hideHeader: parser.getFlagParam("hideHeader"),
showControls: parser.getFlagParam("showControls", true),
hideScreensharing: parser.getFlagParam("hideScreensharing"),
e2eEnabled: parser.getFlagParam("enableE2EE", true),
userId: parser.getParam("userId"),
displayName: parser.getParam("displayName"),
deviceId: parser.getParam("deviceId"),
baseUrl: parser.getParam("baseUrl"),
lang: parser.getParam("lang"),
fonts: parser.getAllParams("font"),
fontScale: Number.isNaN(fontScale) ? null : fontScale,
analyticsID: parser.getParam("analyticsID"),
allowIceFallback: parser.getFlagParam("allowIceFallback"),
perParticipantE2EE: parser.getFlagParam("perParticipantE2EE"),
skipLobby: parser.getFlagParam("skipLobby"),
returnToLobby: parser.getFlagParam("returnToLobby"),
theme: parser.getParam("theme"),
viaServers: parser.getParam("viaServers"),
homeserver: parser.getParam("homeserver"),
};
};
/**
* Hook to simplify use of getUrlParams.
* @returns The app parameters for the current URL
*/
export const useUrlParams = (): UrlParams => {
const { search, hash } = useLocation();
return useMemo(() => getUrlParams(search, hash), [search, hash]);
};
export function getRoomIdentifierFromUrl(
pathname: string,
search: string,
hash: string,
): RoomIdentifier {
let roomAlias: string | null = null;
pathname = pathname.substring(1); // Strip the "/"
const pathComponents = pathname.split("/");
const pathHasRoom = pathComponents[0] == "room";
const hasRoomAlias = pathComponents.length > 1;
// What type is our url: roomAlias in hash, room alias as the search path, roomAlias after /room/
if (hash === "" || hash.startsWith("#?")) {
if (hasRoomAlias && pathHasRoom) {
roomAlias = pathComponents[1];
}
if (!pathHasRoom) {
roomAlias = pathComponents[0];
}
} else {
roomAlias = hash;
}
// Delete "?" and what comes afterwards
roomAlias = roomAlias?.split("?")[0] ?? null;
if (roomAlias) {
// Make roomAlias is null, if it only is a "#"
if (roomAlias.length <= 1) {
roomAlias = null;
} else {
// Add "#", if not present
if (!roomAlias.startsWith("#")) {
roomAlias = `#${roomAlias}`;
}
// Add server part, if not present
if (!roomAlias.includes(":")) {
roomAlias = `${roomAlias}:${Config.defaultServerName()}`;
}
}
}
const parser = new ParamParser(search, hash);
// Make sure roomId is valid // Make sure roomId is valid
let roomId: string | null = getParam("roomId"); let roomId: string | null = parser.getParam("roomId");
if (!roomId?.startsWith("!")) { if (!roomId?.startsWith("!")) {
roomId = null; roomId = null;
} else if (!roomId.includes("")) { } else if (!roomId.includes("")) {
@@ -164,33 +318,43 @@ export const getUrlParams = (
return { return {
roomAlias, roomAlias,
roomId, roomId,
viaServers: getAllParams("via"), viaServers: parser.getAllParams("viaServers"),
isEmbedded: hasParam("embed"),
preload: hasParam("preload"),
hideHeader: hasParam("hideHeader"),
hideScreensharing: hasParam("hideScreensharing"),
isPtt: hasParam("ptt"),
e2eEnabled: getParam("enableE2e") !== "false", // Defaults to true
userId: getParam("userId"),
displayName: getParam("displayName"),
deviceId: getParam("deviceId"),
baseUrl: getParam("baseUrl"),
lang: getParam("lang"),
fonts: getAllParams("font"),
fontScale: Number.isNaN(fontScale) ? null : fontScale,
analyticsID: getParam("analyticsID"),
allowIceFallback: hasParam("allowIceFallback"),
}; };
}; }
/** export const useRoomIdentifier = (): RoomIdentifier => {
* Hook to simplify use of getUrlParams. const { pathname, search, hash } = useLocation();
* @returns The app parameters for the current URL
*/
export const useUrlParams = (): UrlParams => {
const { search, pathname, hash } = useLocation();
return useMemo( return useMemo(
() => getUrlParams(false, search, pathname, hash), () => getRoomIdentifierFromUrl(pathname, search, hash),
[search, pathname, hash] [pathname, search, hash],
); );
}; };
export function generateUrlSearchParams(
roomId: string,
encryptionSystem: EncryptionSystem,
viaServers?: string[],
): URLSearchParams {
const params = new URLSearchParams();
// The password shouldn't need URL encoding here (we generate URL-safe ones) but encode
// it in case it came from another client that generated a non url-safe one
switch (encryptionSystem?.kind) {
case E2eeType.SHARED_KEY: {
const encodedPassword = encodeURIComponent(encryptionSystem.secret);
if (encodedPassword !== encryptionSystem.secret) {
logger.info(
"Encoded call password used non URL-safe chars: buggy client?",
);
}
params.set("password", encodedPassword);
break;
}
case E2eeType.PER_PARTICIPANT:
params.set("perParticipantE2EE", "true");
break;
}
params.set("roomId", roomId);
viaServers?.forEach((s) => params.set("viaServers", s));
return params;
}

View File

@@ -22,19 +22,5 @@ limitations under the License.
} }
.userButton svg * { .userButton svg * {
fill: var(--primary-content); fill: var(--cpd-color-icon-primary);
}
.avatar {
width: 24px;
height: 24px;
font-size: var(--font-size-caption);
}
@media (min-width: 800px) {
.avatar {
width: 32px;
height: 32px;
font-size: var(--font-size-body);
}
} }

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { useCallback, useMemo } from "react"; import { FC, ReactNode, useCallback, useMemo } from "react";
import { Item } from "@react-stately/collections"; import { Item } from "@react-stately/collections";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
@@ -24,30 +24,32 @@ import { PopoverMenuTrigger } from "./popover/PopoverMenu";
import { Menu } from "./Menu"; import { Menu } from "./Menu";
import { TooltipTrigger } from "./Tooltip"; import { TooltipTrigger } from "./Tooltip";
import { Avatar, Size } from "./Avatar"; import { Avatar, Size } from "./Avatar";
import { ReactComponent as UserIcon } from "./icons/User.svg"; import UserIcon from "./icons/User.svg?react";
import { ReactComponent as SettingsIcon } from "./icons/Settings.svg"; import SettingsIcon from "./icons/Settings.svg?react";
import { ReactComponent as LoginIcon } from "./icons/Login.svg"; import LoginIcon from "./icons/Login.svg?react";
import { ReactComponent as LogoutIcon } from "./icons/Logout.svg"; import LogoutIcon from "./icons/Logout.svg?react";
import { Body } from "./typography/Typography"; import { Body } from "./typography/Typography";
import styles from "./UserMenu.module.css"; import styles from "./UserMenu.module.css";
interface UserMenuProps { interface Props {
preventNavigation: boolean; preventNavigation: boolean;
isAuthenticated: boolean; isAuthenticated: boolean;
isPasswordlessUser: boolean; isPasswordlessUser: boolean;
userId: string;
displayName: string; displayName: string;
avatarUrl?: string; avatarUrl?: string;
onAction: (value: string) => void; onAction: (value: string) => void;
} }
export function UserMenu({ export const UserMenu: FC<Props> = ({
preventNavigation, preventNavigation,
isAuthenticated, isAuthenticated,
isPasswordlessUser, isPasswordlessUser,
userId,
displayName, displayName,
avatarUrl, avatarUrl,
onAction, onAction,
}: UserMenuProps) { }) => {
const { t } = useTranslation(); const { t } = useTranslation();
const location = useLocation(); const location = useLocation();
@@ -64,13 +66,13 @@ export function UserMenu({
arr.push({ arr.push({
key: "settings", key: "settings",
icon: SettingsIcon, icon: SettingsIcon,
label: t("Settings"), label: t("common.settings"),
}); });
if (isPasswordlessUser && !preventNavigation) { if (isPasswordlessUser && !preventNavigation) {
arr.push({ arr.push({
key: "login", key: "login",
label: t("Sign in"), label: t("action.sign_in"),
icon: LoginIcon, icon: LoginIcon,
dataTestid: "usermenu_login", dataTestid: "usermenu_login",
}); });
@@ -79,7 +81,7 @@ export function UserMenu({
if (!isPasswordlessUser && !preventNavigation) { if (!isPasswordlessUser && !preventNavigation) {
arr.push({ arr.push({
key: "logout", key: "logout",
label: t("Sign out"), label: t("action.sign_out"),
icon: LogoutIcon, icon: LogoutIcon,
dataTestid: "usermenu_logout", dataTestid: "usermenu_logout",
}); });
@@ -89,12 +91,12 @@ export function UserMenu({
return arr; return arr;
}, [isAuthenticated, isPasswordlessUser, displayName, preventNavigation, t]); }, [isAuthenticated, isPasswordlessUser, displayName, preventNavigation, t]);
const tooltip = useCallback(() => t("Profile"), [t]); const tooltip = useCallback(() => t("common.profile"), [t]);
if (!isAuthenticated) { if (!isAuthenticated) {
return ( return (
<LinkButton to={{ pathname: "/login", state: { from: location } }}> <LinkButton to={{ pathname: "/login", state: { from: location } }}>
Log in {t("log_in")}
</LinkButton> </LinkButton>
); );
} }
@@ -109,10 +111,10 @@ export function UserMenu({
> >
{isAuthenticated && (!isPasswordlessUser || avatarUrl) ? ( {isAuthenticated && (!isPasswordlessUser || avatarUrl) ? (
<Avatar <Avatar
id={userId}
name={displayName}
size={Size.SM} size={Size.SM}
className={styles.avatar}
src={avatarUrl} src={avatarUrl}
fallback={displayName.slice(0, 1).toUpperCase()}
/> />
) : ( ) : (
<UserIcon /> <UserIcon />
@@ -121,8 +123,8 @@ export function UserMenu({
</TooltipTrigger> </TooltipTrigger>
{ {
// eslint-disable-next-line @typescript-eslint/no-explicit-any // eslint-disable-next-line @typescript-eslint/no-explicit-any
(props: any) => ( (props: any): ReactNode => (
<Menu {...props} label={t("User menu")} onAction={onAction}> <Menu {...props} label={t("a11y.user_menu")} onAction={onAction}>
{items.map(({ key, icon: Icon, label, dataTestid }) => ( {items.map(({ key, icon: Icon, label, dataTestid }) => (
<Item key={key} textValue={label}> <Item key={key} textValue={label}>
<Icon <Icon
@@ -139,4 +141,4 @@ export function UserMenu({
} }
</PopoverMenuTrigger> </PopoverMenuTrigger>
); );
} };

View File

@@ -14,38 +14,41 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { useCallback, useState } from "react"; import { FC, useCallback, useState } from "react";
import { useHistory, useLocation } from "react-router-dom"; import { useHistory, useLocation } from "react-router-dom";
import { useClientLegacy } from "./ClientContext"; import { useClientLegacy } from "./ClientContext";
import { useProfile } from "./profile/useProfile"; import { useProfile } from "./profile/useProfile";
import { useModalTriggerState } from "./Modal"; import { defaultSettingsTab, SettingsModal } from "./settings/SettingsModal";
import { SettingsModal } from "./settings/SettingsModal";
import { UserMenu } from "./UserMenu"; import { UserMenu } from "./UserMenu";
interface Props { interface Props {
preventNavigation?: boolean; preventNavigation?: boolean;
} }
export function UserMenuContainer({ preventNavigation = false }: Props) { export const UserMenuContainer: FC<Props> = ({ preventNavigation = false }) => {
const location = useLocation(); const location = useLocation();
const history = useHistory(); const history = useHistory();
const { client, logout, authenticated, passwordlessUser } = useClientLegacy(); const { client, logout, authenticated, passwordlessUser } = useClientLegacy();
const { displayName, avatarUrl } = useProfile(client); const { displayName, avatarUrl } = useProfile(client);
const { modalState, modalProps } = useModalTriggerState(); const [settingsModalOpen, setSettingsModalOpen] = useState(false);
const onDismissSettingsModal = useCallback(
() => setSettingsModalOpen(false),
[setSettingsModalOpen],
);
const [defaultSettingsTab, setDefaultSettingsTab] = useState<string>(); const [settingsTab, setSettingsTab] = useState(defaultSettingsTab);
const onAction = useCallback( const onAction = useCallback(
async (value: string) => { async (value: string) => {
switch (value) { switch (value) {
case "user": case "user":
setDefaultSettingsTab("profile"); setSettingsTab("profile");
modalState.open(); setSettingsModalOpen(true);
break; break;
case "settings": case "settings":
setDefaultSettingsTab("audio"); setSettingsTab("audio");
modalState.open(); setSettingsModalOpen(true);
break; break;
case "logout": case "logout":
logout?.(); logout?.();
@@ -55,7 +58,7 @@ export function UserMenuContainer({ preventNavigation = false }: Props) {
break; break;
} }
}, },
[history, location, logout, modalState] [history, location, logout, setSettingsModalOpen],
); );
const userName = client?.getUserIdLocalpart() ?? ""; const userName = client?.getUserIdLocalpart() ?? "";
@@ -67,15 +70,18 @@ export function UserMenuContainer({ preventNavigation = false }: Props) {
isPasswordlessUser={passwordlessUser} isPasswordlessUser={passwordlessUser}
avatarUrl={avatarUrl} avatarUrl={avatarUrl}
onAction={onAction} onAction={onAction}
userId={client?.getUserId() ?? ""}
displayName={displayName || (userName ? userName.replace("@", "") : "")} displayName={displayName || (userName ? userName.replace("@", "") : "")}
/> />
{modalState.isOpen && client && ( {client && (
<SettingsModal <SettingsModal
client={client} client={client}
defaultTab={defaultSettingsTab} open={settingsModalOpen}
{...modalProps} onDismiss={onDismissSettingsModal}
tab={settingsTab}
onTabChange={setSettingsTab}
/> />
)} )}
</> </>
); );
} };

View File

@@ -1,10 +1,26 @@
/*
Copyright 2023 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { FC } from "react"; import { FC } from "react";
import { Trans } from "react-i18next"; import { Trans } from "react-i18next";
import { Link } from "../typography/Typography"; import { Link } from "../typography/Typography";
export const AnalyticsNotice: FC = () => ( export const AnalyticsNotice: FC = () => (
<Trans> <Trans i18nKey="analytics_notice">
By participating in this beta, you consent to the collection of anonymous By participating in this beta, you consent to the collection of anonymous
data, which we use to improve the product. You can find more information data, which we use to improve the product. You can find more information
about which data we track in our{" "} about which data we track in our{" "}

View File

@@ -20,7 +20,6 @@ import { MatrixClient } from "matrix-js-sdk";
import { Buffer } from "buffer"; import { Buffer } from "buffer";
import { widget } from "../widget"; import { widget } from "../widget";
import { getSetting, setSetting, settingsBus } from "../settings/useSetting";
import { import {
CallEndedTracker, CallEndedTracker,
CallStartedTracker, CallStartedTracker,
@@ -31,9 +30,11 @@ import {
UndecryptableToDeviceEventTracker, UndecryptableToDeviceEventTracker,
QualitySurveyEventTracker, QualitySurveyEventTracker,
CallDisconnectedEventTracker, CallDisconnectedEventTracker,
CallConnectDurationTracker,
} from "./PosthogEvents"; } from "./PosthogEvents";
import { Config } from "../config/Config"; import { Config } from "../config/Config";
import { getUrlParams } from "../UrlParams"; import { getUrlParams } from "../UrlParams";
import { optInAnalytics } from "../settings/settings";
/* Posthog analytics tracking. /* Posthog analytics tracking.
* *
@@ -116,7 +117,7 @@ export class PosthogAnalytics {
return this.internalInstance; return this.internalInstance;
} }
constructor(private readonly posthog: PostHog) { private constructor(private readonly posthog: PostHog) {
const posthogConfig: PosthogSettings = { const posthogConfig: PosthogSettings = {
project_api_key: Config.get().posthog?.api_key, project_api_key: Config.get().posthog?.api_key,
api_host: Config.get().posthog?.api_host, api_host: Config.get().posthog?.api_host,
@@ -129,7 +130,7 @@ export class PosthogAnalytics {
const { analyticsID } = getUrlParams(); const { analyticsID } = getUrlParams();
// if the embedding platform (element web) already got approval to communicating with posthog // if the embedding platform (element web) already got approval to communicating with posthog
// element call can also send events to posthog // element call can also send events to posthog
setSetting("opt-in-analytics", Boolean(analyticsID)); optInAnalytics.setValue(Boolean(analyticsID));
} }
this.posthog.init(posthogConfig.project_api_key, { this.posthog.init(posthogConfig.project_api_key, {
@@ -145,18 +146,16 @@ export class PosthogAnalytics {
this.enabled = true; this.enabled = true;
} else { } else {
logger.info( logger.info(
"Posthog is not enabled because there is no api key or no host given in the config" "Posthog is not enabled because there is no api key or no host given in the config",
); );
this.enabled = false; this.enabled = false;
} }
this.startListeningToSettingsChanges(); this.startListeningToSettingsChanges(); // Triggers maybeIdentifyUser
const optInAnalytics = getSetting("opt-in-analytics", false);
this.updateAnonymityAndIdentifyUser(optInAnalytics);
} }
private sanitizeProperties = ( private sanitizeProperties = (
properties: Properties, properties: Properties,
_eventName: string _eventName: string,
): Properties => { ): Properties => {
// Callback from posthog to sanitize properties before sending them to the server. // Callback from posthog to sanitize properties before sending them to the server.
// Here we sanitize posthog's built in properties which leak PII e.g. url reporting. // Here we sanitize posthog's built in properties which leak PII e.g. url reporting.
@@ -182,7 +181,7 @@ export class PosthogAnalytics {
return properties; return properties;
}; };
private registerSuperProperties(properties: Properties) { private registerSuperProperties(properties: Properties): void {
if (this.enabled) { if (this.enabled) {
this.posthog.register(properties); this.posthog.register(properties);
} }
@@ -200,8 +199,8 @@ export class PosthogAnalytics {
private capture( private capture(
eventName: string, eventName: string,
properties: Properties, properties: Properties,
options?: CaptureOptions options?: CaptureOptions,
) { ): void {
if (!this.enabled) { if (!this.enabled) {
return; return;
} }
@@ -212,7 +211,7 @@ export class PosthogAnalytics {
return this.enabled; return this.enabled;
} }
setAnonymity(anonymity: Anonymity): void { private setAnonymity(anonymity: Anonymity): void {
// Update this.anonymity. // Update this.anonymity.
// To update the anonymity typically you want to call updateAnonymityFromSettings // To update the anonymity typically you want to call updateAnonymityFromSettings
// to ensure this value is in step with the user's settings. // to ensure this value is in step with the user's settings.
@@ -235,7 +234,9 @@ export class PosthogAnalytics {
.join(""); .join("");
} }
private async identifyUser(analyticsIdGenerator: () => string) { private async identifyUser(
analyticsIdGenerator: () => string,
): Promise<void> {
if (this.anonymity == Anonymity.Pseudonymous && this.enabled) { if (this.anonymity == Anonymity.Pseudonymous && this.enabled) {
// Check the user's account_data for an analytics ID to use. Storing the ID in account_data allows // Check the user's account_data for an analytics ID to use. Storing the ID in account_data allows
// different devices to send the same ID. // different devices to send the same ID.
@@ -257,27 +258,27 @@ export class PosthogAnalytics {
// The above could fail due to network requests, but not essential to starting the application, // The above could fail due to network requests, but not essential to starting the application,
// so swallow it. // so swallow it.
logger.log( logger.log(
"Unable to identify user for tracking" + (e as Error)?.toString() "Unable to identify user for tracking" + (e as Error)?.toString(),
); );
} }
if (analyticsID) { if (analyticsID) {
this.posthog.identify(analyticsID); this.posthog.identify(analyticsID);
} else { } else {
logger.info( logger.info(
"No analyticsID is availble. Should not try to setup posthog" "No analyticsID is availble. Should not try to setup posthog",
); );
} }
} }
} }
async getAnalyticsId() { private async getAnalyticsId(): Promise<string | null> {
const client: MatrixClient = window.matrixclient; const client: MatrixClient = window.matrixclient;
let accountAnalyticsId; let accountAnalyticsId;
if (widget) { if (widget) {
accountAnalyticsId = getUrlParams().analyticsID; accountAnalyticsId = getUrlParams().analyticsID;
} else { } else {
const accountData = await client.getAccountDataFromServer( const accountData = await client.getAccountDataFromServer(
PosthogAnalytics.ANALYTICS_EVENT_TYPE PosthogAnalytics.ANALYTICS_EVENT_TYPE,
); );
accountAnalyticsId = accountData?.id; accountAnalyticsId = accountData?.id;
} }
@@ -290,12 +291,14 @@ export class PosthogAnalytics {
return null; return null;
} }
async hashedEcAnalyticsId(accountAnalyticsId: string): Promise<string> { private async hashedEcAnalyticsId(
accountAnalyticsId: string,
): Promise<string> {
const client: MatrixClient = window.matrixclient; const client: MatrixClient = window.matrixclient;
const posthogIdMaterial = "ec" + accountAnalyticsId + client.getUserId(); const posthogIdMaterial = "ec" + accountAnalyticsId + client.getUserId();
const bufferForPosthogId = await crypto.subtle.digest( const bufferForPosthogId = await crypto.subtle.digest(
"sha-256", "sha-256",
Buffer.from(posthogIdMaterial, "utf-8") Buffer.from(posthogIdMaterial, "utf-8"),
); );
const view = new Int32Array(bufferForPosthogId); const view = new Int32Array(bufferForPosthogId);
return Array.from(view) return Array.from(view)
@@ -303,17 +306,17 @@ export class PosthogAnalytics {
.join(""); .join("");
} }
async setAccountAnalyticsId(analyticsID: string) { private async setAccountAnalyticsId(analyticsID: string): Promise<void> {
if (!widget) { if (!widget) {
const client = window.matrixclient; const client = window.matrixclient;
// the analytics ID only needs to be set in the standalone version. // the analytics ID only needs to be set in the standalone version.
const accountData = await client.getAccountDataFromServer( const accountData = await client.getAccountDataFromServer(
PosthogAnalytics.ANALYTICS_EVENT_TYPE PosthogAnalytics.ANALYTICS_EVENT_TYPE,
); );
await client.setAccountData( await client.setAccountData(
PosthogAnalytics.ANALYTICS_EVENT_TYPE, PosthogAnalytics.ANALYTICS_EVENT_TYPE,
Object.assign({ id: analyticsID }, accountData) Object.assign({ id: analyticsID }, accountData),
); );
} }
} }
@@ -330,11 +333,10 @@ export class PosthogAnalytics {
} }
public onLoginStatusChanged(): void { public onLoginStatusChanged(): void {
const optInAnalytics = getSetting("opt-in-analytics", false); this.maybeIdentifyUser();
this.updateAnonymityAndIdentifyUser(optInAnalytics);
} }
private updateSuperProperties() { private updateSuperProperties(): void {
// Update super properties in posthog with our platform (app version, platform). // Update super properties in posthog with our platform (app version, platform).
// These properties will be subsequently passed in every event. // These properties will be subsequently passed in every event.
// //
@@ -354,28 +356,20 @@ export class PosthogAnalytics {
return this.eventSignup.getSignupEndTime() > new Date(0); return this.eventSignup.getSignupEndTime() > new Date(0);
} }
private async updateAnonymityAndIdentifyUser( private async maybeIdentifyUser(): Promise<void> {
pseudonymousOptIn: boolean
): Promise<void> {
// Update this.anonymity based on the user's analytics opt-in settings
const anonymity = pseudonymousOptIn
? Anonymity.Pseudonymous
: Anonymity.Disabled;
this.setAnonymity(anonymity);
// We may not yet have a Matrix client at this point, if not, bail. This should get // We may not yet have a Matrix client at this point, if not, bail. This should get
// triggered again by onLoginStatusChanged once we do have a client. // triggered again by onLoginStatusChanged once we do have a client.
if (!window.matrixclient) return; if (!window.matrixclient) return;
if (anonymity === Anonymity.Pseudonymous) { if (this.anonymity === Anonymity.Pseudonymous) {
this.setRegistrationType( this.setRegistrationType(
window.matrixclient.isGuest() || window.passwordlessUser window.matrixclient.isGuest() || window.passwordlessUser
? RegistrationType.Guest ? RegistrationType.Guest
: RegistrationType.Registered : RegistrationType.Registered,
); );
// store the promise to await posthog-tracking-events until the identification is done. // store the promise to await posthog-tracking-events until the identification is done.
this.identificationPromise = this.identifyUser( this.identificationPromise = this.identifyUser(
PosthogAnalytics.getRandomAnalyticsId PosthogAnalytics.getRandomAnalyticsId,
); );
await this.identificationPromise; await this.identificationPromise;
if (this.userRegisteredInThisSession()) { if (this.userRegisteredInThisSession()) {
@@ -383,14 +377,14 @@ export class PosthogAnalytics {
} }
} }
if (anonymity !== Anonymity.Disabled) { if (this.anonymity !== Anonymity.Disabled) {
this.updateSuperProperties(); this.updateSuperProperties();
} }
} }
public async trackEvent<E extends IPosthogEvent>( public async trackEvent<E extends IPosthogEvent>(
{ eventName, ...properties }: E, { eventName, ...properties }: E,
options?: CaptureOptions options?: CaptureOptions,
): Promise<void> { ): Promise<void> {
if (this.identificationPromise) { if (this.identificationPromise) {
// only make calls to posthog after the identificaion is done // only make calls to posthog after the identificaion is done
@@ -413,8 +407,9 @@ export class PosthogAnalytics {
// * When the user changes their preferences on this device // * When the user changes their preferences on this device
// Note that for new accounts, pseudonymousAnalyticsOptIn won't be set, so updateAnonymityFromSettings // Note that for new accounts, pseudonymousAnalyticsOptIn won't be set, so updateAnonymityFromSettings
// won't be called (i.e. this.anonymity will be left as the default, until the setting changes) // won't be called (i.e. this.anonymity will be left as the default, until the setting changes)
settingsBus.on("opt-in-analytics", (optInAnalytics) => { optInAnalytics.value.subscribe((optIn) => {
this.updateAnonymityAndIdentifyUser(optInAnalytics); this.setAnonymity(optIn ? Anonymity.Pseudonymous : Anonymity.Disabled);
this.maybeIdentifyUser();
}); });
} }
@@ -439,4 +434,5 @@ export class PosthogAnalytics {
public eventUndecryptableToDevice = new UndecryptableToDeviceEventTracker(); public eventUndecryptableToDevice = new UndecryptableToDeviceEventTracker();
public eventQualitySurvey = new QualitySurveyEventTracker(); public eventQualitySurvey = new QualitySurveyEventTracker();
public eventCallDisconnected = new CallDisconnectedEventTracker(); public eventCallDisconnected = new CallDisconnectedEventTracker();
public eventCallConnectDuration = new CallConnectDurationTracker();
} }

Some files were not shown because too many files have changed in this diff Show More