summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache
Commit message (Expand)AuthorAgeFilesLines
* graceful teardown of cacheJörn Friedrich Dreyer2013-06-241-1/+3
* Merge pull request #3796 from owncloud/gracefully_handle_teardown_in_scanner_...Thomas Müller2013-06-201-4/+6
|\
| * skip teardown if cache has not been set upJörn Friedrich Dreyer2013-06-201-4/+6
* | adding unit test for folder remove: testRemovedFolder()Thomas Mueller2013-06-201-0/+11
* | remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+10
|/
* Merge pull request #3764 from owncloud/scanfolder-existingicewind19912013-06-192-4/+21
|\
| * fix updaters test casesRobin Appelman2013-06-191-2/+1
| * add tests for reusing existing data in scannerRobin Appelman2013-06-171-1/+19
* | Merge pull request #3661 from owncloud/fixing-windows-server-masterJörn Friedrich Dreyer2013-06-191-3/+125
|\ \ | |/ |/|
| * Add tests for the updater with mount pointsMichael Gapczynski2013-06-121-3/+125
* | raise failed tests from first commit to size @mediumJörn Friedrich Dreyer2013-06-101-0/+3
* | add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+3
|/
* Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-0/+27
|\
| * New tests to assure that a move will not affect another users cache entriesRoland Hager2013-05-221-0/+27
* | improved tests to check if database layer normalize folder namesFlorin Peter2013-05-251-11/+29
* | changed tests for using new normalizerFlorin Peter2013-05-241-2/+2
* | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+67
|/
* merge master into filecache_mtimeRobin Appelman2013-05-213-14/+15
|\
| * Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-071-2/+4
| |\
| | * Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-2/+4
| * | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-071-3/+4
| |\ \
| | * | Cache: only look for child entires when doing a move operation when moving a ...Robin Appelman2013-04-191-3/+4
| | |/
| * / Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-6/+3
| |/
| * Cache: better rename hook for cache updaterRobin Appelman2013-03-081-2/+3
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-081-2/+16
|\|
| * Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-151-0/+15
* | merge master into filecache_mtimeRobin Appelman2013-02-152-2/+1
|\|
| * 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-111-1/+1
| |/
* / Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-102-5/+23
|/
* Cache: use greaterEquals in tests cases to prevent failures due to race condi...Robin Appelman2013-01-301-3/+3
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+7
* Cache: port test cases to PHPUnitRobin Appelman2013-01-262-47/+47
* 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 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-7/+7
|\
| * Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-7/+7
* | Fix eTagUpdate and add testsMichael Gapczynski2012-12-311-6/+22
|/
* 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-111-0/+5
* 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-153-20/+31
* 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
* add filesystem watcher to detect updatesRobin Appelman2012-10-281-0/+86