summaryrefslogtreecommitdiffstats
path: root/lib/files.php
Commit message (Collapse)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
| | | | This way the error won't be fatal in a unit test
* Reviewed code for X-Sendfile2mvn232013-06-201-12/+12
| | | Made some small changes which might have caused a segfault on ci.tmit.eu earlier.
* 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
| | | | LigHTTPd does not support HTTP Range headers with the X-Sendfile header in the way Apache does. Instead, it needs to be handled in the backend. This commit does exactly that, using the X-Sendfile2 header to send ranges of files. To accomplish this without breaking web servers that don't support X-Sendfile2, a new variable MOD_X_SENDFILE2_ENABLED was introduced to separate this method from X-Sendfile and X-Accel-Redirect.
* 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
| | | | | Fix OC_Files::get() to not return the first character of the filename if only one file is requested.
* fixed typo that broke xsendfileValerio Ponte2013-03-091-1/+1
|
* Merge pull request #2165 from owncloud/fix_2155Lukas Reschke2013-03-081-5/+11
|\ | | | | Offer download of whole shared dir only if it does not exceed zip input ...
| * 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 ↵Thomas Mueller2012-12-191-2/+1
| | | | | | | | the progressbar
| * fix utf8 filenames in ie download response header according to rfc5987, see ↵Jörn Friedrich Dreyer2012-12-171-1/+6
| | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
* | 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
| | | | | | | | now should work with temp files too
| * 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
| | | | | | | | This is for all LowerCaseConstant warnings
| * Make Jenkins more happy.Felix Moeller2012-10-231-21/+21
| | | | | | | | This is NoSpaceAfterComma
* | automatically scan files when neededRobin Appelman2012-10-211-222/+241
| |
* | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵Robin Appelman2012-10-211-55/+53
| | | | | | | | | | | | api for the filecache most apps would want to use this api instead of using the cache directly
* | drop depricated is_readable and is_writableRobin Appelman2012-10-211-1/+1
| |
* | drop filectime from the filesystem api'sRobin Appelman2012-10-201-2/+1
| |