David Langley
491f0cd08a
Change license ( #13 )
...
* Copyright headers 1
* Licence headers 2
* Copyright Headers 3
* Copyright Headers 4
* Copyright Headers 5
* Copyright Headers 6
* Copyright headers 7
* Add copyright headers for html and config file
* Replace license files and update package.json
* Update with CLA
* lint
2024-09-09 13:57:16 +00:00
Michael Telatynski
148a360598
Avoid using deprecated exports, fields, and duplicate code ( #12555 )
2024-05-28 08:41:20 +01:00
Richard van der Hoff
d7bb8043ea
Replace uses of `checkDeviceTrust` with `getDeviceVerificationStatus` ( #10663 )
...
matrix-org/matrix-js-sdk#3287 and matrix-org/matrix-js-sdk#3303 added a new API called getDeviceVerificationStatus. Let's use it.
2023-04-24 14:19:46 +01:00
Kerry
957945b356
remove old debug logging in AsyncWrapper ( #10661 )
2023-04-19 07:45:27 +00:00
Richard van der Hoff
70b87f8bde
Simplify `isDeviceVerified` definitions ( #10594 )
...
* Simplify `isDeviceVerified` definitions
Currently, we have two similar but different definitions of `isDeviceVerified`,
and they both do a lot of wrangling that relies on js-sdk internals. We can
simplify it a lot by just calling `MatrixClientPeg.checkDeviceTrust`.
* fix tests
* more test fixes
2023-04-14 09:46:37 +00:00
Michael Weimann
880428ab94
Update „new device“ toast texts and buttons ( #10200 )
2023-02-23 10:25:33 +01:00