summaryrefslogtreecommitdiffstats
path: root/lib/filestorage/common.php
Commit message (Expand)AuthorAgeFilesLines
* put filestorages in a namespaceRobin Appelman2012-09-071-282/+0
* adding space between) and {Thomas Mueller2012-09-071-31/+31
* Whitespace fixes in libBart Visscher2012-08-291-31/+31
* Merge branch 'share_api'Michael Gapczynski2012-08-191-2/+11
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-2/+2
| |\
| * | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+11
* | | add OC_FileStorage::getLocalFolderRobin Appelman2012-08-191-0/+20
| |/ |/|
* | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-1/+1
* | remove unused variablesRobin Appelman2012-07-201-1/+1
|/
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-211-0/+85
* add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+9
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-6/+6
* fix commong filestorage for files without extentionRobin Appelman2012-03-031-2/+10
* fix file_get_content on empty files for filestorage commonRobin Appelman2012-03-031-1/+8
* add search implementation to filestorage commonRobin Appelman2012-03-021-1/+20
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-0/+1
* add test case for getLocalFileRobin Appelman2012-02-281-2/+2
* use temporary file managmentRobin Appelman2012-02-281-2/+4
* fix copy/paste error in common filestorageRobin Appelman2012-02-281-1/+1
* extend filestorage common and provide test implementationRobin Appelman2012-02-271-0/+122