aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Group
Commit message (Collapse)AuthorAgeFilesLines
* fix: Clearly document that the argument is a search string Côme Chilliet2025-02-031-3/+3
| | | | | It is not an exact match on the group id Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* Add the option to provide a groupname and only see its' members.E.S. Rosenberg a.k.a. Keeper of the Keys2025-01-081-1/+8
| | | | | | | | Improvements/TODO: 1. Fail/return error if group doesn't exist 2. Only print the members and not the groupname Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
* feat(occ)!: Adding the `displayName` to the output of the `occ group:list ↵Thibaut2024-08-061-0/+1
| | | | | | | --info` command Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(occ): Add support for iterable in Base and use in in group:list and ↵Côme Chilliet2024-08-061-15/+8
| | | | | | user:list Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-266-121/+12
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-204-4/+12
| | | | | | | 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-206-28/+12
| | | | | | core/Command/Group classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update core to PHP 7.4 standardCarl Schwan2022-05-206-36/+8
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-084-0/+76
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-13/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Change my email addressJohannes Leuker2021-03-241-2/+2
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-5/+103
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add return value to all commandsJoas Schilling2020-06-265-5/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-055-5/+11
| | | | 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-162-0/+141
| | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* Remove unused import statementsMorris Jobke2018-02-143-7/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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