nextcloud/apps/files/lib/Command
Daniel Calviño Sánchez b7474ed482
Fix transfering ownership of a share to user with same id as receiver
When the ownership of a user share is transfered to the receiver the
share is removed, as the receiver now owns the original file. However,
due to a missing condition, any share with a group, link or remote with
the same id as the user was removed, not only the user shares.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-24 15:05:42 +02:00
..
DeleteOrphanedFiles.php Remove unused use statements 2017-04-22 19:23:31 -05:00
Scan.php Add option to only scan the home storage 2018-06-28 16:09:25 +02:00
ScanAppData.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
TransferOwnership.php Fix transfering ownership of a share to user with same id as receiver 2018-07-24 15:05:42 +02:00