nextcloud/apps/files/lib/Command
Vincent Petry 3fe7186e31
First process group shares and then user shares
This prevents a validation failure where the code checks whether a file
is already shared with another user, but the check disables itself when
the owner is the same. Processing the groups first prevents the check
to kick in too early when the group share still has the old owner while
we try transferring the user share.
2016-11-14 14:39:17 +01:00
..
DeleteOrphanedFiles.php Fix apps/ 2016-07-21 18:13:57 +02:00
Scan.php Before a user is getting scanned the database connection is re-established 2016-08-29 14:49:55 +02:00
TransferOwnership.php First process group shares and then user shares 2016-11-14 14:39:17 +01:00