92 Commits (d3cb54bcf27dbde1589eb32fcadb13cee82afc48)

Author SHA1 Message Date
mbman a63d7a7939 Advanced app's common tests codeception generated files gitignored 11 years ago
Qiang Xue af7530663d Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
Alexander Makarov 0b7f649148 Fixed setting defaults in User model of advanced app, see bb145f5067 11 years ago
Alexander Makarov bb145f5067 Fixes #3179: removed duplicate validation rules from User model in advanced app, removed User::create() 11 years ago
Alexander Makarov 7295540c72 Code style and phpdoc fixes 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Alexander Makarov abeea6351a Renamed fixtures 11 years ago
Qiang Xue 76a7beb67f Fixed test break. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Zhandos 9efcde3a12 Update _config.php 11 years ago
Johnny Theill a5e6e2d43b username should be unique 11 years ago
Alexander Makarov 386979d6a3 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
AlexGx 9c4c8ffbcc apps code style fixes 11 years ago
Alexander Makarov 61b64d7513 Removed unused "use" statements 11 years ago
Alexander Makarov 2bb6f13505 Used ternary operator instead of "or" for constant definition 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Alexander Makarov a687e6f58c Validate login data only of there are no other errors 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Carsten Brandt 72145098a1 updated timestamp behavior in advanced app to renaming 11 years ago
Mark 942462a5cf visibility fix 11 years ago
Mark bf35e19da8 newlines fixed, code-guy deleted 11 years ago
Mark 9d3596c05e added codeception main yaml 11 years ago
Mark 22a6bf5a79 added codeception tests to common 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 b2c44c4658 Minor typo 11 years ago
Qiang Xue 4e6aa21198 The directory holding email templates is renamed from `mails` to `mail` 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Alexander Makarov f226ee5610 password_reset_token is now null when reset 11 years ago
Alexander Makarov d13ed43212 Fixed signup/restore password flow 11 years ago
Alexander Makarov 9da28421ee Use fileTransport for email in debug mode by default 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 5d7e7f4d91 Moved creating user to static method of the model 11 years ago
Alexander Makarov c2e0b5beb5 Optimized forms code a bit 11 years ago
Alexander Makarov a43be083e8 Moved forms used in frontend only to frontend 11 years ago
Alexander Makarov d98ec80cd1 Used setter as field 11 years ago
Alexander Makarov e4c98f0fa3 Fixed constructor overriding to allow array configuration 11 years ago
Alexander Makarov 6ad0d72a48 Extracted password-related code into User model methods 11 years ago
Alexander Makarov 71fba07700 Moved most of the user-related logic into form models 11 years ago
Johnny Theill 84f408e85e Update .gitignore 11 years ago
Alexander Kochetov 86747e89ef Aliases moved to aliases.php 11 years ago
Alexander Kochetov 4e77105277 Rollback $params variable 11 years ago
Alexander Kochetov a4c8617f42 Cleaner environments for yii2-advanced-app 11 years ago
Alexander Kochetov ddb0e9b0e6 Advanced app User model updated 11 years ago
Alexander Makarov 69eebffad9 Used dirname instead of realpath to avoid extra FS operations 11 years ago