Germain Souquet
f8ec445ff0
Fix addLiveEvent with 'replace' strategy
2021-09-22 17:14:18 +01:00
Germain Souquet
1359c0574e
Share room state events with thread's timelines
2021-09-22 11:19:08 +01:00
Travis Ralston
b1d239b292
Merge pull request #1934 from aaronraimist/kick-api
...
Switch to /kick API
2021-09-21 23:30:23 -06:00
Travis Ralston
70031415e8
Merge pull request #1938 from matrix-org/travis/fix-widgets-relations
...
Ensure unencrypted fields get exposed by getEffectiveEvent()
2021-09-21 23:16:18 -06:00
Travis Ralston
5a73a9758a
Merge pull request #1941 from SimonBrandner/feature/bound
...
Add `bound` to `IThreepid`
2021-09-21 11:36:36 -06:00
Travis Ralston
6848e96244
Merge pull request #1942 from SimonBrandner/feature/trusted_locally
...
Add `trusted_locally` to `TrustInfo`
2021-09-21 11:26:35 -06:00
Travis Ralston
b53566e074
Merge pull request #1827 from SimonBrandner/feature/call-upgrades
...
Support for call upgrades
2021-09-21 09:10:02 -06:00
Šimon Brandner
012b914a97
Add trusted_locally to TrustInfo
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-21 16:20:39 +02:00
Šimon Brandner
3c6eed0135
Add bound to IThreepid
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-21 14:56:33 +02:00
Šimon Brandner
b83977e72f
Add @param docs
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-20 16:40:46 +02:00
Travis Ralston
8f5082cd2f
Merge pull request #1940 from SimonBrandner/feature/getHistoryVisibility
...
Add `getHistoryVisibility()` and `getGuestAccess()`
2021-09-20 08:34:14 -06:00
David Baker
50c877cb60
Merge pull request #1939 from SimonBrandner/fix/stream-stopping
...
Fix stream stopping and improve logging
2021-09-20 11:56:36 +01:00
Šimon Brandner
e3e7fd5900
Add getGuestAccess()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-19 10:47:18 +02:00
Šimon Brandner
69823f9cae
Add getHistoryVisibility()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-19 10:36:45 +02:00
Šimon Brandner
e5dcdf109a
Fix stream stopping and improve logging
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-19 09:29:16 +02:00
Šimon Brandner
5c6a643436
Merge branch 'feature/call-upgrades' of https://github.com/SimonBrandner/matrix-js-sdk into feature/call-upgrades
2021-09-19 07:44:40 +02:00
Šimon Brandner
1ca1a69eb8
Fix docs
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-19 07:44:28 +02:00
Šimon Brandner
76ea1ba192
Improve log
...
Co-authored-by: Travis Ralston <travpc@gmail.com >
2021-09-19 07:43:09 +02:00
Šimon Brandner
8cd8ec134e
Merge remote-tracking branch 'upstream/develop' into feature/call-upgrades
2021-09-19 07:42:04 +02:00
Travis Ralston
6c649e2bfe
Merge pull request #1937 from SimonBrandner/fix/getUserMediaStream
...
Fix `getUserMediaStream()` not being able to handle streams of different track combinations
2021-09-18 16:29:15 -06:00
Travis Ralston
9f42647a75
Ensure unencrypted fields get exposed by getEffectiveEvent()
...
Fixes https://github.com/vector-im/element-web/issues/19062
2021-09-18 16:26:08 -06:00
Šimon Brandner
9747e5e0d5
Fix getUserMediaStream() not being able to handle streams of different track combinations
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-18 13:18:28 +02:00
Šimon Brandner
a4cacbc73a
Add call upgrade support
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-18 12:32:13 +02:00
Šimon Brandner
f24840d09c
Make CallFeed handle addTrack events
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-18 12:31:54 +02:00
Šimon Brandner
acb7991cc5
Fix getUserMediaStream() not being able to handle streams of different track combinations
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-18 12:27:24 +02:00
Šimon Brandner
6addc7dd3d
Add MockMediaStream
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-18 12:27:08 +02:00
Eric Eastwood
2bd60f4160
Merge pull request #1933 from matrix-org/madlittlemods/more-better-pr-descriptions
...
Update PR guidelines for easier review
2021-09-17 11:54:13 -05:00
David Baker
e71362a6df
Merge pull request #1936 from matrix-org/dbkr/await_save_backup_key
...
Fix race on automatic backup restore
2021-09-17 17:06:43 +01:00
David Baker
673c09cd77
Fix race on automatic backup restore
...
We forgot to await the saving of the backup key, so there was a race
where it would fail to get the backup key because it hadn't been saved
yet, so the backup wouldn't be restored automatically.
Fixes https://github.com/vector-im/element-web/issues/17781
2021-09-17 15:53:14 +01:00
Dariusz Niemczyk
4bc8f968e0
Merge pull request #1932 from matrix-org/palid/threads-typescriptify
...
Fix PR comments
2021-09-17 08:11:36 +02:00
Aaron Raimist
35ee58dfe1
Switch to /kick API
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2021-09-17 01:05:21 -05:00
Eric Eastwood
3705426b6d
Make PR's easier to review
2021-09-16 16:05:49 -05:00
Dariusz Niemczyk
5813aea27f
Properly rename ThreadEvents to ThreadEvent
2021-09-16 17:49:31 +02:00
Dariusz Niemczyk
5ba836a31b
Fix PR comments
2021-09-16 17:12:57 +02:00
Dariusz Niemczyk
4f387d15b9
Merge pull request #1930 from matrix-org/palid/threads-typescriptify
...
Typescriptify thread events a bit
2021-09-16 17:12:02 +02:00
Dariusz Niemczyk
8ab0246ca2
Fix PR comments
2021-09-16 16:03:47 +02:00
Dariusz Niemczyk
ed68bd4108
Typescriptify thread events a bit
2021-09-16 15:59:41 +02:00
Dariusz Niemczyk
3d39e8ec26
Merge pull request #1880 from matrix-org/palid/fix/dont-persist-log-level
...
Palid/fix/dont persist log level
2021-09-16 14:52:52 +02:00
Robert Long
53bdab7cc8
Merge pull request #1929 from matrix-org/robertlong/datachannels
...
Add WebRTC DataChannels to MatrixCall
2021-09-15 14:25:13 -07:00
Robert Long
fafa55ba1d
Merge pull request #1928 from matrix-org/robertlong/clone-streams
...
Clone and stop local media streams from mediaHandler
2021-09-15 14:25:00 -07:00
Travis Ralston
3a818c1419
Merge pull request #1927 from SimonBrandner/feature/getBuffer
...
Add `getBuffer()` to `QRCodeData`
2021-09-15 14:42:11 -06:00
Robert Long
422853298c
Reset media stream arrays
2021-09-15 13:20:52 -07:00
Robert Long
f3a2bd6b40
Clean up stopAllMedia
2021-09-15 12:38:12 -07:00
Robert Long
6834137f50
Add datachannels to MatrixCall
2021-09-15 12:28:09 -07:00
Robert Long
c4d7fef0cd
Clone and stop local media streams from mediaHandler
2021-09-15 12:08:28 -07:00
Šimon Brandner
556b5ff628
Add getBuffer() to QRCodeData
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-15 20:27:13 +02:00
David Baker
2daa1ec4ce
Merge pull request #1916 from matrix-org/dbkr/verify_key_share_tests
...
Tests for key sharing security fix
2021-09-15 18:38:03 +01:00
Travis Ralston
348ea72b70
Merge pull request #1925 from SimonBrandner/task/setCodecPreferences
...
Add `setCodecPreferences()` to `global.d.ts`
2021-09-15 09:48:27 -06:00
Šimon Brandner
4e14d810c5
Add setCodecPreferences()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-15 17:44:16 +02:00
Travis Ralston
f84905b003
Merge pull request #1924 from SimonBrandner/revert-1923-task/die-rtx-hack
...
Revert "Remove RTX codec hack "
2021-09-15 09:23:27 -06:00