summaryrefslogtreecommitdiffstats
path: root/tests/lib/utilcheckserver.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix lib/Joas Schilling2016-05-191-170/+0
|
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-4/+4
|
* Use TempManager instead of tmpFolderMorris Jobke2015-12-181-1/+1
|
* Add DB group to some files_external testsThomas Müller2015-11-301-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\TestCaseJoas Schilling2014-11-191-3/+6
|
* Windows does not support CHMOD, therefor we can not test not writable foldersJoas Schilling2014-11-101-0/+4
|
* Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-181-0/+37
|
* Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-19/+35
|
* Added .ocdata file to check for data folder validityVincent Petry2014-03-141-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.