-
Notifications
You must be signed in to change notification settings - Fork 3
Shared folders #834
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
tmpfs
wants to merge
110
commits into
main
Choose a base branch
from
shared-folders
base: main
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
Shared folders #834
Conversation
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
The file system backend is now deprecated and will be removed in a future release.
Bump sos-database to check docs generation.
The doc_auto_cfg docsrs attribute has been removed and usage breaks the documentation builds on docs.rs so all usage has been removed and replaced with doc_cfg. This also allowed us to remove lots of build.rs files and the dependency on rustc_version.
We will need to add a delete_shared_folder() function to handle the special cases for deletion of a shared folder.
Now we can pull down the folder events on the side of the participant accepting the folder invite.
After the folder participant has made changes to the folder the owner syncs but is not seeing the secrets that the participant created.
So the not_authenticated test spec should continue to pass.
Fixes the issue with inadvertently deleting the shared folder when a participant tries to delete a shared folder. We also need to make the FolderEntity logic more robust so it always requires an account.row_id but that will be a much bigger refactor.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Considerations
create_shared_folder()is called, automatically create folder invites for all other recipients.Server Operations
POST /api/v1/sharing/folder)PUT /api/v1/sharing/recipient)GET /api/v1/sharing/recipient)GET /api/v1/sharing/recipient/search)POST /api/v1/sharing/folder/invites)PUT /api/v1/sharing/folder/invites)GET /api/v1/sharing/folder/invites/sent)GET /api/v1/sharing/folder/invites/inbox)