Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Add version to deprecation notice | Lukas Reschke | 2015-04-20 | 1 | -2/+2 |
| | | | | As requested by @MorrisJobke | ||||
* | Deprecate unused `\OCP\Response::sendFile` | Lukas Reschke | 2015-04-20 | 1 | -0/+2 |
| | | | | This function is unused in our own code and can be better achieved using the AppFramework. Also very easy to do grave mistaked using this function. | ||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+10 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 1 | -0/+8 |
|\ | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | -12/+16 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+16 |
| | |||||
* | Moved content disposition code+workarounds to OCP\Response | Vincent Petry | 2013-12-10 | 1 | -0/+9 |
| | | | | | | | | | 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. | ||||
* | fix documentation stuff | Morris Jobke | 2013-10-31 | 1 | -47/+47 |
| | |||||
* | Public API documentation fixes | Morris Jobke | 2013-10-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php | ||||
* | fixing returns | Thomas Mueller | 2013-01-06 | 1 | -7/+7 |
| | |||||
* | phpdoc fixes for public api | Robin Appelman | 2013-01-02 | 1 | -9/+9 |
| | |||||
* | style fixes for public response api | Georg Ehrke | 2012-09-08 | 1 | -9/+1 |
| | |||||
* | Whitespace fixes in lib | 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 | -2/+0 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 1 | -0/+3 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 1 | -12/+12 |
| | | | | And greeting from the Atlanta airport. ;-) | ||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -0/+106 |