-
Notifications
You must be signed in to change notification settings - Fork 87
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
Sharing folders in a group folder does not work #1024
Comments
We experience the same situation. Nextcloud 18.0.6 and 6.0.7. GroupFolder write/share/delete access to group "groupName" User1 from groupName share it with User2 that is not part of groupName. User2 doesn't see anything about GroupFolder. We use postgres and s3 if it helps debug. |
I can confirm this is also not working for us.
|
Same here. It used to work in previous versions. I can't say exactly, when it changed, but recently I am getting lots of complaints from users that they cannot see the contents of folders shared with them, and in each case, it turns out to be a subfolder of a group folder, and the only remedy is to manually delete the share in the database. Attempts to remove it through the web interface don't work. |
The picture is inconsistent. In some cases it works, in others it does not. In some cases, deleting the share in the DB and then enabling extended permissions for myself and then re-creating the share has worked around this. |
Any news maybe around this topic please? Or maybe some of you found a workaround? |
I also have this issue and I'm also using S3 storage as primary storage. I was searching around this issue and found nextcloud/server#24103 from a few days ago. I did a quick test with a default primary storage and was in fact able to create shares from inside group folders. Although I did not test that PR I have high hopes that it will resolve this issue… |
I just did a quick test with NextCloud version 19.0.6. Sharing items in group folders seems to be working for me now. |
@codello which commit did solve it then? I see the commit you mentionned only present in the version 21. Or did you apply the patch on 19.0.6 with success? Thanks for your comments :) |
I'm going with my assumption that nextcloud/server#24103 is actually the pull request that solved the issue for me. In the discussion of that PR the changes were backported. The fix is probably available in the following versions (going by the milestones in the backport pull requests):
I only tested 19.0.6 though (using the Docker container) but I was able to successfully create shares from group folders. Maybe someone else can verify that 20.0.3 and 18.0.12 also resolve this issue. |
I just tested with 18.0.12, and it solved it for me. I'll close the issue, feel free to comment to reopen. |
I use the following structure for my group folders:
ceo created a non-group-folder in the group folder "Business1" and shared it to department1. department1 can't access this shared folder.
Is there a way to fix this? Or do I have to create the folder within the admin interface of the group folder app and add the permissions I want?
I am using Nextcloud 18.0.7 and group folders 6.0.7
The text was updated successfully, but these errors were encountered: