Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Console to PSR-4 | Roeland Jago Douma | 2016-04-19 | 2 | -254/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -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 Dubiniuk | 2016-02-19 | 1 | -1/+21 |
| | | | | warnings | ||||
* | Dispatch an event when a console command is run | Joas Schilling | 2016-02-05 | 1 | -4/+17 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -4/+4 |
| | |||||
* | Don't load commands of apps when in maintenance mode - fixes #20939 | Thomas Müller | 2015-12-09 | 1 | -4/+6 |
| | |||||
* | Fix PHPDoc and check if path does exists | Lukas Reschke | 2015-12-09 | 1 | -1/+10 |
| | | | | Mutes another security warning of some static scanners. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | adding occ upgrade text note | Martin | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Register valid root for all installed apps in console | Robin McCorkell | 2015-09-14 | 1 | -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-timestamp | Morris Jobke | 2015-07-01 | 1 | -0/+107 |
|\ | | | | | [upgrade] show timestamp for output during upgrade | ||||
| * | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 1 | -0/+107 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+20 |
|/ | |||||
* | Only load commands of enabled apps | Morris Jobke | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Convert error and hint to string before writing to the output - fixes ↵ | Thomas Müller | 2015-04-16 | 1 | -2/+2 |
| | | | | https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html | ||||
* | Throw an exception in case checkServer() returns errors | Thomas Müller | 2015-04-09 | 1 | -0/+1 |
| | |||||
* | Introduce own console application class | Thomas Müller | 2015-04-09 | 1 | -0/+76 |