aboutsummaryrefslogtreecommitdiffstats
path: root/core/command
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-0/+114
|\
| * occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+114
* | Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-202-0/+295
|\ \
| * | Introduce occ command to manage owncloud log backendRobin McCorkell2015-08-191-0/+124
| * | Introduce occ command for logging managementRobin McCorkell2015-08-191-0/+171
* | | Merge pull request #18424 from owncloud/filter-objectstore-password-from-conf...Morris Jobke2015-08-191-10/+35
|\ \ \ | |_|/ |/| |
| * | Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-10/+35
* | | No error code when app already enabled/disabledVincent Petry2015-08-192-2/+0
|/ /
* / Return error code on failure with occ app:enable/disableVincent Petry2015-08-182-0/+4
|/
* Mark ldap agent password as sensitiveJoas Schilling2015-08-141-0/+1
* - more injectionThomas Müller2015-07-301-1/+4
* Remove remainings of mssqlThomas Müller2015-07-291-5/+0
* Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c...Joas Schilling2015-07-201-2/+31
|\
| * PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-1/+1
| * Allow specifying the checkers used in app:check-codeRobin McCorkell2015-07-171-15/+21
| * Use the decorator patternJoas Schilling2015-07-171-5/+9
| * Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-4/+7
| * Use non-zero exit codeJoas Schilling2015-07-171-1/+2
| * Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-1/+16
* | Use constants for the output formatsJoas Schilling2015-07-174-8/+12
* | Add app and config name to error messagesJoas Schilling2015-07-164-5/+5
* | Use json_pretty as default for the config lists (for easier export/import)Joas Schilling2015-07-162-6/+5
|/
* Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
* [command] single user mode - use config object & add testsMorris Jobke2015-07-091-3/+16
* Invert the "public" to a "private" methodJoas Schilling2015-07-071-3/+3
* Make it possible to import exportet app/system configsJoas Schilling2015-07-071-2/+8
* Fix typo in command descriptionJoas Schilling2015-07-072-2/+2
* Add commands to get, set and delete app config valuesJoas Schilling2015-07-076-3/+266
* 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