summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/scanner.php
Commit message (Collapse)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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (98 commits) [tx-robot] updated from transifex files: when filtering search results, ensure results are children of the fakeroot not just path starting the same setting a default on filecache column unencrypted_size [tx-robot] updated from transifex remove unneccessary lib in namespace namespaces use upcasefirst parts when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! initialize variable calculate correct permissions while toggle the password protection make sure that both $permissions and $oldPermissions have the same type Add copyright, remove starting blank line update inherit docs comment Fix insert/update/delete helper functions for oracle Add missing return true statements to legacy preferences functions Add missing static Convert OC_Preference to object interface fix race condition in lazy preview loading use {count} instead of 'One' for more versatile translation fix double translation of error message use n to translate title fixing typos and l10n ... Conflicts: tests/lib/files/cache/scanner.php
| * Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+10
| |\ | | | | | | remove deleted files while scanning
| | * 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 ↵Thomas Müller2013-09-201-0/+1
| | | | | | | | | | | | boolean to an integer to make pg happy
* | | 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 ↵Robin Appelman2013-07-051-0/+1
| | | | prevent random failures
* Merge pull request #3796 from ↵Thomas Müller2013-06-201-4/+6
|\ | | | | | | | | owncloud/gracefully_handle_teardown_in_scanner_test skip teardown if cache has not been set up
| * 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