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
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
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
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
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
David Baker
d575ea4117
Merge pull request #1722 from vector-im/dbkr/dont_use_sender
...
Don't use event.sender
v0.5.7
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
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
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]
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
David Baker
e2abeba194
Merge pull request #1705 from vector-im/dbkr/use_secure_random
...
Generate call passwords with secure RNG
v0.5.6
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