Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-06-23 08:33:08 +00:00
parent 76c3e3c024
commit a64dd835e7

View File

@@ -11,6 +11,7 @@ The following sections list the changes for unreleased.
* Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515)
* Bugfix - Don't connect to ldap on startup: [#6565](https://github.com/owncloud/ocis/pull/6565)
* Bugfix - Handle the bad request status: [#6469](https://github.com/owncloud/ocis/pull/6469)
* Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605)
* Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528)
* Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300)
* Enhancement - We added the storage id to the audit log for spaces: [#6548](https://github.com/owncloud/ocis/pull/6548)
@@ -68,6 +69,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/6469
https://github.com/cs3org/reva/pull/3948
* Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605)
The update role method did not allow to set a role when the user already has two roles. This makes
no sense as the user is supposed to have only one and the update will fix that. We still log an error
level log to make the admin aware of that.
https://github.com/owncloud/ocis/pull/6605
* Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528)
The webdav REPORT endpoint only returned permissions for personal spaces and shares. Now also