summaryrefslogtreecommitdiffstats
path: root/lib/filestorage/common.php
Commit message (Collapse)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
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-241-2/+11
| | | | | | | | | | | | is_writable()
* | | 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 ↵Sam Tuke2012-06-211-0/+85
| | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll()
* 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