| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -0/+11 |
* | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 1 | -1/+1 |
* | Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig" | Vincent Petry | 2015-03-27 | 1 | -84/+5 |
* | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -5/+84 |
|\ |
|
| * | Deprecated \OCP\IAppConfig - add missing methods to IConfig | Morris Jobke | 2015-03-17 | 1 | -5/+84 |
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
|/ |
|
* | The key is over configkey, user and app, not the value | Joas Schilling | 2015-03-16 | 1 | -1/+1 |
* | Allow specifying the compare-array for insertIfNotExists() | Joas Schilling | 2015-03-09 | 1 | -4/+11 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
* | Close cursor after checking for existing config values | Vincent Petry | 2014-11-28 | 1 | -0/+1 |
* | Add a method to set/unset multiple config values in one call | Joas Schilling | 2015-01-23 | 1 | -0/+10 |
* | Add type of the variables to the docs | Joas Schilling | 2014-12-10 | 1 | -3/+3 |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -4/+4 |
* | Workaround to fix the too early init dilemma | Morris Jobke | 2014-12-08 | 1 | -3/+38 |
* | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -6/+22 |
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -7/+197 |
* | introduce deleteAllUserValues | Morris Jobke | 2014-12-08 | 1 | -0/+9 |
* | introduce proper interface for deleteAppValue | Morris Jobke | 2014-12-08 | 1 | -0/+9 |
* | use old methods and redirect in deprecated methods | Morris Jobke | 2014-12-08 | 1 | -2/+2 |
* | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -3/+13 |
* | Expose getAppKeys trough \OCP\IConfig | Robin Appelman | 2014-10-08 | 1 | -0/+9 |
* | Extend public config interface | Robin Appelman | 2014-08-31 | 1 | -2/+43 |
* | Add support for getting the real client IP behind proxies | Lukas Reschke | 2014-08-27 | 1 | -1/+1 |
* | Expose setSystemValue | Lukas Reschke | 2014-08-22 | 1 | -4/+3 |
* | $default of OC_Config::[gs]etValue can have more then string as type | Bart Visscher | 2014-02-12 | 1 | -2/+2 |
* | Also add default to the \OCP\IConfig interface | Robin Appelman | 2013-12-16 | 1 | -2/+6 |
* | add default parameter for AllConfig->get*Value() | Robin Appelman | 2013-12-16 | 1 | -6/+12 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+77 |