43 Commits (8633d0f91cf7a7a70804d7d7adc752e3b48e2cab)

Author SHA1 Message Date
Nikola Kovacs f6c589f043 Add absoluteAuthTimeout to yii\web\User. 10 years ago
Qiang Xue c6f711ccca Fixes #3765: Added `yii\web\User::enableSession` to support authentication without using session 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue af7530663d Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt f0dcceb37c ensure Dispatchers logger gets set when requested. 11 years ago
Carsten Brandt 435747cf98 apidoc and codestyle fixes 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 58ead7deb1 cleanup. 11 years ago
Ряднов Андрей aa4e6ec039 fix User::getReturnUrl() after #2501 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
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Qiang Xue bd3dd038ab Fixed user status check. 11 years ago
Carsten Brandt 8df35f7627 reset access cache when user identity is set 11 years ago
Qiang Xue 94a9087b89 Renamed `User::loginByToken()` to `loginByAccessToken()`. 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 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 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Daniel Schmidt f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 4a9b2d2b82 Added support for using array-typed arguments for console commands 11 years ago
Qiang Xue 7ec8d0df5f doc fix. 11 years ago
Qiang Xue fb0c43b30b `yii\web\User::loginRequired()` now returns the `Response` object instead of exiting the application 11 years ago
Qiang Xue c7c13a6693 Added concrete http exception classes. 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz f9db4fecb9 Fixed phpDocs [skip ci] 11 years ago
Qiang Xue 342a9a2e1a Added log messages to user login and logout actions. 11 years ago
Qiang Xue 732b9ab8fb removed unused use statement. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue fe58cbd56a doc update. 11 years ago
Alexander Makarov e19d0dacf9 Fixes #823: consistent interface naming 11 years ago
Qiang Xue 30907b6134 Fixes #826: cleaned up User::getReturnUrl(). 11 years ago
Qiang Xue ea10868824 Removed Yii::import(). 11 years ago
Alexander Makarov e1a6aacba8 Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049) 11 years ago
Alexander Makarov c2c12a9049 Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set 11 years ago
Carsten Brandt c582e589d2 added note about differing property types 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Qiang Xue 89fa7ed3cb Reverted the change to User::loginUrl. 11 years ago
Qiang Xue 21eab82413 Refactored redirect() methods. 11 years ago
Luciano Baraglia 3f8e9b7a84 Login url fix when called from a module 11 years ago
Qiang Xue eda171e1be Added more YII_ENV constants. 11 years ago
Qiang Xue 5698a10c81 Added functional tests for the basic app. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago