-
Notifications
You must be signed in to change notification settings - Fork 666
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
New "password required" capabilities lead to incorrect behavior #7247
Comments
Moving to 2.6.1 since it doesn't need to block 2.6.0 release. Users can still create shares, they just may be required to set passwords when that's not actually required for the particular link share type. |
This has been added with 10.0.8 more than one year ago. https://doc.owncloud.com/server/10.2/admin_manual/release_notes.html#new-option-to-granularly-configure-public-link-password-enforcement |
@pmaier1 Thanks, I hadn't looked it up yet. Unfortunate we didn't see it earlier, but at least not urgent then. |
Will this be in the future also solved with #7487 ? |
fixed |
The server 10.2.0 (edit: actually since 10.0.8, see below) has new fine-grained capabilities for requiring passwords for link shares. This setting can now be controlled independently for "read-only", "read/write" and "upload only" link shares.
The client should support these new capabilities.
However, there's an additional complication: it seems that if any one of these settings is enabled, the server will set the previous files_sharing/public/password/enforced capability to 1. This is unfortunate because it'll make the client require passwords for all public link shares when the server may only require it for one of the three types.
Found while testing with 10.2.0 for #7245.
The text was updated successfully, but these errors were encountered: