Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate steps in back up process #647

Merged
merged 9 commits into from
Sep 21, 2023
Merged

Conversation

hoangdat
Copy link
Member

@hoangdat hoangdat commented Sep 15, 2023

Reset in the case of keys conflicted between Recovery Vault and Account Data

Demo_reset_backUp.webm

Set up new key from scratch

Screenrecorder-2023-09-17-15-07-31-412.mp4

Login in the next time, load and unlock keys

Screenrecorder-2023-09-17-15-11-48-382.mp4

@hoangdat hoangdat temporarily deployed to PR-647 September 15, 2023 12:41 — with GitHub Actions Inactive
@github-actions
Copy link

This PR has been deployed to https://linagora.github.io/twake-on-matrix/647

@hoangdat hoangdat force-pushed the separate_steps_in_back_up_process branch from 3003195 to 1b114c6 Compare September 16, 2023 09:33
@hoangdat hoangdat temporarily deployed to PR-647 September 16, 2023 09:33 — with GitHub Actions Inactive
final options = Options(
validateStatus: (status) {
if (status == null) return false;
return status >= 200 && status <= 299 || status == 404;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make a function for it

Logs().e('RecoveryWordsAPI::deleteRecoveryWords() [Exception]', error);
throw Exception(error);
});
return response.statusCode >= 200 && response.statusCode <= 299 ||
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@hoangdat
Copy link
Member Author

work well on tom-dev but not in linagora. Debuging more

@hoangdat
Copy link
Member Author

back up run after init

waiting_for_complete_init.webm

@hoangdat hoangdat force-pushed the separate_steps_in_back_up_process branch from 50edd63 to 925ed92 Compare September 20, 2023 10:40
@hoangdat hoangdat temporarily deployed to PR-647 September 20, 2023 10:40 — with GitHub Actions Inactive
@hoangdat hoangdat temporarily deployed to PR-647 September 21, 2023 04:43 — with GitHub Actions Inactive
@hoangdat hoangdat force-pushed the separate_steps_in_back_up_process branch from 3e1f8b7 to caba218 Compare September 21, 2023 06:34
@hoangdat hoangdat merged commit b1d4e44 into main Sep 21, 2023
@hoangdat hoangdat deleted the separate_steps_in_back_up_process branch May 18, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants