aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/console
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Console to PSR-4Roeland Jago Douma2016-04-192-254/+0
|
* Update author informationLukas Reschke2016-03-011-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Add global --no-warning option to occ in order not to pollute output with ↵Victor Dubiniuk2016-02-191-1/+21
| | | | warnings
* Dispatch an event when a console command is runJoas Schilling2016-02-051-4/+17
|
* Happy new year!Thomas Müller2016-01-122-4/+4
|
* Don't load commands of apps when in maintenance mode - fixes #20939Thomas Müller2015-12-091-4/+6
|
* Fix PHPDoc and check if path does existsLukas Reschke2015-12-091-1/+10
| | | | Mutes another security warning of some static scanners.
* Update license headersLukas Reschke2015-10-261-0/+1
|
* adding occ upgrade text noteMartin2015-10-141-0/+1
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Register valid root for all installed apps in consoleRobin McCorkell2015-09-141-1/+3
| | | We need to use commands from apps that aren't enabled (so don't get loaded).
* Merge pull request #17093 from owncloud/upgrade-timestampMorris Jobke2015-07-011-0/+107
|\ | | | | [upgrade] show timestamp for output during upgrade
| * Use a OutputFormatter instead of hacking into writeln()Joas Schilling2015-06-241-0/+107
| |
* | update license headers and authorsMorris Jobke2015-06-251-1/+20
|/
* Only load commands of enabled appsMorris Jobke2015-05-181-1/+1
|
* Convert error and hint to string before writing to the output - fixes ↵Thomas Müller2015-04-161-2/+2
| | | | https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html
* Throw an exception in case checkServer() returns errorsThomas Müller2015-04-091-0/+1
|
* Introduce own console application classThomas Müller2015-04-091-0/+76