From bb4264c565963f07c087a4aebc47ff6ca0d59686 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 12 Dec 2019 21:38:52 +0100 Subject: config.php setting to always accept internal shares Part of #18255 Signed-off-by: Roeland Jago Douma --- config/config.sample.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index d998ce560bc..d297f86d738 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1338,6 +1338,13 @@ $CONFIG = array( */ 'sharing.minSearchStringLength' => 0, +/** + * Starting with Nextcloud 18 also internal shares have to be accepted. Setting + * this setting to true forces all internal shares to be accepted directly. + * (resulting in pre 18 behavior). + */ +'sharing.interal_shares_accepted' => false, + /** * All other configuration options */ -- cgit v1.2.3