Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lib/ | Joas Schilling | 2016-05-19 | 1 | -170/+0 |
| | |||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -4/+4 |
| | |||||
* | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | 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. |