Update release_notes.md

This commit is contained in:
Patrick Maier
2022-05-10 14:57:27 +02:00
committed by GitHub
parent 2295499864
commit f9b26d3d12

View File

@@ -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