Alexander Makarov
|
f226ee5610
|
password_reset_token is now null when reset
|
2014-02-06 00:22:01 +04:00 |
|
Alexander Makarov
|
d13ed43212
|
Fixed signup/restore password flow
|
2014-02-06 00:14:23 +04:00 |
|
Alexander Makarov
|
9da28421ee
|
Use fileTransport for email in debug mode by default
|
2014-02-06 00:14:01 +04:00 |
|
Alexander Makarov
|
6cac7c61e5
|
Removed Yii::$app->getParam usage
|
2014-02-05 23:21:57 +04:00 |
|
Alexander Makarov
|
6a39cc654b
|
Removed password_reset_token field size to be enough for timestamp
|
2014-02-05 21:58:12 +04:00 |
|
Alexander Makarov
|
b8235c717d
|
Added password reset token expiration
|
2014-02-05 18:23:59 +04:00 |
|
Alexander Makarov
|
a1497ca01c
|
Removed extra \models\forms namespace, moved all models to just \models
|
2014-02-05 17:41:47 +04:00 |
|
Alexander Makarov
|
5d7e7f4d91
|
Moved creating user to static method of the model
|
2014-02-04 13:31:26 +04:00 |
|
Alexander Makarov
|
b8f14b06d5
|
Merge branch 'master'
Conflicts:
framework/db/BaseActiveRecord.php
|
2014-02-04 13:26:09 +04:00 |
|
Alexander Makarov
|
c2e0b5beb5
|
Optimized forms code a bit
|
2014-02-01 23:08:39 +04:00 |
|
Alexander Makarov
|
a43be083e8
|
Moved forms used in frontend only to frontend
|
2014-02-01 22:23:29 +04:00 |
|
Alexander Makarov
|
d98ec80cd1
|
Used setter as field
|
2014-02-01 20:32:07 +04:00 |
|
Alexander Makarov
|
e4c98f0fa3
|
Fixed constructor overriding to allow array configuration
|
2014-02-01 17:47:18 +04:00 |
|
Qiang Xue
|
5fbd4ce78e
|
fixed dev config.
|
2014-01-31 18:37:15 -05:00 |
|
Alexander Makarov
|
2f005eb699
|
Revert "Locked Codeception versions since master is under heavy refactoring"
This reverts commit 7145b9e9a7.
|
2014-02-01 02:16:21 +04:00 |
|
Alexander Makarov
|
7145b9e9a7
|
Locked Codeception versions since master is under heavy refactoring
|
2014-02-01 00:56:38 +04:00 |
|
Alexander Makarov
|
6ad0d72a48
|
Extracted password-related code into User model methods
|
2014-01-31 23:44:26 +04:00 |
|
Alexander Makarov
|
71fba07700
|
Moved most of the user-related logic into form models
|
2014-01-31 23:18:07 +04:00 |
|
Alexander Makarov
|
e183169ea1
|
Merge pull request #2241 from Theill11/patch-1
Update .gitignore
|
2014-01-31 09:44:17 -08:00 |
|
Johnny Theill
|
0840e34546
|
Update README.md
Fix path to config in readme
|
2014-01-31 18:41:38 +01:00 |
|
Johnny Theill
|
84f408e85e
|
Update .gitignore
Local files should not be committed to version control
|
2014-01-31 18:39:10 +01:00 |
|
Alexander Kochetov
|
17c1bcb3f8
|
Fixes for #2236
|
2014-01-31 20:36:16 +04:00 |
|
Qiang Xue
|
2046563849
|
Revert "Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block"
This reverts commit 7ae4695d0c.
|
2014-01-29 20:33:24 -05:00 |
|
Qiang Xue
|
6b0b424027
|
fixed yii cmd with aliases.
|
2014-01-29 20:18:52 -05:00 |
|
Qiang Xue
|
7ae4695d0c
|
Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block
|
2014-01-29 18:39:07 -05:00 |
|
Alexander Makarov
|
d88fbac4ee
|
Merge pull request #2107 from creocoder/yii2-advanced-app-env-improvement
Cleaner environments for yii2-advanced-app
|
2014-01-28 14:41:54 -08:00 |
|
Alexander Kochetov
|
86747e89ef
|
Aliases moved to aliases.php
|
2014-01-28 22:19:00 +04:00 |
|
Alexander Kochetov
|
4e77105277
|
Rollback $params variable
|
2014-01-28 22:18:37 +04:00 |
|
Aleksandr Zelenin
|
4f17c45f00
|
Fix typos in constant
|
2014-01-25 01:33:28 +04:00 |
|
Qiang Xue
|
af53c0f818
|
doc update.
|
2014-01-22 11:09:59 -05:00 |
|
Alexander Kochetov
|
e1459d4037
|
Yet one optimization
|
2014-01-22 18:39:53 +04:00 |
|
Qiang Xue
|
b6575aa0d5
|
Fixes #1782
|
2014-01-22 09:28:59 -05:00 |
|
Qiang Xue
|
9bde3ab613
|
Merge branch 'tests_improved_verify' of github.com:Ragazzo/yii2 into Ragazzo-tests_improved_verify
Conflicts:
apps/basic/tests/README.md
apps/basic/tests/unit/models/LoginFormTest.php
|
2014-01-22 09:27:11 -05:00 |
|
Alexander Kochetov
|
a4c8617f42
|
Cleaner environments for yii2-advanced-app
|
2014-01-22 12:24:15 +04:00 |
|
Carsten Brandt
|
b9e1ce3f97
|
more validation for password reset token in advanced app
fixes #2099
|
2014-01-21 17:13:40 +01:00 |
|
Carsten Brandt
|
13f0bd6656
|
doc typos
fixes #2094
|
2014-01-21 15:22:28 +01:00 |
|
kumorig
|
1c882a79e4
|
PHPDocs: "app\models" changed to "common\models"
|
2014-01-21 23:10:41 +09:00 |
|
kumorig
|
dcb174e39f
|
PHPDocs: "app\models" changed to "common\models"
Just a minor PHPDocs change. In the advanced application there is no such thing as "app\models".
|
2014-01-21 22:55:08 +09:00 |
|
Alexander Makarov
|
4b7c879c6d
|
Defined STDOUT in entry scripts in case console application is running via CGI
|
2014-01-21 17:32:27 +04:00 |
|
Qiang Xue
|
362ade63ed
|
fixed test break.
|
2014-01-20 11:52:50 -05:00 |
|
Qiang Xue
|
b496a04f49
|
refactored fixture feature.
|
2014-01-19 23:17:53 -05:00 |
|
Luciano Baraglia
|
7d33a5d3b5
|
Some Code style fixes
|
2014-01-19 13:35:36 -03:00 |
|
Carsten Brandt
|
ab882a3c00
|
code style
|
2014-01-19 17:00:14 +01:00 |
|
Alexander Kochetov
|
7d157abdb8
|
Advanced app migrations updated
|
2014-01-19 13:50:06 +04:00 |
|
Alexander Kochetov
|
ddb0e9b0e6
|
Advanced app User model updated
|
2014-01-19 13:49:29 +04:00 |
|
Luciano Baraglia
|
4f1642197e
|
Some Basic App readme updates [skip ci]
|
2014-01-16 08:56:26 -03:00 |
|
Alexander Makarov
|
a2e0d2d04f
|
init of advanced application now allows to specify answer for overwriting files via init --overwrite=n
|
2014-01-14 22:33:56 +04:00 |
|
Alexander Makarov
|
ee109a6f4a
|
Fixes #1937: Fixed wrong behavior or advanced app's init --env when called without parameter actually specified
|
2014-01-13 00:01:05 +04:00 |
|
Alexander Makarov
|
69eebffad9
|
Used dirname instead of realpath to avoid extra FS operations
|
2014-01-12 22:40:50 +04:00 |
|
Alexander Makarov
|
83dfce63b8
|
fixes #1888: updated Alert phpdoc
|
2014-01-12 20:25:06 +04:00 |
|