Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | 4 | -7/+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 | |||||
| * | | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵ | Thomas Müller | 2014-02-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | authentication and logging | |||||
| * | | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -3/+0 | |
| |/ | ||||||
* | | Move password interaction to interact function | Bart Visscher | 2014-02-17 | 1 | -12/+14 | |
| | | ||||||
* | | Split execute function into multiple functions | Bart Visscher | 2014-02-17 | 1 | -69/+89 | |
| | | ||||||
* | | Fix namespace for Exception | Bart Visscher | 2014-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | Allow converting from any db type | Bart Visscher | 2014-02-11 | 1 | -11/+4 | |
| | | ||||||
* | | Check target DB type | Bart Visscher | 2014-02-11 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into db-convert-tool | Bart Visscher | 2014-01-30 | 1 | -0/+61 | |
|\| | | | | | | | | | Conflicts: 3rdparty | |||||
| * | Add command line tool to show numbers of users and user directories | Arthur Schiwon | 2014-01-07 | 1 | -0/+61 | |
| | | ||||||
* | | Postgresql needs the sequences adjusted after the inserts | Bart Visscher | 2014-01-11 | 1 | -0/+12 | |
| | | ||||||
* | | Add option to remove all the tables from the destination database | Bart Visscher | 2014-01-11 | 1 | -2/+19 | |
| | | ||||||
* | | Quote column names on insert | Bart Visscher | 2014-01-11 | 1 | -1/+5 | |
| | | ||||||
* | | Review points | Bart Visscher | 2013-12-24 | 1 | -8/+4 | |
| | | ||||||
* | | Inject config object | Bart Visscher | 2013-12-24 | 1 | -10/+23 | |
| | | ||||||
* | | Save the new database config | Bart Visscher | 2013-12-07 | 1 | -5/+23 | |
| | | ||||||
* | | Add UTF8 charset to connection params | Bart Visscher | 2013-12-07 | 1 | -0/+10 | |
| | | ||||||
* | | Add command for converting sqlite database to server based one | Bart Visscher | 2013-12-07 | 1 | -0/+164 | |
|/ | ||||||
* | Add a (currently) empty system for running common repair steps | Robin Appelman | 2013-11-26 | 1 | -0/+41 | |
| | ||||||
* | merge master into single-user-mode | Robin Appelman | 2013-11-25 | 3 | -0/+123 | |
|\ | ||||||
| * | Add occ command to list all apps | Robin Appelman | 2013-11-25 | 1 | -0/+47 | |
| | | ||||||
| * | rename app_id to app-id | Robin Appelman | 2013-11-25 | 2 | -4/+4 | |
| | | ||||||
| * | add occ commands for enabling and disabling apps | Robin Appelman | 2013-11-25 | 2 | -0/+76 | |
| | | ||||||
* | | Add occ command to enable and disable single user mode | Robin Appelman | 2013-11-25 | 1 | -0/+51 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | new console command to generate sql migration scripts | Thomas Müller | 2013-10-17 | 1 | -0/+45 | |
| | ||||||
* | Add copyright, remove starting blank line | Bart Visscher | 2013-09-19 | 1 | -0/+6 | |
| | ||||||
* | Cleanup and more style fixes | Bart Visscher | 2013-09-02 | 1 | -7/+5 | |
| | ||||||
* | Use more object oriented way for console commands | Bart Visscher | 2013-09-01 | 1 | -0/+30 | |