Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-05-16 07:50:57 +00:00
parent 7a7a343c62
commit 008622ede0
+19
View File
@@ -6,6 +6,8 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Remove unused transfer secret from app provider: [#3798](https://github.com/owncloud/ocis/pull/3798)
* Bugfix - Fix the `ocis search` command: [#3796](https://github.com/owncloud/ocis/pull/3796)
* Bugfix - Fix Thumbnails for IDs without a trailing path: [#3791](https://github.com/owncloud/ocis/pull/3791)
* Change - The `glauth` and `accounts` services are removed: [#3685](https://github.com/owncloud/ocis/pull/3685)
* Enhancement - Add descriptions for graph-explorer config: [#3759](https://github.com/owncloud/ocis/pull/3759)
@@ -15,6 +17,23 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Remove unused transfer secret from app provider: [#3798](https://github.com/owncloud/ocis/pull/3798)
We've fixed the startup of the app provider by removing the startup dependency on a configured
transfer secret, which was not used. This only happend if you start the app provider without
runtime (eg. `ocis app-provider server`) and didn't have configured all oCIS secrets.
https://github.com/owncloud/ocis/pull/3798
* Bugfix - Fix the `ocis search` command: [#3796](https://github.com/owncloud/ocis/pull/3796)
We've fixed the behavior for `ocis search`, which didn't show further help when not all secrets
have been configured. It also was not possible to start the search service standalone from the
oCIS binary without configuring all oCIS secrets, even they were not needed by the search
service.
https://github.com/owncloud/ocis/pull/3796
* Bugfix - Fix Thumbnails for IDs without a trailing path: [#3791](https://github.com/owncloud/ocis/pull/3791)
The routes in the chi router were not matching thumbnail requests without a trailing path.