-
Notifications
You must be signed in to change notification settings - Fork 32
[PB-3703] feat: recover private keys when recovering account #1508
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ea4d7e7
feat: recover private keys when recovering account
jzunigax2 5b7bef9
chore: update sdk version
jzunigax2 9ddf983
chore: improve test coverage
jzunigax2 7daa3a9
Merge branch 'master' of https://github.com/internxt/drive-web into f…
jzunigax2 30511aa
chore: rename variable for clarity
jzunigax2 70360eb
Merge branch 'master' into feat/recover-private-keys
CandelR 6966998
Merge branch 'master' into feat/recover-private-keys
CandelR c59dfe9
Added new legacy backup key recover flow and tests
CandelR 17c6735
Merge branch 'master' into feature/PB-4236-recover-account-new-flow
CandelR 394d631
Update sdk
CandelR dcba538
Merge branch 'master' of https://github.com/internxt/drive-web into f…
jzunigax2 eb1723b
Merge branch 'feat/recover-private-keys' into feature/PB-4236-recover…
CandelR 8a2b977
Merge branch 'master' of https://github.com/internxt/drive-web into f…
jzunigax2 fadbee5
Merge branch 'master' into feat/recover-private-keys
CandelR 12d70f8
Merge branch 'master' of https://github.com/internxt/drive-web into f…
jzunigax2 a7c465e
Merge branch 'feat/recover-private-keys' into feature/PB-4236-recover…
CandelR 51a292d
fix: use changePasswordWithLinkV2 method in updateCredentialsWithToken
jzunigax2 95328d5
Merge pull request #1525 from internxt/feature/PB-4236-recover-accoun…
CandelR 5dd0c9f
Merge branch 'master' into feat/recover-private-keys
CandelR 48a75dc
Fix paths in index.html for favicon, apple-touch-icon, and manifest
CandelR b3d22f5
Merge branch 'master' into feat/recover-private-keys
CandelR 154c001
chore: bump sdk version
jzunigax2 24f6f13
Merge branch 'master' into feat/recover-private-keys
CandelR 68ecb56
Merge branch 'master' of https://github.com/internxt/drive-web into f…
jzunigax2 b2d998d
fix: encode ECC encrypted mnemonic to base64 format before including …
jzunigax2 db65fd9
Merge branch 'master' into feat/recover-private-keys
CandelR fd3e9c8
Merge branch 'master' into feat/recover-private-keys
CandelR 87fcc7c
Merge branch 'master' into feat/recover-private-keys
CandelR 41d3675
Merge branch 'master' into feat/recover-private-keys
CandelR 17fd878
Adapt backupKeyUtils test to b64 ecc encrypted
CandelR 059e63a
Merge branch 'master' into feat/recover-private-keys
CandelR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -178,4 +178,4 @@ | |
| "prettier --write" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.