Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-31some basic unit test for loading classesThomas Mueller
2013-03-24Fixing author and copyrightThomas Müller
2013-03-24some more test cases & fix on file name generation with indexThomas Mueller
2013-03-24adding extension to slugified physical pathThomas Mueller
2013-03-17Cache: better rename hook for cache updaterRobin Appelman
2013-03-12fixing various filesystem/storage unit tests on windowsThomas Mueller
2013-03-12skip archive tests for nowThomas Mueller
2013-03-07Change findById to findByStorageId in mount testMichael Gapczynski
2013-03-07Fix fetching source path of shared filesMichael Gapczynski
2013-03-05adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller
2013-02-26Check resharing settingMichael Gapczynski
2013-02-26Merge pull request #1903 from owncloud/fix_version_checkBernhard Posselt
2013-02-26return true once one owncloud version number is bigger at any positionBernhard Posselt
2013-02-26Merge pull request #1706 from owncloud/master-sqlserverThomas Müller
2013-02-25more tests to fail the version checkBernhard Posselt
2013-02-25created unittests and factored out version test into seperate methodBernhard Posselt
2013-02-20Merge branch 'master' into master-sqlserverThomas Mueller
2013-02-18Merge pull request #1724 from owncloud/long-storage-idFrank Karlitschek
2013-02-18Merge branch 'master' into master-sqlserverThomas Mueller
2013-02-16Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman
2013-02-15new test cases added to search in sub foldersThomas Mueller
2013-02-15folder should be created :-(Thomas Mueller
2013-02-15adding a new test class for mapped local using a dot in the datadir - reflect...Thomas Mueller
2013-02-15Merge branch 'master' into master-sqlserverThomas Mueller
2013-02-15final adoptions for mssql connectivityThomas Mueller
2013-02-11Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman
2013-02-13Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke
2013-02-12Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller
2013-02-11Cache: reuse known folder sizes when doing a shallow scanRobin Appelman
2013-02-09make MappedLocal available and testable within Linux as wellThomas Müller
2013-02-07initial version of a local storage implementation which will use unique slugi...Thomas Mueller
2013-02-07Merge pull request #1509 from owncloud/correct-public-contacts-testsLukas Reschke
2013-02-06Merge pull request #1438 from owncloud/phpunit-tests-win32-masterFrank Karlitschek
2013-02-06Correct lib/public/contacts.php testsBart Visscher
2013-02-05uncomment failing calls to \OC\Files\Filesystem::file_put_contentsThomas Mueller
2013-02-05add phpunit configuration for autotest withou the json listener because this ...Thomas Mueller
2013-02-05disable error handler while running phpunitThomas Mueller
2013-02-04reuse \OC_Helper::tmpFolder()Thomas Mueller
2013-02-04PHPUnit support for Windows addedThomas Mueller
2013-01-31Cache: use greaterEquals in tests cases to prevent failures due to race condi...Robin Appelman
2013-01-28add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman
2013-01-28Move streamwrappers to seperate files and put them in a namespaceRobin Appelman
2013-01-28Filesystem: return all matching mounts in Mount::findByIdRobin Appelman
2013-01-27Filesystem: add View->getPath to the cache apiRobin Appelman
2013-01-27Cache: add function to get storage id and internal path of a file by idRobin Appelman
2013-01-27Test cases for new mount managementRobin Appelman
2013-01-27Cache: port test cases to PHPUnitRobin Appelman
2013-01-26merge master into filesystemRobin Appelman
2013-01-24drop SimpleTest compatibilityThomas Mueller
2013-01-23merge master into filesystemRobin Appelman