Commit Graph

17 Commits (fbd8c00a896fdfd2b19710646d9f6662e2bcd682)

Author SHA1 Message Date
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Vincent Petry d5397d813c Do not send file list for select all on Download/delete 12 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Nicolai Ehemann 99ad4e8000 switched zip file creation to ZipStreamer to create zip files directly in memory 12 years ago
Nicolai Ehemann 791772abea refactored/cleaned up lib/files.php 12 years ago
Jörn Friedrich Dreyer 267e1f3c40 use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' 12 years ago
Nicolai Ehemann 66aa9b4e27 lib/files.php: make use of === instead of == 12 years ago
Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 12 years ago
Bart Visscher 4c8bc61753 XSendfile and encryption don't work together 12 years ago
Thomas Müller f2fe47bc21 fixing spelling and restructure sentence 13 years ago
Vincent Petry 726a202cdb Fixed getLocalFile() condition for x-send-file 13 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Bart Visscher 179b42c56d Fixed review issues 13 years ago
Bart Visscher 8c5df31c49 DRY use OC_Template::printErrorPage 13 years ago
Bart Visscher df8ad46dae Change exit calls to throwing an exception 13 years ago
mvn23 59fa3055e1 Reviewed code for X-Sendfile2 13 years ago
mvn23 3f20a080fe Revert most changes for testing 13 years ago
mvn23 a25bfa9291 Update files.php 13 years ago
mvn23 46f97f4c38 Implement X-Sendfile2 for resume support in LigHTTPd 13 years ago
Michael Gapczynski 9bebf9b4c8 Don't set Content-Length header if size is unknown 13 years ago
Valerio Ponte 033c94d076 fixed xsendfile zip generation race condition 13 years ago
Olivier Tétard 17fd6482d8 Fix file sharing via public link for one particular file. 13 years ago
Valerio Ponte 99c873ea29 fixed typo that broke xsendfile 13 years ago
Arthur Schiwon f4a326173e fix foldersize check to validate zip input size 13 years ago
Björn Schießle ce9942331e create a meanigful file name if files are from the root folder 13 years ago
Björn Schießle 4a4f705adc json encode list of files 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Michael Gapczynski ca4c006d5a Make zip downloads use actual folder names, fix spelling mistakes 13 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 13 years ago
Michael Gapczynski b035626709 Retrieve storage correctly, filename is not the mountpoint 13 years ago
Michael Gapczynski 65f1e52107 Change old is_readable to isReadable, fixes downloads 13 years ago
Thomas Mueller 186147d1ee refs #933 send content length header - this will allow the browser to show the progressbar 13 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 13 years ago
Robin Appelman c6a5ce54a7 these functions should be static 13 years ago
Bart Visscher 85bd28c508 Fix some of "Closing brace must be on a line by itself" 13 years ago
Robin Appelman bcb27c81d4 use new obEnd function instead of ob_end_clean 14 years ago
Robin Appelman 288ecf318c add getFileInfo and getDirectoryContent to OC_Files for compatibility 14 years ago
Valerio Ponte de7e419610 Fixed style according to owncloud styleguide 14 years ago
Valerio Ponte 8e190a5a97 Moved X-Sendfile headers into OC_Files::get 14 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 14 years ago
Robin Appelman ae74c54d65 normalize filepaths in OC_Files::getFileInfo 14 years ago
Michael Gapczynski 3d13c9db70 Return empty array if file does not exist inside Shared folder, fixes issue #91 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 14 years ago
Robin Appelman 5bfff6c56e use absolute paths when resolving mount points 14 years ago
Robin Appelman 3437071cf1 remove old searchByMime 14 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 14 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 14 years ago