Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -0/+15 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+18 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | 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 | -37/+0 |
| | | | | This reverts commit 012016d3311a13c3c1e9d60778dc6fbd6be0204e. | ||||
* | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -0/+37 |
|\ | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig | ||||
| * | Deprecated \OCP\IAppConfig - add missing methods to IConfig | Morris Jobke | 2015-03-17 | 1 | -0/+37 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+17 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+17 |
| | |||||
* | Add a method to set/unset multiple config values in one call | Joas Schilling | 2015-01-23 | 1 | -0/+8 |
| | | | | | 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 |
| | |||||
* | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -1/+3 |
| | |||||
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -1/+27 |
| | | | | | | * 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/+7 |
| | |||||
* | introduce proper interface for deleteAppValue | Morris Jobke | 2014-12-08 | 1 | -0/+7 |
| | |||||
* | Fix PHPDoc | Lukas Reschke | 2014-10-27 | 1 | -1/+1 |
| | | | | Stop my IDE and Scrutinizer from complaining. | ||||
* | Expose getAppKeys trough \OCP\IConfig | Robin Appelman | 2014-10-08 | 1 | -0/+7 |
| | |||||
* | Extend public config interface | Robin Appelman | 2014-08-31 | 1 | -0/+33 |
| | |||||
* | 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 | -2/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * | $default of OC_Config::[gs]etValue can have more then string as type | Bart Visscher | 2014-02-12 | 1 | -2/+2 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
|/ | |||||
* | Also add default to the \OCP\IConfig interface | Robin Appelman | 2013-12-16 | 1 | -3/+12 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -4/+17 |
| | |||||
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -1/+9 |
| | |||||
* | Add missing implements and fix parameters in IConfig | Bart Visscher | 2013-09-20 | 1 | -8/+14 |
| | |||||
* | fixing typos | Thomas Müller | 2013-09-20 | 1 | -4/+4 |
| | |||||
* | Add Config container class to server container | Bart Visscher | 2013-09-20 | 1 | -0/+59 |