Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -3/+6 |
| | |||||
* | Windows does not support CHMOD, therefor we can not test not writable folders | Joas Schilling | 2014-11-10 | 1 | -0/+4 |
| | |||||
* | Don't complain about non-writable datadirs before we're installed | Robin Appelman | 2014-09-18 | 1 | -0/+37 |
| | |||||
* | Inject config into checkserver and cleanup tests | Robin Appelman | 2014-09-18 | 1 | -19/+35 |
| | |||||
* | Added .ocdata file to check for data folder validity | Vincent Petry | 2014-03-14 | 1 | -0/+108 |
In environments where the data folder is mount from another partition, it is important to check that the data folder we see is actually the real one. If the mount failed for some reasons, this fix will make ownCloud temporarily unavailable instead of causing unpredictable behavior. |