Commit Graph

4558 Commits

Author SHA1 Message Date
Hugh Nimmo-Smith
cb89bd062c
Merge branch 'livekit' into hughns/do-device-key-distribution 2024-09-11 16:12:17 +01:00
Hugh Nimmo-Smith
c1161ed047 Bump js-sdk to fix embedded mode 2024-09-11 16:11:15 +01:00
Hugh Nimmo-Smith
a5aeb6f324
Give user feedback if the rageshake submission failed (#2621) 2024-09-11 14:53:50 +01:00
Robin
5fda7fa220
Merge pull request #2619 from robintown/copyright-header
Update the copyright header template
2024-09-11 09:53:16 -04:00
Robin
3df12be95c
Merge pull request #2620 from robintown/missing-members
Diagnose the missing room members situation
2024-09-11 09:33:42 -04:00
Hugh Nimmo-Smith
7e5b70d439
Rageshake logging improvements (#2622) 2024-09-11 14:02:59 +01:00
Hugh Nimmo-Smith
55ea373cd0 Intercept matrix_sdk logging via console 2024-09-11 12:20:30 +01:00
Hugh Nimmo-Smith
8e38d66611 Merge branch 'livekit' into hughns/to-device-key-distribution 2024-09-11 10:18:49 +01:00
Hugh Nimmo-Smith
0c762fd510 Rageshake logging improvements
Capture MatrixRTC related prefixed/child loggers from js-sdk.
Add explicit prefix to livekit log entries.
2024-09-11 10:08:35 +01:00
Hugh Nimmo-Smith
4cfdd15c03 Give user feedback if rageshake submission fails
Otherwise it swallows errors like 50x
2024-09-11 09:36:57 +01:00
Robin
ca135d471e React more actively to changes in room membership 2024-09-11 01:27:24 -04:00
Robin
1b5b9342fe Warn about duplicate rooms 2024-09-11 01:27:02 -04:00
Robin
e15296427c Update the copyright header template
This updates the text suggested by our copyright header lint rule.
2024-09-10 18:19:55 -04:00
renovate[bot]
460aa7618a
Update dependency @vector-im/compound-web to v6.1.2 (#2617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 09:50:24 +02:00
Timo
c3edd3e25e
Enable lint rules for Promise handling to discourage misuse of them. (#2607)
* Enable lint rules for Promise handling to discourage misuse of them.
Squashed all of Hugh's commits into one.

---------

Co-authored-by: Hugh Nimmo-Smith <hughns@element.io>
2024-09-10 09:49:35 +02:00
Hugh Nimmo-Smith
102399ad7d Include the hostname of where EC is running in rageshakes (#2616) 2024-09-09 11:56:44 +01:00
Hugh Nimmo-Smith
c30c8ac7d6
Include the hostname of where EC is running in rageshakes (#2616) 2024-09-09 11:14:46 +01:00
Hugh Nimmo-Smith
e502cfb7ce Bump js-sdk 2024-09-09 11:11:28 +01:00
renovate[bot]
0f63e2a181
Update all non-major dependencies (#2615)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 12:03:09 +02:00
Hugh Nimmo-Smith
20e3f6708a Bump js-sdk 2024-09-06 17:11:10 +01:00
Hugh Nimmo-Smith
a5ac5b2808 Merge branch 'livekit' into hughns/to-device-key-distribution 2024-09-06 10:08:44 +01:00
fkwp
040930c8d3
Merge pull request #2612 from element-hq/fkwp/change_license
Fkwp/change license
2024-09-06 10:40:29 +02:00
fkwp
f517099f27 The New Vector Ltd. -> New Vector Ltd 2024-09-06 10:35:10 +02:00
fkwp
9add3e52c4 Update file headers copyright and change licence to AGPL-3.0-only 2024-09-06 10:22:13 +02:00
fkwp
7f03116b65 Update LICENCE file 2024-09-06 10:21:49 +02:00
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
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]
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