Commit Graph

7 Commits (0671c58e361f2ccf2cd23d73a9712c1a31e838ce)

Author SHA1 Message Date
Jörn Friedrich Dreyer 267e1f3c40 use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' 11 years ago
Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 11 years ago
Bart Visscher 4c8bc61753 XSendfile and encryption don't work together 11 years ago
Thomas Müller f2fe47bc21 fixing spelling and restructure sentence 11 years ago
Vincent Petry 726a202cdb Fixed getLocalFile() condition for x-send-file 11 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bart Visscher 179b42c56d Fixed review issues 12 years ago
Bart Visscher 8c5df31c49 DRY use OC_Template::printErrorPage 12 years ago
Bart Visscher df8ad46dae Change exit calls to throwing an exception 12 years ago
mvn23 59fa3055e1 Reviewed code for X-Sendfile2 12 years ago
mvn23 3f20a080fe Revert most changes for testing 12 years ago
mvn23 a25bfa9291 Update files.php 12 years ago
mvn23 46f97f4c38 Implement X-Sendfile2 for resume support in LigHTTPd 12 years ago
Michael Gapczynski 9bebf9b4c8 Don't set Content-Length header if size is unknown 12 years ago
Valerio Ponte 033c94d076 fixed xsendfile zip generation race condition 12 years ago
Olivier Tétard 17fd6482d8 Fix file sharing via public link for one particular file. 12 years ago
Valerio Ponte 99c873ea29 fixed typo that broke xsendfile 12 years ago
Arthur Schiwon f4a326173e fix foldersize check to validate zip input size 12 years ago
Björn Schießle ce9942331e create a meanigful file name if files are from the root folder 12 years ago
Björn Schießle 4a4f705adc json encode list of files 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Michael Gapczynski ca4c006d5a Make zip downloads use actual folder names, fix spelling mistakes 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Michael Gapczynski b035626709 Retrieve storage correctly, filename is not the mountpoint 12 years ago
Michael Gapczynski 65f1e52107 Change old is_readable to isReadable, fixes downloads 12 years ago
Thomas Mueller 186147d1ee refs #933 send content length header - this will allow the browser to show the progressbar 12 years ago
Jörn Friedrich Dreyer b6eb95349e fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http 12 years ago
Robin Appelman c6a5ce54a7 these functions should be static 12 years ago
Bart Visscher 85bd28c508 Fix some of "Closing brace must be on a line by itself" 12 years ago
Robin Appelman bcb27c81d4 use new obEnd function instead of ob_end_clean 12 years ago
Robin Appelman 288ecf318c add getFileInfo and getDirectoryContent to OC_Files for compatibility 13 years ago
Valerio Ponte de7e419610 Fixed style according to owncloud styleguide 13 years ago
Valerio Ponte 8e190a5a97 Moved X-Sendfile headers into OC_Files::get 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Robin Appelman ae74c54d65 normalize filepaths in OC_Files::getFileInfo 13 years ago
Michael Gapczynski 3d13c9db70 Return empty array if file does not exist inside Shared folder, fixes issue #91 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Robin Appelman 5bfff6c56e use absolute paths when resolving mount points 13 years ago
Robin Appelman 3437071cf1 remove old searchByMime 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 13 years ago
Robin Appelman 5a3d6805a2 cleanup OC_Files a bit 13 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 13 years ago
Felix Moeller 6a00a6b9ed Make Jenkins more happy. 13 years ago
Robin Appelman 707bd68bb4 automatically scan files when needed 13 years ago
Robin Appelman 2522c25af7 use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache 13 years ago
Robin Appelman 1901ac8b17 drop depricated is_readable and is_writable 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago