Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use assertInternalType for typechecking | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -8/+8 |
| | |||||
* | use assertSame and assertNotSame for etag checks | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -8/+18 |
| | |||||
* | update another test | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php. | Andreas Fischer | 2013-09-23 | 1 | -15/+15 |
| | |||||
* | Merge remote-tracking branch 'owncloud/master' into fixing-4866-master | Andreas Fischer | 2013-09-23 | 1 | -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-remove | Thomas Müller | 2013-09-22 | 1 | -0/+10 |
| |\ | | | | | | | remove deleted files while scanning | ||||
| | * | remove deleted files while scanning | Robin Appelman | 2013-08-06 | 1 | -0/+10 |
| | | | |||||
* | | | Do not convert boolean to integer in tests. put() already does this. | Andreas Fischer | 2013-09-21 | 1 | -1/+0 |
| | | | |||||
* | | | when storing back the data field 'encrypted' it is necessary to cast the ↵ | Thomas Müller | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | boolean to an integer to make pg happy | ||||
* | | | etag changes are now propagated up the file tree | Thomas Müller | 2013-09-16 | 1 | -6/+15 |
| | | | |||||
* | | | recreate an etag within the scanner if the cache contains an empty etag | Thomas Müller | 2013-09-16 | 1 | -0/+17 |
|/ / | |||||
* / | Scanner: additional tests for reusing etags during scanning | Robin Appelman | 2013-08-12 | 1 | -0/+18 |
|/ | |||||
* | Scanner test: ensure mtime in the cache is the same as on the storage to ↵ | Robin Appelman | 2013-07-05 | 1 | -0/+1 |
| | | | | prevent random failures | ||||
* | Merge pull request #3796 from ↵ | Thomas Müller | 2013-06-20 | 1 | -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 up | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -4/+6 |
| | | |||||
* | | adding unit test for folder remove: testRemovedFolder() | Thomas Mueller | 2013-06-20 | 1 | -0/+11 |
| | | |||||
* | | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+10 |
|/ | |||||
* | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 1 | -1/+19 |
| | |||||
* | Cache: port test cases to PHPUnit | Robin Appelman | 2013-01-26 | 1 | -26/+26 |
| | |||||
* | add Scanner->backgroundScan | Robin Appelman | 2012-11-22 | 1 | -0/+22 |
| | |||||
* | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 1 | -1/+2 |
| | |||||
* | move correctFolderSize from Scanner to Cache | Robin Appelman | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | delete child entries when a folder gets removed from cache | Robin Appelman | 2012-10-27 | 1 | -2/+7 |
| | |||||
* | add permissions data to the results of the cache api | Robin Appelman | 2012-10-27 | 1 | -0/+2 |
| | |||||
* | fix cache scanner test case | Robin Appelman | 2012-10-10 | 1 | -2/+1 |
| | |||||
* | few more test cases for scanning folders | Robin Appelman | 2012-10-10 | 1 | -0/+7 |
| | |||||
* | more tests and fixes for the filesystem scanner | Robin Appelman | 2012-10-03 | 1 | -1/+38 |
| | |||||
* | add some more test cases for the scanner | Robin Appelman | 2012-10-03 | 1 | -1/+22 |
| | |||||
* | make filestorage scanner non-static and add a simple test case | Robin Appelman | 2012-10-03 | 1 | -0/+47 |