generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2020-01-17 03:39:20 +00:00
parent 2008ee2151
commit f54fbb1c91
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

View File

@ -1517,12 +1517,17 @@ Default is no limit (value set to 0)
::
'sharing.interal_shares_accepted' => false,
'sharing.enable_share_accept' => false,
Starting with Nextcloud 18 also internal shares have to be accepted. Setting
this setting to true forces all internal shares to be accepted directly.
Set to true to enable that internal shares need to be accepted by the users by default.
(resulting in pre 18 behavior).
Users can change this for their account in their personal sharing settings
::
'sharing.force_share_accept' => false,
Set to true to enforce that internal shares need to be accepted
All other configuration options
-------------------------------