From 0fe821ae935414982f4d7ffd9fd646d6822f94a4 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Wed, 15 Sep 2021 18:28:12 +0200 Subject: [PATCH 1/2] [docs-only] oCIS 1.12 and Web 4.2.0 Release Notes --- docs/ocis/release_notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index af009ab56d..5cbcbbb4e4 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -7,6 +7,31 @@ geekdocEditPath: edit/master/docs/ocis geekdocFilePath: release_notes.md --- +## ownCloud Infinite Scale 1.12.0 Technology Preview + +Version 1.12.0 is a maintenance release with the foundations for the 'Spaces' feature and for viewer/editor application integrations. The Infinite Scale backend has been further hardened by fixing known issues, improving error handling and stabilizing existing features. Apart from bugfixing, ownCloud Web 4.2.0 has received a number of usability and design improvements for sharing and the file list. + +The most prominent changes in ownCloud Infinite Scale 1.12.0 and ownCloud Web 4.2.0 comprise: + +- The Infinite Scale backend now supports the first parts of the 'Spaces' feature + - Creating a new Space is now possible via Graph API [#2471](https://github.com/owncloud/ocis/pull/2471) + - A new sharing role 'Manager' has been introduced for Spaces [cs3org/reva#2065](https://github.com/cs3org/reva/pull/2065) + - A capability for Spaces has been added [cs3org/reva#2015](https://github.com/cs3org/reva/pull/2015) +- Infinite Scale now provides an app provider and an app registry as a foundation for integrations with viewer/editor applications. [#2204](https://github.com/owncloud/ocis/pull/2204) +- ownCloud Web now has a re-designed sharing role selection. [#5632](https://github.com/owncloud/web/pull/5632) +- ownCloud Web now shows people in sharing as a collapsed list of avatars to save space. This can be expanded to show more details and the full list. [#5758](https://github.com/owncloud/web/pull/5758) +- ownCloud Web now shows sharing information in file/folder details. [#5735](https://github.com/owncloud/web/issues/5735) +- The file size calculation in ownCloud Web has been changed from base-2 (e.g., KB / Kibibyte) to base-10 (e.g., kB / Kilobyte) to match better with user expecations. [#5739](https://github.com/owncloud/web/pull/5739) +- The URL encoding/decoding in ownCloud Web has been improved. [#5714](https://github.com/owncloud/web/issues/5714) +- ownCloud Web now provides a robots.txt file. [#5762](https://github.com/owncloud/web/pull/5762) + +You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/releases/tag/v1.12.0) and [ownCloud Web changelog](https://github.com/owncloud/web/releases/tag/v4.2.0) for further details on what has changed. + +### Breaking changes +{{< hint warning >}} +We are currently in a Tech Preview state and breaking changes may occur at any time. For more information see our [release roadmap]({{< ref "./release_roadmap" >}}) +{{< /hint >}} + ## ownCloud Infinite Scale 1.11.0 Technology Preview Version 1.11.0 brings new features, usability improvements and bug fixes. ownCloud Web 4.1.0 now supports drag & drop and allows users to do actions (e.g., sharing) for the folder they are currently in. From ffd412da5ccc518ec406e7980b486b8667fa7e05 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 16 Sep 2021 10:33:41 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Pascal Wengerter --- docs/ocis/release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 5cbcbbb4e4..5aa286470d 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -15,13 +15,13 @@ The most prominent changes in ownCloud Infinite Scale 1.12.0 and ownCloud Web 4. - The Infinite Scale backend now supports the first parts of the 'Spaces' feature - Creating a new Space is now possible via Graph API [#2471](https://github.com/owncloud/ocis/pull/2471) - - A new sharing role 'Manager' has been introduced for Spaces [cs3org/reva#2065](https://github.com/cs3org/reva/pull/2065) + - A new sharing role, `Manager`, has been introduced for Spaces [cs3org/reva#2065](https://github.com/cs3org/reva/pull/2065) - A capability for Spaces has been added [cs3org/reva#2015](https://github.com/cs3org/reva/pull/2015) - Infinite Scale now provides an app provider and an app registry as a foundation for integrations with viewer/editor applications. [#2204](https://github.com/owncloud/ocis/pull/2204) - ownCloud Web now has a re-designed sharing role selection. [#5632](https://github.com/owncloud/web/pull/5632) - ownCloud Web now shows people in sharing as a collapsed list of avatars to save space. This can be expanded to show more details and the full list. [#5758](https://github.com/owncloud/web/pull/5758) - ownCloud Web now shows sharing information in file/folder details. [#5735](https://github.com/owncloud/web/issues/5735) -- The file size calculation in ownCloud Web has been changed from base-2 (e.g., KB / Kibibyte) to base-10 (e.g., kB / Kilobyte) to match better with user expecations. [#5739](https://github.com/owncloud/web/pull/5739) +- The file size calculation in ownCloud Web has been changed from base-2 (e.g., KB / Kibibyte) to base-10 (e.g., kB / Kilobyte) to match better with user expectations. [#5739](https://github.com/owncloud/web/pull/5739) - The URL encoding/decoding in ownCloud Web has been improved. [#5714](https://github.com/owncloud/web/issues/5714) - ownCloud Web now provides a robots.txt file. [#5762](https://github.com/owncloud/web/pull/5762)