Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2022-10-07 11:27:06 +00:00
parent 4c64a7b014
commit 7daf3c378d

View File

@@ -26,6 +26,7 @@ The following sections list the changes for unreleased.
* Enhancement - Add support for REPORT requests to /dav/spaces URLs: [#4661](https://github.com/owncloud/ocis/pull/4661)
* Enhancement - Allow to configure applications in Web: [#4578](https://github.com/owncloud/ocis/pull/4578)
* Enhancement - Restrict admins from self-removal: [#3713](https://github.com/owncloud/ocis/issues/3713)
* Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757)
* Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634)
* Enhancement - Update reva: [#4588](https://github.com/owncloud/ocis/pull/4588)
* Enhancement - Make it possible to configure a WOPI folderurl: [#4716](https://github.com/owncloud/ocis/pull/4716)
@@ -184,6 +185,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/3713
* Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757)
We now index and return the parent id of a resource in search REPORTs.
https://github.com/owncloud/ocis/issues/4727
https://github.com/owncloud/ocis/pull/4757
* Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634)
Support generating thumbnails for tiff and bmp files in the thumbnails service.