Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 1 | -1/+1 |
|\ | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -20/+24 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+21 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -21/+23 |
| | |||||
* | Use secure mimetype for content delivery | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | | | | Adds some hardening against potential CSP bypassed. | ||||
* | Moved content disposition code+workarounds to OCP\Response | Vincent Petry | 2013-12-10 | 1 | -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 filesystem | Robin Appelman | 2013-01-28 | 1 | -3/+0 |
|\ | |||||
| * | Remove outdated comments | Lukas Reschke | 2013-01-26 | 1 | -3/+0 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-12-25 | 1 | -1/+6 |
|\| | |||||
| * | 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 | ||||
* | | 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-04 | 1 | -1/+1 |
|\| | |||||
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| | | |||||
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -4/+4 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -1/+0 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | remove require once lib base in some more files | Georg Ehrke | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -0/+49 |