Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-09-16 11:39:36 +00:00
parent d7026566fe
commit b8cce99e7a

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix the OIDC provider cache: [#4600](https://github.com/owncloud/ocis/pull/4600)
* Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575)
* Bugfix - Graph service now forwards trace context: [#4582](https://github.com/owncloud/ocis/pull/4582)
* Enhancement - Add webURL to space root: [#4588](https://github.com/owncloud/ocis/pull/4588)
@@ -14,6 +15,14 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Fix the OIDC provider cache: [#4600](https://github.com/owncloud/ocis/pull/4600)
We've fixed the OIDC provider cache. It never had a cache hit before this fix. Under some
circumstances it could cause a painfully slow OCIS if the IDP wellknown endpoint takes some
time to respond.
https://github.com/owncloud/ocis/pull/4600
* Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575)
We now correctly render the `oc:permissions` of resources as a string.