summaryrefslogtreecommitdiffstats
path: root/lib/files/storage/storage.php
Commit message (Expand)AuthorAgeFilesLines
* Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-261-0/+5
* Some improvements for the Storage phpdocRobin Appelman2013-03-231-0/+9
* Add phpdoc documentation to the Storage interfaceRobin Appelman2013-03-211-14/+255
* Cache: optional path argument for getCache/Scanner/etcRobin Appelman2013-01-011-4/+8
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-0/+5
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-0/+5
* move ETag generation to storage backendsRobin Appelman2012-11-081-0/+8
* merge master into filesystemRobin Appelman2012-10-231-0/+2
* use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-211-0/+7
* add getCache and getScanner to storage api in order to allow storage backends...Robin Appelman2012-10-211-34/+36
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-1/+0
* add getPermissions to storage backends to get all permission flags in one goRobin Appelman2012-09-121-0/+1
* add getId to storage backendsRobin Appelman2012-09-121-0/+1
* put filestorages in a namespaceRobin Appelman2012-09-071-0/+54