77 Commits (01e11e37a3cdbf4b10c9b4dc42a7f3500b9e9714)

Author SHA1 Message Date
Qiang Xue 313437f3c0 Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt 27659d1776 fixed FileHelper private method static call 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
Qiang Xue 4c939eee3e reverted back change to parsing body params. 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 300c5a549a Fixes #2825: `Request::getBodyParams()` should correctly parse CONTENT TYPE. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Vladimir Zbrailov 2dcf428173 changelog 11 years ago
Vladimir Zbrailov 46d2413c69 fix buildin php bug https://bugs.php.net/bug.php?id=66606 11 years ago
Qiang Xue af33e821a0 typo fix. 11 years ago
Qiang Xue 032f38a57b Added `yii\web\Request::getAuthUser()` and `getAuthPassword()` 11 years ago
Qiang Xue ad06b80e6e Enhanced parsing the accept header. 11 years ago
Qiang Xue 3dead3386c CS fix. 11 years ago
tof06 8c1d39b348 Add getIsPjax method to Request 11 years ago
Alexander Makarov 752b7cf9d1 Fixes #2502: Unclear error message when `$_SERVER['DOCUMENT_ROOT']` is empty 11 years ago
Carsten Brandt 5558fa1297 small code style fix 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Borales b4fd27a91b Removed unnecessary PHPDoc property (ce04134db2) 11 years ago
Qiang Xue 80d69a6551 Renamed csrfParam back to csrfVar for consistency. 11 years ago
Dilip e87220bed4 Update Request.php 11 years ago
pzaremba 7d96de6619 one more revert. 11 years ago
pzaremba 75ae3db906 Reverted changes unrelated to issue #2325 11 years ago
pzaremba 9b96338a63 Revert "fixing wrapping - my NetBeans has a mind of its own." 11 years ago
pzaremba 80be824fc7 fixing wrapping - my NetBeans has a mind of its own. 11 years ago
pzaremba 0bf39f6e98 Adding support for the X-HTTP-Method-Override header. 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Alexander Makarov f1a674b921 Added `yii\web\Request::get($name = null, $defaultValue = null)` and `yii\web\Request::post($name = null, $defaultValue = null)` 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Carsten Brandt ce04134db2 removed getPostParam() from Request, body is $_POST by default 11 years ago
Carsten Brandt 190417f917 small refactoring + cleanup request 11 years ago
Carsten Brandt 6f82959675 made post params consistend with body and query params in request 11 years ago
Qiang Xue 11c9c5b573 fixed test break. 11 years ago
Vladimir Zbrailov 4dabe605e3 added use http_get_request_headers and use getHeaders method in Gii module 11 years ago
Vladimir Zbrailov 53647d8b16 Added ability to get incoming headers 11 years ago
Carsten Brandt 9822dfae55 typo 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
Carsten Brandt 36c296378b remove _method param from rest params 11 years ago
Carsten Brandt 813a008da2 improved request body parser docs and configuration 11 years ago
Daniel Schmidt 1026b9da57 Tabs vs. spaces 11 years ago
Daniel Schmidt 7f8850bc70 Adds customizable parsing functionality to the web\Request class (Issue #2043) 11 years ago
Carsten Brandt 7ae8b8b50f added support to parse json request to Request::getRestParams() 11 years ago
Qiang Xue 68fdb52551 doc improved. 11 years ago
Qiang Xue 88059439f6 Fixes #2063: Removed `yii\web\Request::acceptTypes` and renamed `yii\web\Request::acceptedContentTypes` to `acceptableContentTypes`. 11 years ago
Alexander Makarov 462c50031a Fixes #1930: Fixed domain based URL matching for website root 11 years ago
Alexander Makarov 6e7165133e Fixes #1991: regression in index.php handling 11 years ago
Qiang Xue 58e847258f Renamed Request::maskedCsrfToken to csrfToken. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago