aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Console
Commit message (Expand)AuthorAgeFilesLines
* fix(command): Make method compatible with upstream class (requires 3rdparty b...Joas Schilling2024-10-071-4/+4
* fix(command): Make method compatible with upstream class (backportable)Joas Schilling2024-10-071-3/+3
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-1/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: Code cleanup in lib/private/Console/ApplicationThomas Citharel2024-09-101-10/+15
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-242-46/+8
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-22/+15
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-232-24/+29
|\
| * make failure to load app commands non-fatalRobin Appelman2024-02-021-1/+8
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
| * fix(install): Make installing more verboseJoas Schilling2023-11-031-7/+12
| * Cleanup plsam issues in DB/ContactsManager and ConsoleCarl Schwan2023-09-051-12/+5
* | Refactor `OC\Server::getThemingDefaults`Andrew Summers2023-08-291-1/+1
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-3/+3
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
* fix: change maintenance mode info wordingDaniel Kesselberg2023-04-261-7/+3
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-3/+3
|\
| * fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-3/+3
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
|/
* fix(PHP8.2): Declare Symfony Application property in console applicationChristoph Wurst2023-01-161-0/+1
* Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-1/+2
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-2/+4
* Do not decorate the CLI output if it's explicitly turned offChristoph Wurst2022-04-071-0/+5
* Write upgrade/not-installed notices to stderrJulius Härtl2021-08-181-3/+5
* Improve maintenance mode infoszaimen2021-07-021-2/+2
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-2/+0
* Less ILoggerJoas Schilling2021-04-271-11/+6
* forward query exception when fallback construction failsRobin Appelman2021-02-091-1/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-052-4/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-5/+5
* Refactor some codeMorris Jobke2018-08-211-15/+4
* Adds a memory limit warning for console commands if the limit is below the re...Michael Weimann2018-08-201-1/+29
* Disables the maintenance warning for the maintenance command itself.Michael Weimann2018-07-011-6/+29
* Do not show "Not installed warning" during occ installMorris Jobke2018-01-181-1/+1
* Fixup codeRoeland Jago Douma2017-12-221-1/+5
* Update license headersMorris Jobke2017-11-061-1/+4
* Fixed typoMiha Frangez2017-05-191-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* ownC -> NextcMorris Jobke2017-03-191-1/+1
* maintenance warning printed on STDERR rather than STDOUTnoveens2017-03-191-1/+3
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-1/+1
* Revert unintentional log timestamp format changeJoas Schilling2017-01-301-2/+2