Commit Graph

887 Commits

Author SHA1 Message Date
Bubka
361e6a87f1 Add vue.draggable npm package 2020-03-27 22:28:40 +01:00
Bubka
15cd56aae1 Add order column to twofaccounts table 2020-03-26 01:37:39 +01:00
Bubka
a70606d57d Set TwoFAccount controller to return an ordered collection 2020-03-25 22:05:11 +01:00
Bubka
2295613263 Set TwoFAccount model to be sortable 2020-03-25 21:58:05 +01:00
Bubka
c6a6b97fbd Add spatie/eloquent-sortable and Doctrine/dbal packages 2020-03-25 21:57:28 +01:00
Bubka
358ce983b8 Use config() helper in place of env() to prevent null value when config:cache is used 2020-03-24 13:24:33 +01:00
Bubka
f45359e920 Merge branch 'release/1.1.0' into dev 2020-03-23 23:19:27 +01:00
Bubka
46cd2049aa Merge branch 'release/1.1.0' 2020-03-23 23:13:36 +01:00
Bubka
0f6ba3789d Recompile assets 2020-03-23 23:04:39 +01:00
Bubka
1e0f56673c Add changelog 2020-03-23 23:01:28 +01:00
Bubka
15df2f1f91 Bump version number 2020-03-23 23:01:06 +01:00
Bubka
f1c0139040 Enhance french translation 2020-03-23 23:00:47 +01:00
Bubka
a2dd095c81 Complete OptionTest coverage 2020-03-23 21:58:15 +01:00
Bubka
eb589b2b94 Add option to close token modal after the displayed token is copied 2020-03-23 21:41:59 +01:00
Bubka
0baf57b2a2 Use $root var for appSettings because vue.prototype vars are not reactive 2020-03-23 17:25:53 +01:00
Bubka
1368f2eba0 Use prefix in Laravel routes definition 2020-03-21 23:12:29 +01:00
Bubka
05f1813a25 Test 2fauth console command 2020-03-21 23:08:00 +01:00
Bubka
297948e0f2 Clean forgotten code in previous commit #ecd92c1 2020-03-21 12:57:17 +01:00
Bubka
ecd92c0b0b Reset demo in a lighter way 2020-03-20 23:15:36 +01:00
Bubka
e2b9b5b685 Add --no-confirm option to Artisan reset-demo command 2020-03-20 21:46:06 +01:00
Bubka
743e644fd6 Add Artisan command and seeder to reset a demo App 2020-03-19 22:25:04 +01:00
Bubka
f12557c4aa Prevent account and password change while in demo mode 2020-03-18 22:59:45 +01:00
Bubka
6cdf4cf207 Set IsDemoApp option as an .ENV variable 2020-03-18 18:37:57 +01:00
Bubka
88b029bed4 Add front-end messages to inform when demo mode is On 2020-03-18 15:04:34 +01:00
Bubka
f7a69d8197 Declare js vars from Blade template at Vue prototype level to ease access in vue components 2020-03-18 14:54:23 +01:00
Bubka
ab5948ee1d Remove isDemoApp option from frontend settings, should be a Laravel config\app option only 2020-03-18 14:34:24 +01:00
Bubka
0002973637 Update npm packages and fix dependency vulnerabilities 2020-03-14 22:43:38 +01:00
Bubka
76ebf847df Set Options with fallback values and better boolean handling 2020-03-13 22:10:36 +01:00
Bubka
a545716798 Add (inoperative) Demo option to the Options tab 2020-03-13 12:05:26 +01:00
Bubka
e6a4e5c69b Fix FormSwitch component attributes binding 2020-03-13 11:58:12 +01:00
Bubka
5aed829813 Extract vendor packages in any mix build 2020-03-12 12:19:23 +01:00
Bubka
c3a4209e15 Add assets to master to ease installation 2020-03-12 11:56:41 +01:00
Bubka
84cfd494cd Update PHP requirements and badges in README.MD 2020-03-12 09:46:14 +01:00
Bubka
b77406cce5 Remove unwanted php 7.1 from Travis-CI configuration 2020-03-12 08:57:56 +01:00
Bubka
28ed9fda6e Set Travis-CI to send code coverage reports to codecov.io 2020-03-12 08:51:03 +01:00
Bubka
800d5ea56f Add version number 2020-03-11 16:32:19 +01:00
Bubka
19d3458431 Fix uppercase in previous commit 2020-03-09 20:40:53 +01:00
Bubka
80d9433774 Refactore Profile to Settings & Setting to Options 2020-03-09 20:24:25 +01:00
Bubka
98c02a48dc Enhance test code coverage 2020-03-08 20:16:56 +01:00
Bubka
8927a4c7c0 Restore native ResetPassword notification and test it 2020-03-06 15:07:09 +01:00
Bubka
23a49fbb83 Fix missing FR locale 2020-03-05 22:35:16 +01:00
Bubka
f0e3644d56 Add npm to Travis-CI setup to generate assets and mix-manifest during build 2020-03-05 22:08:47 +01:00
Bubka
20970606a3 Fix and test Redirection when already authenticated 2020-03-05 17:14:57 +01:00
Bubka
48e3d22446 Cleaning 2020-03-05 16:41:55 +01:00
Bubka
78940227aa Revert "Try to fix travis CI"
This reverts commit dd0e5f8442.
2020-03-05 15:05:22 +01:00
Bubka
dd0e5f8442 Try to fix travis CI 2020-03-05 15:00:15 +01:00
Bubka
53ada0bfaa Try to fix TravisCI failing on route test 2020-03-05 12:56:35 +01:00
Bubka
6a694280cd Move appSettings generation from blade template to controller 2020-03-05 12:30:35 +01:00
Bubka
ecc7447980 Refactore Register controller 2020-03-04 21:49:45 +01:00
Bubka
b07d599fb8 Fix logout test 2020-03-04 17:19:42 +01:00