aboutsummaryrefslogtreecommitdiffstats
path: root/console.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-9/+9
* fix(occ): Move debug log listener setup to a static method, add option for levelCôme Chilliet2024-07-021-6/+1
* feat(occ): Add a --debug option to output all log levels to the outputCôme Chilliet2024-07-021-2/+10
* feat(profiler): Add support for profiler in occ commandsCôme Chilliet2024-06-271-1/+30
* Revert: "Check datadirectory owner, not config owner."Simon L.2024-05-141-19/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-131-30/+3
* fix: use DI to build main Application class in console.phpCôme Chilliet2024-04-221-9/+5
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-1/+2
* fix(cli): do not check the data directory if not setupskjnldsv2024-02-281-10/+21
* feat: check `datadirectory` owner instead of `config.php` ownerSam Bull2024-02-281-7/+9
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-1/+1
* Fix small typoCarl Schwan2022-06-011-1/+1
* Improve warning about missing pnctlCarl Schwan2022-05-241-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix unit testsJoas Schilling2021-04-271-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-2/+2
|\
| * Unify links to php.netJ0WI2020-09-171-2/+2
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* | Adjust sudo command to UID instead of usernamehoellen2020-10-061-1/+1
* | Remove posix_getpwuid and compare only useridhoellen2020-10-061-7/+7
|/
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+4
* Add note for Docker users running consoleEstelle Poulin2019-01-031-0/+1
* Adds a memory limit warning for console commands if the limit is below the re...Michael Weimann2018-08-201-1/+7
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-8/+2
* Update license headersMorris Jobke2017-11-061-0/+4
* Brand it :see_no_evil:Lukas Reschke2017-08-111-3/+3
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
* handle errors in apps while registering commandsRobin Appelman2016-11-241-1/+1
* Nextcloud runs only on PHP 5.6+Morris Jobke2016-10-251-4/+4
* Remove checks whether OC is running on Windows pt. 2RealRancor2016-10-241-1/+1
* console.log now returns 1 instead of 0 on all errorsPatrick Paysant2016-10-211-3/+3
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
* Fix othersJoas Schilling2016-07-211-5/+3
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-14/+12
* Update license headersLukas Reschke2016-05-261-2/+1
* Catch class Error on all root entrypointsThomas Müller2016-04-201-0/+2
* In case of fatal php errors and other unhandled exceptions no html error page...Thomas Müller2016-04-181-3/+8
* Update author informationLukas Reschke2016-03-011-0/+2
* Don't show PCNTL warning if --no-warnings is passedMorris Jobke2016-02-251-1/+1
* Add global --no-warning option to occ in order not to pollute output with war...Victor Dubiniuk2016-02-191-1/+2
* Fix typoMorris Jobke2016-02-111-1/+1
* Dispatch an event when a console command is runJoas Schilling2016-02-051-1/+1
* Add startup warning that the PCNTL extensions are missingThomas Müller2016-02-011-0/+4
* Happy new year!Thomas Müller2016-01-121-1/+2
* Whitespace correctionEdward Crompton2016-01-041-1/+1
* Removing the . from the end of the help response to match convention set by o...Edward Crompton2016-01-041-1/+1
* Adding a more helpful error message for when occ is run at the console as the...Edward Crompton2016-01-041-1/+2