]> source.dussan.org Git - nextcloud-server.git/commit
Added support for transfering incoming file shares.
authorVincent Petry <vincent@nextcloud.com>
Fri, 27 Aug 2021 15:55:37 +0000 (17:55 +0200)
committerVincent Petry <vincent@nextcloud.com>
Wed, 15 Sep 2021 10:18:23 +0000 (12:18 +0200)
commit249582a8116ffc0366c2d07a06ae0a221675e065
tree86130726f481dfa15a0054888195b12ed1f6004e
parent7c870faf174c0d2429136052e4be976e2bb10eed
 Added support for transfering incoming file shares.

- new option --transfer-incoming-shares=1 | 0
- new config.php option 'transfer-incoming-shares' => true | false

The command line option overrules the config.php option.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
apps/files/lib/Command/TransferOwnership.php
apps/files/lib/Service/OwnershipTransferService.php