Skip to content
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

Allow shares modifications by sharees with appropriate permissions #43141

Open
Toniob opened this issue Jan 26, 2024 · 3 comments
Open

Allow shares modifications by sharees with appropriate permissions #43141

Toniob opened this issue Jan 26, 2024 · 3 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: sharing

Comments

@Toniob
Copy link

Toniob commented Jan 26, 2024

Hello,

Currently, only the owner/creator of a share is allowed to modify the options of it. Even if a user has all the permissions on that share, it cannot change them. It may be useful with collaborative folders to allow anyone with the right permissions to change the options, and not only the person who shared the item in the first place.

What do you think ?

@Toniob Toniob added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Jan 26, 2024
@ElSi-DVT
Copy link

Same problem here, would appreciate a solution.

scenario

Two admins (admin-a and admin-b) have full access to a groupfolder.
admin-a shares the groupfolder to user-c.
For admin-b it looks like that he could modify the share for user-c but when he wants to save it, the following error occurs.

You are not allowed to edit incoming shares

@joshtrichards joshtrichards changed the title Allow shares modifications by users Allow shares modifications by sharees with appropriate permissions Aug 1, 2024
@menace133780
Copy link

is there a solution for this problem?
Nextcloud 28.0.14.1 and group folders app 16.0.12. here
pretty annoying, since i`m really shure this worked in the past with older NC versions...

@torrid
Copy link

torrid commented Jan 14, 2025

I solved the problem by deleting the entries in the oc_share table, thus enabling our users to reshare the – previously blocked – entries:
delete from oc_share where file_target LIKE '%folder name%';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: sharing
Projects
None yet
Development

No branches or pull requests

5 participants