Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flock to config | Lukas Reschke | 2014-09-30 | 1 | -40/+92 |
| | | | | | | | | | | | | | | | | | | This adds a file lock to the config in hope that this prevents race conditions as reported in https://github.com/owncloud/core/issues/11070 Testplan: - [ ] Delete config.php and make it read-only => Error is thrown that it is not writeable - [ ] Installation still works - [ ] Changing config settings works (i.e. using the SMTP config switches in the administration menu) - [ ] Your PC didn't blow up - [ ] Installing the news app and the "Disable AppCode checker" app did not destroy your installation Only skip the main config Otherwise read only additional configs might not be processed Test on tmpdir | ||||
* | ignoring writedata test in windows. | Clark Tomlinson | 2014-09-22 | 1 | -0/+3 |
| | |||||
* | Revert "fix failing master branch - Test_Config::testWriteData" | Bart Visscher | 2013-07-23 | 1 | -11/+0 |
| | | | | This reverts commit 8f93490ac45fbd74bd0e9697a685fd43bb34239b. | ||||
* | fix failing master branch - Test_Config::testWriteData | Morris Jobke | 2013-07-21 | 1 | -0/+11 |
| | |||||
* | <<<EOL seems not to use proper end of lines on windows | Thomas Mueller | 2013-07-15 | 1 | -28/+8 |
| | |||||
* | fix \OC\Config test cases when debug mode is enabled | Robin Appelman | 2013-07-05 | 1 | -0/+2 |
| | |||||
* | fix test case whitespace | Robin Appelman | 2013-07-05 | 1 | -21/+14 |
| | |||||
* | on unit test use @expectedException | Thomas Müller | 2013-07-02 | 1 | -6/+9 |
| | | | | some phpdoc added | ||||
* | Set debugMode after reading the config file | Bart Visscher | 2013-06-27 | 1 | -28/+22 |
| | |||||
* | Revert "Can't determine if debug mode is defined until we read the config" | Bart Visscher | 2013-06-27 | 1 | -9/+9 |
| | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab. | ||||
* | Can't determine if debug mode is defined until we read the config | Michael Gapczynski | 2013-06-10 | 1 | -9/+9 |
| | |||||
* | Convert OC_Config to object interface | Bart Visscher | 2013-05-07 | 1 | -0/+113 |