|
2457e24795
|
Fixes #4071: mail component renamed to mailer , yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer
|
2014-06-26 18:28:28 +04:00 |
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
0b7f649148
|
Fixed setting defaults in User model of advanced app, see bb145f50672d35d62edede906255a8fe9a9c1f5f
|
2014-05-04 19:42:35 +04:00 |
|
|
bb145f5067
|
Fixes #3179: removed duplicate validation rules from User model in advanced app, removed User::create()
|
2014-04-30 02:16:28 +04:00 |
|
|
75154d351d
|
Refactored AR find
|
2014-04-07 09:43:03 +04:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
a5e6e2d43b
|
username should be unique
|
2014-03-07 21:50:04 +01:00 |
|
|
168fb19fe7
|
Added status condition to PasswordResetRequestForm email validator
|
2014-02-21 01:43:39 +04:00 |
|
|
036a811ea4
|
Fixes #2458: Added missing validaton to advanced app forms, separated validation from email sending errors for contact form
|
2014-02-20 17:50:53 +04:00 |
|
|
f42af951e1
|
Fix newlines and missing parameter description
|
2014-02-16 03:14:28 +01:00 |
|
|
63272f4166
|
Update doc-blocks and small fixes according to coding standards
|
2014-02-15 17:53:57 +01:00 |
|
|
d13ed43212
|
Fixed signup/restore password flow
|
2014-02-06 00:14:23 +04:00 |
|
|
6cac7c61e5
|
Removed Yii::$app->getParam usage
|
2014-02-05 23:21:57 +04:00 |
|
|
b8235c717d
|
Added password reset token expiration
|
2014-02-05 18:23:59 +04:00 |
|
|
a1497ca01c
|
Removed extra \models\forms namespace, moved all models to just \models
|
2014-02-05 17:41:47 +04:00 |
|
|
5d7e7f4d91
|
Moved creating user to static method of the model
|
2014-02-04 13:31:26 +04:00 |
|
|
c2e0b5beb5
|
Optimized forms code a bit
|
2014-02-01 23:08:39 +04:00 |
|
|
a43be083e8
|
Moved forms used in frontend only to frontend
|
2014-02-01 22:23:29 +04:00 |
|
|
f57b3536a2
|
Fixed apps rules
|
2013-11-13 11:41:25 +02:00 |
|
|
ecc557ef92
|
Refactor all models to new rules format
|
2013-11-12 16:39:23 +02:00 |
|
|
998cf7e675
|
updated apps to use the mail component.
|
2013-11-07 23:01:13 -05:00 |
|
|
dfb6e1f404
|
Convert to short syntax [2].
|
2013-10-18 12:03:36 +00:00 |
|
|
b02f01f6be
|
More on advanced app template:
- Unified way to use Alert
- Added link to restore password to login form
- Refactored restore password
|
2013-07-21 22:10:31 +04:00 |
|
|
a6cd7b72bb
|
refactored helper organization.
|
2013-07-17 20:45:36 -04:00 |
|
|
90ed776296
|
implemented password reset
|
2013-07-18 03:09:41 +04:00 |
|
|
75917e2cb1
|
User and LoginForm are now common models, User is AR and Identity
|
2013-05-25 03:23:09 +04:00 |
|
|
e8d59fb6cb
|
specified proper namespaces
|
2013-05-24 23:37:22 +04:00 |
|
|
0fb30f8d25
|
Advanced application template
|
2013-05-24 21:47:27 +04:00 |
|