From e6ca10cbc4a4421b9009b9288ce2dfc4cde7ff9d Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:04:22 +0100 Subject: [PATCH] Update changelog/unreleased/fix-create-group-without-name.md Co-authored-by: Phil Davis --- changelog/unreleased/fix-create-group-without-name.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/fix-create-group-without-name.md b/changelog/unreleased/fix-create-group-without-name.md index abd2eb6aa..1fde25e5b 100644 --- a/changelog/unreleased/fix-create-group-without-name.md +++ b/changelog/unreleased/fix-create-group-without-name.md @@ -3,8 +3,8 @@ Bugfix: Disallow creation of a group with empty name via the OCS api 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 codef -or both OCS v1 and OCS v2 apis. +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/pull/2825 https://github.com/owncloud/ocis/issues/2823