nextcloud/lib
Roeland Jago Douma 5f521067d8 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)
2016-02-05 10:05:22 +01:00
..
l10n [tx-robot] updated from transifex 2016-02-02 01:55:41 -05:00
private When a user is removed we should remove the right shares 2016-02-05 10:05:22 +01:00
public Also add type (file/folder) to IShare object 2016-02-04 14:28:09 +01:00
autoloader.php Happy new year! 2016-01-12 15:02:18 +01:00
base.php The local address book is replaced now by the system addressbook as part of the dav app 2016-02-02 10:56:33 +01:00