nextcloud/lib/private/share
Vincent Petry 9f137ac259 Fix reshare permission change to not impair other deletion code
A recent change that prevents reshare permission changes to delete group
share children had the side-effect of also preventing group share
children deletion when it needed to be done.

This fix adds an extra flag to isolate the "reshare permission change"
deletion case and keep the other ones as they were before, not only to
fix the regression but also fix other potential regressions in code that
uses this method.

Also updated the comment because now Helper::delete() is no longer
limited to reshares but also applies to group share children.
2015-01-22 10:12:47 +01:00
..
constants.php Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
helper.php Fix reshare permission change to not impair other deletion code 2015-01-22 10:12:47 +01:00
hooks.php some small fixed, suggested by scrutinizer 2014-09-29 11:23:18 +02:00
mailnotifications.php reduce OC_Preferences, OC_Config and \OCP\Config usage 2014-12-08 22:42:37 +01:00
searchresultsorter.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
share.php Fix reshare permission change to not impair other deletion code 2015-01-22 10:12:47 +01:00