RiotRobot
894c24880d
Verify target device key on reshare
2021-09-13 12:34:48 +01:00
Dariusz Niemczyk
92d822d494
Merge pull request #1847 from matrix-org/jaller94-patch-2
...
SSSSCryptoCallbacks.getSecretStorageKey: Test if delegateCryptoCallbacks has getSecretStorageKey
2021-08-24 15:24:54 +02:00
Travis Ralston
62c93f54cc
Merge pull request #1818 from matrix-org/t3chguy/fix/18089
...
Add support for /hierarchy API and fall back to /spaces API if needed
2021-08-23 15:51:28 -06:00
Dariusz Niemczyk
8fb036ba2d
Make eslint happy
2021-08-19 09:46:54 +02:00
Dariusz Niemczyk
0a10fa12ef
Add necessary changes for PasswordReset migration
2021-08-19 08:59:55 +02:00
David Baker
e30dad7913
Merge pull request #1859 from SimonBrandner/task/revert-quick-voip-fix
...
Revert quick VoIP fix
2021-08-18 18:50:37 +01:00
Travis Ralston
c2a0c02898
Merge pull request #1850 from matrix-org/travis/fsdk/filemeta
...
Add method for including extra fields when uploading to a tree space
2021-08-18 07:29:49 -06:00
Dariusz Niemczyk
7c1e89f86a
Merge pull request #1849 from matrix-org/jaller94-patch-3
...
Make delegateCryptoCallbacks an optional parameter of EncryptionSetupBuilder and SSSSCryptoCallbacks
2021-08-18 14:01:44 +02:00
Germain
29f8a4cba2
Merge pull request #1853 from matrix-org/gsouquet/ts-components-migration
...
Expose IMyDevice interface
2021-08-18 12:35:57 +01:00
Šimon Brandner
c0e15b206a
Revert "Fix regressions"
...
This reverts commit bd8690de57 .
2021-08-17 10:03:46 +02:00
Šimon Brandner
bd8690de57
Fix regressions
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-17 08:09:14 +02:00
Šimon Brandner
0d09f87777
Revert "Revert "Fix glare related regressions""
...
This reverts commit 4c552cc350 .
2021-08-17 07:33:40 +02:00
David Baker
4c552cc350
Revert "Fix glare related regressions"
2021-08-16 23:06:57 +01:00
David Baker
ccf296ea92
Merge pull request #1851 from SimonBrandner/fix/glare/18538
...
Fix glare related regressions
2021-08-16 12:27:51 +01:00
Šimon Brandner
d65b48204b
Await handleCallEvent()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-16 13:14:04 +02:00
Christian Paul
3c7cdb1da8
Update src/crypto/EncryptionSetup.ts
2021-08-16 10:36:21 +02:00
Germain Souquet
dd80e744ff
Expose IMyDevice interface
2021-08-16 09:06:52 +01:00
J. Ryan Stinnett
0b12e37459
Clarify usages of event's toJSON
2021-08-16 09:04:14 +01:00
Šimon Brandner
51e815f0cb
Fix glare
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-15 13:03:18 +02:00
Šimon Brandner
f3856d569d
Reformat some code
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-15 13:03:08 +02:00
Šimon Brandner
e6d1909f0b
Remove weird method call
...
If we can get localUsermediaStream gotUserMediaForAnswer() has alredy been called before
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-15 13:02:39 +02:00
Šimon Brandner
408976a199
Simplifie some code
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-15 12:58:38 +02:00
Šimon Brandner
4da49d926b
Remove unnecessary logs
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-15 12:57:27 +02:00
Šimon Brandner
75750ed760
Add a comment
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-15 12:56:48 +02:00
Travis Ralston
2f74779bf1
Merge pull request #1772 from matrix-org/t3chguy/ts/12
...
Convert SearchResult, InteractiveAuth, PushProcessor and Scheduler to TS
2021-08-13 10:08:54 -06:00
Michael Telatynski
7b038393b1
Merge pull request #1792 from matrix-org/t3chguy/kill-groups
...
Deprecate groups APIs
2021-08-13 16:39:47 +01:00
Travis Ralston
768c0e7f77
Add method for including extra fields when uploading to a tree space
...
We ultimately need this to include things like `info` and other metadata in a specific environment.
2021-08-13 09:25:19 -06:00
Christian Paul
c6009b1056
Make delegateCryptoCallbacks parameter optional on EncryptionSetupBuilder
2021-08-13 16:04:47 +02:00
Christian Paul
2a280afa88
Make SSSSCryptoCallbacks.delegateCryptoCallbacks optional
2021-08-13 15:58:44 +02:00
Christian Paul
be980f4bc9
Update src/crypto/EncryptionSetup.ts
2021-08-13 15:38:22 +02:00
Christian Paul
a2c10a7913
SSSSCryptoCallbacks.getSecretStorageKey: Test if delegateCryptoCallbacks has getSecretStorageKey
2021-08-13 15:28:01 +02:00
Christian Paul
7c4f7c9dad
SSSSCryptoCallbacks.getSecretStorageKey: Return null, if no key found
2021-08-13 15:23:47 +02:00
Christian Paul
62058e6d48
SSSSCryptoCallbacks.getSecretStorageKey may return Promise<void>
...
If no result is found, the function may reach the last line without `return` ever being called.
2021-08-13 15:15:20 +02:00
Dariusz Niemczyk
a2f514b544
Merge pull request #1834 from matrix-org/palid/fix/signaling-state-errors
...
Fix temporary call messages being handled without call
2021-08-13 14:17:30 +02:00
Michael Telatynski
14b424ee94
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/18089
2021-08-12 11:55:04 +01:00
Travis Ralston
1f9fab9a0c
Fix conditional on returning file tree spaces
...
If a tree space was deleted then it'll still hold a Room object for us, which is not much help if we're effectively trying to get the joined trees.
2021-08-11 15:11:13 -06:00
Michael Telatynski
d91d1cea34
Apply suggestions from code review
...
Co-authored-by: Travis Ralston <travisr@matrix.org >
2021-08-11 21:47:51 +01:00
Michael Telatynski
69ba32683c
Iterate PR based on feedback
2021-08-11 21:45:51 +01:00
Michael Telatynski
fc78e63ad1
Fix RoomHierarchy comments
2021-08-11 20:57:40 +01:00
Michael Telatynski
db212a555d
Update to latest version of MSC2946 API s/next_token/next_batch/
2021-08-11 20:49:23 +01:00
Dariusz Niemczyk
4607f0177c
Fix invalid string quotes
2021-08-11 14:39:00 +02:00
Dariusz Niemczyk
d7dbaeba46
Update src/webrtc/callEventHandler.ts
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-11 14:38:20 +02:00
Dariusz Niemczyk
3e94db1837
Update src/webrtc/call.ts
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-11 14:38:13 +02:00
Dariusz Niemczyk
4fd77c2f05
Update src/webrtc/callEventHandler.ts
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-11 14:38:08 +02:00
Dariusz Niemczyk
9fe05e7d40
Fix temporary call messages being handled without call
...
In cases where a rogue client, or just a simple bug, sends a temporary
call message, like CallNegotiate the messages should just be discarded
if there's no actual p2p connection created.
2021-08-11 14:28:10 +02:00
Matthew Hodgson
97d718e850
tab->space
2021-08-11 11:31:40 +01:00
Matthew Hodgson
913b2d148c
clarify blank candidate comment
2021-08-11 11:30:42 +01:00
Matthew Hodgson
916f6a6126
fix TURN by fixing regression preventing multiple candidates from sending
...
In https://github.com/matrix-org/matrix-js-sdk/commit/eafecd36bc860e79d9aa280a7e60455dbd7c6f67#diff-df33fb6c18a9b5896cd500875824d6c10980d42c92b21cedac6d8f570a8d52b7L1639
the candidateSendTries reset was accidentally lost, meaning that we never send more than one m.call.candidates, breaking trickle ICE.
Also, we leak blank candidates out in m.call.candidates on Safari and FF, so fix that too.
2021-08-11 04:42:32 +01:00
David Baker
2375b00b52
more null checking
2021-08-10 22:09:01 +01:00
David Baker
13cdca028f
Fix blank profile in join events
...
This definitely needs explanation, but hopefully the comment is sufficient.
Type: defect
Fixes https://github.com/vector-im/element-web/issues/18321
Regressed in https://github.com/matrix-org/matrix-js-sdk/pull/1765
2021-08-10 21:59:40 +01:00