summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
Commit message (Expand)AuthorAgeFilesLines
* removed readdir to fix bug oc-1054Sam Tuke2012-06-201-1/+0
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+1
* add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+9
* fixed typoSam Tuke2012-05-311-1/+1
* update copyrightFrank Karlitschek2012-05-261-1/+1
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-0/+1
* make OC_FileStorage abstractRobin Appelman2012-02-271-25/+25
* merge master into encryptionRobin Appelman2012-02-261-1/+0
|\
| * chunked implementation for readfileRobin Appelman2012-02-261-1/+0
* | move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman2012-02-211-2/+0
|/
* writable not writeableRobin Appelman2012-02-051-1/+1
* remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-1/+0
* remove OC_Filesystem::fileatimeRobin Appelman2011-11-081-1/+0
* some filesystem fixesRobin Appelman2011-08-151-3/+0
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-2/+0
|\
| * make use of the command line tools id3info and mp3info for scanning music if ...Robin Appelman2011-07-281-57/+1
* | Further improvementsJakob Sack2011-07-271-2/+0
* | One class per FileJakob Sack2011-07-271-412/+0
|/
* add getLocalFile to local storage providerRobin Appelman2011-07-221-0/+4
* move list of mimetypes by extention to a seperate file.Robin Appelman2011-07-171-63/+7
* fix delTreeRobin Appelman2011-06-121-1/+1
* fix incorrect variable name in libfilestorageRobin Appelman2011-06-041-1/+1
* no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enoughRobin Appelman2011-04-291-48/+7
* add search functionality, for now only searches files but plugins/apps can ex...Robin Appelman2011-04-241-1/+20
* correct them the right way this timeRobin Appelman2011-04-181-2/+2
* typo's ...Robin Appelman2011-04-181-2/+2
* seperate hooks for OC_FILESYSTEM and OC_FILESTORAGERobin Appelman2011-04-181-23/+33
* replace filesystem observer with the more general OC_HOOKRobin Appelman2011-04-181-38/+25
* more improvements for foldersizeRobin Appelman2011-04-171-17/+13
* add free_space to OC_FILESYSTEMRobin Appelman2011-04-171-0/+5
* fix keeping track of foldersizeRobin Appelman2011-04-171-15/+43
* debug output should not be thereArthur Schiwon2011-04-171-1/+0
* fix that might solve strange uploading issuesArthur Schiwon2011-04-171-0/+12
* Some work on the fancy user managementJakob Sack2011-04-171-3/+4
* show size of folders in filebrowserRobin Appelman2011-04-161-1/+69
* When moving a file from/to a temporary location, also update the file access/...Matthew Dawson2011-03-171-0/+4
* added OC_FILESYSTEM::hash()Robin Appelman2011-03-171-0/+8
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-011-0/+432