element-web/src/async-components/views/dialogs/security
Richard van der Hoff 348000100a
Cleanup tasks in SecurityManager/SetupEncryptionStore (#12764)
* Remove call to no-op `checkOwnCrossSigningTrust`

this is a no-op on rust crypto

* inline `SecurityManager.isCachingAllowed`

Since https://github.com/matrix-org/matrix-react-sdk/pull/4789, this has just
been an obscure way to write a test of a local variable.

* Remove unused `CreateSecretStorageOpts.getKeyBackupPassphrase` parameter

This is unused on rust crypto (cf https://github.com/matrix-org/matrix-js-sdk/pull/4313)
2024-07-13 10:27:59 +00:00
..
CreateKeyBackupDialog.tsx Set up key backup using non-deprecated APIs (2nd take) (#12098) 2024-01-10 10:34:03 +00:00
CreateSecretStorageDialog.tsx Cleanup tasks in SecurityManager/SetupEncryptionStore (#12764) 2024-07-13 10:27:59 +00:00
ExportE2eKeysDialog.tsx Call the AsJson forms of import and exportRoomKeys (#12233) 2024-02-14 10:33:39 +00:00
ImportE2eKeysDialog.tsx Call the AsJson forms of import and exportRoomKeys (#12233) 2024-02-14 10:33:39 +00:00
NewRecoveryMethodDialog.tsx Remove references to some deprecated js-sdk identifiers (#12729) 2024-07-04 15:50:07 +00:00
RecoveryMethodRemovedDialog.tsx Use `strong` element to semantically denote visually emphasised content (#12320) 2024-03-06 23:34:14 +00:00