summaryrefslogtreecommitdiffstats
path: root/lib/files.php
Commit message (Expand)AuthorAgeFilesLines
* Fixed review issuesBart Visscher2013-07-221-4/+6
* DRY use OC_Template::printErrorPageBart Visscher2013-07-211-19/+9
* Change exit calls to throwing an exceptionBart Visscher2013-07-211-2/+2
* Reviewed code for X-Sendfile2mvn232013-06-201-12/+12
* Revert most changes for testingmvn232013-06-201-11/+13
* Update files.phpmvn232013-06-191-2/+4
* Implement X-Sendfile2 for resume support in LigHTTPdmvn232013-06-191-1/+13
* Don't set Content-Length header if size is unknownMichael Gapczynski2013-05-171-1/+4
* fixed xsendfile zip generation race conditionValerio Ponte2013-03-201-10/+8
* Fix file sharing via public link for one particular file.Olivier Tétard2013-03-121-1/+1
* fixed typo that broke xsendfileValerio Ponte2013-03-091-1/+1
* Merge pull request #2165 from owncloud/fix_2155Lukas Reschke2013-03-081-5/+11
|\
| * fix foldersize check to validate zip input sizeArthur Schiwon2013-03-081-5/+11
* | create a meanigful file name if files are from the root folderBjörn Schießle2013-03-071-1/+7
* | json encode list of filesBjörn Schießle2013-03-071-2/+3
|/
* Style-fix: Breakup long linesBart Visscher2013-02-141-3/+8
* Make zip downloads use actual folder names, fix spelling mistakesMichael Gapczynski2013-01-281-6/+9
* merge master into filesystemRobin Appelman2013-01-161-1/+1
|\
| * Whitespace cleanupBart Visscher2013-01-161-1/+1
* | Retrieve storage correctly, filename is not the mountpointMichael Gapczynski2012-12-271-1/+1
* | Change old is_readable to isReadable, fixes downloadsMichael Gapczynski2012-12-271-1/+1
* | merge master into filesystemRobin Appelman2012-12-251-7/+11
|\|
| * refs #933 send content length header - this will allow the browser to show th...Thomas Mueller2012-12-191-2/+1
| * fix utf8 filenames in ie download response header according to rfc5987, see h...Jörn Friedrich Dreyer2012-12-171-1/+6
* | these functions should be staticRobin Appelman2012-12-151-2/+2
* | merge master into filesystemRobin Appelman2012-12-151-1/+0
|\|
| * Fix some of "Closing brace must be on a line by itself"Bart Visscher2012-12-151-1/+3
* | merge master into filesystemRobin Appelman2012-11-301-1/+1
|\|
| * use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
* | merge master into filesystemRobin Appelman2012-11-181-23/+52
|\|
| * Fixed style according to owncloud styleguideValerio Ponte2012-11-141-20/+30
| * Moved X-Sendfile headers into OC_Files::getValerio Ponte2012-11-141-20/+39
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-4/+4
| * normalize filepaths in OC_Files::getFileInfoRobin Appelman2012-11-071-0/+1
| * Return empty array if file does not exist inside Shared folder, fixes issue #91Michael Gapczynski2012-11-051-7/+10
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
| * Checkstyle: many fixesFelix Moeller2012-11-021-8/+8
* | add getFileInfo and getDirectoryContent to OC_Files for compatibilityRobin Appelman2012-11-151-0/+8
* | use absolute paths when resolving mount pointsRobin Appelman2012-10-271-10/+0
* | remove old searchByMimeRobin Appelman2012-10-271-18/+0
* | move some stuff to the new apiRobin Appelman2012-10-261-1/+1
* | move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-92/+0
* | cleanup OC_Files a bitRobin Appelman2012-10-241-136/+0
* | merge master into filesystemRobin Appelman2012-10-241-3/+3
|\|
| * More Checkstyle cleanupFelix Moeller2012-10-231-3/+3
| * Make Jenkins more happy.Felix Moeller2012-10-231-21/+21
* | automatically scan files when neededRobin Appelman2012-10-211-222/+241
* | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-211-55/+53
* | drop depricated is_readable and is_writableRobin Appelman2012-10-211-1/+1
* | drop filectime from the filesystem api'sRobin Appelman2012-10-201-2/+1