From fbb3f591c76c1d85b419907f2add1dfe4cd8dc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 1 Apr 2022 19:56:33 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index add7c6ada..f3f984949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The following sections list the changes for unreleased. * Bugfix - Use the default server download protocol if spaces are not supported: [#3386](https://github.com/owncloud/ocis/pull/3386) * Change - Fix keys with underscores in the config files: [#3412](https://github.com/owncloud/ocis/pull/3412) * Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360) +* Enhancement - Make config dir configurable: [#3440](https://github.com/owncloud/ocis/pull/3440) * Enhancement - Update reva to v2.x.x: [#3430](https://github.com/owncloud/ocis/pull/3430) * Enhancement - Update ownCloud Web to v5.4.0-rv.3: [#6709](https://github.com/owncloud/web/pull/6709) @@ -57,6 +58,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/3360 +* Enhancement - Make config dir configurable: [#3440](https://github.com/owncloud/ocis/pull/3440) + + We have added an `OCIS_CONFIG_DIR` environment variable the will take precedence over the + default `/etc/ocis`, `~/.ocis` and `.config` locations. When it is set the default locations + will be ignored and only the configuration files in that directory will be read. + + https://github.com/owncloud/ocis/pull/3440 + * Enhancement - Update reva to v2.x.x: [#3430](https://github.com/owncloud/ocis/pull/3430) Updated reva to version 2.x.x. This update includes: