summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-261-26/+26
* 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 master into filesystemRobin Appelman2013-01-162-2/+1
* 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
* 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
* 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
* add cache updaterRobin Appelman2012-11-081-0/+116
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-1/+1
* add Cache::moveRobin Appelman2012-11-021-0/+26
* check for changes when using the cache apiRobin Appelman2012-10-281-0/+17
* add filesystem watcher to detect updatesRobin Appelman2012-10-282-0/+88
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-272-3/+12
* add a way to recalucale the size of a folder in the cacheRobin Appelman2012-10-271-0/+11
* add searchByMime to new cache apiRobin Appelman2012-10-272-0/+6
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-0/+2
* add file permissions cacheRobin Appelman2012-10-261-0/+47
* move filesystem test caseRobin Appelman2012-10-262-12/+120
* add search to the filecache apiRobin Appelman2012-10-262-1/+64
* add View->putFileInfo to the filecache apiRobin Appelman2012-10-261-0/+7
* fix problem with normalizePath when there was a double leading slashRobin Appelman2012-10-261-0/+3
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-0/+113
* merge master into filesystemRobin Appelman2012-10-111-151/+162
* fix cache scanner test caseRobin Appelman2012-10-101-2/+1
* few more test cases for scanning foldersRobin Appelman2012-10-101-0/+7
* add Cache::getStatusRobin Appelman2012-10-081-0/+10
* merge phpunit into filesystemRobin Appelman2012-10-081-15/+17
* more tests and fixes for the filesystem scannerRobin Appelman2012-10-031-1/+38
* add some more test cases for the scannerRobin Appelman2012-10-031-1/+22