From 51313a424ce292565c687bb2963fdca13049870e Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 22 Apr 2021 16:52:45 +0200 Subject: [PATCH 1/2] [docs-only] oCIS 1.5.0 Release Notes --- docs/ocis/release_notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 3461fde791..3066e7cbb6 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -7,6 +7,24 @@ geekdocEditPath: edit/master/docs/ocis geekdocFilePath: release_notes.md --- +## ownCloud Infinite Scale 1.5.0 Technology Preview + +Version 1.5.0 is a maintenance release for the Infinite Scale backend with a number of bug fixes and smaller improvements. For ownCloud Web it brings further accessibility improvements and a whole bunch of new features. The web interface can now be branded and there is a new, dedicated view in the left sidebar to list all link shares of a user. + +The most prominent changes in version 1.5.0 comprise: + +- Config file based theming for ownCloud Web (see https://owncloud.dev/clients/web/theming/ for more information) [#4822](https://github.com/owncloud/web/pull/4822) +- A dedicated view for "Shared by link" has been added [#4881](https://github.com/owncloud/web/pull/4881) +- The file list table has been replaced and is now more performant and accessible [#4627](https://github.com/owncloud/web/pull/4627) +- Many further accessibility improvements have been added, e.g., around the app switcher, sidebar, sharing list and focus management + +You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/blob/master/CHANGELOG.md) and [ownCloud Web changelog](https://github.com/owncloud/web/blob/master/CHANGELOG.md) 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.4.0 Technology Preview Version 1.4.0 brings new features, bug fixes and further improvements. The accessibility of ownCloud Web has greatly improved, paving the way for WCAG 2.1 compliance. The Infinite Scale platform has received major improvements regarding memory consumption. The user storage quota feature has been implemented and folder sizes are now properly calculated. It is now possible to write log messages to log files and to specify configuration values using a config file. From cffe201d90cf8eedc5bacaa8ce37e46016d17c84 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 22 Apr 2021 18:45:44 +0200 Subject: [PATCH 2/2] Update release_notes.md --- docs/ocis/release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 3066e7cbb6..1caff44dcd 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -17,6 +17,8 @@ The most prominent changes in version 1.5.0 comprise: - A dedicated view for "Shared by link" has been added [#4881](https://github.com/owncloud/web/pull/4881) - The file list table has been replaced and is now more performant and accessible [#4627](https://github.com/owncloud/web/pull/4627) - Many further accessibility improvements have been added, e.g., around the app switcher, sidebar, sharing list and focus management +- User storage quotas will now be enforced [#1557](https://github.com/cs3org/reva/pull/1557) +- The "owncloud" storage driver now supports file integrity checking with checksums [#1629](https://github.com/cs3org/reva/pull/1629) You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/blob/master/CHANGELOG.md) and [ownCloud Web changelog](https://github.com/owncloud/web/blob/master/CHANGELOG.md) for further details on what has changed.