Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Clearly document that the argument is a search string | Côme Chilliet | 2025-02-03 | 1 | -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 Keys | 2025-01-08 | 1 | -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 ↵ | Thibaut | 2024-08-06 | 1 | -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 Chilliet | 2024-08-06 | 1 | -15/+8 |
| | | | | | | user:list Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 6 | -121/+12 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Moves single constructor parameters to new lines. | Faraz Samapoor | 2023-06-20 | 4 | -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 Samapoor | 2023-06-20 | 6 | -28/+12 |
| | | | | | | core/Command/Group classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | fix output for group:list command with numeric user ids | Robin Appelman | 2023-04-06 | 1 | -2/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 6 | -36/+8 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Allow to autocomplete user and group ids in commands | Joas Schilling | 2022-04-08 | 4 | -0/+76 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add ldap:reset-group command to unmap groups from LDAP | Côme Chilliet | 2022-04-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Convert command option defaults to strings | Christoph Wurst | 2021-06-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -13/+8 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Change my email address | Johannes Leuker | 2021-03-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | ||||
* | Show group backends in occ group:list --info and group:info | Johannes Leuker | 2021-03-01 | 2 | -5/+103 |
| | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -0/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 5 | -5/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -5/+11 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix and improve check of create group result | Arthur Schiwon | 2019-11-25 | 1 | -2/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 1 | -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 name | Joas Schilling | 2019-09-27 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -1/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an options to create and remove groups via occ | Denis Mosolov | 2018-08-16 | 2 | -0/+141 |
| | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com> | ||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 3 | -7/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -0/+6 |
| | |||||
* | Add commands to add/remove users to/from groups | Robin Appelman | 2016-07-19 | 2 | -0/+154 |
| | |||||
* | add command to list groups | Robin Appelman | 2016-07-19 | 1 | -0/+89 |