Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -11/+26 |
|\ | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -9/+0 |
| | | |||||
| * | Added warning for trusted_domains after CLI upgrade | Vincent Petry | 2014-03-14 | 1 | -0/+26 |
| | | | | | | | | | | If trusted_domains is not set after a CLI upgrade, show a warning in the output. | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -3/+0 |
|/ | |||||
* | Add some color to the occ upgrade output. | Andreas Fischer | 2013-10-28 | 1 | -11/+11 |
| | |||||
* | Use "else if" to remove one level of indentation. | Andreas Fischer | 2013-10-28 | 1 | -13/+11 |
| | |||||
* | Missed one write()->writeln(). Fixed. | ringmaster | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Use writeln() instead of write() | ringmaster | 2013-10-28 | 1 | -11/+11 |
| | |||||
* | Use the OutputInterface for output and return error codes. | ringmaster | 2013-10-28 | 1 | -21/+30 |
| | |||||
* | Move all upgrade routines into the command-line tool. | ringmaster | 2013-10-28 | 1 | -1/+55 |
| | |||||
* | Add `occ upgrade` command. | ringmaster | 2013-10-24 | 1 | -0/+28 |