mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 07:45:08 -05:00
* 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) |
||
|---|---|---|
| .. | ||
| constants.php | ||
| helper.php | ||
| hooks.php | ||
| mailnotifications.php | ||
| searchresultsorter.php | ||
| share.php | ||