aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filestorage
Commit message (Expand)AuthorAgeFilesLines
* More work on Google Docs storage backendMichael Gapczynski2012-02-281-104/+175
* 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
* Initial work on Google Docs storage backendMichael Gapczynski2012-02-271-22/+238
* some cleanup in filestorageRobin Appelman2012-02-271-3/+1
* extend filestorage common and provide test implementationRobin Appelman2012-02-272-0/+197
* merge master into encryptionRobin Appelman2012-02-261-3/+0
|\
| * chunked implementation for readfileRobin Appelman2012-02-261-3/+0
* | proper mimetypes for encrypted filesRobin Appelman2012-02-211-44/+3
* | move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman2012-02-211-22/+0
* | encryption proxy wipRobin Appelman2012-02-211-1/+1
|/
* Temporary fix for sharing filesMichael Gapczynski2012-02-171-0/+55
* Merge branch 'master' of gitorious.org:owncloud/owncloudKlaas Freitag2012-02-141-8/+5
|\
| * make local filestorage comply with test casesRobin Appelman2012-02-141-8/+5
* | allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-141-7/+10
|/
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+7
* writable not writeableRobin Appelman2012-02-051-1/+1
* merge master into filesystemRobin Appelman2012-01-301-1/+1
|\
| * fix non-absolute symbolic linksRobin Appelman2012-01-271-1/+1
* | merge master into filesystemRobin Appelman2012-01-161-1/+8
|\|
| * fix previous changeGeorg Ehrke2012-01-121-1/+1
| * added a file to fix wrong recognised mime-typesGeorg Ehrke2012-01-121-1/+8
* | merge master into filesystemRobin Appelman2012-01-081-1/+1
|\|
| * Correct local permissions checksMichael Gapczynski2012-01-011-2/+2
| * Replace canRead()/canWrite() with is_readable()/is_writeable() for proper per...Michael Gapczynski2012-01-011-2/+2
* | provide caching for file metadataRobin Appelman2011-11-091-82/+1
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-11/+0
* | remove OC_Filesystem::fileatimeRobin Appelman2011-11-081-3/+0
* | remove outdated remote storage prototypeRobin Appelman2011-11-081-350/+0
|/
* attempt to manage some special chars in file listBrice Maron2011-11-011-0/+5
* improve mimetype detectionRobin Appelman2011-10-231-9/+12
* escape filenames for getMimeTypeRobin Appelman2011-10-201-0/+1
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-192-2/+2
* use OC_Log instead of error_logRobin Appelman2011-10-161-1/+0
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-1/+1
* some filesystem fixesRobin Appelman2011-08-151-34/+4
* Renaming classes :-)Jakob Sack2011-07-292-4/+4
* One class per file!Jakob Sack2011-07-291-0/+350
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-58/+1
* One class per FileJakob Sack2011-07-271-0/+414