aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/ListCommand.php
Commit message (Expand)AuthorAgeFilesLines
* feat(occ): Show first_seen in output of user:list --infoCôme Chilliet2025-01-071-1/+12
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat(occ): Add support for iterable in Base and use in in group:list and user...Côme Chilliet2024-08-061-12/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-261-21/+2
* feat(occ): Add --disabled option to occ user:listCôme Chilliet2024-04-091-1/+10
* Uses PHP8's constructor property promotion in core/Command/User classes.Faraz Samapoor2023-06-191-7/+4
* Use the searchDisplayName recommended method in user:listCôme Chilliet2023-04-271-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-10/+2
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-1/+1
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add return value to all commandsJoas Schilling2020-06-261-2/+3
* Update license headersChristoph Wurst2019-12-051-3/+2
* Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)2019-10-171-5/+38
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-0/+2
* add occ command to list usersRobin Appelman2016-07-191-0/+87