summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/scanner.php
Commit message (Expand)AuthorAgeFilesLines
* use assertInternalType for typecheckingJörn Friedrich Dreyer2014-02-271-8/+8
* use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-271-8/+18
* update another testRobin Appelman2014-01-141-1/+1
* 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
|/
* Scanner test: ensure mtime in the cache is the same as on the storage to prev...Robin Appelman2013-07-051-0/+1
* 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
|/
* add tests for reusing existing data in scannerRobin Appelman2013-06-171-1/+19
* Cache: port test cases to PHPUnitRobin Appelman2013-01-261-26/+26
* add Scanner->backgroundScanRobin Appelman2012-11-221-0/+22
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-1/+2
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-1/+1
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-271-2/+7
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-0/+2
* fix cache scanner test caseRobin Appelman2012-10-101-2/+1
* few more test cases for scanning foldersRobin Appelman2012-10-101-0/+7
* 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
* make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-031-0/+47