| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1724 from owncloud/long-storage-id | Frank Karlitschek | 2013-02-18 | 2 | -0/+32 |
|\ |
|
| * | Cache: hash long storage ids to ensure they fit in the database | Robin Appelman | 2013-02-15 | 2 | -0/+32 |
* | | new test cases added to search in sub folders | Thomas Mueller | 2013-02-15 | 1 | -0/+16 |
* | | folder should be created :-( | Thomas Mueller | 2013-02-15 | 1 | -0/+2 |
* | | adding a new test class for mapped local using a dot in the datadir - reflect... | Thomas Mueller | 2013-02-15 | 1 | -0/+40 |
|/ |
|
* | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1 | Lukas Reschke | 2013-02-12 | 1 | -0/+40 |
|\ |
|
| * | make MappedLocal available and testable within Linux as well | Thomas Müller | 2013-02-09 | 1 | -0/+40 |
* | | 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 | 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 | 2 | -2/+2 |
|/ |
|
* | initial version of a local storage implementation which will use unique slugi... | Thomas Mueller | 2013-02-06 | 1 | -4/+13 |
* | uncomment failing calls to \OC\Files\Filesystem::file_put_contents | Thomas Mueller | 2013-02-05 | 1 | -3/+3 |
* | reuse \OC_Helper::tmpFolder() | Thomas Mueller | 2013-02-04 | 1 | -4/+1 |
* | Cache: use greaterEquals in tests cases to prevent failures due to race condi... | Robin Appelman | 2013-01-30 | 1 | -3/+3 |
* | Filesystem: return all matching mounts in Mount::findById | Robin Appelman | 2013-01-28 | 1 | -2/+6 |
* | Filesystem: add View->getPath to the cache api | Robin Appelman | 2013-01-27 | 1 | -0/+23 |
* | Cache: add function to get storage id and internal path of a file by id | Robin Appelman | 2013-01-27 | 1 | -0/+7 |
* | Test cases for new mount management | Robin Appelman | 2013-01-27 | 1 | -0/+37 |
* | Cache: port test cases to PHPUnit | Robin Appelman | 2013-01-26 | 2 | -47/+47 |
* | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -26/+26 |
* | Cache: make mounts overwrite existing folders, prevents duplicate entries | Robin Appelman | 2013-01-22 | 1 | -0/+12 |
* | 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 master into filesystem | Robin Appelman | 2013-01-16 | 2 | -2/+1 |
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 2 | -7/+8 |
|\ |
|
| * | Cache: split permission cache scanning and cache scanning | Robin Appelman | 2013-01-07 | 1 | -1/+1 |
| * | Cache: split permission cache scanning and cache scanning | Robin Appelman | 2013-01-07 | 1 | -0/+1 |
| * | 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 |
|/ |
|
* | make sure folders that are not fully scanned are at least shallow scanned whe... | Robin Appelman | 2012-12-15 | 1 | -0/+13 |
* | Filecache Watcher: use scan or scanFile based on the current item, not the ca... | Robin Appelman | 2012-12-15 | 1 | -0/+34 |
* | 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 | 2 | -0/+8 |
* | sort output of getFolderContent by name | Robin Appelman | 2012-11-25 | 1 | -11/+11 |
* | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ... | Robin Appelman | 2012-11-24 | 2 | -1/+13 |
* | explicitly sort files when using getFolderContents | Robin Appelman | 2012-11-23 | 1 | -7/+7 |
* | 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 | 4 | -21/+33 |
* | 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 |
* | check for changes when using the cache api | Robin Appelman | 2012-10-28 | 1 | -0/+17 |
* | add filesystem watcher to detect updates | Robin Appelman | 2012-10-28 | 2 | -0/+88 |
* | 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 | 2 | -0/+6 |
* | 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 |