From 6cad3bb0ca4298aa913f6d0b5d6ef150830ccaf0 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Wed, 22 Jun 2022 12:19:42 +0200 Subject: [PATCH 1/2] [docs-only] 2.0.0beta4 release notes --- modules/ROOT/pages/ocis_release_notes.adoc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index c79b97e59..2e3aadbd7 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -23,11 +23,28 @@ You can read more about the Infinite Scale beta phase on https://owncloud.com - https://owncloud.com/infinite-scale-beta[Infinite Scale Beta Page] - https://owncloud.com/news/infinite-scale-beta/[Infinite Scale Beta is coming] +=== Beta 4 + +Infinite Scale 2.0.0 Beta4 introduces the 'Resharing' feature in the backend, brings major improvements for file uploads and adds keyboard shortcuts as well as full drag & drop support in ownCloud Web. + +The most prominent changes in **Infinite Scale 2.0.0 beta4** and ownCloud Web 5.6.0 comprise: + +* The 'Resharing' feature is now supported in the backend but it will still be disabled as there are some pending changes in Web to make it available. https://github.com/owncloud/ocis/pull/3904[ocis#3904] https://github.com/cs3org/reva/pull/2877[cs3org/reva#2877] +* The performance, stability and reliability of file uploads in Web has been further improved. https://github.com/owncloud/web/pull/7111[web#7111] https://github.com/owncloud/web/pull/7123[web#7123] https://github.com/owncloud/web/pull/7120[web#7120] https://github.com/owncloud/web/pull/7109[web#7109] https://github.com/owncloud/web/pull/7100[web#7100] +* Web now supports keyboard shortcuts for cut (e.g., `CTRL+X`), copy (e.g., `CTRL+C`) and paste (e.g., `CTRL+V`) operations. https://github.com/owncloud/web/pull/7078[web#7078] +* Web now supports drag & drop for move operations in all relevant views. https://github.com/owncloud/web/issues/7122[web#7122] +* Web now shows an upload time estimation. https://github.com/owncloud/web/pull/7088[web#7088] +* The file mimetype associations for the 'Preview' feature can now be customized. https://github.com/owncloud/web/issues/6933[web#6933] +* Further audit events and information have been added (folder creation, acting user). https://github.com/owncloud/ocis/pull/3941[ocis#3941] https://github.com/owncloud/ocis/issues/3753[ocis#3753] +* The `ocis version` command provides proper version information again. https://github.com/owncloud/ocis/pull/3953[ocis#3953] + === Beta 3 The third beta release of Infinite Scale 2.0.0 allows clients to list the contents of "Shares" and rounds-off Spaces with a no-restriction quota feature. Web is shipped with the version 5.5.0-rc.9 and focuses on upload reliability and usability. -* Improved upload UI: The upload stability has been improved, especially for usecases with many small files and complex folder hierarchies. Also the initial view of the upload UI has been simplified and shows now more details, but only on demand. https://github.com/owncloud/web/pull/7067[web#7067], https://github.com/owncloud/web/pull/7036[web#7036], https://github.com/owncloud/web/pull/7032[web#7032] +The most prominent changes in **Infinite Scale 2.0.0 beta3** and ownCloud Web 5.5.0 comprise: + +* Improved upload UI: The upload stability has been improved, especially for usecases with many small files and complex folder hierarchies. Also the initial view of the upload UI has been simplified and shows now more details, but only on demand. https://github.com/owncloud/web/pull/7067[web#7067] https://github.com/owncloud/web/pull/7036[web#7036] https://github.com/owncloud/web/pull/7032[web#7032] * Improved "File already exists" dialog: When moving files to a different folder users can now choose to skip, replace or keep conflicting files. If both files should be kept, the existing filename gets extended with a number: filename (1) filename (2) etc. Similar to known dialogs from e.g. Windows or MacOS, users can now apply the chosen option to all conflicts. https://github.com/owncloud/web/pull/6994[web#6994] * Allow listing of "Shares": Clients can now list the share jail content via `PROPFIND /dav/spaces/\{sharejailid}` https://github.com/cs3org/reva/pull/2931[reva#2931], https://github.com/cs3org/reva/pull/2904[reva#2904] * Create Spaces without quota restiction: Space managers can now create Spaces without specific quota restrictions like "10 GB". With the quota option "No restriction" Spaces can use up all available storage entirely. This enables a more dynamic storage allocation. https://github.com/cs3org/reva/pull/2895[reva#2895] From c6c1b1096b32dfe13beb5f394b57637f26a81f14 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Wed, 22 Jun 2022 13:56:03 +0200 Subject: [PATCH 2/2] Update modules/ROOT/pages/ocis_release_notes.adoc Co-authored-by: Benedikt Kulmann --- modules/ROOT/pages/ocis_release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 2e3aadbd7..25bd49788 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -31,7 +31,7 @@ The most prominent changes in **Infinite Scale 2.0.0 beta4** and ownCloud Web 5. * The 'Resharing' feature is now supported in the backend but it will still be disabled as there are some pending changes in Web to make it available. https://github.com/owncloud/ocis/pull/3904[ocis#3904] https://github.com/cs3org/reva/pull/2877[cs3org/reva#2877] * The performance, stability and reliability of file uploads in Web has been further improved. https://github.com/owncloud/web/pull/7111[web#7111] https://github.com/owncloud/web/pull/7123[web#7123] https://github.com/owncloud/web/pull/7120[web#7120] https://github.com/owncloud/web/pull/7109[web#7109] https://github.com/owncloud/web/pull/7100[web#7100] -* Web now supports keyboard shortcuts for cut (e.g., `CTRL+X`), copy (e.g., `CTRL+C`) and paste (e.g., `CTRL+V`) operations. https://github.com/owncloud/web/pull/7078[web#7078] +* Web now supports keyboard shortcuts for cut (e.g., `CTRL+X`), copy (e.g., `CTRL+C`) and paste (e.g., `CTRL+V`) operations. They apply for selected rows of the file list and enable cross-view cut/copy/paste (Personal space, received shares, project spaces). https://github.com/owncloud/web/pull/7078[web#7078] * Web now supports drag & drop for move operations in all relevant views. https://github.com/owncloud/web/issues/7122[web#7122] * Web now shows an upload time estimation. https://github.com/owncloud/web/pull/7088[web#7088] * The file mimetype associations for the 'Preview' feature can now be customized. https://github.com/owncloud/web/issues/6933[web#6933]