From a7dc0ce1966d1eeb2e893d44c2f83a64e214d690 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 28 Nov 2021 11:22:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7ae3cb2a..464e946492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Disallow creation of a group with empty name via the OCS api: [#2825](https://github.com/owncloud/ocis/pull/2825) * Bugfix - Fix using s3ng as the metadata storage backend: [#2807](https://github.com/owncloud/ocis/pull/2807) * Change - Rename `APP_PROVIDER_BASIC_*` environment variables: [#2812](https://github.com/owncloud/ocis/pull/2812) * Change - Restructure Configuration Parsing: [#2708](https://github.com/owncloud/ocis/pull/2708) @@ -13,6 +14,16 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Disallow creation of a group with empty name via the OCS api: [#2825](https://github.com/owncloud/ocis/pull/2825) + + We've fixed the behavior for group creation on the OCS api, where it was possible to create a + group with an empty name. This was is not possible on oC10 and is therefore also forbidden on oCIS + to keep compatibility. This PR forbids the creation and also ensures the correct status code + for both OCS v1 and OCS v2 apis. + + https://github.com/owncloud/ocis/issues/2823 + https://github.com/owncloud/ocis/pull/2825 + * Bugfix - Fix using s3ng as the metadata storage backend: [#2807](https://github.com/owncloud/ocis/pull/2807) It is now possible to use s3ng as the metadata storage backend.