| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 8 | -1002/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | Allow array recursion in get | Joas Schilling | 2016-01-14 | 1 | -3/+16 |
* | Allow deleting a nested system config value | Joas Schilling | 2016-01-14 | 2 | -10/+52 |
* | Retain backwards compatibility | Joas Schilling | 2016-01-14 | 1 | -51/+56 |
* | occ config:system:set can now set other value types | Robin McCorkell | 2016-01-14 | 1 | -9/+119 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -8/+8 |
* | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -39/+4 |
* | Filter the objectstore password from the config list as well | Joas Schilling | 2015-08-19 | 1 | -10/+35 |
* | Mark ldap agent password as sensitive | Joas Schilling | 2015-08-14 | 1 | -0/+1 |
* | Use constants for the output formats | Joas Schilling | 2015-07-17 | 1 | -1/+1 |
* | Add app and config name to error messages | Joas Schilling | 2015-07-16 | 4 | -5/+5 |
* | Use json_pretty as default for the config lists (for easier export/import) | Joas Schilling | 2015-07-16 | 1 | -5/+2 |
* | Invert the "public" to a "private" method | Joas Schilling | 2015-07-07 | 1 | -3/+3 |
* | Make it possible to import exportet app/system configs | Joas Schilling | 2015-07-07 | 1 | -2/+8 |
* | Fix typo in command description | Joas Schilling | 2015-07-07 | 2 | -2/+2 |
* | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 6 | -3/+266 |
* | Allow reading from stdin | Joas Schilling | 2015-07-07 | 1 | -5/+36 |
* | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 1 | -0/+164 |
* | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 3 | -2/+75 |
* | Add a command to get a config value | Joas Schilling | 2015-07-07 | 1 | -0/+88 |
* | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 1 | -0/+83 |
* | Split the system from the app config | Joas Schilling | 2015-07-07 | 1 | -3/+5 |
* | Fix no value | Joas Schilling | 2015-07-07 | 1 | -2/+2 |
* | Add an option to exclude sensitive values (e.g. for reports) | Joas Schilling | 2015-07-07 | 1 | -4/+34 |
* | Add a command to list existing configs | Joas Schilling | 2015-07-07 | 1 | -0/+103 |