summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-112-2/+2
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-4/+13
* Merge pull request #1509 from owncloud/correct-public-contacts-testsLukas Reschke2013-02-061-4/+4
|\
| * Correct lib/public/contacts.php testsBart Visscher2013-02-061-4/+4
* | Merge pull request #1438 from owncloud/phpunit-tests-win32-masterFrank Karlitschek2013-02-061-0/+347
|\ \ | |/ |/|
| * PHPUnit support for Windows addedThomas Mueller2013-02-041-0/+347
* | uncomment failing calls to \OC\Files\Filesystem::file_put_contentsThomas Mueller2013-02-051-3/+3
* | add phpunit configuration for autotest withou the json listener because this ...Thomas Mueller2013-02-051-0/+14
* | disable error handler while running phpunitThomas Mueller2013-02-051-0/+3
* | reuse \OC_Helper::tmpFolder()Thomas Mueller2013-02-041-4/+1
|/
* Cache: use greaterEquals in tests cases to prevent failures due to race condi...Robin Appelman2013-01-301-3/+3
* add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman2013-01-281-0/+19
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-38/+38
* Filesystem: return all matching mounts in Mount::findByIdRobin Appelman2013-01-281-2/+6
* Filesystem: add View->getPath to the cache apiRobin Appelman2013-01-271-0/+23
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+7
* Test cases for new mount managementRobin Appelman2013-01-271-0/+37
* Cache: port test cases to PHPUnitRobin Appelman2013-01-262-47/+47
* merge master into filesystemRobin Appelman2013-01-2616-156/+137
|\
| * drop SimpleTest compatibilityThomas Mueller2013-01-2417-176/+157
* | merge master into filesystemRobin Appelman2013-01-221-4/+0
|\|
| * Merge pull request #1237 from owncloud/fix-template-testsicewind19912013-01-221-4/+0
| |\
| | * Remove unnecessary ob_end_clean() from template testsMichael Gapczynski2013-01-191-4/+0
* | | Cache: make mounts overwrite existing folders, prevents duplicate entriesRobin Appelman2013-01-221-0/+12
* | | Cache: fix test case Updater::testRenameRobin Appelman2013-01-221-1/+1
* | | Add tests for mtime changes in folders - testRename is failing right nowMichael Gapczynski2013-01-221-0/+8
* | | Merge branch 'master' into filesystemRobin Appelman2013-01-221-1/+2
|\| |
| * | enable unittesting on appframework and apptemplateadvancedThomas Mueller2013-01-211-1/+2
| |/
* | merge master into filesytemRobin Appelman2013-01-201-0/+3
|\|
| * Add listener for VisualPHPUnitMichael Gapczynski2013-01-181-0/+3
* | merge master into filesystemRobin Appelman2013-01-162-2/+1
|\|
| * remove php closing tagThomas Mueller2013-01-142-2/+0
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-072-7/+8
|\ \
| * | Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-071-1/+1
| * | Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-071-0/+1
| * | Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-7/+7
* | | Fix eTagUpdate and add testsMichael Gapczynski2012-12-311-6/+22
|/ /
* | make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman2012-12-151-0/+13
* | Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman2012-12-151-0/+34
* | merge master into filesystemRobin Appelman2012-12-151-0/+125
|\|
| * Merge pull request #623 from owncloud/contacts_api_2Thomas Müller2012-12-111-0/+125
| |\
| | * test for search and unregister addedThomas Mueller2012-11-281-6/+51
| | * first unit tests implementedThomas Mueller2012-11-281-0/+80
* | | one additional test case for the cache updaterRobin Appelman2012-12-111-0/+5
* | | fix cache behaviour for non existing filesRobin Appelman2012-12-112-0/+8
* | | merge master into filesystemRobin Appelman2012-12-061-0/+1
|\| |
| * | Enabling unit testing for apptemplate_advancedThomas Müller2012-12-041-0/+1
* | | merge master into filesystemRobin Appelman2012-11-302-0/+70
|\| |
| * | added more unittests for the group fileBernhard Posselt2012-11-281-0/+68
| |/
| * Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-282-2/+3
| |\