Automated changelog update [skip ci]

This commit is contained in:
Andre Duffeck
2022-10-14 15:03:38 +00:00
parent 5e220920f0
commit c260f6594d

View File

@@ -20,6 +20,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix unfindable entities from shares/publicshares: [#4651](https://github.com/owncloud/ocis/pull/4651)
* Bugfix - Graph service now forwards trace context: [#4582](https://github.com/owncloud/ocis/pull/4582)
* Bugfix - Remove the storage-users event configuration: [#4825](https://github.com/owncloud/ocis/pull/4825)
* Bugfix - Trigger a rescan of spaces in the search index when items have changed: [#4777](https://github.com/owncloud/ocis/pull/4777)
* Bugfix - Make tokeninfo endpoint unprotected: [#4715](https://github.com/owncloud/ocis/pull/4715)
* Bugfix - Fix wopi access to public shares: [#4631](https://github.com/owncloud/ocis/pull/4631)
* Enhancement - Add curl to the oCIS OCI image: [#4751](https://github.com/owncloud/ocis/pull/4751)
@@ -149,6 +150,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/4825
* Bugfix - Trigger a rescan of spaces in the search index when items have changed: [#4777](https://github.com/owncloud/ocis/pull/4777)
The search service now scans spaces when items have been changed. This fixes the problem that
mtime and treesize propagation was not reflected in the search index properly.
https://github.com/owncloud/ocis/issues/4410
https://github.com/owncloud/ocis/pull/4777
* Bugfix - Make tokeninfo endpoint unprotected: [#4715](https://github.com/owncloud/ocis/pull/4715)
Make the tokeninfo endpoint unprotected as it is supposed to be available to the public.