element-web/test/components/views
Richard van der Hoff cf2340bcad
Replace event verification logic with new code in js-sdk (#11528)
* Use new crypto-api for cross user verification

* update verification flow with new APIs

* Replace some calls to `checkUserTrust`

A start on https://github.com/vector-im/crypto-internal/issues/147

* Enable cypress tests

* update tests

* Delegate decisions on event shields to the js-sdk

* rerender after editing events

This is required because a transition from "valid event" to "unencrypted event"
no longer triggers a state change, so the component does not render
itself. Previously, this would be a transition from `verified:
E2EState.Normal` to `verified: null`.

* Update tests

* prettier

* Test coverage

---------

Co-authored-by: Florian Duros <florianduros@element.io>
2023-09-18 17:12:18 +00:00
..
audio_messages
auth
avatars
beacon
beta
context_menus
dialogs
elements
emojipicker
location
messages
polls/pollHistory
right_panel ElementR: Cross user verification (#11364) 2023-09-18 17:34:00 +01:00
rooms Replace event verification logic with new code in js-sdk (#11528) 2023-09-18 17:12:18 +00:00
settings Default intentional mentions (#11602) 2023-09-14 11:36:15 +00:00
spaces
toasts
typography
user-onboarding
voip
Validation-test.ts
VerificationShowSas-test.tsx