Skip to content

Commit

Permalink
migrations #364, #446, #287, #265, #320 (#447)
Browse files Browse the repository at this point in the history
* migrations #364, #446, #287, #441, #265, #320

* create new models and update existing

* add auto login for devices #446

* add devices list, add user agent to user summary info

* add 2fa login (#287), finish device manager (#446)

* improve luya login when using images

* add pin check for backup code

* add missing translations

* translations

* add basic syntax tests

* add translations to all languages

* fix test

* tests

* tests

* more tests

* more tests

* change name

* add error log trace closes #411

* add new lockout system #265

* fix lockout bug

* hide informations when bg image is used
  • Loading branch information
nadar authored Jan 29, 2020
1 parent f6a6d54 commit 6d5b42b
Show file tree
Hide file tree
Showing 52 changed files with 1,837 additions and 207 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
},
"require" : {
"luyadev/luya-core" : "^1.0",
"yiisoft/yii2-imagine": "~2.1.0",
"yiisoft/yii2-imagine": "^2.1",
"yiisoft/yii2-queue" : "^2.0",
"flowjs/flow-php-server": "^1.0",
"sizeg/yii2-jwt": "^1.2",
"whichbrowser/parser": "^2.0"
"whichbrowser/parser": "^2.0",
"robthree/twofactorauth": "^1.7"
},
"require-dev" : {
"luyadev/luya-testsuite" : "^1.0",
"luyadev/luya-testsuite" : "dev-master",
"twbs/bootstrap": "~4.3.0",
"bower-asset/angular" : "^1.7",
"bower-asset/angular-loading-bar" : "0.9.0",
Expand Down
Loading

0 comments on commit 6d5b42b

Please sign in to comment.