From f067660eda1a202ed62c73a0c8132a5693cf7491 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 14:40:20 +0200 Subject: [PATCH 1/6] [docs-only] Infinite Scale 2.0.0 Release Notes --- docs/ocis/release_notes.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index b3aa81bc786..4e0ef565ee7 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -7,6 +7,41 @@ geekdocEditPath: edit/master/docs/ocis geekdocFilePath: release_notes.md --- +## ownCloud Infinite Scale 2.0.0 + +Version 2.0.0 is a milestone in the development of Infinite Scale as it now comes with all features that have been planned for the upcoming general availability version. Before general availability, there are going to be a number of beta releases as the last development phase before Infinite Scale will be available and recommended for production use. + +You can read more about the Infinite Scale beta phase on https://owncloud.com: + +- [Welcome to the Infinite Scale Beta](https://owncloud.com/news/infinite-scale-beta-available/) +- [Infinite Scale Beta Page](https://owncloud.com/infinite-scale-beta) +- [Infinite Scale Beta is coming](https://owncloud.com/news/infinite-scale-beta/) + +The first beta release of Infinite Scale 2.0.0 (beta1) introduces the 'File Search' feature and completely replaces the integrated user management with a lightweight LDAP server that is shipped out-of-the-box (LibreIDM). ownCloud Web introduces a new, feature-rich upload manager based on uppy.io and comes with a couple of design and usability round-offs. + +The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownCloud Web 5.5.0 comprise: + +* All 'Breaking changes' of Infinite Scale 1.20.0 Technology Preview have been fixed. Especially the [WOPI Server extension](https://github.com/cs3org/wopiserver) is compatible with Infinite Scale 2.0.0 again. +* The 'Search' feature to find files and folders based on their name is now available in the backend and in ownCloud Web. [ocis#3635](https://github.com/owncloud/ocis/pull/3635) [web#6841](https://github.com/owncloud/web/pull/6841) +* ownCloud Web introduces a new upload manager based on Uppy (https://uppy.io). Uppy provides a well-designed upload manager overlay, integrates seamlessly with the TUS protocol for upload chunking and provides the ability to cancel, pause and resume uploads. [web#6202](https://github.com/owncloud/web/pull/6202) +* The existing integrated user management has been replaced by LibreIDM which is a lightweight LDAP server being developed by ownCloud and the LibreGraph community (https://github.com/libregraph/idm). LibreIDM comes with a MS Graph-based API and integrates a user interface for user & group management in ownCloud Web. [ocis#3331](https://github.com/owncloud/ocis/pull/3331) [web#6673](https://github.com/owncloud/web/issues/6673) +* For security reasons, Infinite Scale will not start anymore without specifying certain secrets. A new command `ocis init` has been added to automatically prepare a new Infinite Scale installation by generating secure default secrets. [ocis#3551](https://github.com/owncloud/ocis/pull/3551) +* The 'Shares' folder has been moved into a dedicated entry point. It is now available in the left sidebar as 'Shares' and will gather all incoming and outgoing shares of the user. +* Space cover images will now be rendered with the correct aspect ratio. [web#6829](https://github.com/owncloud/web/pull/6829) +* When un-sharing a file/folder, a confirmation dialog will now appear [web#6795](https://github.com/owncloud/web/pull/6795) +* It is now possible to show/hide file extensions in ownCloud Web using the file list settings. [web#6793](https://github.com/owncloud/web/pull/6793) +* Infinite Scale now provides dedicated quick links that can be created using the quick action in the file list. Once created, the quick link will stay until it's removed and will be copied when the quick action is used. [web#6820](https://github.com/owncloud/web/pull/6820) +* It is now possible to create links with the 'Editor' role for single files. [web#6787](https://github.com/owncloud/web/pull/6787) + +### Known issues + +This section will be updated if known issues are discovered. + +* COPY&MOVE in ownCloud Web is does not work outside of personal spaces +* Single File Shares have no download action and thumbnail creation does not work for the recipient +* Received shares cannot be renamed https://github.com/owncloud/ocis/issues/3721 +* The personal user quota is currently hardcoded https://github.com/owncloud/ocis/issues/3748 + ## ownCloud Infinite Scale 1.20.0 Technology Preview Version 1.20.0 brings major improvements, new features and bug fixes to the platform. Infinite Scale now provides complete Auditing capabilities and the basic 'Spaces' feature has reached initial feature completeness. Furthermore, ownCloud Web introduces a number of smaller features as well as more design and usability improvements. From d7e67311b7179c66128750d669f62ea949b3a9aa Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 14:46:24 +0200 Subject: [PATCH 2/6] Update release_notes.md --- 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 4e0ef565ee7..c66a0b2f943 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -37,8 +37,8 @@ The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownClo This section will be updated if known issues are discovered. -* COPY&MOVE in ownCloud Web is does not work outside of personal spaces -* Single File Shares have no download action and thumbnail creation does not work for the recipient +* Copy & Move in ownCloud Web is does not work outside of personal spaces +* Single file user shares have no download action and thumbnail creation does not work for the recipient * Received shares cannot be renamed https://github.com/owncloud/ocis/issues/3721 * The personal user quota is currently hardcoded https://github.com/owncloud/ocis/issues/3748 From 229549986423d1d15651c2b5d5685ec9731be29d Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 14:48:12 +0200 Subject: [PATCH 3/6] Update release_notes.md --- docs/ocis/release_notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index c66a0b2f943..db806d3b990 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -22,7 +22,7 @@ The first beta release of Infinite Scale 2.0.0 (beta1) introduces the 'File Sear The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownCloud Web 5.5.0 comprise: * All 'Breaking changes' of Infinite Scale 1.20.0 Technology Preview have been fixed. Especially the [WOPI Server extension](https://github.com/cs3org/wopiserver) is compatible with Infinite Scale 2.0.0 again. -* The 'Search' feature to find files and folders based on their name is now available in the backend and in ownCloud Web. [ocis#3635](https://github.com/owncloud/ocis/pull/3635) [web#6841](https://github.com/owncloud/web/pull/6841) +* The 'File Search' feature to find files and folders based on their name is now available in the backend and in ownCloud Web. [ocis#3635](https://github.com/owncloud/ocis/pull/3635) [web#6841](https://github.com/owncloud/web/pull/6841) * ownCloud Web introduces a new upload manager based on Uppy (https://uppy.io). Uppy provides a well-designed upload manager overlay, integrates seamlessly with the TUS protocol for upload chunking and provides the ability to cancel, pause and resume uploads. [web#6202](https://github.com/owncloud/web/pull/6202) * The existing integrated user management has been replaced by LibreIDM which is a lightweight LDAP server being developed by ownCloud and the LibreGraph community (https://github.com/libregraph/idm). LibreIDM comes with a MS Graph-based API and integrates a user interface for user & group management in ownCloud Web. [ocis#3331](https://github.com/owncloud/ocis/pull/3331) [web#6673](https://github.com/owncloud/web/issues/6673) * For security reasons, Infinite Scale will not start anymore without specifying certain secrets. A new command `ocis init` has been added to automatically prepare a new Infinite Scale installation by generating secure default secrets. [ocis#3551](https://github.com/owncloud/ocis/pull/3551) @@ -33,6 +33,8 @@ The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownClo * Infinite Scale now provides dedicated quick links that can be created using the quick action in the file list. Once created, the quick link will stay until it's removed and will be copied when the quick action is used. [web#6820](https://github.com/owncloud/web/pull/6820) * It is now possible to create links with the 'Editor' role for single files. [web#6787](https://github.com/owncloud/web/pull/6787) +You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/releases/tag/v2.0.0) and [ownCloud Web changelog](https://github.com/owncloud/web/releases/tag/v5.5.0) for further details on what has changed. + ### Known issues This section will be updated if known issues are discovered. From f9b26d3d124bc87473eb066c03c2698eba487522 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 14:57:27 +0200 Subject: [PATCH 4/6] Update release_notes.md --- docs/ocis/release_notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index db806d3b990..6baccb16631 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -26,8 +26,8 @@ The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownClo * ownCloud Web introduces a new upload manager based on Uppy (https://uppy.io). Uppy provides a well-designed upload manager overlay, integrates seamlessly with the TUS protocol for upload chunking and provides the ability to cancel, pause and resume uploads. [web#6202](https://github.com/owncloud/web/pull/6202) * The existing integrated user management has been replaced by LibreIDM which is a lightweight LDAP server being developed by ownCloud and the LibreGraph community (https://github.com/libregraph/idm). LibreIDM comes with a MS Graph-based API and integrates a user interface for user & group management in ownCloud Web. [ocis#3331](https://github.com/owncloud/ocis/pull/3331) [web#6673](https://github.com/owncloud/web/issues/6673) * For security reasons, Infinite Scale will not start anymore without specifying certain secrets. A new command `ocis init` has been added to automatically prepare a new Infinite Scale installation by generating secure default secrets. [ocis#3551](https://github.com/owncloud/ocis/pull/3551) -* The 'Shares' folder has been moved into a dedicated entry point. It is now available in the left sidebar as 'Shares' and will gather all incoming and outgoing shares of the user. -* Space cover images will now be rendered with the correct aspect ratio. [web#6829](https://github.com/owncloud/web/pull/6829) +* The 'Shares' folder has been moved into a dedicated entry point. It is now available in the left sidebar as 'Shares' and will gather all incoming and outgoing shares of the user. With this, the transition to a clear separation of personal, shared and project files is complete. [web#6448](https://github.com/owncloud/web/issues/6448) +* Spaces cover images will now be rendered with the correct aspect ratio. [web#6829](https://github.com/owncloud/web/pull/6829) * When un-sharing a file/folder, a confirmation dialog will now appear [web#6795](https://github.com/owncloud/web/pull/6795) * It is now possible to show/hide file extensions in ownCloud Web using the file list settings. [web#6793](https://github.com/owncloud/web/pull/6793) * Infinite Scale now provides dedicated quick links that can be created using the quick action in the file list. Once created, the quick link will stay until it's removed and will be copied when the quick action is used. [web#6820](https://github.com/owncloud/web/pull/6820) @@ -39,7 +39,7 @@ You can also read the full [ownCloud Infinite Scale changelog](https://github.co This section will be updated if known issues are discovered. -* Copy & Move in ownCloud Web is does not work outside of personal spaces +* Copy & Move in ownCloud Web does not work outside of personal spaces * Single file user shares have no download action and thumbnail creation does not work for the recipient * Received shares cannot be renamed https://github.com/owncloud/ocis/issues/3721 * The personal user quota is currently hardcoded https://github.com/owncloud/ocis/issues/3748 From b1036deb29a7480c1b2c399e896dea4c38bcbb93 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 14:58:36 +0200 Subject: [PATCH 5/6] Update 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 6baccb16631..feff46f356b 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -27,7 +27,7 @@ The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownClo * The existing integrated user management has been replaced by LibreIDM which is a lightweight LDAP server being developed by ownCloud and the LibreGraph community (https://github.com/libregraph/idm). LibreIDM comes with a MS Graph-based API and integrates a user interface for user & group management in ownCloud Web. [ocis#3331](https://github.com/owncloud/ocis/pull/3331) [web#6673](https://github.com/owncloud/web/issues/6673) * For security reasons, Infinite Scale will not start anymore without specifying certain secrets. A new command `ocis init` has been added to automatically prepare a new Infinite Scale installation by generating secure default secrets. [ocis#3551](https://github.com/owncloud/ocis/pull/3551) * The 'Shares' folder has been moved into a dedicated entry point. It is now available in the left sidebar as 'Shares' and will gather all incoming and outgoing shares of the user. With this, the transition to a clear separation of personal, shared and project files is complete. [web#6448](https://github.com/owncloud/web/issues/6448) -* Spaces cover images will now be rendered with the correct aspect ratio. [web#6829](https://github.com/owncloud/web/pull/6829) +* Spaces cover images will now be rendered with an appropriate aspect ratio (16:9). [web#6829](https://github.com/owncloud/web/pull/6829) * When un-sharing a file/folder, a confirmation dialog will now appear [web#6795](https://github.com/owncloud/web/pull/6795) * It is now possible to show/hide file extensions in ownCloud Web using the file list settings. [web#6793](https://github.com/owncloud/web/pull/6793) * Infinite Scale now provides dedicated quick links that can be created using the quick action in the file list. Once created, the quick link will stay until it's removed and will be copied when the quick action is used. [web#6820](https://github.com/owncloud/web/pull/6820) From 34b6b2c9e1da6587ed94bdc26c2e2960bcd48690 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 15:00:23 +0200 Subject: [PATCH 6/6] Update 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 feff46f356b..e14a4b9783f 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -39,7 +39,7 @@ You can also read the full [ownCloud Infinite Scale changelog](https://github.co This section will be updated if known issues are discovered. -* Copy & Move in ownCloud Web does not work outside of personal spaces +* Copy & Move in ownCloud Web does not work outside of personal spaces https://github.com/owncloud/web/issues/6892 * Single file user shares have no download action and thumbnail creation does not work for the recipient * Received shares cannot be renamed https://github.com/owncloud/ocis/issues/3721 * The personal user quota is currently hardcoded https://github.com/owncloud/ocis/issues/3748