From bf0c8500b05de4a77a8a5c0dccc258a916ea069e Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Wed, 9 Feb 2022 15:59:10 +0100 Subject: [PATCH 1/5] oCIS 1.17 release notes --- docs/ocis/release_notes.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 523104047e6..42ff8b03f05 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -7,6 +7,34 @@ geekdocEditPath: edit/master/docs/ocis geekdocFilePath: release_notes.md --- +## ownCloud Infinite Scale 1.17.0 Technology Preview + +Version 1.17.0 brings major changes, new features and improvements. ownCloud Web 5.0.0 comes with a full rework of the design and user experience and introduces initial support for the 'Spaces' feauture. Additionally ownCloud Web now supports Collabora Online with the ownCloud 10 backend. + +The most prominent changes in ownCloud Infinite Scale 1.17.0 and ownCloud Web 5.0.0 comprise: + +- ownCloud Web has been completely reworked in terms of design and user experience (main layout, app switcher, navigation sidebar, icons, user menu, etc.). [web#6102](https://github.com/owncloud/web/issues/6102) [web#6036](https://github.com/owncloud/web/issues/6036) [web#6272](https://github.com/owncloud/web/pull/6272) +- Initial support for the 'Spaces' feature in Infinite Scale and ownCloud Web. [web#6254](https://github.com/owncloud/web/pull/6254) [web#6199](https://github.com/owncloud/web/pull/6199) [web#6262](https://github.com/owncloud/web/pull/6262) [ocis#2931](https://github.com/owncloud/ocis/pull/2931) [ocis#3095](https://github.com/owncloud/ocis/pull/3095) +- Spaces can now be disabled, restored and permanently deleted. [ocis#3092](https://github.com/owncloud/ocis/pull/3092) +- ownCloud Web now provides a light and dark mode with an interactive switcher. [web#6242](https://github.com/owncloud/web/issues/6242) +- ownCloud Web now provides skeleton loading bars in the file list. [web#6204](https://github.com/owncloud/web/pull/6204) +- ownCloud Web now provides an ID- and path-based URL scheme according to https://owncloud.dev/ocis/adr/0011-global-url-format/#mixed-global-urls. [web#6137](https://github.com/owncloud/web/pull/6137) +- ownCloud Web now supports Collabora Online with the ownCloud 10 backend. More information on configuration can be found in the [documentation](https://owncloud.dev/clients/web/deployments/oc10-app/#collabora-online). +- ownCloud Web now respects share expiration date enforcement and defaults with the ownCloud 10 backend. [web#6176](https://github.com/owncloud/web/pull/6176) +- The People sharing dialog in ownCloud Web has received a couple of improvements. [web#6039](https://github.com/owncloud/web/pull/6039) +- ownCloud Web now persists sorting preferences. [web#5930](https://github.com/owncloud/web/issues/5930) +- ownCloud Web will now sort properly, even on paginated views. [web#5687](https://github.com/owncloud/web/issues/5687) +- The right-click menu works again in public links. [web#6123](https://github.com/owncloud/web/issues/6123) +- GraphAPI endpoints for Spaces and user/group management are now available. [ocis#2858](https://github.com/owncloud/ocis/pull/2858) [ocis#2947](https://github.com/owncloud/ocis/pull/2947) [ocis#2946](https://github.com/owncloud/ocis/pull/2946) [ocis#2978](https://github.com/owncloud/ocis/pull/2978) [ocis#2979](https://github.com/owncloud/ocis/pull/2979) +- Public links with passwords now work properly. [ocis#2831](https://github.com/owncloud/ocis/pull/2831) + +You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/releases/tag/v1.17.0) and [ownCloud Web changelog](https://github.com/owncloud/web/releases/tag/v5.0.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.16.0 Technology Preview Version 1.16.0 brings bug fixes, new features and progress for ongoing feature implementations like 'Spaces' and application integrations. ownCloud Web comes with a couple of usability improvements (e.g., breadcrumb context menu, right-click menu for multi-select). Infinite Scale has got a revamped config handling that makes deployments easier and more flexible. Additionally, it enables easy and fast collaboration via public links. From 8c4827948ce4d54a25a9e6749088a054f5aad3f8 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 17 Feb 2022 13:47:03 +0100 Subject: [PATCH 2/5] Add wopiserver incompatibility info --- docs/ocis/release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 42ff8b03f05..bcd7544c464 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -31,6 +31,10 @@ The most prominent changes in ownCloud Infinite Scale 1.17.0 and ownCloud Web 5. You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/releases/tag/v1.17.0) and [ownCloud Web changelog](https://github.com/owncloud/web/releases/tag/v5.0.0) for further details on what has changed. ### Breaking changes +{{< hint warning >}} +Due to some breaking changes, the [WOPI Server extension]({{< ref "https://github.com/cs3org/wopiserver" >}}) that is required for online office integrations (Collabora Online, ONLYOFFICE, Microsoft Office Online) is not compatible with the 1.17.0 release. This issue is under investigation and will be fixed with the next releases. +{{< /hint >}} + {{< 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 >}} From ea807c8ca534ca70e6a68eb01c82daf29264e792 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 17 Feb 2022 14:14:15 +0100 Subject: [PATCH 3/5] Update release_notes.md --- docs/ocis/release_notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index bcd7544c464..375860c817f 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -9,10 +9,11 @@ geekdocFilePath: release_notes.md ## ownCloud Infinite Scale 1.17.0 Technology Preview -Version 1.17.0 brings major changes, new features and improvements. ownCloud Web 5.0.0 comes with a full rework of the design and user experience and introduces initial support for the 'Spaces' feauture. Additionally ownCloud Web now supports Collabora Online with the ownCloud 10 backend. +Version 1.17.0 brings major changes, new features and improvements. The Infinite Scale backend introduces an event system as an important platform component. ownCloud Web 5.0.0 comes with a full rework of the design and user experience and introduces initial support for the 'Spaces' feauture. Additionally ownCloud Web now supports Collabora Online with the ownCloud 10 backend. The most prominent changes in ownCloud Infinite Scale 1.17.0 and ownCloud Web 5.0.0 comprise: +- ownCloud Infinite Scale now comes with the foundations of an event system based on [NATS](nats.io). The events system allows the oCIS services to communicate between each other based on events and will be the key component for features like notifications, auditing and other event-driven extensions/mechanisms. [cs3org/reva#2522](https://github.com/cs3org/reva/pull/2522) - ownCloud Web has been completely reworked in terms of design and user experience (main layout, app switcher, navigation sidebar, icons, user menu, etc.). [web#6102](https://github.com/owncloud/web/issues/6102) [web#6036](https://github.com/owncloud/web/issues/6036) [web#6272](https://github.com/owncloud/web/pull/6272) - Initial support for the 'Spaces' feature in Infinite Scale and ownCloud Web. [web#6254](https://github.com/owncloud/web/pull/6254) [web#6199](https://github.com/owncloud/web/pull/6199) [web#6262](https://github.com/owncloud/web/pull/6262) [ocis#2931](https://github.com/owncloud/ocis/pull/2931) [ocis#3095](https://github.com/owncloud/ocis/pull/3095) - Spaces can now be disabled, restored and permanently deleted. [ocis#3092](https://github.com/owncloud/ocis/pull/3092) From 20285a4d6f764c53baff9f9215718159425cac25 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 17 Feb 2022 14:27:08 +0100 Subject: [PATCH 4/5] Update release_notes.md --- docs/ocis/release_notes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 375860c817f..2f14169b374 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -9,13 +9,14 @@ geekdocFilePath: release_notes.md ## ownCloud Infinite Scale 1.17.0 Technology Preview -Version 1.17.0 brings major changes, new features and improvements. The Infinite Scale backend introduces an event system as an important platform component. ownCloud Web 5.0.0 comes with a full rework of the design and user experience and introduces initial support for the 'Spaces' feauture. Additionally ownCloud Web now supports Collabora Online with the ownCloud 10 backend. +Version 1.17.0 brings major changes, new features and improvements. The Infinite Scale backend introduces an event system as an important platform component and adds support for file locking. ownCloud Web 5.0.0 comes with a full rework of the design and user experience and introduces initial support for the 'Spaces' feauture. Additionally ownCloud Web now supports Collabora Online with the ownCloud 10 backend. The most prominent changes in ownCloud Infinite Scale 1.17.0 and ownCloud Web 5.0.0 comprise: -- ownCloud Infinite Scale now comes with the foundations of an event system based on [NATS](nats.io). The events system allows the oCIS services to communicate between each other based on events and will be the key component for features like notifications, auditing and other event-driven extensions/mechanisms. [cs3org/reva#2522](https://github.com/cs3org/reva/pull/2522) +- Infinite Scale now comes with the foundations of an event system based on [NATS](nats.io). The events system allows the oCIS services to communicate between each other based on events and will be the key component for features like notifications, auditing and other event-driven extensions/mechanisms. [cs3org/reva#2522](https://github.com/cs3org/reva/pull/2522) - ownCloud Web has been completely reworked in terms of design and user experience (main layout, app switcher, navigation sidebar, icons, user menu, etc.). [web#6102](https://github.com/owncloud/web/issues/6102) [web#6036](https://github.com/owncloud/web/issues/6036) [web#6272](https://github.com/owncloud/web/pull/6272) -- Initial support for the 'Spaces' feature in Infinite Scale and ownCloud Web. [web#6254](https://github.com/owncloud/web/pull/6254) [web#6199](https://github.com/owncloud/web/pull/6199) [web#6262](https://github.com/owncloud/web/pull/6262) [ocis#2931](https://github.com/owncloud/ocis/pull/2931) [ocis#3095](https://github.com/owncloud/ocis/pull/3095) +- Initial support for the 'Spaces' feature in Infinite Scale and ownCloud Web has been added. [web#6254](https://github.com/owncloud/web/pull/6254) [web#6199](https://github.com/owncloud/web/pull/6199) [web#6262](https://github.com/owncloud/web/pull/6262) [ocis#2931](https://github.com/owncloud/ocis/pull/2931) [ocis#3095](https://github.com/owncloud/ocis/pull/3095) +- Infinite Scale now supports file locking on CS3 and WebDAV levels to prevent concurrent/conflicting edits in shared areas. ownCloud Web will soon follow-up with the respective actions and indicators. [cs3org/reva#2460](https://github.com/cs3org/reva/pull/2460) - Spaces can now be disabled, restored and permanently deleted. [ocis#3092](https://github.com/owncloud/ocis/pull/3092) - ownCloud Web now provides a light and dark mode with an interactive switcher. [web#6242](https://github.com/owncloud/web/issues/6242) - ownCloud Web now provides skeleton loading bars in the file list. [web#6204](https://github.com/owncloud/web/pull/6204) From 9055ac0060f928274030706593e507595000baaf Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 17 Feb 2022 14:37:20 +0100 Subject: [PATCH 5/5] Update docs/ocis/release_notes.md --- docs/ocis/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 2f14169b374..b41df112596 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -34,7 +34,7 @@ You can also read the full [ownCloud Infinite Scale changelog](https://github.co ### Breaking changes {{< hint warning >}} -Due to some breaking changes, the [WOPI Server extension]({{< ref "https://github.com/cs3org/wopiserver" >}}) that is required for online office integrations (Collabora Online, ONLYOFFICE, Microsoft Office Online) is not compatible with the 1.17.0 release. This issue is under investigation and will be fixed with the next releases. +Due to some breaking changes, the [WOPI Server extension](https://github.com/cs3org/wopiserver) that is required for online office integrations (Collabora Online, ONLYOFFICE, Microsoft Office Online) is not compatible with the 1.17.0 release. This issue is under investigation and will be fixed with the next releases. {{< /hint >}} {{< hint warning >}}