refactor: #32040 review#32365
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## e2e-unencrypted-setting #32365 +/- ##
===========================================================
+ Coverage 53.44% 53.49% +0.05%
===========================================================
Files 2270 2270
Lines 50823 50822 -1
Branches 10387 10386 -1
===========================================================
+ Hits 27160 27189 +29
+ Misses 21213 21184 -29
+ Partials 2450 2449 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
* add new e2ee setting * add e2ee hooks * Warning UI * integrating everything * add translations * small refactor * don't allow un-encrypted messages on server side * introduce e2ee states * fix TS and fix lint * refactor and remove unused code * needle in haystack * remove memoizing * room with e2ee setup routing * remove useIsE2EEReady hook * update docs link to go.rocket.chat url * avoid attaching listners multiple times * add e2e tests * review (#32365) Co-authored-by: yash-rajpal <rajpal.yash03@gmail.com> * fix review * fix: removing commments, replacing deprecated type method with fill and restoring commented test * e2e tests reuse channel creation * comment floky test * add cs * release the instance on changing the room encrypted property * oops: TS * fix flaky test * setting description * wip: e2e setup room header * default setting value * add cs * api test cases * e2e tests setting value * more api tests * oops * toast messages * refactor * hmm * tests * fix tests * handle E2EE disabled case * handle wrong password case * fix tests --------- Co-authored-by: yash-rajpal <rajpal.yash03@gmail.com> Co-authored-by: Yash Rajpal <58601732+yash-rajpal@users.noreply.github.com> Co-authored-by: Felipe Scuciatto <scuciatto@gmail.com> Co-authored-by: gabriellsh <40830821+gabriellsh@users.noreply.github.com> Co-authored-by: Hugo Costa <hugocarreiracosta@gmail.com>
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments