๐๐ฉโ๐ฉโ๐งโ๐ฆ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders
291
stars
87
forks
source link
fix: implement 'per user inherit' logic for folder delete permissions check #3404
Closed
icewind1991 closed 3 days ago
To test:
occ config:app:set groupfolders acl-inherit-per-user --value true
G1
andG2
U1
that is a member ofG1
andG2
F1
with full access forG1
,G2
andadmin
and enable ACL for the groupfolderF1/Test
F1
which sets all permissions forG1
to allowF1/Test
which sets the delete forG2
to denyAt this point the output of
occ groupfolders:permissions <folder id>
should look like:U1
try to deleteF1/Test
Current behavior
Even though
U1
sees the delete option, trying to delete the folder failsNew behavior
U1
can successfully delete the folder.