aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Rename install hook functions to register hookBart Visscher2012-11-152-2/+2
| | * Create functions to install standard hooksBart Visscher2012-11-132-2/+3
* | | sort output of getFolderContent by nameRobin Appelman2012-11-251-11/+11
* | | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman2012-11-242-1/+13
* | | explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
* | | don't throw fatal error in updater cache if setup failed for some reasonRobin Appelman2012-11-221-1/+3
* | | add Scanner->backgroundScanRobin Appelman2012-11-221-0/+22
* | | add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+17
* | | allow storage backends to implement custom permission managementRobin Appelman2012-11-154-21/+33
* | | merge master into filesystemRobin Appelman2012-11-155-73/+298
|\| |