aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Group/ListCommand.php
Commit message (Expand)AuthorAgeFilesLines
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-201-1/+3
* Uses PHP8's constructor property promotion in core/Command/Config and core/C...Faraz Samapoor2023-06-201-4/+1
* fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-5/+1
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-5/+20
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add return value to all commandsJoas Schilling2020-06-261-1/+2
* Update license headersChristoph Wurst2019-12-051-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-3/+0
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-0/+2
* add command to list groupsRobin Appelman2016-07-191-0/+89