aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache
Commit message (Expand)AuthorAgeFilesLines
* clear permissions cache when scanning a fileRobin Appelman2013-09-241-0/+17
* Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php.Andreas Fischer2013-09-231-15/+15
* Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-231-1/+10
|\
| * Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+10
| |\
| | * remove deleted files while scanningRobin Appelman2013-08-061-0/+10
* | | Do not convert boolean to integer in tests. put() already does this.Andreas Fischer2013-09-211-1/+0
* | | when storing back the data field 'encrypted' it is necessary to cast the bool...Thomas Müller2013-09-201-0/+1
* | | etag changes are now propagated up the file treeThomas Müller2013-09-161-6/+15
* | | recreate an etag within the scanner if the cache contains an empty etagThomas Müller2013-09-161-0/+17
|/ /
* / Scanner: additional tests for reusing etags during scanningRobin Appelman2013-08-121-0/+18
|/
* Add test for calculating size of newly empty folderMichael Gapczynski2013-07-291-0/+5
* Scanner test: ensure mtime in the cache is the same as on the storage to prev...Robin Appelman2013-07-051-0/+1
* rename can cause mtime change - invalid assertThomas Müller2013-07-011-2/+4
* 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
|\