summaryrefslogtreecommitdiffstats
path: root/tests/core/command/config
Commit message (Expand)AuthorAgeFilesLines
* Allow array recursion in getJoas Schilling2016-01-141-3/+15
* Allow deleting a nested system config valueJoas Schilling2016-01-141-6/+104
* Retain backwards compatibilityJoas Schilling2016-01-141-25/+15
* occ config:system:set can now set other value typesRobin McCorkell2016-01-141-43/+113
* Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-9/+16
* Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-0/+17
* Invert the "public" to a "private" methodJoas Schilling2015-07-071-9/+9
* Make it possible to import exportet app/system configsJoas Schilling2015-07-071-5/+17
* Replace deprecated method callsJoas Schilling2015-07-078-13/+13
* Add commands to get, set and delete app config valuesJoas Schilling2015-07-073-0/+404
* Add a command to import an json array into the configJoas Schilling2015-07-072-1/+185
* Add a command to delete a system configJoas Schilling2015-07-073-4/+124
* Add a command to get a config valueJoas Schilling2015-07-071-0/+160
* Add a command to set a system config valueJoas Schilling2015-07-071-0/+115
* Split the system from the app configJoas Schilling2015-07-071-15/+18
* Add tests for list configJoas Schilling2015-07-071-0/+286