nextcloud-server/apps/files/lib/Command
Daniel Calviño Sánchez ae90f3eb17 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-08-07 09:30:08 +07:00
..
DeleteOrphanedFiles.php Remove unused use statements 2017-04-22 19:23:31 +07:00
Scan.php show error when trying to scan non existing path 2017-04-19 14:36:38 +07:00
ScanAppData.php Remove unused use statements 2017-04-22 19:23:31 +07:00
TransferOwnership.php Fix transfering ownership of a share to user with same id as receiver 2018-08-07 09:30:08 +07:00