-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: ability to create deleted file/directory again #216
Conversation
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.
You put the feed lookup into an ambiguous state like this.
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.
if you use the "magic word" to flag the deleted element then document that in the personal storage doc.
ca13430
to
0ca8e75
Compare
Which doc? Readme or FIP? |
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.
LGTM!
please create new PR to update https://github.com/fairDataSociety/FIPs/blob/master/text/0061-personal-storage.md regarding the deletion
Added info about deletion: fairDataSociety/FIPs#70 |
This fix fixes deleting and re-uploading not only files, but also directories.
Copied FairOS mechanism for removing content. A feed containing the file's metadata is replaced with the magic word
__Fair__
after deletion in order to be able to detect that the file has already been uploaded.Close #192