Bubka
|
1c5f12d691
|
Complete and update tests
|
2020-05-07 21:24:14 +02:00 |
|
Bubka
|
20d77ad85f
|
Set Saving notification of Options page as fixed
|
2020-05-07 14:03:12 +02:00 |
|
Bubka
|
b5646d00a2
|
Add fixed notifications to FormWrapper component
|
2020-05-07 14:02:03 +02:00 |
|
Bubka
|
9963bdea41
|
Add global alternative display mode (grid or list) as an user option
|
2020-05-02 17:55:41 +02:00 |
|
Bubka
|
1acedf5e28
|
Merge branch 'feature/vueQrcodeReader' into dev
|
2020-04-27 16:37:48 +02:00 |
|
Bubka
|
5c672956aa
|
Update locales
|
2020-04-24 09:05:49 +02:00 |
|
Bubka
|
9f398933ea
|
Set the uploader as a vue component with qrcode-reader as default
|
2020-04-24 09:03:00 +02:00 |
|
Bubka
|
f36c902692
|
Add font-awesome Spinner
|
2020-04-24 00:43:41 +02:00 |
|
Bubka
|
14e8bf42b1
|
Add useBasicQrcodeReader option
|
2020-04-02 10:43:05 +02:00 |
|
Bubka
|
f3a2a1a8c1
|
Add vue-qrcode-reader npm package
|
2020-04-02 10:42:09 +02:00 |
|
Bubka
|
fd3d016b80
|
Change Options getter to return a single option
|
2020-04-02 10:40:13 +02:00 |
|
Bubka
|
8177a8f268
|
Update, clean and optimize dependencies
|
2020-03-31 09:33:46 +02:00 |
|
Bubka
|
1f4e21a65a
|
Update README.md
|
2020-03-30 11:33:57 +02:00 |
|
Bubka
|
bfa1f43ba8
|
Add transition to draggable for smother moves
|
2020-03-28 15:14:57 +01:00 |
|
Bubka
|
ffd1199a28
|
Complete tests
|
2020-03-27 22:41:32 +01:00 |
|
Bubka
|
eaabe6e9e3
|
Make the accounts sortable and persist new order.
Deactivate Pull-to-refresh feature to prevent side effects
|
2020-03-27 22:36:01 +01:00 |
|
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 |
|