-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disallow creation of a group with empty name via the OCS api
- Loading branch information
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
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. | ||
|
||
https://github.com/owncloud/ocis/pull/2825 | ||
https://github.com/owncloud/ocis/issues/2823 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters