aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Collapse)AuthorAgeFilesLines
* drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵Robin Appelman2012-10-102-71/+21
| | | | Filesystem::resolvePath
* don't use depricated OC_FilesystemRobin Appelman2012-10-101-1/+1
|
* fix namespaces in filesystem and filesystemviewRobin Appelman2012-10-102-191/+222
|
* move some code aroundRobin Appelman2012-10-102-0/+1287
|
* add Cache::getStatusRobin Appelman2012-10-081-0/+29
|
* more tests and fixes for the filesystem scannerRobin Appelman2012-10-031-3/+12
|
* add some more test cases for the scannerRobin Appelman2012-10-031-2/+4
|
* make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-031-22/+42
|
* correct namespace usage in common filestorage backendRobin Appelman2012-10-031-5/+5
|
* better parent path bahaviour for the filecacheRobin Appelman2012-10-031-2/+6
|
* add encrypted column to the new filecacheRobin Appelman2012-10-021-4/+6
|
* convert Cache to a non-static class that handles the cache for a single ↵Robin Appelman2012-09-262-54/+68
| | | | storage backend
* add Cache::getFolderContentRobin Appelman2012-09-231-0/+19
|
* this should be done elsewhere if neededRobin Appelman2012-09-232-2/+1
|
* fix several problems in the new filecache in order to complete the testsRobin Appelman2012-09-221-13/+16
|
* fix namespace error in temporary storage backendRobin Appelman2012-09-221-1/+1
|
* add partial file data to the result of Cache::getRobin Appelman2012-09-221-1/+7
|
* Merge branch 'master' into filesystemRobin Appelman2012-09-221-1/+1
|
* rework filecache to work directly on storage backends wipRobin Appelman2012-09-163-0/+328
|
* add getPermissions to storage backends to get all permission flags in one goRobin Appelman2012-09-122-0/+20
|
* add getId to storage backendsRobin Appelman2012-09-124-0/+8
|
* put filestorages in a namespaceRobin Appelman2012-09-075-0/+635