Update release_notes.md

This commit is contained in:
Patrick Maier
2022-05-10 14:58:36 +02:00
committed by GitHub
parent f9b26d3d12
commit b1036deb29

View File

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