riot-web/test/unit-tests/components/views/dialogs/security
Florian Duros d2acce1221
Remove manual device verification which is not supported by the new cryptography stack (#28588)
* Remove call of `MatrixClient.setDeviceVerified`

* Replace usage of deprecated crypto events

* Replace deprecated imports

* Remove legacy button in `UntrustedDeviceDialog`

* Review fixes

* Add tests

* Fix doc
2024-12-03 15:26:37 +00:00
..
__snapshots__ Use new `CrytoApi.restoreKeyBackup` & `CrytoApi.restoreKeyBackupFromPassphrase` api (#28385) 2024-11-13 10:32:06 +00:00
CreateKeyBackupDialog-test.tsx First batch: remove deprecated calls on `MatrixClient` (#28207) 2024-10-21 12:53:39 +01:00
CreateSecretStorageDialog-test.tsx Use `CryptoApi.getKeyBackupInfo` instead of deprecated `MatrixClient.getKeyBackupVersion` (#28450) 2024-11-25 09:30:42 +00:00
ExportE2eKeysDialog-test.tsx Remove manual device verification which is not supported by the new cryptography stack (#28588) 2024-12-03 15:26:37 +00:00
ImportE2eKeysDialog-test.tsx Remove manual device verification which is not supported by the new cryptography stack (#28588) 2024-12-03 15:26:37 +00:00
RestoreKeyBackupDialog-test.tsx Use `CryptoApi.getKeyBackupInfo` instead of deprecated `MatrixClient.getKeyBackupVersion` (#28450) 2024-11-25 09:30:42 +00:00