-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Unshare from user must lock path to avoid recipient access #17244
Comments
@jnfrmarks @icewind1991 @schiesbn |
@DeepDiver1975 @cmonteroluque I scheduled to 8.2, I don't think there is time left for this |
Not sure if sev high or medium as I don't know what kind of breakage could happen. |
This issue will fall off 8.2 if not resolved by 6 Oct |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
This issue has been automatically closed. |
Steps to reproduce
sleep(30);
here to delay the unshare operation:core/lib/private/share/share.php
Line 800 in b88a0e7
Expected result
Folder "test" is exclusively locked.
Actual result
Folder can still be tempered with while the unshare operation is running.
Version
ownCloud 8.1 git master b88a0e7
Note: this should also prevent two unshare operations to run in parallel.
The text was updated successfully, but these errors were encountered: