Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
| | * | Cache: add a backgroundjob to check for external changes to the filesystem | Robin Appelman | 2013-04-20 | 1 | -2/+4 | |
| | | | ||||||
| * | | Merge pull request #3025 from owncloud/move-file | Michael Gapczynski | 2013-05-07 | 1 | -3/+4 | |
| |\ \ | | | | | | | | | Cache: only look for child entires when doing a move operation when moving a folder | |||||
| | * | | Cache: only look for child entires when doing a move operation when moving a ↵ | Robin Appelman | 2013-04-19 | 1 | -3/+4 | |
| | |/ | | | | | | | | | | folder | |||||
| * / | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-04-25 | 1 | -6/+3 | |
| |/ | ||||||
| * | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 1 | -2/+16 | |
|\| | | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php | |||||
| * | Cache: hash long storage ids to ensure they fit in the database | Robin Appelman | 2013-02-15 | 1 | -0/+15 | |
| | | ||||||
* | | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 2 | -2/+1 | |
|\| | ||||||
| * | Merge pull request #1616 from owncloud/cache_fixes_rebase | Thomas Müller | 2013-02-12 | 1 | -1/+0 | |
| |\ | | | | | | | Cache: reuse known folder sizes when doing a shallow scan - rebase | |||||
| | * | Cache: reuse known folder sizes when doing a shallow scan | Robin Appelman | 2013-02-11 | 1 | -1/+0 | |
| | | | ||||||
| * | | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
| |/ | ||||||
* / | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 2 | -5/+23 | |
|/ | ||||||
* | Cache: use greaterEquals in tests cases to prevent failures due to race ↵ | Robin Appelman | 2013-01-30 | 1 | -3/+3 | |
| | | | | conditions | |||||
* | Cache: add function to get storage id and internal path of a file by id | Robin Appelman | 2013-01-27 | 1 | -0/+7 | |
| | ||||||
* | Cache: port test cases to PHPUnit | Robin Appelman | 2013-01-26 | 2 | -47/+47 | |
| | ||||||
* | Cache: fix test case Updater::testRename | Robin Appelman | 2013-01-22 | 1 | -1/+1 | |
| | ||||||
* | Add tests for mtime changes in folders - testRename is failing right now | Michael Gapczynski | 2013-01-22 | 1 | -0/+8 | |
| | ||||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -7/+7 | |
|\ | | | | | | | | | Conflicts: lib/files/cache/cache.php | |||||
| * | Cache: allow storage backends to overwrite Watcher | Robin Appelman | 2013-01-01 | 1 | -7/+7 | |
| | | ||||||
* | | Fix eTagUpdate and add tests | Michael Gapczynski | 2012-12-31 | 1 | -6/+22 | |
|/ | ||||||
* | Filecache Watcher: use scan or scanFile based on the current item, not the ↵ | Robin Appelman | 2012-12-15 | 1 | -0/+34 | |
| | | | | cached item | |||||
* | one additional test case for the cache updater | Robin Appelman | 2012-12-11 | 1 | -0/+5 | |
| | ||||||
* | fix cache behaviour for non existing files | Robin Appelman | 2012-12-11 | 1 | -0/+5 | |
| | ||||||
* | don't throw fatal error in updater cache if setup failed for some reason | Robin Appelman | 2012-11-22 | 1 | -1/+3 | |
| | ||||||
* | add Scanner->backgroundScan | Robin Appelman | 2012-11-22 | 1 | -0/+22 | |
| | ||||||
* | add Cache->getIncomplete for use in background scanning | Robin Appelman | 2012-11-22 | 1 | -0/+17 | |
| | ||||||
* | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 3 | -20/+31 | |
| | ||||||
* | add cache updater | Robin Appelman | 2012-11-08 | 1 | -0/+116 | |
| | ||||||
* | move correctFolderSize from Scanner to Cache | Robin Appelman | 2012-11-08 | 1 | -1/+1 | |
| | ||||||
* | add Cache::move | Robin Appelman | 2012-11-02 | 1 | -0/+26 | |
| | ||||||
* | add filesystem watcher to detect updates | Robin Appelman | 2012-10-28 | 1 | -0/+86 | |
| | ||||||
* | delete child entries when a folder gets removed from cache | Robin Appelman | 2012-10-27 | 2 | -3/+12 | |
| | ||||||
* | add a way to recalucale the size of a folder in the cache | Robin Appelman | 2012-10-27 | 1 | -0/+11 | |
| | ||||||
* | add searchByMime to new cache api | Robin Appelman | 2012-10-27 | 1 | -0/+3 | |
| | ||||||
* | add permissions data to the results of the cache api | Robin Appelman | 2012-10-27 | 1 | -0/+2 | |
| | ||||||
* | add file permissions cache | Robin Appelman | 2012-10-26 | 1 | -0/+47 | |
| | ||||||
* | add search to the filecache api | Robin Appelman | 2012-10-26 | 1 | -0/+20 | |
| |