Josh
|
68e3a8d100
|
Add the spinner component to App.vue instead of Accounts.vue so that is usable from all pages.
Update showSpinner function to accept the message to be displayed, defaults to 'loading' if none is provided.
|
2023-04-24 23:09:50 +12:00 |
|
Josh
|
0727428716
|
Renamed Loader to Spinner, added theming and localization
|
2023-04-24 19:30:23 +12:00 |
|
Josh
|
69c688e4ea
|
Very basic Loader component for use on Accounts.vue (still needs styling etc.)
|
2023-04-24 18:10:13 +12:00 |
|
Bubka
|
5e5e50d053
|
Add Admin role & split settings between appSettings and userPreferences
|
2023-02-17 17:12:53 +01:00 |
|
Bubka
|
eadebb41ac
|
Add a Light theme and a theme detection/selection feature
|
2023-02-01 17:21:55 +01:00 |
|
Bubka
|
98bd9ddea5
|
Close #96 - Set unique page titles
|
2022-07-07 18:04:04 +02:00 |
|
Bubka
|
cb2de26e93
|
Add a reset command to set up a Testing app with data (like Demo)
|
2022-07-07 16:39:57 +02:00 |
|
Bubka
|
6ef67fbc64
|
Fix #82 - Add a proxy logout URL and skip auto lock when it is not set
|
2022-05-16 23:51:33 +02:00 |
|
Bubka
|
5e0ea50e76
|
Restore Demo flags
|
2022-05-10 08:57:45 +02:00 |
|
Bubka
|
3a96c689fb
|
Add vue-storage package
|
2020-11-26 20:39:15 +01:00 |
|
Bubka
|
0d84a75778
|
Move live scanner to a dedicated view to make things easier
|
2020-11-23 19:30:58 +01:00 |
|
Bubka
|
9b34159c4c
|
Add auto-lock option
|
2020-10-08 15:38:36 +02:00 |
|
Bubka
|
07df0cd5e0
|
Move reusable stuff to vue mixin
|
2020-10-08 15:33:20 +02:00 |
|
Bubka
|
06c8dd0a10
|
Replace custom notifications with vue-notification package
|
2020-09-25 23:36:11 +02:00 |
|
Bubka
|
f3a2a1a8c1
|
Add vue-qrcode-reader npm package
|
2020-04-02 10:42:09 +02:00 |
|
Bubka
|
0baf57b2a2
|
Use $root var for appSettings because vue.prototype vars are not reactive
|
2020-03-23 17:25:53 +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
|
5531c0e7e1
|
Set global axios instance using vue-axios wrapper
|
2020-01-26 21:04:33 +01:00 |
|
Bubka
|
5bb4ad3823
|
Add Copy to clipboard on OTP popup
|
2020-01-22 12:30:18 +01:00 |
|
Bubka
|
8940efc225
|
Move axios loader to bootstrap.js
|
2020-01-19 22:31:23 +01:00 |
|
Bubka
|
77d7134cb1
|
Reorganize js resources
|
2020-01-18 18:19:37 +01:00 |
|
Bubka
|
d9b8419ac9
|
Reorganize resources/js folder
|
2020-01-16 13:50:53 +01:00 |
|
Bubka
|
060f16732a
|
Reorganize resources/js folder
|
2020-01-15 23:00:06 +01:00 |
|
Bubka
|
767daf0565
|
Import global components using index.js
|
2020-01-15 21:04:30 +01:00 |
|
Bubka
|
38288332c5
|
New vuejs Button component
|
2020-01-15 17:43:28 +01:00 |
|
Bubka
|
03d1e2aec6
|
Add reset password form
|
2020-01-14 23:50:07 +01:00 |
|
Bubka
|
2ffe0b107e
|
Add forgot password form
|
2020-01-14 17:06:59 +01:00 |
|
Bubka
|
efc3f5d61e
|
Better errors handling for user controller
|
2020-01-13 23:10:32 +01:00 |
|
Bubka
|
289b36d9d0
|
Check user count to prevent more than one registered user
|
2020-01-13 22:24:14 +01:00 |
|
Bubka
|
0cbfffd0f6
|
Implement i18n localization based on Laravel lang files
|
2020-01-12 15:12:32 +01:00 |
|
Bubka
|
f47e7cdf47
|
Redirect all unexpected url to 404 view
|
2020-01-11 17:25:37 +01:00 |
|
Bubka
|
0894b3fd25
|
Add search feature
|
2020-01-11 16:46:59 +01:00 |
|
Bubka
|
f195de07d0
|
Display debug data in Error view (Dev mode only)
|
2020-01-10 15:00:55 +01:00 |
|
Bubka
|
dda3901bb9
|
Replace NoFound view by a generic error view
|
2020-01-10 10:25:29 +01:00 |
|
Bubka
|
7b5ac91796
|
Route to 404 view when 2FAccount is missing
|
2020-01-10 00:07:37 +01:00 |
|
Bubka
|
b731d762d7
|
Create form enhancement
|
2020-01-08 14:56:31 +01:00 |
|
Bubka
|
552773ab81
|
Edit and Create forms send to index in edit mode
|
2020-01-07 15:46:48 +01:00 |
|
Bubka
|
09c8310454
|
Replace navbar by footer
|
2020-01-07 11:46:18 +01:00 |
|
Bubka
|
59952237bd
|
Toggle visibility of edit & delete icons
|
2020-01-06 23:11:18 +01:00 |
|
Bubka
|
1a53aeed33
|
sign in/out with correct redirect
|
2020-01-06 21:05:03 +01:00 |
|
Bubka
|
d1c98bb9e9
|
Link and route for sign out
|
2020-01-06 16:58:31 +01:00 |
|
Bubka
|
0b6c403d09
|
revert Fix routes for subfolder installation (7611f9b )
|
2020-01-06 15:36:13 +01:00 |
|
Bubka
|
7611f9b61c
|
Fix routes for subfolder installation
|
2020-01-06 10:59:23 +01:00 |
|
Bubka
|
dfc8a70ec8
|
Icon is set using upload
|
2020-01-05 23:21:28 +01:00 |
|
Bubka
|
d9344d9c28
|
qrcode button with icon
|
2020-01-05 21:07:49 +01:00 |
|
Bubka
|
c6627bebfa
|
Routes and views for Create and Update item
|
2019-12-21 23:23:44 +01:00 |
|
Bubka
|
ce4d4bc070
|
Very first 2FAccounts index with OTP modal
|
2019-06-24 00:29:14 +02:00 |
|
Bubka
|
24588e5d26
|
Basic vue frontend with auth
|
2019-05-28 17:29:15 +02:00 |
|
Bubka
|
c9150c47fd
|
initial commit
|
2019-05-20 07:37:41 +02:00 |
|