summaryrefslogtreecommitdiffstats
path: root/core/command
Commit message (Expand)AuthorAgeFilesLines
...
* Allow reading from stdinJoas Schilling2015-07-071-5/+36
* Add a command to import an json array into the configJoas Schilling2015-07-071-0/+164
* Add a command to delete a system configJoas Schilling2015-07-073-2/+75
* Add a command to get a config valueJoas Schilling2015-07-072-2/+114
* Add a command to set a system config valueJoas Schilling2015-07-071-0/+83
* Split the system from the app configJoas Schilling2015-07-071-3/+5
* Fix no valueJoas Schilling2015-07-071-2/+2
* Missing docJoas Schilling2015-07-071-0/+1
* Add an option to exclude sensitive values (e.g. for reports)Joas Schilling2015-07-071-4/+34
* Add a command to list existing configsJoas Schilling2015-07-071-0/+103
* Fix nested array listsJoas Schilling2015-07-071-4/+9
* Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-0/+112
* Merge pull request #17088 from owncloud/add-verbosity-to-upgradeMorris Jobke2015-07-011-0/+9
|\
| * [upgrade] add verbosity check and show repair info & stepsMorris Jobke2015-06-241-0/+9
* | Merge pull request #17093 from owncloud/upgrade-timestampMorris Jobke2015-07-011-3/+12
|\ \
| * | Use a OutputFormatter instead of hacking into writeln()Joas Schilling2015-06-241-49/+26
| * | Use logtimezone and logdateformatJoas Schilling2015-06-241-2/+5
| * | [upgrade] show timestamp for output during upgradeMorris Jobke2015-06-241-14/+43
| |/
* | update license headers and authorsMorris Jobke2015-06-2510-1/+35
* | Use non-zero exit code when app is not compliant (so CIs can detect the status)Joas Schilling2015-06-241-0/+1
|/
* Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-7/+10
|\
| * [updater] keep maintenance active on failure and mark failure in redMorris Jobke2015-06-231-1/+2
| * [updater] propagate error case properlyMorris Jobke2015-06-231-6/+8
* | [upgrade] print update message before running the update codeMorris Jobke2015-06-231-0/+3
|/
* Fix error message and add 'user' to itJens-Christian Fischer2015-06-111-1/+1
* Merge pull request #16434 from owncloud/persist-maintenance-stateThomas Müller2015-06-031-3/+8
|\
| * Persist the state of the maintenance after an upgradeMorris Jobke2015-05-191-3/+8
* | Merge pull request #15985 from owncloud/hotfix/fix-encryption-referencesBjörn Schießle2015-05-261-1/+1
|\ \
| * | fix references to legacy encryption app nameClark Tomlinson2015-05-181-1/+1
| |/
* | Skip disable3rdParty AppsSteffen Lindner2015-05-201-2/+12
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
|/
* Add info message for upgrade of an 3rdparty appMorris Jobke2015-05-121-0/+3
* Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-war...Thomas Müller2015-05-072-4/+24
|\
| * Display a message when there is a problem with the default moduleJoas Schilling2015-05-042-4/+24
* | Add verbosity option to app:check-codeMorris Jobke2015-05-051-6/+17
* | Fix the "app-id" parameter description of app:check-codeJoas Schilling2015-05-051-1/+1
* | Add an occ command to get the status of encryptionJoas Schilling2015-05-041-0/+56
|/
* make command optionalBernhard Posselt2015-04-291-1/+1
* default to an empty string for database password if ommitedBernhard Posselt2015-04-291-1/+4
* fix typoThomas Müller2015-04-271-1/+1
* handle case where the given language is unknown - refs #15794Thomas Müller2015-04-271-0/+4
* Undefined index: defaultJoas Schilling2015-04-271-1/+1
* Fix scrutinizer complainJoas Schilling2015-04-271-1/+1
* Use interfaceJoas Schilling2015-04-271-4/+4
* Add unit tests for the commandsJoas Schilling2015-04-271-6/+6
* Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-272-31/+14
* Add occ commands to manage the encryption modulesJoas Schilling2015-04-274-0/+279
* Unify the output of the user commands and use DIJoas Schilling2015-04-235-12/+36
* Check if the user exists before trying to delete himJoas Schilling2015-04-231-5/+12
* Remove the app version from disabled app listJoas Schilling2015-04-203-4/+25