aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Group
Commit message (Expand)AuthorAgeFilesLines
* feat(occ)!: Adding the `displayName` to the output of the `occ group:list --i...Thibaut2024-08-061-0/+1
* feat(occ): Add support for iterable in Base and use in in group:list and user...Côme Chilliet2024-08-061-15/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-266-121/+12
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-204-4/+12
* Uses PHP8's constructor property promotion in core/Command/Config and core/C...Faraz Samapoor2023-06-206-28/+12
* fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
* Update core to PHP 7.4 standardCarl Schwan2022-05-206-36/+8
* Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-084-0/+76
* Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-1/+1
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-13/+8
* Change my email addressJohannes Leuker2021-03-241-2/+2
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-5/+103
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-0/+4
* Add return value to all commandsJoas Schilling2020-06-265-5/+9
* Update license headersChristoph Wurst2019-12-055-5/+11
* fix and improve check of create group resultArthur Schiwon2019-11-251-2/+4
* fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-0/+4
* Do not allow to have an empty display nameJoas Schilling2019-09-271-2/+3
* Allow to set the group display name in the database backendJoas Schilling2019-09-271-1/+12
* Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+141
* Remove unused import statementsMorris Jobke2018-02-143-7/+0
* Update with robinJoas Schilling2016-07-213-3/+3
* Fix othersJoas Schilling2016-07-213-0/+6
* Add commands to add/remove users to/from groupsRobin Appelman2016-07-192-0/+154
* add command to list groupsRobin Appelman2016-07-191-0/+89