From a7afbd3c1c85384ecf049aa72d5f3195715560b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <323649642+oc-tmueller@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:12:32 +0200 Subject: [PATCH] docs: sync config.sample.php parameters for 10.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 10.16 page was stale: core added 'web-updater.enabled' to config/config.sample.php in owncloud/core#41385 and the generated page was never regenerated, so the parameter has been undocumented for the 10.16 line ever since. Regenerated with config-to-docs (`php convert.php config:convert-adoc`) from core's 10.16 branch, which is the authoritative source for this page. The diff is purely the one missing section; every other line already matched, and the hand-written header above the "header end" marker is untouched. Found while establishing a regeneration baseline for a different change - the same run confirmed both config_apps_sample_php_parameters.adoc pages and the 11.0 config_sample_php_parameters.adoc are already in sync. Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Thomas Müller <323649642+oc-tmueller@users.noreply.github.com> --- .../server/config_sample_php_parameters.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/server/10.16/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc b/content/server/10.16/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc index a307140..1abdb1d 100644 --- a/content/server/10.16/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc +++ b/content/server/10.16/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc @@ -2310,6 +2310,16 @@ The web based updater is enabled by default. 'upgrade.disable-web' => false, .... +=== Explicitly enable the web updater - used by /updater/ +By default, it is disabled. + +==== Code Sample + +[source,php] +.... +'web-updater.enabled' => false, +.... + === Define whether to enable automatic update of market apps Set to `false` to disable.