From f54fbb1c916e5e10cdc7a74b60150176c74df142 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 17 Jan 2020 03:39:20 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 2b82dd448..725440685 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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 -------------------------------