-
Notifications
You must be signed in to change notification settings - Fork 187
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
Viewer cannot share a shared resource #2260
Comments
Also, with
|
That is what happens in oC10: https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementBasicToRoot/createShareToRootFolder.feature#L83 "# Ask for full permissions. You get share plus read plus update. create and delete do not apply to shares of a file" |
we can see the bug demonstration failing here at owncloud/web#7136 (comment) |
QA-Team Todo:
|
This issue is blocked for now due to other related issues of resharing shared resources on the web with |
Resharing is now available in ocis and it can be configured in UI through variable |
Follow-up PR here: owncloud/web#7246 |
Describe the bug
ocis roles are not similar to oc10
Steps to reproduce
Steps to reproduce the behavior:
uu1
anduu2
lorem.txt
using useruu1
lorem.txt
with useuu2
using useruu1
uu2
uu1
forlorem.txt
lorem.txt
using useruu2
Expected behavior
with
oc10
backend17
viewer
can share the shared resource with other users/groupsActual behavior
with
ocis
backend,1
viewer
do not have permission to shareeditor
role,editor
can share the shared resourceScreenshots
Role Dropdown for ocis frontend:
Role Dropdown for oc10-web frontend:
Setup
Please describe how you started the server and provide a list of relevant environment variables.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: