From f0364547740c48ecee6d25e10d558ce74d37bb28 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 2 Feb 2024 09:22:47 +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 f3d056807..42daf8c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ The following sections list the changes for unreleased. * Bugfix - Apply role constraints when creating shares via the graph API: [#8247](https://github.com/owncloud/ocis/pull/8247) * Bugfix - Fix concurrent access to a map: [#8269](https://github.com/owncloud/ocis/pull/8269) * Bugfix - Fix nats registry: [#8281](https://github.com/owncloud/ocis/pull/8281) +* Bugfix - Remove invalid environment variables: [#8303](https://github.com/owncloud/ocis/pull/8303) * Bugfix - Fix concurrent shares config: [#8317](https://github.com/owncloud/ocis/pull/8317) * Enhancement - Support login page background configuration: [#7674](https://github.com/owncloud/ocis/issues/7674) * Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) @@ -217,6 +218,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8281 +* Bugfix - Remove invalid environment variables: [#8303](https://github.com/owncloud/ocis/pull/8303) + + We have removed two spaces related environment variables (whether project spaces + and the share jail are enabled) and hardcoded the only allowed options. Misusing + those variables would have resulted in invalid config. + + https://github.com/owncloud/ocis/pull/8303 + * Bugfix - Fix concurrent shares config: [#8317](https://github.com/owncloud/ocis/pull/8317) We fixed setting the config for concurrent web requests, which did not work as