mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #28851 from nextcloud/backport/28847/stable22
[stable22] Add config.php option for transfer ownership
This commit is contained in:
commit
68bfaa1da3
1 changed files with 7 additions and 0 deletions
|
|
@ -1490,6 +1490,13 @@ $CONFIG = [
|
|||
*/
|
||||
'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
|
||||
|
|
|
|||
Loading…
Reference in a new issue