Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.0beta4 release notes #4753

Merged
merged 2 commits into from
Jun 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion modules/ROOT/pages/ocis_release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is more of a mitigation for an oc10+web customer requirement. Not really relevant for oCIS, since we have no plugin system for our thumbnail service. I'd drop the line entirely.

* 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]
Expand Down