65 Commits (8268f6cd1f57a9df868e8bf5ab4f19f653090edd)

Author SHA1 Message Date
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Mohorev 9e3d28a3d9 Fix spelling 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Klimov Paul 886e99be11 Fixed `yii\web\Response::xSendFile()` does not reset format 9 years ago
Carsten Brandt 9a5abd923f cleanup after #8171 10 years ago
Philippe Gaultier be6c619de9 Fixes #8171: Allow the user to enforce the fileSize to allow sending files which are not seekable. Needed when using S3 Stream Wrapper 10 years ago
Steven Michaels 748e68f98d Fixing broken doc links to ContentNegotiator 10 years ago
Alexander Kochetov 4e8197e43f Light Response refactoring 10 years ago
Alexander Makarov 0eecb6ab1e Fixes #7529: Fixed `yii\web\Response::sendContentAsFile()` that was broken in 2.0.3 10 years ago
Qiang Xue 07403d3f9d Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
slavcodev 9028bc5aa7 Fixed header Content-Type when response is empty 10 years ago
Qiang Xue 0a6cd6190b Fixes #7051: Added support for preventing swapping values between different cookies 10 years ago
sadgnome 0b4896929b Fixed content-length in sendContentAsFile() 10 years ago
Qiang Xue 96c4ec88ca Fixes #6889 doc fix [skip ci] 10 years ago
DaSourcerer 0cf4e7494f Removed Content-Transfer-Encoding from the list of default download headers 10 years ago
Qiang Xue 875e2c3acb Fixes #4395: Added `$checkAjax` parameter to `yii\web\Response::redirect()` to support default redirection behavior for AJAX/PJAX requests 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Qiang Xue b1e7c753ae Fixes #2702: added doc about customizing error response format [skip ci] 10 years ago
Alexander Makarov 4832760604 Removed unused "use" statements 10 years ago
Qiang Xue d6fd45079e typo fix. 10 years ago
Qiang Xue fa0418f8a1 Fixes #4424: Added `inline` and `mimeType` options to all file downloading methods provided in `yii\web\Response` 10 years ago
Klimov Paul fe36bc9ecd `options` parameter extracted at `yii\web\Response::xSendFile()` 10 years ago
Klimov Paul e3cea2138a Added `forceDownload` parameter to `yii\web\Response::xSendFile()` 10 years ago
Qiang Xue 88d38b7820 Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
Paweł 'Zibi' Zaremba c6c29db9b4 Fixes #4636: Added `yii\web\Response::setDownloadHeaders()` 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue 4e4e76e883 Request::cookieValidationKey must be explicitly specified now. 10 years ago
Klimov Paul 2bab6259d1 'Security' helper usage switched to 'security' application component. 10 years ago
Carsten Brandt 109c4b44bc attempt to fix multiple header issue 10 years ago
Carsten Brandt c8f6baf5ba Update Response.php 10 years ago
lynicidn 3829b3a5ad changed comments #3446 11 years ago
Ceana Razvan 48635c2d3e Update Response.php 11 years ago
Qiang Xue 664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Qiang Xue c4af1569a3 typo fix [skip ci] 11 years ago
Qiang Xue aec1b8172b Added `HtmlResponseFormatter` and `JsonResponseFormatter` 11 years ago
Carsten Brandt 435747cf98 apidoc and codestyle fixes 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Christophe BOULAIN ca3b2cd057 Fix some references to removed Html::url in phpdoc 11 years ago
Alexander Makarov 5d6c314d4e Adjusted URL helper, fixed usage 11 years ago
Alexander Makarov 92b381795b Adjusted Url helper methods 11 years ago
Alexander Makarov 3400eb5215 #2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create` 11 years ago
Qiang Xue 3dead3386c CS fix. 11 years ago
tof06 61767861fb Add X-PJAX-URL header when redirect a pjax request 11 years ago
Qiang Xue d53f4dd9ea Fixes #2139: error found while sending response is not displayed. 11 years ago
Carsten Brandt 3519c14e60 throw exceptions in case of invalid response content 11 years ago