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 and GitHub
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
renovate[bot] and GitHub
dd914ace20
Update dependency @livekit/components-react to v1.4.0
2023-11-16 15:18:36 +00:00
David Baker and GitHub
081c42f5bc
Merge pull request #1892 from vector-im/dbkr/focus_switch_keep_screenshare
...
Keep screenshares when switching focus
v0.5.12
2023-11-16 09:39:17 +00:00
Robin and GitHub
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 and GitHub
56c4ad088f
Merge pull request #1891 from vector-im/dbkr/require_e2eeconfig
...
Make E2EEConfig required
2023-11-15 16:13:17 +00:00
David Baker and GitHub
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] and GitHub
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 and GitHub
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 and GitHub
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] and GitHub
bb3a6571ca
Update dependency posthog-js to v1.88.3
2023-11-08 22:19:57 +00:00
renovate[bot] and GitHub
3cc9cb1c46
Update dependency @types/node to v20.9.0
2023-11-08 18:22:44 +00:00
David Baker and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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] and GitHub
f075cb1369
Update dependency @types/uuid to v9.0.7
2023-11-08 08:52:57 +00:00
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] and GitHub
f6d4af14b2
Update dependency @types/lodash to v4.14.201
2023-11-08 08:51:28 +00:00
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
f017261ed4
Update dependency @types/dompurify to v3.0.5 ( #1872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v0.5.10
2023-11-07 12:42:17 +01:00
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] and GitHub
18803bfc82
Update dependency @types/content-type to v1.1.8
2023-11-07 04:01:33 +00:00
renovate[bot] and GitHub
474c7099d2
Update typescript-eslint monorepo to v6.10.0
2023-11-06 19:27:49 +00:00
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 and GitHub
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
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] and GitHub
6274aaf8d9
Update dependency eslint to v8.53.0
2023-11-04 02:12:27 +00:00
David Baker and GitHub
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] and GitHub
68d047a783
Update dependency livekit-client to v1.14.3
2023-11-03 15:05:21 +00:00
Timo and GitHub
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 and GitHub
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
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
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] and GitHub
6b0bf798f0
Update dependency @vitejs/plugin-react to v4.1.1
2023-11-02 10:09:44 +00:00
David Baker and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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