summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* merge master into filecache_mtimeRobin Appelman2013-02-154-3/+42
|\
| * Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-121-0/+40
| |\
| | * make MappedLocal available and testable within Linux as wellThomas Müller2013-02-091-0/+40
| * | Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller2013-02-121-1/+0
| |\ \
| | * | Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-1/+0
| | |/
| * / Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-112-2/+2
| |/
* | Emulate touch() for backends that don't support itRobin Appelman2013-02-101-2/+32
* | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-103-6/+24
|/
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-4/+13
* uncomment failing calls to \OC\Files\Filesystem::file_put_contentsThomas Mueller2013-02-051-3/+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
* 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