summaryrefslogtreecommitdiffstats
path: root/core/command
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15404 from Crote/occ-password-from-envThomas Müller2015-04-102-22/+54
|\
| * Add password input from env variable for occ user:{add, resetpassword}Laurens Post2015-04-042-22/+54
* | change handling in app:listJoas Schilling2015-04-092-23/+26
* | Replace print_r() with pretty jsonJoas Schilling2015-04-091-9/+6
* | Add an option to get the output in plain, json or print_r syntaxJoas Schilling2015-04-094-15/+107
* | Adding check command to validate server environment - fixes #15429Thomas Müller2015-04-081-0/+39
* | Fix occ user:add failure return codesLaurens Post2015-04-041-1/+2
|/
* More elaborate command description for upgrade - fixes #14864Thomas Müller2015-03-261-1/+1
* Update license headersJenkins for ownCloud2015-03-2618-74/+335
* Merge pull request #14613 from kampka/no-table-prefixMorris Jobke2015-03-121-2/+6
|\
| * Install command should not require table prefixChristian Kampka2015-03-111-2/+6
* | Merge pull request #14798 from owncloud/enable-oci-autotest-masterLukas Reschke2015-03-111-1/+1
|\ \
| * | Don't play with config values ...Thomas Müller2015-03-111-2/+1
| * | Setting oci as supported databaseThomas Müller2015-03-111-0/+1
* | | Merge pull request #14794 from owncloud/add-console-command-user-addMorris Jobke2015-03-111-0/+115
|\ \ \ | |/ / |/| |
| * | Add a console command user:add to create users over the consoleJoas Schilling2015-03-111-0/+115
* | | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfailMorris Jobke2015-03-112-0/+9
|\ \ \
| * | | Properly forward repair errors and warningsVincent Petry2015-02-272-0/+9
| | |/ | |/|
* | | Merge pull request #14662 from owncloud/issue/14661-show-versions-in-occ-applistThomas Müller2015-03-111-2/+3
|\ \ \
| * | | Always include the installed app version in "occ app:list"Joas Schilling2015-03-111-2/+3
| | |/ | |/|
* / | Properly handle available databases at runtime and respect setup checks in co...Thomas Müller2015-03-111-23/+36
|/ /
* / Allow configuring background job mode from the consoleChristian Kampka2015-03-024-0/+176
|/
* Revert "Updating license headers"Morris Jobke2015-02-2616-288/+83
* print app upgrade information to console as wellThomas Müller2015-02-241-0/+6
* 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-241-3/+7
* Fix error handlingThomas Müller2015-02-231-1/+6
* implement command maintenance:installThomas Müller2015-02-231-0/+124
* Updating license headersJenkins for ownCloud2015-02-2316-83/+288
* implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-101-0/+53
* Disallow disabling of files appMorris Jobke2015-02-031-2/+6
* naming fixes while reviewingThomas Müller2015-01-261-5/+5
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-5/+7
* Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller2015-01-121-1/+2
* Merge pull request #12995 from owncloud/tbelau666-masterThomas Müller2015-01-091-1/+3
|\
| * add default for dbtableprefixMorris Jobke2014-12-231-1/+1
| * use injected config object and fix typosMorris Jobke2014-12-221-1/+1
| * Use Doctrines filter by table nametbelau6662014-12-221-0/+2
* | inject and use user manager to delete command instead of using old static oc_...Arthur Schiwon2015-01-071-1/+12
* | LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-0/+36
|/
* Inject configVictor Dubiniuk2014-12-101-1/+1
* Use httphelper and cache response even when it emptyVictor Dubiniuk2014-12-061-1/+1
* drop dependency of some commands on old config objectMorris Jobke2014-11-203-24/+27
* Fix ctor call in OC\Core\Command\UpgradeThomas Müller2014-11-031-0/+1
* Enhance question in DB migration scriptunclejamal30002014-11-021-1/+1
* adding console command to generate javascript translation files based on exis...Thomas Müller2014-10-291-0/+120
* Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman2014-10-221-4/+0
* no loner use deprecated class \OC_ConfigThomas Müller2014-09-221-2/+15
* remove bootstrapping - occ can by definition only be executed if ownCloud is ...Thomas Müller2014-09-221-8/+0
* show upgrade errors as error in the console and report back that the upgrade ...Thomas Müller2014-09-221-12/+14
* Warn user on resetting passwords via occ when encryption is enabledkondou2014-08-221-0/+10