summaryrefslogtreecommitdiffstats
path: root/lib/files/view.php
Commit message (Expand)AuthorAgeFilesLines
...
| * Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-2/+2
* | Remove old etag codeMichael Gapczynski2012-12-301-2/+0
|/
* Check sub storage isn't null or falseMichael Gapczynski2012-12-151-4/+5
* make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman2012-12-151-1/+1
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-13/+15
* Add checks for storage objectMichael Gapczynski2012-11-241-95/+112
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-2/+4
* move ETag generation to storage backendsRobin Appelman2012-11-081-0/+15
* add resolvePath to filesystem view apiRobin Appelman2012-11-081-0/+10
* merge master into filesystemRobin Appelman2012-11-071-1/+1
* check for changes when using the cache apiRobin Appelman2012-10-281-0/+6
* use absolute paths when resolving mount pointsRobin Appelman2012-10-271-9/+26
* add searchByMime to new cache apiRobin Appelman2012-10-271-3/+22
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-1/+11
* prove some compatibility with the old cache apiRobin Appelman2012-10-261-1/+5
* move some stuff to the new apiRobin Appelman2012-10-261-1/+0
* add search to the filecache apiRobin Appelman2012-10-261-23/+61
* add View->putFileInfo to the filecache apiRobin Appelman2012-10-261-2/+28
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-0/+92
* use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-9/+12
* drop depricated is_readable and is_writableRobin Appelman2012-10-211-14/+0
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-4/+0
* drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman2012-10-101-40/+21
* fix namespaces in filesystem and filesystemviewRobin Appelman2012-10-101-118/+142
* move some code aroundRobin Appelman2012-10-101-0/+658