779 Commits (03aac69a9ba24061bd598b4db46407dd3d875a92)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 1ce796ef0f
Removed ability to define a hostname as trusted because of possible security issues 7 years ago
SilverFire - Dmitry Naumenko 18689c5ed1
Added missing bracket 7 years ago
SilverFire - Dmitry Naumenko 3a8feb17a8
Updated `yii\web\View` to register JS in jQuery 3.0 compatible way 7 years ago
Carsten Brandt 1278b018fa Add IIS specific header to secure headers (#14715) 7 years ago
Carsten Brandt 9e713dba29
break if a matching trusted host is found 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk b99e955627 Fix CS (#14665) 7 years ago
Sam 0017d9c660 Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
SilverFire - Dmitry Naumenko 368540f8d0
Added tests 7 years ago
shirase b6a5697c00
User can login by cookie only once when `autoRenewCookie` is set to false 7 years ago
Alexander Makarov 648971a82b Fixes #14542: Ensured only ASCII characters are in CSRF cookie value since binary data causes issues with ModSecurity and some browsers 7 years ago
Dmitry Dorogin f7fb7cdd87 Fixes #14022: Added posibility to use aliases in yii\web\UrlManager::setBaseUrl() (#14540) 7 years ago
Klimov Paul 578b2caf42 Added `yii\web\MultipartFormDataParser::$force` option allowing to enforce parsing even on 'POST' request 7 years ago
PowerGamer1 8a6f5829d4 Fix for invalid example in Request phpdoc [skip ci] 7 years ago
Alexander Makarov 1f26db9fb7
Applied code style fixes 7 years ago
Dmitry Dorogin 6d2e0aff82 Fixes #14406: Fixed caching rules in `yii\web\UrlManager` with different `ruleConfig` configuration 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
PowerGamer1 40e242b562 Fixes #14469: updated RFC links [skip ci] 7 years ago
Alexander Makarov d38908fc13
Fixed #14469: updated RFC links 7 years ago
yyxx9988 46bf3c410a Add `yii\web\Request::getOrigin()` method that returns HTTP_ORIGIN of current CORS request 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt f67d8d5a79 Fixed broken error page when calling an undefined method 7 years ago
Carsten Brandt 13d35c4e03 add notes to View register JS and CSS file methods 7 years ago
Brandon Kelly 6f03e8b692 Fixes #14298: The default response formatter configs defined by `yii\web\Response::defaultFormatters()` now use the array syntax 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Carsten Brandt c09a03ab8e
fixed version and missing `@since` annotation 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
ejsoft e5799da1c0 Remove unnecessary variable from UrlRule.php (#13948) 7 years ago
Robert Korulczyk daa8b67c7b Fixes #13350, #14094, #11288 7 years ago
Craig London e360457091 function clear() -- Set populated arrays to empty arrays (#14067) 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
Robert Korulczyk 94eda9bd52 Add phpdoc. [skip ci] 8 years ago
Alexander Makarov 705dae9964 Fixes #14052: Fixed processing parse errors on PHP 7 since these are instances of `\ParseError` 8 years ago
Michael Härtl 6792099bcc
Fixes #13689: Fixed handling of errors in closures 8 years ago
sasha-ch 339c7663eb
Fixes #10346: Fixed "DOMException: Invalid Character Error" in `yii\web\XmlResponseFormatter::buildXml()` 8 years ago
Carsten Brandt 4af62a6bd7
improve session PHPdoc 8 years ago
micro-maureen 8eabff0698 #13975: make documentation of current behaviour more clear [skip ci] 8 years ago
Alexander Makarov b04ff959ce
Fixed misleading docs about encoded URIs [skip ci] 8 years ago
Carsten Brandt 5bbf372f85
cleanup some phpdoc 8 years ago
Alexander Makarov 43edf24123
Eliminated else branches in yii\web\Request 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
Alexander Makarov a626440761
Reverted #13822, clarified exception descriptions 8 years ago
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Nikolay Oleynikov 7a2f04ae32 Fixes #13822: Fixed `yii\web\User::loginRequired()` to throw an `UnauthorizedHttpException` instead of a `ForbiddenHttpException` 8 years ago
yyxx9988 0770863209 Fixes #13820: Add new HTTP status code 451 8 years ago