Commit Graph

1986 Commits

Author SHA1 Message Date
RMidhunSuresh
4f42e1b34c Show a view when keys are missing 2023-06-09 13:33:36 +05:30
RMidhunSuresh
00479df71e Check verification for response as well 2023-06-08 21:01:11 +05:30
RMidhunSuresh
f8bfc384d3 Persist request-id in storage 2023-06-08 17:50:31 +05:30
RMidhunSuresh
af2dde7a1f Improve secret-sharing API 2023-06-07 23:28:29 +05:30
RMidhunSuresh
2784500cbd Fix curve key not being read correctly 2023-06-07 23:27:27 +05:30
RMidhunSuresh
5edf5e02c3 No need to overload this method 2023-06-07 14:53:46 +05:30
RMidhunSuresh
60966c482a Ignore our own requests 2023-06-07 14:53:09 +05:30
RMidhunSuresh
f8c5878a01 Fix key backup setup failing 2023-06-07 14:52:32 +05:30
RMidhunSuresh
8b36392b90 Rename "SharedSecret" -> "SecretSharing" 2023-06-05 11:58:55 +05:30
RMidhunSuresh
631b2f059f Implement secret sharing 2023-06-05 11:52:54 +05:30
RMidhunSuresh
e6a9e39c7d Implement store for shared secret 2023-06-05 11:51:07 +05:30
RMidhunSuresh
c0928c75f8 Export all classes from index.ts 2023-06-05 11:48:21 +05:30
RMidhunSuresh
e16d691437 Check key and emit event for encrypted message 2023-06-05 11:46:01 +05:30
RMidhunSuresh
83236a63ac Fix typo 2023-06-05 11:45:00 +05:30
RMidhunSuresh
3a1ffe8544 Add getter for device-id 2023-06-05 11:44:30 +05:30
RMidhunSuresh
ed3772d67b Add method to fetch device by curve key 2023-06-05 11:44:03 +05:30
RMidhunSuresh
e079a4d76c Check if the device is up to date
If not, fetch from hs
2023-06-05 11:43:07 +05:30
RMidhunSuresh
c45a84e110 Check if e2eeAccount is available first 2023-05-05 16:54:26 +05:30
RMidhunSuresh
72c6172a45 Implement a method to discard logs 2023-05-03 00:01:59 +05:30
RMidhunSuresh
99e67fedc3 Load call handler before using it 2023-05-01 23:44:42 +05:30
Bruno Windels
7a726ff8e5
Merge pull request #1075 from vector-im/fix-broken-key-share
Update code in RoomEncryption to use device_id and user_id
2023-04-14 14:34:17 +02:00
Bruno Windels
b52489cc90 we pass Member as a DeviceKey here, so also create the right getters 2023-04-11 16:22:20 +02:00
Bruno Windels
a8d49288a3
Merge pull request #921 from vector-im/madlittlemods/copy-permalink
Add "Copy `matrix.to` permalink" message action
2023-04-11 09:49:11 +02:00
RMidhunSuresh
82a7c9d4bf Use new prop names 2023-04-11 11:18:35 +05:30
RMidhunSuresh
7e20440328 Dispose cross-signing 2023-03-31 17:05:09 +05:30
RMidhunSuresh
016f9ff300 Send done before waiting for message 2023-03-31 15:54:45 +05:30
Bruno Windels
c8769514f3 adjust comment to reflect which keys we're talking about 2023-03-31 11:57:10 +02:00
Bruno Windels
f6599708b9 implementing observing user trust so UI can update when signing 2023-03-30 17:01:51 +02:00
Bruno Windels
ab65745b07 fix tests 2023-03-30 14:45:59 +02:00
Bruno Windels
c2b6c44a68 actually, don't need to pass this, it's already in options 2023-03-30 14:40:58 +02:00
Bruno Windels
74fe7427af sign device or user when mac check out during sas 2023-03-30 14:39:39 +02:00
RMidhunSuresh
b8e282377e Log mac method 2023-03-30 16:09:46 +05:30
RMidhunSuresh
244d56b60f Fix broken tests 2023-03-30 16:09:30 +05:30
Bruno Windels
f158197685
Update src/matrix/verification/CrossSigning.ts 2023-03-30 09:37:54 +00:00
Bruno Windels
67cc426b85
Update src/matrix/verification/CrossSigning.ts 2023-03-30 09:37:46 +00:00
RMidhunSuresh
ce018781f1 Make code more clear 2023-03-29 15:09:36 +05:30
RMidhunSuresh
7eb1c09a75 Use e2ee account 2023-03-29 15:09:36 +05:30
RMidhunSuresh
82692edab5 cancellation can be undefined 2023-03-29 15:09:36 +05:30
RMidhunSuresh
9080263bc6 Fix SAS failing 2023-03-29 15:09:35 +05:30
RMidhunSuresh
6e2cd3597f Fix rebase again 2023-03-29 15:09:35 +05:30
RMidhunSuresh
8becb2b605 Import as type 2023-03-29 15:09:35 +05:30
RMidhunSuresh
7e2823be5e Import as types 2023-03-29 15:09:35 +05:30
RMidhunSuresh
ac1a16d548 Remove unused code 2023-03-29 15:09:35 +05:30
RMidhunSuresh
d32d0def36 Fix emit 2023-03-29 15:09:35 +05:30
RMidhunSuresh
8c06582e04 Fix rebase 2023-03-29 15:09:35 +05:30
RMidhunSuresh
4aa86c6dd2 Support multiple requests 2023-03-29 15:09:34 +05:30
RMidhunSuresh
90ce3f5d86 Remove toast when receiving cancel 2023-03-29 15:08:57 +05:30
RMidhunSuresh
4c6a240e74 WIP: Toast notification 2023-03-29 15:08:54 +05:30
RMidhunSuresh
0f7ef6912f WIP: Add views/view-models 2023-03-29 15:08:08 +05:30
Bruno Windels
c92fd6069d group imports and import types 2023-03-28 23:33:53 +02:00