-
Notifications
You must be signed in to change notification settings - Fork 36
[PB-6503] Update private sharings #2116
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
Open
TamaraFinogina
wants to merge
28
commits into
master
Choose a base branch
from
update_private_sharings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
405c099
move decrypt mnemonic to a new file
TamaraFinogina 917f3a2
add new files
TamaraFinogina 5a920bc
use encryptMnemonic
TamaraFinogina 8c11481
use v2 for creating private sharing
TamaraFinogina 439c97b
switch download to file key
TamaraFinogina 010fd95
pass key in download shared files
TamaraFinogina c5b038e
remove logs, fix getSharedFileKeyParams
TamaraFinogina e3f719e
fix file preview
TamaraFinogina 8dc8500
fix sonar complains
TamaraFinogina 9680050
use master hybrid encryption
TamaraFinogina d86844d
merge master
TamaraFinogina a58db07
up the version
TamaraFinogina fd0fa68
bring files from master
TamaraFinogina 718e8dc
bring master
TamaraFinogina 7a6f94b
Merge branch 'master' into update_private_sharings
TamaraFinogina b9959c8
reduce code duplication
TamaraFinogina f0cd8bd
remove log, add test
TamaraFinogina 4339497
add more tests
TamaraFinogina d82f289
add createNetworkFacade
TamaraFinogina fe2995a
add multipart download
TamaraFinogina 375deed
add multipart tests
TamaraFinogina 8cbf76d
switch to decryptSharingKey in shared view
TamaraFinogina a60c38f
fix sonar erorr and video streaming
TamaraFinogina 164f054
remove code duplicate in download
TamaraFinogina ce9c608
Merge branch 'master' into update_private_sharings
TamaraFinogina 95a8bb2
Merge branch 'master' into update_private_sharings
TamaraFinogina 92a8e9c
user arrow function style in v2.ts
TamaraFinogina fc2c736
Merge branch 'master' into update_private_sharings
TamaraFinogina 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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that this is because v3 uses a bucketKey, and if there is no bucketKey, does that mean v2? Is that right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, hybrid works with mnemonic, and hybrid-v2 works with bucketKey. If not set properly, the download will fail
P.S. v3 is for public sharing because it has v2 already