From 8bc7d6242cdd8358dab28fa7840a2070533b1c3d Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Fri, 12 Jun 2026 12:07:00 +0200 Subject: [PATCH 1/4] docs: add server 11 release notes --- modules/ROOT/pages/server_release_notes.adoc | 37 ++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/modules/ROOT/pages/server_release_notes.adoc b/modules/ROOT/pages/server_release_notes.adoc index cf1d167..5298eab 100644 --- a/modules/ROOT/pages/server_release_notes.adoc +++ b/modules/ROOT/pages/server_release_notes.adoc @@ -17,6 +17,43 @@ next@docs::server_release_notes.adoc, next@docs_main::server_release_notes.adoc toc::[] +== Changes in 11.0.0 + +Dear ownCloud administrator, find below the changes and known issues in ownCloud Server 11.0.0 that need your attention. You can also read the {oc-changelog-url}[full ownCloud Server changelog] for further details on what has changed. + +[IMPORTANT] +==== +* This is a major release change. + +Only a Dockerised deployment is provided, containing all the required prerequisites with a few exceptions. + +* ownCloud code is based on PHP 8. + +All apps shipped with the image, as well as the code, are updated to comply with PHP 8. + +* To use this version, you will need to migrate your configuration, and possibly your data too. +==== + +[discrete] +=== Fixes and Changes + +* Security: + +* Bugfix: + +=== Breaking Changes + +[discrete] +==== Docker Only + +From this version onwards, ownCloud will only be available as a Docker deployment. + +[discrete] +==== Environment Variable Changes + +* The `OWNCLOUD_SKELETON_DIRECTORY` envvar has been removed. The former skeleton folder is now exported as folder `skeleton` as part of the Docker volume. + +* Most configuration settings are now accessible via environment variables. The Kerberos and Windows Network Drive App are two of the few exceptions. + + == Changes in 10.16.3 Dear ownCloud administrator, find below the changes and known issues in ownCloud Classic 10.16.3 that need your attention. You can also read the {oc-changelog-url}[full ownCloud Classic changelog] for further details on what has changed. From 38dfb6e45a44d6785c69ab0f22b2dc0851f0c5f9 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Fri, 12 Jun 2026 14:13:08 +0200 Subject: [PATCH 2/4] no syslog related envvars --- modules/ROOT/pages/server_release_notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/server_release_notes.adoc b/modules/ROOT/pages/server_release_notes.adoc index 5298eab..15372d2 100644 --- a/modules/ROOT/pages/server_release_notes.adoc +++ b/modules/ROOT/pages/server_release_notes.adoc @@ -51,7 +51,9 @@ From this version onwards, ownCloud will only be available as a Docker deploymen * The `OWNCLOUD_SKELETON_DIRECTORY` envvar has been removed. The former skeleton folder is now exported as folder `skeleton` as part of the Docker volume. -* Most configuration settings are now accessible via environment variables. The Kerberos and Windows Network Drive App are two of the few exceptions. +* By the nature of a Dockerised deployment, configuration keys related when logging to syslog are not relevant. Therefore, no environment variables exist. The configuration key `log_type` is therefore set internally to the default, which is `owncloud`. + +* Most configuration settings are now accessible via environment variables. The Kerberos App is of the few exceptions. == Changes in 10.16.3 From ae4a4dc62d1832122f2d563436ed6772247ebe87 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Wed, 8 Jul 2026 11:58:03 +0200 Subject: [PATCH 3/4] add apps section to breaking changes --- modules/ROOT/pages/server_release_notes.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/ROOT/pages/server_release_notes.adoc b/modules/ROOT/pages/server_release_notes.adoc index 15372d2..a81fba5 100644 --- a/modules/ROOT/pages/server_release_notes.adoc +++ b/modules/ROOT/pages/server_release_notes.adoc @@ -55,6 +55,15 @@ From this version onwards, ownCloud will only be available as a Docker deploymen * Most configuration settings are now accessible via environment variables. The Kerberos App is of the few exceptions. +[discrete] +==== Apps + +The majority of ownCloud apps are now included in the image. There is no need to download them from the marketplace, and they have been updated to work with PHP 8. However, some apps have been deprecated and are no longer available. The affected apps are: + +* Impersonate + +This app has been removed for security reasons. +* Microsoft Team Bridge +* Sharepoint == Changes in 10.16.3 From dedc3da126e47e59bcb445d50f2a74ac17fec64e Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Wed, 8 Jul 2026 12:26:55 +0200 Subject: [PATCH 4/4] update --- modules/ROOT/pages/server_release_notes.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ROOT/pages/server_release_notes.adoc b/modules/ROOT/pages/server_release_notes.adoc index a81fba5..2c38ace 100644 --- a/modules/ROOT/pages/server_release_notes.adoc +++ b/modules/ROOT/pages/server_release_notes.adoc @@ -60,8 +60,7 @@ From this version onwards, ownCloud will only be available as a Docker deploymen The majority of ownCloud apps are now included in the image. There is no need to download them from the marketplace, and they have been updated to work with PHP 8. However, some apps have been deprecated and are no longer available. The affected apps are: -* Impersonate + -This app has been removed for security reasons. +* Impersonate * Microsoft Team Bridge * Sharepoint