-
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
Sharing a file allows you to set create permissions #20839
Comments
The new sharing code actually does not allow this. Since it checkes if we do not increase permissions. |
Looks like it was introduced by the move to Webdav. "data-sharepermissions" isn't computed the same it seems. |
Fix must be done here: https://github.com/owncloud/core/blob/master/core/js/files/client.js#L297 |
PR in #21163 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The webinterface allows us to set create permissions on files. This does not make any sense since on the FS files do not even have create permissions (so we increase the permissions for a shared file). I also would have no idea what this would mean.
The old sharing code actually happily allows you to set create permissions. However nothing bad (usually) happens since the actions create gives you are not valid for files anyway.
We should remove the craete permissions from the webinterface.
CC: @PVince81
The text was updated successfully, but these errors were encountered: