summaryrefslogtreecommitdiffstats
path: root/.user.ini
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-02-05 10:01:59 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-02-05 10:05:22 +0100
commit5f521067d8bbffc37b9700702dcd6abaed89d653 (patch)
tree8cfac1196d299a647b5dd40c1f6a244d309fe18d /.user.ini
parent342c2aac98961f91f0fd38423a217cb980dd95b8 (diff)
downloadnextcloud-server-5f521067d8bbffc37b9700702dcd6abaed89d653.tar.gz
nextcloud-server-5f521067d8bbffc37b9700702dcd6abaed89d653.zip
When a user is removed we should remove the right shares
* This means all the shares directly shared with them * Or all group shares having a special share with them This patch fixes the operator precedece (AND before OR). So before this patch: (share_with = <deleted user> AND share_type = 0) OR share_type=2 So it deleted all user specific shares Now: share_with = <deleted user> AND (share_type = 0 OR (share_type=2)
Diffstat (limited to '.user.ini')
0 files changed, 0 insertions, 0 deletions