summaryrefslogtreecommitdiffstats
path: root/core/Command/Base.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(command): Make method compatible with upstream class (backportable)Joas Schilling2024-10-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(occ): Fix compatibility with PHP<8.2Côme Chilliet2024-08-061-2/+4
| | | | | | iterator_to_array cannot take an array parameter prior to 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(occ): Add support for iterable in Base and use in in group:list and ↵Côme Chilliet2024-08-061-4/+4
| | | | | | user:list Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-261-22/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix: make cancelOperation publicDaniel Kesselberg2023-08-271-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use symfony console table to render the job list properlyCôme Chilliet2022-07-111-2/+23
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-17/+5
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Rename method to abortIfInterruptedDaniel Kesselberg2018-10-081-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Refactor method to throw exception instead of true/falseDaniel Kesselberg2018-10-071-7/+11
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Correctly handle users with numeric user idsJoas Schilling2018-07-091-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add autocomplete for config:*Joas Schilling2016-09-291-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the auto completion basicJoas Schilling2016-09-291-1/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+160