34 Commits (300c5a549a6a435b45e53a61ccc0f9fdf7b4d6c4)

Author SHA1 Message Date
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
Carsten Brandt 71782b344e Changed existing code to match the changes regarding response 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Qiang Xue 420637443c Refactored the way of sending response in controller actions. 11 years ago
Qiang Xue ad218c6719 moved HttpException to web. 11 years ago
Qiang Xue f2d477dce6 Response WIP 11 years ago
resurtm 7a7d2a9c06 CS fixes. 11 years ago
Qiang Xue bf05ee2942 Response WIP. 11 years ago
Revin Roman 2239dd7334 Fix new method name "getIsAjax" and fix web application class name in logger 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago