-
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
[ocis] All Space Members should be able to create internal
links
#8960
Comments
@micbar tbh I wonder why it is they way it is currently. is this actually a bug? |
This currently works as designed. |
hm, yes.. anything we can provide like we had for the private link would be good. rephrased the userstory:
|
Space member can send the url of the space, like: https://host.docker.internal:9200/files/spaces/project/s1 |
I'm not entirely sure that is correct. At least the code is aware that private links do not require some permissions. https://github.com/cs3org/reva/blob/edge/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/public.go#L71 Maybe the fact that it still checks for the ocs share permission in that case is just a bug? |
Actually, I'm pretty sure this is a bug. The code states it here: https://github.com/cs3org/reva/blob/edge/internal/grpc/services/publicshareprovider/publicshareprovider.go#L219 |
"All users should create internal links" That comment is true as far as the user permissions are involved. But on the resource, they also need the |
Yes I know. But looking at the code making exceptions for internal links I would rather consider this a bug. But I'm not fighting over this. If you say this a feature - it is a feature 👍 |
Chat in person with @kobergj Solution: We will adapt the logic. |
Fix in progress cs3org/reva@4ec7ca5 |
internal
linksinternal
links
Rebased my reva PR |
@dragonchaser @fschade @rhafer review is now possible. |
Brought in via #9708 |
Description
User Stories
Value
Acceptance Criteria
Viewer
,Editor
...) should be able to create internal linksDefinition of ready
Definition of done
The text was updated successfully, but these errors were encountered: