Open
Conversation
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.
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
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)