Automated changelog update [skip ci]

This commit is contained in:
kobergj
2022-05-09 09:38:21 +00:00
parent 74139f6c52
commit 22ef980210

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Check permissions when deleting Space: [#3709](https://github.com/owncloud/ocis/pull/3709)
* Bugfix - Thumbnails for `/dav/xxx?preview=1` requests: [#3567](https://github.com/owncloud/ocis/pull/3567)
* Bugfix - Idp: Check if CA certificate if present: [#3623](https://github.com/owncloud/ocis/issues/3623)
* Bugfix - Return proper errors when ocs/cloud/users is using the cs3 backend: [#3483](https://github.com/owncloud/ocis/issues/3483)
@@ -32,6 +33,13 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Check permissions when deleting Space: [#3709](https://github.com/owncloud/ocis/pull/3709)
Check for manager permissions when deleting spaces. Do not allow deleting spaces via dav
service
https://github.com/owncloud/ocis/pull/3709
* Bugfix - Thumbnails for `/dav/xxx?preview=1` requests: [#3567](https://github.com/owncloud/ocis/pull/3567)
We've added the thumbnail rendering for `/dav/xxx?preview=1`,