37 Commits (e6418d40cf87183ddb17adabceac40687de5d8b3)

Author SHA1 Message Date
Alexander Makarov bb145f5067 Fixes #3179: removed duplicate validation rules from User model in advanced app, removed User::create() 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov 8a2903de03 Added verb filter to advanced app logout 11 years ago
Alexander Makarov 036a811ea4 Fixes #2458: Added missing validaton to advanced app forms, separated validation from email sending errors for contact form 11 years ago
Johnny Theill f42af951e1 Fix newlines and missing parameter description 11 years ago
Johnny Theill 63272f4166 Update doc-blocks and small fixes according to coding standards 11 years ago
Johnny Theill ca12241811 Fixed minor consistency bugs in apps 11 years ago
Alexander Makarov d13ed43212 Fixed signup/restore password flow 11 years ago
Alexander Makarov 6cac7c61e5 Removed Yii::$app->getParam usage 11 years ago
Alexander Makarov b8235c717d Added password reset token expiration 11 years ago
Alexander Makarov a1497ca01c Removed extra \models\forms namespace, moved all models to just \models 11 years ago
Alexander Makarov a43be083e8 Moved forms used in frontend only to frontend 11 years ago
Alexander Makarov 71fba07700 Moved most of the user-related logic into form models 11 years ago
Carsten Brandt b9e1ce3f97 more validation for password reset token in advanced app 11 years ago
Qiang Xue c7c13a6693 Added concrete http exception classes. 11 years ago
Alexander Makarov 408eee75a9 Used full method names when sending email in advanced app 11 years ago
Alexander Makarov e3292c959a Advanced application template now uses mailer component instead of mail() function 11 years ago
Carsten Brandt 016d796e95 advanced app: go back after login, not home 11 years ago
Qiang Xue 998cf7e675 updated apps to use the mail component. 11 years ago
Alexander Makarov f2484fd616 Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions 11 years ago
Yakir Sitbon dfb6e1f404 Convert to short syntax [2]. 11 years ago
gsd 41e2c41002 Update SiteController.php 11 years ago
Alexander Makarov f5778b6bf0 Advanced application enhancements. 11 years ago
Qiang Xue 27ad7e1fc7 Added Controller::goHome(). 11 years ago
Qiang Xue 3d5388ff2b Reorganized captcha code. 11 years ago
Alexander Makarov aa3e816023 fixes #652 advanced app fixes 11 years ago
Alexander Makarov b02f01f6be More on advanced app template: 11 years ago
Alexander Makarov 90ed776296 implemented password reset 11 years ago
Alexander Makarov c5e9d84c6a signup action for advanced app template 11 years ago
Qiang Xue 9cf82b3ae1 Added Model::load(). Added Controller::refresh() and redirect(). 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 420637443c Refactored the way of sending response in controller actions. 11 years ago
Alexander Makarov 75917e2cb1 User and LoginForm are now common models, User is AR and Identity 11 years ago
Alexander Makarov e8d59fb6cb specified proper namespaces 11 years ago
Alexander Makarov 0fb30f8d25 Advanced application template 11 years ago