Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7274 from owncloud/scrutinizer-patch-1 | Morris Jobke | 2014-02-19 | 1 | -0/+4 |
|\ | | | | | Scrutinizer Auto-Fixes | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | add unit tests for watcher policies | Robin Appelman | 2014-02-19 | 1 | -1/+55 |
|/ | |||||
* | Fix array access syntax for older PHP | Vincent Petry | 2014-01-17 | 1 | -2/+3 |
| | | | | There was a syntax error when running tests in PHP 5.3.10. | ||||
* | Merge pull request #6768 from owncloud/scanner-use-storage-mtime | Vincent Petry | 2014-01-15 | 2 | -2/+2 |
|\ | | | | | Use storage_mtime when determining if we can reuse cached data while scanning | ||||
| * | update another test | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | | |||||
| * | use different value for mtime and storage_mtime in test | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | | |||||
| * | Use storage_mtime when determining if we can reuse cached data while scanning | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | | |||||
* | | Fix calculated folder size to use unencrypted size | Vincent Petry | 2014-01-09 | 1 | -0/+45 |
|/ | | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available. | ||||
* | Now also preventing to override "files" dir size with -1 | Vincent Petry | 2014-01-07 | 1 | -6/+12 |
| | | | | Fixes #6526 | ||||
* | Redetect mime type whenever extension is renamed | Vincent Petry | 2013-11-27 | 1 | -0/+8 |
| | |||||
* | Root size for home storage is now size of "files" subdir | Vincent Petry | 2013-11-18 | 1 | -0/+26 |
| | | | | Fixes #4593 | ||||
* | Do not use -1 as the size for the root folder of the home storage | Robin Appelman | 2013-11-12 | 2 | -14/+136 |
| | |||||
* | Fixed filesize issue in watchr test | Vincent Petry | 2013-11-05 | 1 | -0/+3 |
| | | | | | | | Added clearstatcache to make sure we get the correct file size after re-writing into the same file. This failed on openSUSE 12.3 x86_64 | ||||
* | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 1 | -0/+18 |
|\ | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | ||||
| * | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -0/+18 |
| | | |||||
* | | update touch tests for updated behaviour | Robin Appelman | 2013-10-29 | 1 | -2/+0 |
| | | |||||
* | | Update the parent folders storage_mtime on write and delete to prevent rescans | Robin Appelman | 2013-10-29 | 1 | -0/+32 |
|/ | |||||
* | clear permissions cache when scanning a file | Robin Appelman | 2013-09-24 | 1 | -0/+17 |
| | |||||
* | 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 |
|/ | |||||
* | Add test for calculating size of newly empty folder | Michael Gapczynski | 2013-07-29 | 1 | -0/+5 |
| | |||||
* | 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 | ||||
* | rename can cause mtime change - invalid assert | Thomas Müller | 2013-07-01 | 1 | -2/+4 |
| | |||||
* | graceful teardown of cache | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -1/+3 |
| | |||||
* | 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 |
|/ | |||||
* | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 2 | -4/+21 |
|\ | | | | | Improve re-using existing data in the filescanner | ||||
| * | fix updaters test cases | Robin Appelman | 2013-06-19 | 1 | -2/+1 |
| | | |||||
| * | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 1 | -1/+19 |
| | | |||||
* | | Merge pull request #3661 from owncloud/fixing-windows-server-master | Jörn Friedrich Dreyer | 2013-06-19 | 1 | -3/+125 |
|\ \ | |/ |/| | Fixing windows server master | ||||
| * | Add tests for the updater with mount points | Michael Gapczynski | 2013-06-12 | 1 | -3/+125 |
| | | |||||
* | | raise failed tests from first commit to size @medium | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
| | | |||||
* | | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 1 | -0/+27 |
|\ | |||||
| * | New tests to assure that a move will not affect another users cache entries | Roland Hager | 2013-05-22 | 1 | -0/+27 |
| | | | | | | | | Added a second storage and cache Object to simulate a second user. | ||||
* | | improved tests to check if database layer normalize folder names | Florin Peter | 2013-05-25 | 1 | -11/+29 |
| | | |||||
* | | changed tests for using new normalizer | Florin Peter | 2013-05-24 | 1 | -2/+2 |
| | | |||||
* | | revert previous fix and added normalizer to cache class | Florin Peter | 2013-05-23 | 1 | -0/+67 |
|/ | |||||
* | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 3 | -14/+15 |
|\ | |||||
| * | Merge pull request #3044 from owncloud/backgroundwatcher | icewind1991 | 2013-05-07 | 1 | -2/+4 |
| |\ | | | | | | | Add a background job to watch for external filesystem changes |