aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage/common.php
Commit message (Expand)AuthorAgeFilesLines
* Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+9
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-27/+27
* Fix indentation styleBart Visscher2013-02-141-1/+1
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-5/+5
* Merge branch 'master' of https://github.com/hkjolhede/owncloud_coreHenrik Kjölhede2013-02-091-2/+1
* Merge branch 'master' of https://github.com/owncloud/coreHenrik Kjölhede2013-02-091-0/+24
* Don't use more entropy for etagsMichael Gapczynski2013-01-111-1/+1
* Cache: optional path argument for getCache/Scanner/etcRobin Appelman2013-01-011-7/+4
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-0/+7
* Only folders have Create permissionMichael Gapczynski2012-12-261-1/+4
* remove fileatime from common storage backendRobin Appelman2012-11-241-4/+0
* don't redefine inherited functions as abstractRobin Appelman2012-11-221-13/+0
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-5/+9
* move ETag generation to storage backendsRobin Appelman2012-11-081-0/+16
* merge master into filesystemRobin Appelman2012-10-251-1/+1
* merge master into filesystemRobin Appelman2012-10-231-19/+29
* add getCache and getScanner to storage api in order to allow storage backends...Robin Appelman2012-10-211-38/+12
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-4/+0
* correct namespace usage in common filestorage backendRobin Appelman2012-10-031-5/+5
* add getPermissions to storage backends to get all permission flags in one goRobin Appelman2012-09-121-0/+19
* add getId to storage backendsRobin Appelman2012-09-121-0/+1
* put filestorages in a namespaceRobin Appelman2012-09-071-0/+270