summaryrefslogtreecommitdiffstats
path: root/lib/public/iconfig.php
Commit message (Expand)AuthorAgeFilesLines
* Add a method to set/unset multiple config values in one callJoas Schilling2015-01-231-0/+8
* Add type of the variables to the docsJoas Schilling2014-12-101-3/+3
* introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-1/+3
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-1/+27
* introduce deleteAllUserValuesMorris Jobke2014-12-081-0/+7
* introduce proper interface for deleteAppValueMorris Jobke2014-12-081-0/+7
* Fix PHPDocLukas Reschke2014-10-271-1/+1
* Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-081-0/+7
* Extend public config interfaceRobin Appelman2014-08-311-0/+33
* Add support for getting the real client IP behind proxiesLukas Reschke2014-08-271-1/+1
* Expose setSystemValueLukas Reschke2014-08-221-2/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-2/+2
|\
| * $default of OC_Config::[gs]etValue can have more then string as typeBart Visscher2014-02-121-2/+2
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* Also add default to the \OCP\IConfig interfaceRobin Appelman2013-12-161-3/+12
* unify license headers for public API filesMorris Jobke2013-11-031-4/+17
* fix "No page-level DocBlock"Morris Jobke2013-11-031-1/+9
* Add missing implements and fix parameters in IConfigBart Visscher2013-09-201-8/+14
* fixing typosThomas Müller2013-09-201-4/+4
* Add Config container class to server containerBart Visscher2013-09-201-0/+59