267 Commits (300c5a549a6a435b45e53a61ccc0f9fdf7b4d6c4)

Author SHA1 Message Date
Qiang Xue 300c5a549a Fixes #2825: `Request::getBodyParams()` should correctly parse CONTENT TYPE. 11 years ago
Qiang Xue 1a71c10934 Added `yii\web\PrefixUrlRule` 11 years ago
Qiang Xue 44d9d0dabb Fixes #2820 11 years ago
Qiang Xue 58ead7deb1 cleanup. 11 years ago
Qiang Xue be6b259c4e A better fix. 11 years ago
Qiang Xue 4374616302 throw exception when UrlManager is not properly configured in console mode. 11 years ago
Ряднов Андрей aa4e6ec039 fix User::getReturnUrl() after #2501 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
Qiang Xue f61734d412 Added $checkSession parameter to User::getIsGuest() and getId(). 11 years ago
Qiang Xue 9e33dedc4e Added return value for User::logout(). 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by `UrlManager` 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Alexander Makarov 7a3fd41afc Fixes #2701 11 years ago
Christophe BOULAIN ca3b2cd057 Fix some references to removed Html::url in phpdoc 11 years ago
Alexander Makarov bddad5280c Combined $schema and $absolute into $schema 11 years ago
Alexander Makarov 2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 11 years ago
Alexander Makarov bd271d42e4 Removed passing unused parameter 11 years ago
Alexander Makarov 5d6c314d4e Adjusted URL helper, fixed usage 11 years ago
Vladimir Zbrailov 2dcf428173 changelog 11 years ago
Alexander Makarov 92b381795b Adjusted Url helper methods 11 years ago
Vladimir Zbrailov 46d2413c69 fix buildin php bug https://bugs.php.net/bug.php?id=66606 11 years ago
Alexander Makarov 3400eb5215 #2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create` 11 years ago
Qiang Xue bd3dd038ab Fixed user status check. 11 years ago
Qiang Xue b751211dae fixed implementation of Session::getHasSessionId(). 11 years ago
Qiang Xue ad19e332f4 Added back some toArray() implementations. 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Carsten Brandt e2aacad8aa Added links to PHP.net to apidoc 11 years ago
Qiang Xue 65bfd1633b Fixes #2646: Added support for specifying hostinfo in the pattern of a URL rule 11 years ago
Carsten Brandt 8df35f7627 reset access cache when user identity is set 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
Qiang Xue 94a9087b89 Renamed `User::loginByToken()` to `loginByAccessToken()`. 11 years ago
Qiang Xue a8c7d36c02 Finished HATEOAS support. 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 11 years ago
Qiang Xue af33e821a0 typo fix. 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Qiang Xue 4891aa79bf Fixes #1535: Improved `yii\web\User` to start session only when needed. Also prepared it for use without session. 11 years ago
Qiang Xue ec05c0eaf7 typo fix. 11 years ago
Qiang Xue 489c094766 Fixes #1564: Removed `yii\web\Session::autoStart` and added `hasSessionId`. Session will be automatically started when accessing session data 11 years ago
Qiang Xue 032f38a57b Added `yii\web\Request::getAuthUser()` and `getAuthPassword()` 11 years ago
Qiang Xue 24e086deaf Added `yii\web\UrlRuleInterface` and `yii\web\CompositeUrlRule` 11 years ago
Qiang Xue 49010df192 Changed `Controller::afterAction()`, `Module::afterAction()` and `ActionFilter::afterAction()` to pass `$result` by value instead of reference 11 years ago
andy5 b9837d8d69 Change AssetBundle.register() return type to static 11 years ago
Qiang Xue ad06b80e6e Enhanced parsing the accept header. 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
tof06 8c1d39b348 Add getIsPjax method to Request 11 years ago