Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This reverts commit 012016d3311a13c3c1e9d60778dc6fbd6be0204e. | ||||
* | 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 | ||||
| * | 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 |
| | | | | stupid me :( | ||||
* | 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 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | | 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 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 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Workaround to fix the too early init dilemma | Morris Jobke | 2014-12-08 | 1 | -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-update | Morris Jobke | 2014-12-08 | 1 | -6/+22 |
| | |||||
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -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 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 |
| | | | | | | * 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\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 |
| | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty | ||||
* | 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 |
Conflicts: lib/private/vcategories.php |