From 12853260f4fb823bdf10e6560864bc30c354b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <323649642+oc-tmueller@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:06:02 +0200 Subject: [PATCH] docs: sync config.sample.php parameters for 10.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The same staleness just fixed for 10.16 in #138: core added 'web-updater.enabled' to config/config.sample.php in owncloud/core#41385, which is present on the 10.15 branch too, and the generated page was never regenerated. Regenerated with config-to-docs from core's 10.15 branch. The diff is the one missing section, byte-identical to the block #138 added for 10.16, and the hand-written header above the "header end" marker is untouched. With this, all three published server versions regenerate to an empty diff against their core branch, which is the precondition for checking that automatically rather than discovering drift years later. The same caveat as #138 applies: the pre-existing 'upgrade.disable-web' comment a few lines above still claims the web updater is enabled by default, which owncloud/core#41385 invalidated. That wants fixing in core, not here. 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.15/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc b/content/server/10.15/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc index a307140..1abdb1d 100644 --- a/content/server/10.15/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc +++ b/content/server/10.15/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.