Commit Graph
4533 Commits
Author SHA1 Message Date
Hugh Nimmo-Smith d219f32111 Bump js-sdk 2024-09-04 18:33:40 +01:00
Hugh Nimmo-Smith cd2937cd8a Bump js-sdk 2024-09-04 18:16:42 +01:00
Hugh Nimmo-Smith 0a3dae0525 Upgrade js-sdk to get forward secrecy 2024-09-04 18:01:48 +01:00
Hugh Nimmo-Smith 7e1fbdb7bd Bump js-sdk 2024-09-04 17:32:55 +01:00
Hugh Nimmo-Smith 2afe179bb5 Merge branch 'livekit' into hughns/do-device-key-distribution 2024-09-04 17:21:28 +01:00
Hugh Nimmo-Smith 38384c22e6 Bump js-sdk 2024-09-04 16:56:58 +01:00
Robin cc813fd3cb Merge pull request #2610 from robintown/update-js-sdk
Update matrix-js-sdk
v0.6.4
2024-09-03 16:28:21 -04:00
Robin 4157ad071a Merge pull request #2608 from robintown/fix-rageshakes
Fix rageshakes
2024-09-03 16:23:30 -04:00
Robin bc157c6dc4 Update matrix-js-sdk
There's no particular change that we need to pull in, but I like to keep my linked copy of matrix-js-sdk up to date—a TypeScript config change is required by recent versions, so I'd like to update this now.
2024-09-03 16:18:34 -04:00
Robin 57e1434fec Merge pull request #2609 from robintown/coverage-barrier
Make the test coverage target non-blocking
2024-09-03 16:14:00 -04:00
ElementRobot bfbc5980b7 Merge pull request #2439 from element-hq/actions/localazy-download
Localazy Download
2024-09-03 15:10:42 -05:00
Robin 27394f9710 Make the test coverage target non-blocking
Sadly Codecov doesn't give us a way to relax the coverage requirements for changes that touch very few lines of code, which has been an invaluable feature of SonarCloud. I suggest we make the check non-blocking.
2024-09-03 16:07:43 -04:00
Robin 0d007f49ec Fix rageshakes
We were relying on deprecated APIs that are not supported when using Rust crypto. Since this entire file was copied and pasted from matrix-react-sdk originally, I just copied and pasted some of its more recent code in.
2024-09-03 16:00:17 -04:00
Robin 8e72ad597b Merge pull request #2473 from robintown/resize-observer
Remove ResizeObserver polyfill
2024-09-03 15:37:54 -04:00
Robin c8a2ef6a1d Merge branch 'livekit' into resize-observer 2024-09-03 15:35:10 -04:00
renovate[bot]andTimo c2cc0937c1 Update typescript-eslint monorepo to v8 (major) (#2523)
* Update typescript-eslint monorepo to v8

* es lint fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo <toger5@hotmail.de>
2024-09-03 17:14:27 +02:00
Robin 1784cb284c Merge pull request #2598 from robintown/test-media-vm
Test MediaViewModel
2024-09-03 10:40:02 -04:00
Hugh Nimmo-Smith c5f50e069d Update yarn.lock 2024-09-03 10:25:51 +01:00
Hugh Nimmo-Smith efcabe9014 Merge branch 'hughns/do-device-key-distribution' of https://github.com/element-hq/element-call into hughns/to-device-key-distribution 2024-09-03 10:23:31 +01:00
Hugh Nimmo-Smith 79d09e18ed Use branch of js-sdk 2024-09-03 10:23:22 +01:00
Hugh Nimmo-Smith a33b40ea02 Allow for null MatrixClient 2024-09-03 10:22:17 +01:00
Hugh Nimmo-Smith 9987a45475 Prototyping for to-device key distribution
Show participant ID and some encryption status message
Allow encryption system to be chosen at point of room creation
Send cryptoVersion platform data to Posthog
Send key distribution stats to posthog
Send encryption type for CallStarted and CallEnded events
Update js-sdk
2024-09-03 10:22:17 +01:00
Hugh Nimmo-Smith d060f85939 Use branch of js-sdk 2024-09-03 10:20:53 +01:00
Robin 55038065c7 Remove a test debug log (#2597) 2024-09-03 11:04:59 +02:00
fkwp 49ebb1cf4c Merge pull request #2601 from element-hq/renovate/matrix-widget-api
Update dependency matrix-widget-api to v1.9.0
2024-09-03 09:08:03 +02:00
fkwp b973e7446d Merge pull request #2606 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.5.1
2024-09-03 09:07:35 +02:00
renovate[bot] 5ebbb7b711 Update dependency livekit-client to v2.5.1 2024-09-02 20:29:29 +00:00
Timo 922fe5bafd Fix (registration flow): logout old before creating new client as required by initClient. (#2604) v0.6.3 v0.6.2.0 2024-09-02 21:42:50 +02:00
fkwp 5f8081bebb Merge pull request #2602 from Johennes/johannes/qr
Display QR code when sharing invite link
v0.6.2
2024-09-02 18:56:42 +02:00
Johannes MarbachandTimo 12237c469f Update src/QrCode.module.css
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2024-09-02 17:52:01 +02:00
Hugh Nimmo-Smith 4c68122bcd Allow for null MatrixClient 2024-09-02 16:48:57 +01:00
Hugh Nimmo-Smith 497b38b609 Prototyping for to-device key distribution
Show participant ID and some encryption status message
Allow encryption system to be chosen at point of room creation
Send cryptoVersion platform data to Posthog
Send key distribution stats to posthog
Send encryption type for CallStarted and CallEnded events
Update js-sdk
2024-09-02 16:48:57 +01:00
renovate[bot] 7ee3fbd832 Update all non-major dependencies (#2600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 17:48:56 +02:00
Timo 040288790c Fix (rust crypto): Adjust login procedures to account for rust crypto behaviour. (#2603)
* Fix for missing client store (caused by: #2587)

* Fix interactive login with authenticated guest user.
Fix clearing storage before logging in a new account.
2024-09-02 17:48:15 +02:00
Johannes Marbach cba5eb5c07 Run prettier 2024-09-02 16:30:37 +02:00
Johannes Marbach 6ae0c0988d Add simplistic rendering test 2024-09-02 16:28:53 +02:00
Johannes Marbach 088d4d93a0 Re-add types package 2024-09-02 09:10:42 +02:00
fkwp ead5f63a02 Merge pull request #2599 from element-hq/renovate/github-actions
Update actions/upload-artifact action to v4.4.0
2024-09-02 09:07:57 +02:00
Johannes Marbach 8655b41c05 Run prettier 2024-09-02 08:44:33 +02:00
Johannes Marbach 5b09a5ebd8 Merge branch 'livekit' into johannes/qr 2024-09-02 08:40:15 +02:00
Johannes Marbach 354382d498 Display QR code when sharing invite link
Fixes: #2495
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-09-02 08:25:10 +02:00
renovate[bot] 353987ca12 Update dependency matrix-widget-api to v1.9.0 2024-09-02 01:59:12 +00:00
renovate[bot] fa6b8b3f0b Update actions/upload-artifact action to v4.4.0 2024-09-01 00:30:19 +00:00
Robin 9d5145a7a6 Test MediaViewModel
This was the result of me playing around with RxJS marble testing to understand how to get things done with its TestScheduler. I discovered that it lacks a clear way to fire arbitrary actions during the test, so I built a small helper function called schedule which does this for us.
2024-08-30 19:09:42 -04:00
Timo 3e57a7692c Add back keyboard toast tests (#2582)
* Fix global-jsdom initialization

* add back toast tests

* fix keyboard input events.

* add jsdom types
2024-08-30 15:40:09 +02:00
Robin e9fc5dadd9 Merge pull request #2594 from robintown/upgrade-compound
Upgrade Compound Web
2024-08-30 09:38:17 -04:00
Andrew Ferrazzutti 86bacd2b47 Depend on a tagged js-sdk release (#2593)
which is possible since:
- matrix-org/matrix-js-sdk@ee94e9335
- element-hq/element-call@b79a405e
2024-08-30 09:37:15 -04:00
Robin cb28fa715a Upgrade Compound Web 2024-08-30 09:35:34 -04:00
Timo 172af1dce3 Add missing productName string (#2596) 2024-08-30 15:29:14 +02:00
Timo 270540f125 Update README.md (#2589) 2024-08-30 15:07:15 +02:00