1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
Commit Graph

4689 Commits

Author SHA1 Message Date
Bruno Windels
c4e449fc45 add null check for when there is no response 2020-02-20 11:42:33 +01:00
Bruno Windels
d51fad2de4 Merge pull request #1219 from matrix-org/bwindels/fixaliases
add method for new /aliases endpoint
2020-02-19 10:02:32 +00:00
Bruno Windels
c66755a756 jsdoc 2020-02-19 10:13:32 +01:00
Bruno Windels
886ad03505 add method to check server feature flag 2020-02-19 10:08:05 +01:00
Bruno Windels
ba33ef0a68 use unstable prefix 2020-02-19 10:07:52 +01:00
Bruno Windels
fe97dc3ece add method for new /aliases endpoint 2020-02-18 15:33:41 +01:00
Bruno Windels
04a3aaee35 Merge pull request #1213 from matrix-org/bwindels/filterverifmethods
method for checking if other party supports verification method
2020-02-18 10:15:49 +00:00
Bruno Windels
fef03cda9b Update src/crypto/verification/request/VerificationRequest.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2020-02-18 10:03:02 +00:00
Bruno Windels
3292fde41b Merge pull request #1210 from matrix-org/bwindels/localecho2
add local echo state for accepting or declining a verif req
2020-02-18 09:55:09 +00:00
RiotRobot
38cf25ac5a Merge branch 'master' into develop 2020-02-17 11:58:01 +00:00
RiotRobot
13d5d2f958 v5.0.0 v5.0.0 2020-02-17 11:55:26 +00:00
RiotRobot
7f6b66c824 Prepare changelog for v5.0.0 2020-02-17 11:55:25 +00:00
Bruno Windels
62c344b633 Merge pull request #1214 from matrix-org/bwindels/workswithrageshakes
make logging compatible with rageshakes
2020-02-14 16:39:05 +00:00
Bruno Windels
75ce2729f9 comment typo 2020-02-14 17:35:07 +01:00
Bruno Windels
6669554867 make logging compatible with rageshakes 2020-02-14 17:31:40 +01:00
Bruno Windels
d3294da37c Merge pull request #1209 from matrix-org/bwindels/oneverifrequest
Find existing requests when starting a new verification request
2020-02-14 15:33:06 +00:00
Bruno Windels
9b56bf25cf Update src/crypto/verification/request/InRoomChannel.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2020-02-14 14:43:50 +00:00
Bruno Windels
e1a33d8a7b Update src/crypto/verification/request/ToDeviceChannel.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2020-02-14 13:41:38 +00:00
Bruno Windels
47a1224c13 Merge pull request #1211 from matrix-org/bwindels/logsasmac
log MAC calculation during SAS
2020-02-14 12:54:40 +00:00
Bruno Windels
5c57d81e94 method for checking if other party supports verification method 2020-02-14 13:47:24 +01:00
Bruno Windels
edefd3ec88 log MAC calculation 2020-02-14 12:20:02 +01:00
Bruno Windels
f15098efde add local echo state for accepting or declining a verif req 2020-02-13 17:27:18 +01:00
RiotRobot
8ee99a0616 v5.0.0-rc.1 v5.0.0-rc.1 2020-02-13 15:41:46 +00:00
RiotRobot
3ace1d04cd Prepare changelog for v5.0.0-rc.1 2020-02-13 15:41:45 +00:00
Bruno Windels
365bb772bc also find existing request for to-device verification 2020-02-13 15:37:21 +01:00
Bruno Windels
5ee6ada973 use pending instead of individual checks 2020-02-13 15:37:04 +01:00
Bruno Windels
ee0fa0e687 fix lint 2020-02-13 14:47:35 +01:00
Bruno Windels
0d41f6aafc remove commented out logging 2020-02-13 14:36:18 +01:00
Bruno Windels
91b6499815 more consistent naming 2020-02-13 14:36:09 +01:00
Bruno Windels
7cd1166a47 allow finding existing verif req without starting a new one 2020-02-13 14:31:33 +01:00
Bruno Windels
f76cb677ff store sasEvent on verifier so we can get it if we missed show_sas event 2020-02-13 14:31:03 +01:00
Bruno Windels
05e7f4e6f7 look for existing verification request when trying to start a new one 2020-02-13 14:30:38 +01:00
Bruno Windels
6684574bdf Merge pull request #1206 from matrix-org/bwindels/dontpassmethodstoverify
Remove methods argument to verification
2020-02-13 08:51:27 +00:00
Hubert Chathi
36a945f8e2 Merge pull request #1207 from matrix-org/uhoreg/fix_opts_request
don't do a dynamic import of request
2020-02-11 13:54:12 -05:00
Hubert Chathi
6a3d322033 don't do a dynamic import of request 2020-02-11 13:02:34 -05:00
Bruno Windels
00c003ec65 remove methods arg to requestVerification(DM)
as it's easy to have this argument be out of sync from all
the places this is called from the js-sdk. There is also little point,
as you can already specify the methods a consumer of the js-sdk
wants to provide through the verificationMethods option when creating
the client object.
2020-02-11 17:42:49 +01:00
Bruno Windels
f4d335c161 use default methods if none are provided to the client 2020-02-11 17:42:17 +01:00
Bruno Windels
659f42139b Merge pull request #1201 from matrix-org/travis/wip/qr
QR self-verification fixes
2020-02-11 15:17:02 +00:00
Bruno Windels
0e791ed022 Merge pull request #1204 from matrix-org/bwindels/logverif
Log every verification event
2020-02-11 13:17:23 +00:00
Bruno Windels
48655aa1a3 log every verification event 2020-02-11 10:08:17 +01:00
Bruno Windels
83fa80cfda Merge pull request #1203 from matrix-org/bwindels/dontrequiredoneconfirmation
dont require .done event from other party
2020-02-11 08:18:46 +00:00
Bruno Windels
cf5b5ee085 dont require .done event from other party 2020-02-10 18:00:24 +01:00
Bruno Windels
429a4e3526 fix lint 2020-02-10 17:21:22 +01:00
Zoe
d66d4c1cd9 Merge pull request #1202 from matrix-org/foldleft/12221-reset-cross-signing
New option to fully reset Secret Storage keys in boostrapSecretStorage
2020-02-10 09:59:28 +00:00
Zoe
7a1bbdf2dd oops 2020-02-07 15:51:27 +00:00
Travis Ralston
29c1459568 Merge pull request #1190 from matrix-org/travis/qr-code-request-based
Add function to estimate target device for a VerificationRequest
2020-02-07 15:37:49 +00:00
Travis Ralston
efad46a8a4 Rename target device prop 2020-02-07 15:37:34 +00:00
Zoe
a69c621305 New option to fully reset Secret Storage keys in boostrapSecretStorage 2020-02-07 14:45:10 +00:00
Bruno Windels
ad6dde6f26 Merge pull request #1200 from matrix-org/bwindels/4sunlockpurpose
pass ssss item name to callback so we can differentiate UI on it
2020-02-07 08:58:43 +00:00
Bruno Windels
2627e46723 add jsdoc for new param 2020-02-06 18:43:46 +01:00