From de1bef363377bf01e67f0798d1ee3666de2fdb4c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 2 Mar 2016 22:17:44 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 16a57b9d4..740f31ca4 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -511,6 +511,12 @@ Available values: * ``disabled`` trash bin auto clean disabled, files and folders will be kept forever +File versions +------------- + +These parameters control the Versions app. + + :: 'versions_retention_obligation' => 'auto', @@ -1281,7 +1287,7 @@ general use if outside changes might happen. 'part_file_in_storage' => true, -By default ownCloud will store the part files created during upload in the +On default ownCloud will store the part files created during upload in the same storage as the upload target. Setting this to false will store the part files in the root of the users folder which might be required to work with certain external storage setups that have limited rename capabilities.