summaryrefslogtreecommitdiffstats
path: root/lib/private/allconfig.php
Commit message (Expand)AuthorAgeFilesLines
* Close cursor after checking for existing config valuesVincent Petry2014-11-281-0/+1
* Add a method to set/unset multiple config values in one callJoas Schilling2015-01-231-0/+10
* Add type of the variables to the docsJoas Schilling2014-12-101-3/+3
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-4/+4
* Workaround to fix the too early init dilemmaMorris Jobke2014-12-081-3/+38
* introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-6/+22
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-7/+197
* introduce deleteAllUserValuesMorris Jobke2014-12-081-0/+9
* introduce proper interface for deleteAppValueMorris Jobke2014-12-081-0/+9
* use old methods and redirect in deprecated methodsMorris Jobke2014-12-081-2/+2
* Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-3/+13
* Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-081-0/+9
* Extend public config interfaceRobin Appelman2014-08-311-2/+43
* Add support for getting the real client IP behind proxiesLukas Reschke2014-08-271-1/+1
* Expose setSystemValueLukas Reschke2014-08-221-4/+3
* $default of OC_Config::[gs]etValue can have more then string as typeBart Visscher2014-02-121-2/+2
* Also add default to the \OCP\IConfig interfaceRobin Appelman2013-12-161-2/+6
* add default parameter for AllConfig->get*Value()Robin Appelman2013-12-161-6/+12
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+77