summaryrefslogtreecommitdiffstats
path: root/apps/files/download.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-031-1/+1
|\ | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround...
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly.
* | Update license headersJenkins for ownCloud2015-03-261-20/+24
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+21
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-21/+23
|
* Use secure mimetype for content deliveryLukas Reschke2014-09-081-1/+1
| | | | Adds some hardening against potential CSP bypassed.
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-6/+1
| | | | | | | | | Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file.
* merge master into filesystemRobin Appelman2013-01-281-3/+0
|\
| * Remove outdated commentsLukas Reschke2013-01-261-3/+0
| |
* | merge master into filesystemRobin Appelman2012-12-251-1/+6
|\|
| * 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
* | 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-041-1/+1
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
| |
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-4/+4
|/
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Whitespace fixes in appsBart Visscher2012-08-291-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-1/+0
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* port oc_responseFrank Karlitschek2012-05-031-1/+1
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-1/+1
|
* remove require once lib base in some more filesGeorg Ehrke2012-04-181-1/+1
|
* move files to app folderGeorg Ehrke2012-04-181-0/+49