-
Notifications
You must be signed in to change notification settings - Fork 159
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
Respect public link password enforcement capability #8587
Comments
Web should already respect the capability when creating public links via the share panel or the quick action. But the check is missing when creating links via the context action "Copy quicklink".
|
ownCloud Web
Response<?xml version="1.0" encoding="UTF-8"?>
<ocs><meta><status>error</status><statuscode>996</statuscode><message>Error sending update request to public link provider: the public share needs to have a password</message></meta></ocs> |
Turns out, there are bugs backend side and frontend side:
|
Creating links via the context menu still ignores the |
This works as expected by now, hence closing here. |
Description
There is a capability which is used in oc10 and ocis to indicate that public links need a password to be sucessfully created/changed.
ownCloud Web seems to currently not respect that capability.
ocis
The capability tells the clients, on which public link type the password needs to be enforced:
The text was updated successfully, but these errors were encountered: