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-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
2013-01-22Cache: make mounts overwrite existing folders, prevents duplicate entriesRobin Appelman
2013-01-22Merge pull request #1237 from owncloud/fix-template-testsicewind1991
2013-01-22Cache: fix test case Updater::testRenameRobin Appelman
2013-01-22Add tests for mtime changes in folders - testRename is failing right nowMichael Gapczynski
2013-01-22Merge branch 'master' into filesystemRobin Appelman
2013-01-22enable unittesting on appframework and apptemplateadvancedThomas Mueller
2013-01-20merge master into filesytemRobin Appelman
2013-01-20Remove unnecessary ob_end_clean() from template testsMichael Gapczynski
2013-01-19Add listener for VisualPHPUnitMichael Gapczynski
2013-01-16merge master into filesystemRobin Appelman
2013-01-15remove php closing tagThomas Mueller
2013-01-07Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski
2013-01-07Cache: split permission cache scanning and cache scanningRobin Appelman
2013-01-07Cache: split permission cache scanning and cache scanningRobin Appelman
2013-01-01Cache: allow storage backends to overwrite WatcherRobin Appelman
2013-01-01Fix eTagUpdate and add testsMichael Gapczynski
2012-12-15make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman
2012-12-15Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman
2012-12-15merge master into filesystemRobin Appelman
2012-12-11Merge pull request #623 from owncloud/contacts_api_2Thomas Müller
2012-12-11one additional test case for the cache updaterRobin Appelman
2012-12-11fix cache behaviour for non existing filesRobin Appelman
2012-12-06merge master into filesystemRobin Appelman
2012-12-04Enabling unit testing for apptemplate_advancedThomas Müller
2012-11-30merge master into filesystemRobin Appelman
2012-11-29test for search and unregister addedThomas Mueller
2012-11-29first unit tests implementedThomas Mueller
2012-11-28added more unittests for the group fileBernhard Posselt