Skip to content

Commit

Permalink
Merge pull request #28847 from nextcloud/techdebt/28118/update-config…
Browse files Browse the repository at this point in the history
…-sample-for-transfer-ownership-defaults

Add config.php option for transfer ownership
  • Loading branch information
PVince81 authored Sep 15, 2021
2 parents 995aa65 + 04385c7 commit 1162dcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,13 @@
*/
'sharing.enable_share_mail' => true,

/**
* Set to true to always transfer incoming shares by default
* when running "occ files:transfer-ownership".
* Defaults to false, so incoming shares are not transferred if not specifically requested
* by a command line argument.
*/
'transferIncomingShares' => false,

/**
* All other configuration options
Expand Down

0 comments on commit 1162dcd

Please sign in to comment.