779 Commits (d4780559c9a40562bdc59e3ec9e6076292dcb3ac)

Author SHA1 Message Date
Carsten Brandt 17d08cc0a4 fixed crash on non-string input to CSRF token 8 years ago
Carsten Brandt 4e7f6f64d2 added errorHandler, Request and Response getter 8 years ago
Alexander Makarov c5b87fd932 Updated deprecation notice 8 years ago
Rogério c9d30b2a66 Fixes #11735: Fixed `yii\web\UploadedFile` to return `null` when there's no file uploaded 8 years ago
Sam Mousa 03e23adab8 Fixes #11679: Extracted `CheckAccessInterface` from `ManagerInterface` 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
SilverFire - Dmitry Naumenko 38be74446e
Update PHPDoc, CHANGELOG, UPGRADE.md 8 years ago
maine-mike 7249a6c99e Move Identity Cookie code into separate functions 8 years ago
SilverFire - Dmitry Naumenko 0ff6eeba7d Enhanced 9f499eb: `yii\web\User::checkRedirectAcceptable()` removed check for "*" type (invalid in accept header) 8 years ago
SilverFire - Dmitry Naumenko 9f499eb51e Fixed `yii\web\User::checkRedirectAcceptable()` to treat acceptable content type `*/*` as `*` 8 years ago
Salem Ouerdani 2eb90f82fe removes nonexistent yii/web/rawCsrfToken from docs (#11521) 9 years ago
Klimov Paul abb408fc1d pgsql migrations fixed 9 years ago
dasmfm 91734ae83b Fixes #11432: Added HTTP status 421 "Misdirected Request" to list of statuses in `yii\web\Response` 9 years ago
cartmanchen fc987f48de Fixes #11459: Fixed flash messages not destroyed when `session.auto_start = 1` set in php.ini 9 years ago
Razzwan 0a10d6e265 Fixes #11414: Files specified as `null` in `yii\web\AssetBundle` won't be registered 9 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Carsten Brandt 55b858df6d use already existing error string 9 years ago
Juuso Leinonen 396bd9f714 Fixes #10309: Extracted `yii\web\UrlManager` rule cache key into `$cacheKey` protected property 9 years ago
Darking f75f453ec4 Fixes #10475: Extracted `getUrlFromCache()` and `setRuleToCache()` protected methods from `yii\web\UrlManager::createUrl()` 9 years ago
dawei 5bd35c344c dont set return url, if request method is not GET 9 years ago
Alexander Makarov 6dd017c2a3 Additional fix for #10617 9 years ago
Carsten Brandt 9c1fa3f745 allow resetting properties in UrlManager, same as Request 9 years ago
Carsten Brandt 1f0e24c528 allow resetting autodetected properties in yii\web\Request 9 years ago
Alexander Makarov 77996374a4 Fixes #10617: Fixed `yii\web\Request::getBodyParams()` returned `null` instead of empty array if request body is empty and content type is application/json 9 years ago
maine-mike ad6047e09f Fixes #10480: Fixed removing old identity cookie when loggin in as another user without logging out first 9 years ago
mdmunir d437c4bd37 Add session migration 9 years ago
Arzamastsev Mikhail 59ed5e18d6 ErrorHandler HttpException message translation (#11303) 9 years ago
Carsten Brandt 79a4241fff fixed rest controller PHPdoc 9 years ago
Evgeniy Tkachenko 4e59f92829 phpDoc updated 9 years ago
micro-maureen e410562841 Update UrlRuleInterface.php 9 years ago
SilverFire - Dmitry Naumenko 9a73593908 yii\web\User - updated PHPDoc 9 years ago
Sam Mousa c7436909f4 Added optional `$checkHeader` param to loginRequired for checking the Accept header; defaults to `true`. 9 years ago
SilverFire - Dmitry Naumenko 1d74e761d5 Fixed UploadedFile::getBaseName() - mb_substr wrong arguments order 9 years ago
SilverFire - Dmitry Naumenko a0f9bf2893 Fixed `yii\web\UploadedFile::getBaseName()` to be multibyte-safe, added test 9 years ago
hiscaler 75db69f90a Fixed `yii\web\UploadedFile::getBaseName()` to work with UTF-8 file names 9 years ago
Alexander Makarov d3b5f4a284 Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 years ago
Klimov Paul e4d9ed5182 code style fix 9 years ago
Sam Mousa c4e782725c Fixed cache key collision in `yii\web\UrlManager::createUrl()` 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
SilverFire - Dmitry Naumenko 1e1baec6e6 Reverted c478199 9 years ago
SilverFire - Dmitry Naumenko 992bc264b6 Fixed PHPDoc 9 years ago
SilverFire - Dmitry Naumenko c478199937 Added property `yii\web\DbSession::encodeData` to encode/decode session data in base64 on session read/write 9 years ago
quantum 7b46bd1f7c Fixes #10451: Check of existence of `$_SERVER` in `\yii\web\Request` before using it 9 years ago
githubjeka 984c51ab1a Update phpDoc: return of UploadedFile::getInstance() / getInstanceByName() 9 years ago
Carsten Brandt 9b5f6cb188 prepare for 2.0.7 release 9 years ago
Carsten Brandt 3d719d057e review `yii\web` namespaces docs 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
Carsten Brandt 42b8569846 Revert DI injection via controller action method signature 9 years ago
Andrew Nester fecd4dcfa5 10739 - Multiple slashes at the end of route should not be accepted as valid url 9 years ago
Andrew Nester a0ca37ed6a 10545 - Fix for XMLResponseFormatter to format models in a proper way 9 years ago