diff --git a/CHANGELOG.md b/CHANGELOG.md index b790104db..d5dd9d7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.