summaryrefslogtreecommitdiffstats
path: root/lib/filestorage/local.php
Commit message (Expand)AuthorAgeFilesLines
* fix non-absolute symbolic linksRobin Appelman2012-01-271-1/+1
* fix previous changeGeorg Ehrke2012-01-121-1/+1
* added a file to fix wrong recognised mime-typesGeorg Ehrke2012-01-121-1/+8
* 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
* 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-191-1/+1
* 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-291-2/+2
* 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