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-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
2012-11-28Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer
2012-11-25sort output of getFolderContent by nameRobin Appelman
2012-11-25change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman
2012-11-23explicitly sort files when using getFolderContentsRobin Appelman
2012-11-22don't throw fatal error in updater cache if setup failed for some reasonRobin Appelman
2012-11-22add Scanner->backgroundScanRobin Appelman
2012-11-22add Cache->getIncomplete for use in background scanningRobin Appelman
2012-11-15Rename install hook functions to register hookBart Visscher
2012-11-15allow storage backends to implement custom permission managementRobin Appelman
2012-11-15merge master into filesystemRobin Appelman
2012-11-14Create functions to install standard hooksBart Visscher