967 Commits (214746c73761cc6268a8a9abaacd116c1da7f08b)

Author SHA1 Message Date
Bizley 12763a146e
Fix #19067: Fix constant session regeneration (#19113) 3 years ago
Alexey Rogachev 552593ca3b
Prepare for new apidoc (part 2) (#19010) 3 years ago
Alexey Rogachev fa6f0ef658
Fix variable references in phpdoc (#19006) 3 years ago
Aleksandr Bogatikov e294c23102
Fix#18328: Yii::warning() raised on file register after View::endBody() has been moved to View::endPage() (#18975) 3 years ago
Aleksandr Bogatikov b757d25c4b
Fix #18328: Raise warning when trying to register a file after `View::endBody()` has been called 3 years ago
Anton 6fdba043d7
Update Session.php (#18969) 3 years ago
Bizley 0041f034fd
[doc] Update PHP doc links (#18957) 3 years ago
Bizley ae82b58d85
Fix #18909: Fix bug with binding default action parameters for controllers 3 years ago
Mario Simão 175f66e6e0
Fix #18908: Add stdClass as possible return type to getBodyParams (#18918) 3 years ago
Mario Simão 2c3f5d990c
Fix #18733: Fix session offset doc types (#18919) 3 years ago
Basil f8e65d2027
Fix @since tag in XmlResponseFormatter.php (#18901) 3 years ago
rhertogh f3956a4eec
Fix header collection from array (#18883) 3 years ago
Bizley ea60fba0ae
Fix yii\base\Controller::bindInjectedParams() to not throw error when argument of `ReflectionUnionType` type is passed (#18869) 3 years ago
Jaak Tamre 0b29ba870e
Fix #18762: Added `yii\helpers\Json::$keepObjectType` and `yii\web\JsonResponseFormatter::$keepObjectType` in order to avoid changing zero-indexed objects to array in `yii\helpers\Json::encode()` 3 years ago
Anton ec07ad9ff9
Fix #18783: Add support for URI namespaced tags in `XmlResponseFormatter`, add `XmlResponseFormatter::$objectTagToLowercase` option to lowercase object tags 3 years ago
Evgeniy Tkachenko df6e5869bd
docs: update RFC 7239 link (#18839) 3 years ago
Michael Härtl c94d7049c5
Issue #18646 Cleanup auth data from session if findIdentity() returns… (#18649) 3 years ago
Alexander Makarov 540a9011af
release version 2.0.43 3 years ago
Anton 7ebaaf0216
Fix #18789: Added JSONP support in `yii\web\JsonParser::parse()` 3 years ago
Anton 86d7e95077
Minor enhancements for JsExpression (#18793) 3 years ago
Sohel Ahmed Mesaniya fd7373f1c6
Make docs gender agnostics (#18781) 3 years ago
Sergei Predvoditelev 8cc9aeb2f0
Fix #18749: Fix `yii\web\ErrorHandler::encodeHtml()` to support strings with invalid UTF symbols 3 years ago
olegbaturin e83a86fd30
Fix #18648: Fix `yii\web\Request` to properly handle HTTP Basic Auth headers 3 years ago
rhertogh 4d5fea7f6c
Fix #18695: Added `yii\web\Cookie::SAME_SITE_NONE` constant 3 years ago
Bizley 7966fe47e6
Scrutinizer fixes (#18685) 3 years ago
rhertogh 0cd68a330d
Fix #18669: Changed visibility of `yii\web\User::checkRedirectAcceptable()` to `public` 3 years ago
Alexander Makarov 88a7a00458
release version 2.0.42 3 years ago
N. D 08a133e728
Update docs for #9718 (#18623) 3 years ago
Bizley 209cf9b2de
Improve docs 3 years ago
Mikk Tendermann 629133f1bf
Fix #18619: Do not modify `yii\web\Cookie::$path` on `yii\web\Response::sendCookies()` 3 years ago
Bizley a6dba47963
Fix #18590: Fix `yii\web\UrlManager` to instantiate cache only when it's actually needed 4 years ago
Pigo 14a581562a
Fix #18566: Throw the original exception when `yii\web\Controller::bindInjectedParams()` catches HttpException 4 years ago
Alexander Krug 74d1842dee Use the correct db if strict mode is used in DbSession fixes #18574 4 years ago
Dmitry Eliseev 4479c66522
Fixed phpdoc types 4 years ago
Bizley 7f6671cdfc
Update OWASP link 4 years ago
Alexander Makarov 4e2045c040
release version 2.0.41 4 years ago
Alexander Makarov 3883d73cea
Fix #9718: Fix user staying authorized despite authKey change 4 years ago
Alexander Makarov b3546e6fdb
Fix #18535: Set Cookie SameSite to Lax by default 4 years ago
Bizley d610853fdf
Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action 4 years ago
Bizley 2774f3ea6c
Fix #18529: Fix asset files path with `appendTimestamp` option for non-root-relative base URLs 4 years ago
Brandon Kelly f935065bca
Fix #18518: Add support for ngrok’s `X-Original-Host` header 4 years ago
Bizley 03befccd48
Fix #18487: Allow creating URLs for non-GET-verb rules 4 years ago
Isitar bceba86952
Fix #18414: Fix `AssetManager::appendTimestamp()` not appending timestamp for website root in sub-directory 4 years ago
Basil 890df1c867
Fix #18381: The `yii\web\AssetManager` `$basePath` readable and writeable check has been moved to the `checkBasePathPermission()`. This check will run once before `publishFile()` and `publishDirectory()` 4 years ago
Rober Díaz 6b33ddf441
Fix #18199: Fix content body response on 304 HTTP status code, according to RFC 7232 4 years ago
Brandon Kelly 279f59a3d4
Fix #18394: Add support for setting `yii\web\Response::$stream` to a callable 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Alexander Makarov 835971c6f6
Fix Controller phpdoc annotations 4 years ago
Sergei Predvoditelev 306171b582
Add phpdoc for properties "request" and "response" in web and console controllers (#18361) 4 years ago
rhertogh ce088e05df
Fix #18247: Added support for the 'session.use_strict_mode' ini directive in `yii\web\Session` 4 years ago