aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Group/Add.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-201-1/+3
| | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Uses PHP8's constructor property promotion in core/Command/Config and ↵Faraz Samapoor2023-06-201-4/+1
| | | | | | core/Command/Group classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-5/+1
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix and improve check of create group resultArthur Schiwon2019-11-251-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-0/+4
| | | | | | * also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not allow to have an empty display nameJoas Schilling2019-09-271-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to set the group display name in the database backendJoas Schilling2019-09-271-1/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an options to create and remove groups via occDenis Mosolov2018-08-161-0/+67
Signed-off-by: Denis Mosolov <denismosolov@gmail.com>