summaryrefslogtreecommitdiffstats
path: root/core/Command/Status.php
Commit message (Collapse)AuthorAgeFilesLines
* No output by default when --exit-code is usedJoas Schilling2023-01-031-1/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Print output also with status codeJoas Schilling2023-01-031-9/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-3/+20
| | | | | | | | | | Running `./occ status -e` will produce any output. However, it will: exit 0 during normal operation, exit 1 when in maintenance mode, exit 2 when `./occ upgrade` is needed. Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-5/+2
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Align occ status with status.phpJulius Härtl2021-08-261-4/+24
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add return value to all commandsJoas Schilling2020-06-261-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate getEditionString()Joas Schilling2016-09-061-4/+2
|
* Also fix "occ status"Joas Schilling2016-09-061-2/+4
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+49