From 7ff051bf7a3bf86827f7e12daa482729ecb49f73 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Mon, 4 May 2026 15:29:28 +0200 Subject: [PATCH 1/2] docs: add ocis 8.0.2 release notes --- modules/ROOT/pages/ocis_release_notes.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index af7d330..3f42aac 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -16,6 +16,19 @@ toc::[] +== Infinite Scale 8.0.2 (Production) + +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.0.2[Changes in 8.0.2, window=_blank] +* Web: {web-releases-url}/v12.3.2[Changelog for ownCloud Web 12.3.2, window=_blank] + +[discrete] +=== Issues Fixed + +* Enhancement: Bump Reva +* Fix: Don't write empty externalID to LDAP: https://github.com/owncloud/ocis/pull/12085[#12085] + == Infinite Scale 8.0.1 (Production) Please find the most important changes described here or refer to the changelog for a complete list of changes: From 669e016ad3809ab683a13bc5288a77ae99f9c0a0 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Fri, 8 May 2026 12:07:42 +0200 Subject: [PATCH 2/2] final changes added --- modules/ROOT/pages/ocis_release_notes.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 3f42aac..c6641dd 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -21,13 +21,19 @@ toc::[] 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.0.2[Changes in 8.0.2, window=_blank] -* Web: {web-releases-url}/v12.3.2[Changelog for ownCloud Web 12.3.2, window=_blank] +* Web: {web-releases-url}/v12.3.3[Changelog for ownCloud Web 12.3.3, window=_blank] [discrete] === Issues Fixed * Enhancement: Bump Reva -* Fix: Don't write empty externalID to LDAP: https://github.com/owncloud/ocis/pull/12085[#12085] +* Enhancement: Add spaceid to REPORT: https://github.com/owncloud/ocis/pull/12241[#12241] +* Enhancement: Allow multiple objectClasses on group creation: https://github.com/owncloud/ocis/pull/12242[#12242] +* Enhancement: Add SpaceEditorWithoutVersionsWithoutTrashbin space membership role: https://github.com/owncloud/ocis/pull/12245[#12245] +* Fix: Fix internal links: https://github.com/owncloud/ocis/pull/12231[#12231] +* Fix: Fix OCM share permission change notification: https://github.com/owncloud/ocis/pull/12190[#12190] +* Fix: Return 200 OK for WOPI Lock requests in read-only and view-only modes: https://github.com/owncloud/ocis/pull/12257[#12257] +* Fix: Fix space management middleware removing users from spaces on download: https://github.com/owncloud/ocis/pull/12285[#12285] == Infinite Scale 8.0.1 (Production)