From 5c65b53bcf0f2be6a81d4279dcf170948909470c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 28 Nov 2024 03:09:31 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 75c2da7c0..89d6a80ff 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -3081,6 +3081,20 @@ clients or other unexpected results. Defaults to ``2.3.0`` +maximum.supported.desktop.version +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'maximum.supported.desktop.version' => '99.99.99', + +The maximum Nextcloud desktop client version that will be allowed to sync with +this server instance. All connections made from later clients will be denied +by the server. + +Defaults to 99.99.99 + localstorage.allowsymlinks ^^^^^^^^^^^^^^^^^^^^^^^^^^