From 0c410018beea407f88ce7201a3d94b2ee0946444 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 3 Nov 2022 14:16:40 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de1e54ab..3c9464b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The following sections list the changes for unreleased. * Enhancement - Allow to setup TLS for grpc services: [#4798](https://github.com/owncloud/ocis/pull/4798) * Enhancement - Logging improvements: [#4815](https://github.com/owncloud/ocis/pull/4815) * Enhancement - Secure the nats connection with TLS: [#4781](https://github.com/owncloud/ocis/pull/4781) +* Enhancement - Rename AUTH_BASIC_AUTH_PROVIDER envvar: [#4966](https://github.com/owncloud/ocis/pull/4966) * Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757) * Enhancement - Prohibit users from setting or listing other user's values: [#4897](https://github.com/owncloud/ocis/pull/4897) * Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634) @@ -322,6 +323,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4800 https://github.com/owncloud/ocis/pull/4867 +* Enhancement - Rename AUTH_BASIC_AUTH_PROVIDER envvar: [#4966](https://github.com/owncloud/ocis/pull/4966) + + Rename the `AUTH_BASIC_AUTH_PROVIDER` envvar to `AUTH_BASIC_AUTH_MANAGER` + + https://github.com/owncloud/ocis/pull/4966 + * 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.