-
Notifications
You must be signed in to change notification settings - Fork 183
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
Deleting a file inside a received shared folder is moved to the trashbin of the sharer not the receiver #1124
Comments
I couldn't recreate the exact same error. Maybe it has been fixed. Deleting a file inside a received shared folder is moved to the trash-bin of the receiver . However , when I try to restore the file it gives me error. I have written some tests for it. |
issues was not fixed by the PR, only tests have been added |
@jasson99 please mention how you are able to reproduce this issue, including if it happens only on one storage... |
I think this is same as : #1128 |
In oC 10 the deleted file would be in both, the trash bin of the user who deleted the file and the trash bin of the user who owns the file (sharer). |
With latest master, when share receiver deletes file from shared folder, the deleted file is listed in the sharer's trashbin and not listed in share receiver's trashbin. Also, sharer is able to restore the deleted file, which is available for both sharer and the receiver. As part of issue owncloud/web#10259, I have added an e2e test according to the current behavior. owncloud/web#10550 |
@micbar what do you expect here? receiver should listed deleted files? it's not implemented in ocis in case sharing folder and deleting folder content: in case sharing file and deleting file: |
einstein
share a folder withmarie
marie
accept the sharemarie
deleteShares/received-share/some-file
marie
check the trash-bin => the file is not listedeinstein
check the trash-bin => the deleted file is listed but with a wrong path (.../
)einstein
try to restore the deleted file => it fails with HTTP 404expected:
in oC10 deleting a file inside a received share will move it to the trashbin of the receiver
The text was updated successfully, but these errors were encountered: