Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed review issues | Bart Visscher | 2013-07-22 | 1 | -4/+6 |
| | |||||
* | DRY use OC_Template::printErrorPage | Bart Visscher | 2013-07-21 | 1 | -19/+9 |
| | |||||
* | Change exit calls to throwing an exception | Bart Visscher | 2013-07-21 | 1 | -2/+2 |
| | | | | This way the error won't be fatal in a unit test | ||||
* | Reviewed code for X-Sendfile2 | mvn23 | 2013-06-20 | 1 | -12/+12 |
| | | | Made some small changes which might have caused a segfault on ci.tmit.eu earlier. | ||||
* | Revert most changes for testing | mvn23 | 2013-06-20 | 1 | -11/+13 |
| | |||||
* | Update files.php | mvn23 | 2013-06-19 | 1 | -2/+4 |
| | |||||
* | Implement X-Sendfile2 for resume support in LigHTTPd | mvn23 | 2013-06-19 | 1 | -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 unknown | Michael Gapczynski | 2013-05-17 | 1 | -1/+4 |
| | |||||
* | fixed xsendfile zip generation race condition | Valerio Ponte | 2013-03-20 | 1 | -10/+8 |
| | |||||
* | Fix file sharing via public link for one particular file. | Olivier Tétard | 2013-03-12 | 1 | -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 xsendfile | Valerio Ponte | 2013-03-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2165 from owncloud/fix_2155 | Lukas Reschke | 2013-03-08 | 1 | -5/+11 |
|\ | | | | | Offer download of whole shared dir only if it does not exceed zip input ... | ||||
| * | fix foldersize check to validate zip input size | Arthur Schiwon | 2013-03-08 | 1 | -5/+11 |
| | | |||||
* | | create a meanigful file name if files are from the root folder | Björn Schießle | 2013-03-07 | 1 | -1/+7 |
| | | |||||
* | | json encode list of files | Björn Schießle | 2013-03-07 | 1 | -2/+3 |
|/ | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -3/+8 |
| | |||||
* | Make zip downloads use actual folder names, fix spelling mistakes | Michael Gapczynski | 2013-01-28 | 1 | -6/+9 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -1/+1 |
|\ | |||||
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | | |||||
* | | Retrieve storage correctly, filename is not the mountpoint | Michael Gapczynski | 2012-12-27 | 1 | -1/+1 |
| | | |||||
* | | Change old is_readable to isReadable, fixes downloads | Michael Gapczynski | 2012-12-27 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-12-25 | 1 | -7/+11 |
|\| | |||||
| * | refs #933 send content length header - this will allow the browser to show ↵ | Thomas Mueller | 2012-12-19 | 1 | -2/+1 |
| | | | | | | | | the progressbar | ||||
| * | fix utf8 filenames in ie download response header according to rfc5987, see ↵ | Jörn Friedrich Dreyer | 2012-12-17 | 1 | -1/+6 |
| | | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http | ||||
* | | these functions should be static | Robin Appelman | 2012-12-15 | 1 | -2/+2 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-12-15 | 1 | -1/+0 |
|\| | |||||
| * | Fix some of "Closing brace must be on a line by itself" | Bart Visscher | 2012-12-15 | 1 | -1/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -1/+1 |
|\| | |||||
| * | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-11-18 | 1 | -23/+52 |
|\| | |||||
| * | Fixed style according to owncloud styleguide | Valerio Ponte | 2012-11-14 | 1 | -20/+30 |
| | | |||||
| * | Moved X-Sendfile headers into OC_Files::get | Valerio Ponte | 2012-11-14 | 1 | -20/+39 |
| | | | | | | | | now should work with temp files too | ||||
| * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -4/+4 |
| | | |||||
| * | normalize filepaths in OC_Files::getFileInfo | Robin Appelman | 2012-11-07 | 1 | -0/+1 |
| | | |||||
| * | Return empty array if file does not exist inside Shared folder, fixes issue #91 | Michael Gapczynski | 2012-11-05 | 1 | -7/+10 |
| | | |||||
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -8/+8 |
| | | |||||
* | | add getFileInfo and getDirectoryContent to OC_Files for compatibility | Robin Appelman | 2012-11-15 | 1 | -0/+8 |
| | | |||||
* | | use absolute paths when resolving mount points | Robin Appelman | 2012-10-27 | 1 | -10/+0 |
| | | |||||
* | | remove old searchByMime | Robin Appelman | 2012-10-27 | 1 | -18/+0 |
| | | |||||
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -1/+1 |
| | | |||||
* | | move the cache api from OC_Files to filesystem(view) | Robin Appelman | 2012-10-26 | 1 | -92/+0 |
| | | |||||
* | | cleanup OC_Files a bit | Robin Appelman | 2012-10-24 | 1 | -136/+0 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-24 | 1 | -3/+3 |
|\| | |||||
| * | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
| | | | | | | | | This is for all LowerCaseConstant warnings | ||||
| * | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -21/+21 |
| | | | | | | | | This is NoSpaceAfterComma | ||||
* | | automatically scan files when needed | Robin Appelman | 2012-10-21 | 1 | -222/+241 |
| | | |||||
* | | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵ | Robin Appelman | 2012-10-21 | 1 | -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_writable | Robin Appelman | 2012-10-21 | 1 | -1/+1 |
| | | |||||
* | | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 1 | -2/+1 |
| | |