Michael Gapczynski
|
d0a50fae83
|
Fix eTagUpdate and add tests
|
13 years ago |
Robin Appelman
|
cf3665057c
|
make sure folders that are not fully scanned are at least shallow scanned when we open them
the fact that they are in the cache does not mean they are scanned
|
13 years ago |
Robin Appelman
|
4be039e6cb
|
Filecache Watcher: use scan or scanFile based on the current item, not the cached item
|
13 years ago |
Robin Appelman
|
cc0a0df88b
|
one additional test case for the cache updater
|
13 years ago |
Robin Appelman
|
8635699db9
|
fix cache behaviour for non existing files
|
13 years ago |
Robin Appelman
|
0cfef83ed9
|
sort output of getFolderContent by name
|
13 years ago |
Robin Appelman
|
709aacfa0f
|
change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash
|
13 years ago |
Robin Appelman
|
ad706229f5
|
explicitly sort files when using getFolderContents
|
13 years ago |
Robin Appelman
|
8ce5e0d30d
|
don't throw fatal error in updater cache if setup failed for some reason
|
13 years ago |
Robin Appelman
|
8687e0d346
|
add Scanner->backgroundScan
|
13 years ago |
Robin Appelman
|
186c9e77e8
|
add Cache->getIncomplete for use in background scanning
|
13 years ago |
Robin Appelman
|
cbcd9ba84a
|
allow storage backends to implement custom permission management
|
13 years ago |
Robin Appelman
|
fedff3eafe
|
add cache updater
|
13 years ago |
Robin Appelman
|
15b8a3f987
|
move correctFolderSize from Scanner to Cache
|
13 years ago |
Robin Appelman
|
8a6bb7965d
|
add Cache::move
|
13 years ago |
Robin Appelman
|
b07672821b
|
check for changes when using the cache api
|
13 years ago |
Robin Appelman
|
fba7be1194
|
add filesystem watcher to detect updates
|
13 years ago |
Robin Appelman
|
79d0ac21cc
|
delete child entries when a folder gets removed from cache
|
13 years ago |
Robin Appelman
|
56e9ce44c3
|
add a way to recalucale the size of a folder in the cache
|
13 years ago |
Robin Appelman
|
fcc92a9f43
|
add searchByMime to new cache api
|
13 years ago |
Robin Appelman
|
695405dfeb
|
add permissions data to the results of the cache api
|
13 years ago |
Robin Appelman
|
c22a723785
|
add file permissions cache
|
13 years ago |
Robin Appelman
|
7ad8bf3156
|
move filesystem test case
|
13 years ago |
Robin Appelman
|
8bce661e4d
|
add search to the filecache api
|
13 years ago |
Robin Appelman
|
7ef0ffe8ad
|
add View->putFileInfo to the filecache api
|
13 years ago |
Robin Appelman
|
e63e246c48
|
fix problem with normalizePath when there was a double leading slash
|
13 years ago |
Robin Appelman
|
39adadd3e3
|
move the cache api from OC_Files to filesystem(view)
|
13 years ago |
Robin Appelman
|
a2785f57d2
|
fix cache scanner test case
|
13 years ago |
Robin Appelman
|
08bb5dbe3a
|
few more test cases for scanning folders
|
13 years ago |
Robin Appelman
|
13515effc9
|
add Cache::getStatus
|
13 years ago |
Robin Appelman
|
b9b9fd9dba
|
more tests and fixes for the filesystem scanner
|
13 years ago |
Robin Appelman
|
85be00be65
|
add some more test cases for the scanner
|
13 years ago |
Robin Appelman
|
e415e90c6d
|
make filestorage scanner non-static and add a simple test case
|
13 years ago |
Robin Appelman
|
1ed89760be
|
dont need this anymore
|
13 years ago |
Robin Appelman
|
522d7df860
|
convert Cache to a non-static class that handles the cache for a single storage backend
|
13 years ago |
Robin Appelman
|
dcf995fff3
|
add Cache::getFolderContent
|
13 years ago |
Robin Appelman
|
73eedd8fc8
|
some simple test cases for the new filecache
|
13 years ago |
Robin Appelman
|
96b798a59f
|
move storage backend test cases to their own namespace
|
13 years ago |