summaryrefslogtreecommitdiffstats
path: root/core/command/config
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Allow array recursion in getJoas Schilling2016-01-141-3/+16
|
* Allow deleting a nested system config valueJoas Schilling2016-01-142-10/+52
|
* Retain backwards compatibilityJoas Schilling2016-01-141-51/+56
|
* occ config:system:set can now set other value typesRobin McCorkell2016-01-141-9/+119
| | | | | | | Integers, doubles, booleans and even arrays can now be set, with the --type=... option. Array setting can be specified by passing multiple name arguments, e.g. `./occ config:system:set redis port --value=123 --type=integer`
* Happy new year!Thomas Müller2016-01-128-8/+8
|
* Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-39/+4
|
* Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-10/+35
|
* Mark ldap agent password as sensitiveJoas Schilling2015-08-141-0/+1
|
* Use constants for the output formatsJoas Schilling2015-07-171-1/+1
|
* 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-161-5/+2
|
* 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-071-0/+88
|
* 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
|
* 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