aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* add file permissions cacheRobin Appelman2012-10-261-0/+85
* add search to the filecache apiRobin Appelman2012-10-263-25/+82
* add View->putFileInfo to the filecache apiRobin Appelman2012-10-261-2/+28
* fix problem with normalizePath when there was a double leading slashRobin Appelman2012-10-261-4/+4
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-263-0/+124
* merge master into filesystemRobin Appelman2012-10-252-3/+3
* use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-9/+12
* merge master into filesystemRobin Appelman2012-10-232-19/+31
* use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-212-16/+64
* remove chroot from filesystem apiRobin Appelman2012-10-211-10/+0
* add getCache and getScanner to storage api in order to allow storage backends...Robin Appelman2012-10-212-72/+48
* drop depricated is_readable and is_writableRobin Appelman2012-10-212-28/+0
* drop filectime from the filesystem api'sRobin Appelman2012-10-205-16/+0
* merge master into filesystemRobin Appelman2012-10-131-4/+4
* drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman2012-10-102-71/+21
* 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 stora...Robin Appelman2012-09-262-54/+68
* 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