From f2c420b6a13924e39e6ad265a7f794bf28b0c3d9 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Mon, 1 Jun 2026 15:18:05 +0200 Subject: [PATCH 1/3] docs: add ocis 8.1.0 --- modules/ROOT/pages/ocis_release_notes.adoc | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index bacb5b5..6b4347f 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -16,6 +16,85 @@ toc::[] +== Infinite Scale 8.1.0 (Production) - Daledda + +Please find the most important changes described here or refer to the changelog for a complete list of changes: + +* Infinite Scale: {ocis-releases-url}/v8.1.0[Changes in 8.1.0, window=_blank] +* Web: {web-releases-url}/v12.4.0[Changelog for ownCloud Web 12.4.0, window=_blank] + +[discrete] +=== Summary of Notable Changes + +* A new dedicated Vault storage has been added that can be protected with Multi Factor Authentication (MFA). +** This is achieved through a separate `storage-users` service instance that is configured in Vault mode. +** New themes have been added to clearly distinguish between regular drives and vaults. + +* When searching for a user in the webUI, the result is now ordered as configured via the webUI. + +* Added a new space membership role: `Can edit`. + +* The new environment variables have been added. For details see the ... + +* CLI Commands +** New CLI commands have been added, in particular the `Verify and Inspect the Blobstore`, the `Search Index Optimize` and the `Reset Password for System Users` command. For details see the xref:next@ocis:ROOT:migration/upgrading-ocis.adoc[Migration and Upgrade, window=_blank] section of the Infinite Scale admin documentation. +** The `restart` flag for the Postprocessing CLI has been fixed. + +* The Search and indexing backend has been improved with respect to: +** Optimize search index size, see CLI commands, +** Logging when indexing, +** Re-index incomplete extractions, +** Index large multimedia files which exceed the extraction size limit. Only the relevant data is read there, which enables indexing of videos, for example. +** EXIF related extraction and parsing, +** KQL parsing, +** Skip indexing of files still in postprocessing, +** Improve overall performance and memory footprint. + +* For ONLYOFFICE, WOPI now immediately returns a HTTP 200 response without locking the file for users with read-only or view access. + +* The Rego policies used by the Policies service are now cached, greatly improving memory usage and performance. + +* Translations have been fixed/updated. + +* Several updates were made to the deployment examples: +** Added Keycloak to `ocis_full`. +** The `ocis_full` deployment example has been basically reworked for how to provide monitoring. +** Image versions are now defined in the `.env` file for all images, except the web-extensions. +** Updated image versions including web-extensions. + +Please note that the provided image versions are tested to work with the deployment example that is shipped. +** The web-extensions `Advanced Search` and `Photo Addon` have greatly been improved. + +* The underlaying Alpine image used for Infinite Scale has been updated to version 3.23.4, go has been updated to version 1.25.10 + +* The library dependencies have been updated. + +[discrete] +=== Upgrading Infinite Scale + +See the xref:next@ocis:ROOT:migration/upgrading-ocis.adoc[Migration and Upgrade, window=_blank] section of the Infinite Scale admin documentation for more details. + +* Since the deployment examples have been updated, you *must* update the configuration files, reconfigure them and pull new image versions. No data migration is necessary. + +=== Known Issues + +This section will be updated if issues are discovered. + +//[discrete] +=== Deprecations + +See the xref:next@ocis:ROOT:migration/upgrading-ocis.adoc[Migration and Upgrade, window=_blank] section of the Infinite Scale admin documentation for more details. + +* No new deprecations have been introduced. + +//[discrete] +=== Migrations + +See the xref:next@ocis:ROOT:migration/upgrading-ocis.adoc[Migration and Upgrade, window=_blank] section of the Infinite Scale admin documentation for more details. + +=== Breaking Changes + +There are no breaking changes in Infinite Scale 8.1 + == Infinite Scale 8.0.5 (Production) Please find the most important changes described here or refer to the changelog for a complete list of changes: From a22e3c1a249a1dfffbef87ca3e466f06ed9626c2 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Mon, 1 Jun 2026 15:32:25 +0200 Subject: [PATCH 2/3] updates --- modules/ROOT/pages/ocis_release_notes.adoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 6b4347f..e313d77 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -64,9 +64,12 @@ Please find the most important changes described here or refer to the changelog Please note that the provided image versions are tested to work with the deployment example that is shipped. ** The web-extensions `Advanced Search` and `Photo Addon` have greatly been improved. -* The underlaying Alpine image used for Infinite Scale has been updated to version 3.23.4, go has been updated to version 1.25.10 - -* The library dependencies have been updated. +* Security: +** The underlaying Alpine image used for Infinite Scale has been updated to version 3.23.4 +** `go` has been updated to version 1.25.10 +** The `libvips` library has been bumped to 8.18.2 for the use in all Docker images. +** The X-XSS-Protection header has been set to "0" to explicitly disable the deprecated browser XSS filter, which can introduce side-channel vulnerabilities. Modern XSS protection is provided through the Content-Security-Policy header. +** The endpoint `public-token` is no longer allowed by the public-share resource scope. [discrete] === Upgrading Infinite Scale From 276bfa96ca227457b6cd257061c86e4be86261ca Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 2 Jul 2026 11:08:23 +0200 Subject: [PATCH 3/3] rebase and add a deprecation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- modules/ROOT/pages/ocis_release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index e313d77..3fc2e10 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -87,7 +87,7 @@ This section will be updated if issues are discovered. See the xref:next@ocis:ROOT:migration/upgrading-ocis.adoc[Migration and Upgrade, window=_blank] section of the Infinite Scale admin documentation for more details. -* No new deprecations have been introduced. +* The value `owncloudsql` for the `STORAGE_USERS_DRIVER` environment variable has been deprecated. //[discrete] === Migrations