70 Commits

Author SHA1 Message Date
d8d44b6127 Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
a687e6f58c Validate login data only of there are no other errors 2014-02-21 00:57:29 +04:00
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
72145098a1 updated timestamp behavior in advanced app to renaming 2014-02-20 13:18:33 +01:00
942462a5cf visibility fix 2014-02-18 18:30:29 +04:00
7797e89d0d Merge branch 'yii2_advanced_app_codeception' of github.com:Ragazzo/yii2 into Ragazzo-yii2_advanced_app_codeception
Conflicts:
	apps/advanced/README.md
2014-02-17 17:45:40 -05:00
bf35e19da8 newlines fixed, code-guy deleted 2014-02-16 19:42:30 +04:00
9d3596c05e added codeception main yaml 2014-02-16 19:18:47 +04:00
22a6bf5a79 added codeception tests to common 2014-02-16 19:18:25 +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
b2c44c4658 Minor typo 2014-02-15 15:18:11 +01:00
4e6aa21198 The directory holding email templates is renamed from mails to mail 2014-02-12 15:01:01 -05:00
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
f226ee5610 password_reset_token is now null when reset 2014-02-06 00:22:01 +04:00
d13ed43212 Fixed signup/restore password flow 2014-02-06 00:14:23 +04:00
9da28421ee Use fileTransport for email in debug mode by default 2014-02-06 00:14:01 +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
d98ec80cd1 Used setter as field 2014-02-01 20:32:07 +04:00
e4c98f0fa3 Fixed constructor overriding to allow array configuration 2014-02-01 17:47:18 +04:00
6ad0d72a48 Extracted password-related code into User model methods 2014-01-31 23:44:26 +04:00
71fba07700 Moved most of the user-related logic into form models 2014-01-31 23:18:07 +04:00
84f408e85e Update .gitignore
Local files should not be committed to version control
2014-01-31 18:39:10 +01:00
86747e89ef Aliases moved to aliases.php 2014-01-28 22:19:00 +04:00
4e77105277 Rollback $params variable 2014-01-28 22:18:37 +04:00
a4c8617f42 Cleaner environments for yii2-advanced-app 2014-01-22 12:24:15 +04:00
ddb0e9b0e6 Advanced app User model updated 2014-01-19 13:49:29 +04:00
69eebffad9 Used dirname instead of realpath to avoid extra FS operations 2014-01-12 22:40:50 +04:00
1f47d94eca Fixes #1846 2014-01-09 02:41:12 +04:00
8e013aacd0 Fixes #1633: fixed scenarios for User model in advanced application allowing setting default values for User model 2014-01-09 00:49:03 +04:00
0f87c990f9 Advanced app template: moved database connection DSN, login and password to -local config not to expose it to VCS 2014-01-08 22:44:39 +04:00
515095bbf7 Fixes #1633: Advanced application template now works with MongoDB by default 2013-12-29 23:26:20 +01:00
286571185b Fixed phpdoc 2013-11-28 02:51:03 +04:00
58c02b49de Fixes #1342 2013-11-28 02:23:19 +04:00
2643de1db8 Updated advanced application mail layout to contain layout markers 2013-11-28 01:19:28 +04:00
157ddc78cd Fixes #1342: added missing layout for mail in advanced app template 2013-11-28 01:04:19 +04:00
e3292c959a Advanced application template now uses mailer component instead of mail() function 2013-11-27 03:48:20 +04:00
65be184344 Fixes #1324: added missing @console alias to advanced app 2013-11-26 14:44:33 +04:00
83ab0f0655 minor refactoring 2013-11-16 20:39:51 -05:00
ad6411cae2 Fixed LoginForm::getUserByUsername 2013-11-17 02:19:05 +04:00
5795522fc2 Use Yii::$app->user->login result in LoginForm 2013-11-16 22:16:24 +04:00
5b36503ca8 One less SQL query for login sequence in basic and advanced apps 2013-11-16 19:39:11 +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