aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/allconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Make scrutinizer happyJoas Schilling2015-04-011-1/+1
|
* Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"Vincent Petry2015-03-271-84/+5
| | | | This reverts commit 012016d3311a13c3c1e9d60778dc6fbd6be0204e.
* Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-5/+84
|\ | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig
| * Deprecated \OCP\IAppConfig - add missing methods to IConfigMorris Jobke2015-03-171-5/+84
| |
* | Update license headersJenkins for ownCloud2015-03-261-4/+22
|/
* The key is over configkey, user and app, not the valueJoas Schilling2015-03-161-1/+1
| | | | stupid me :(
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-091-4/+11
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
|
* 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
| | | | | This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files
* 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
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Workaround to fix the too early init dilemmaMorris Jobke2014-12-081-3/+38
| | | | | | | * this needs to be properly fixed by a proper organisation of the base.php * introduced fixDIInit() in AllConfig that moves the injection of DatabaseConnection to a later point in time * problems mostly because of the autoconfig setup
* 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
| | | | | | * keep old static methods - mapped to new ones and deprecated * removed deleteApp, getUsers, getApps because they are unused * make AllConfig unit tests more robust against not cleaned up environments
* 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
| | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container
* 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
| | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty
* 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
Conflicts: lib/private/vcategories.php