Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Inject Config into SystemConfig | Roeland Jago Douma | 2015-12-18 | 1 | -5/+12 |
| | |||||
* | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 1 | -5/+5 |
| | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | Deduplicate constant | Joas Schilling | 2015-09-25 | 1 | -3/+4 |
| | |||||
* | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -0/+53 |
| | |||||
* | Add missing tunnel on new class | Joas Schilling | 2015-07-07 | 1 | -0/+8 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+16 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+16 |
| | |||||
* | 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 | ||||
* | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -0/+49 |
* 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 |