Commit Graph

60 Commits

Author SHA1 Message Date
c788668049 Replace local Kicker component with the 2fauth/ui one 2025-06-26 11:22:35 +02:00
f5646500da Replace local Tabs & UI Wrapper components with 2fauth/ui ones 2025-06-25 08:31:08 +02:00
026515aa26 Replace the local VueFooter with 2fauth/ui VueFooter component 2025-06-24 14:18:51 +02:00
4a8f251d92 Replace the local Modal with 2fauth/ui Modal component 2025-06-23 15:27:00 +02:00
16a1a9077d Replace the notify store with 2fauth/ui notifier & 2fauth/stores parser 2025-06-23 14:53:17 +02:00
6f419cfbcb Move locales to single json files & Replace laravel-vue-i18n with vue-i18n 2025-06-20 18:14:21 +02:00
b1b8e71cea Replace local form controls with 2fauth/formcontrols components 2025-06-19 07:55:14 +02:00
7213cec998 Replace local styles with 2fauth/styles package 2025-06-17 13:43:16 +02:00
cd038384eb Add support of language tags composed of multiple sub-tags 2025-03-27 15:44:59 +01:00
4d56e74b6f Send useful URLs to the front-end 2024-09-20 10:43:07 +02:00
9efb54adf4 Enable the Vue 3 front-end 2023-12-01 15:29:26 +01:00
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
0727428716 Renamed Loader to Spinner, added theming and localization 2023-04-24 19:30:23 +12:00
69c688e4ea Very basic Loader component for use on Accounts.vue (still needs styling etc.) 2023-04-24 18:10:13 +12:00
5e5e50d053 Add Admin role & split settings between appSettings and userPreferences 2023-02-17 17:12:53 +01:00
eadebb41ac Add a Light theme and a theme detection/selection feature 2023-02-01 17:21:55 +01:00
98bd9ddea5 Close #96 - Set unique page titles 2022-07-07 18:04:04 +02:00
cb2de26e93 Add a reset command to set up a Testing app with data (like Demo) 2022-07-07 16:39:57 +02:00
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
5e0ea50e76 Restore Demo flags 2022-05-10 08:57:45 +02:00
3a96c689fb Add vue-storage package 2020-11-26 20:39:15 +01:00
0d84a75778 Move live scanner to a dedicated view to make things easier 2020-11-23 19:30:58 +01:00
9b34159c4c Add auto-lock option 2020-10-08 15:38:36 +02:00
07df0cd5e0 Move reusable stuff to vue mixin 2020-10-08 15:33:20 +02:00
06c8dd0a10 Replace custom notifications with vue-notification package 2020-09-25 23:36:11 +02:00
f3a2a1a8c1 Add vue-qrcode-reader npm package 2020-04-02 10:42:09 +02:00
0baf57b2a2 Use $root var for appSettings because vue.prototype vars are not reactive 2020-03-23 17:25:53 +01:00
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
5531c0e7e1 Set global axios instance using vue-axios wrapper 2020-01-26 21:04:33 +01:00
5bb4ad3823 Add Copy to clipboard on OTP popup 2020-01-22 12:30:18 +01:00
8940efc225 Move axios loader to bootstrap.js 2020-01-19 22:31:23 +01:00
77d7134cb1 Reorganize js resources 2020-01-18 18:19:37 +01:00
d9b8419ac9 Reorganize resources/js folder 2020-01-16 13:50:53 +01:00
060f16732a Reorganize resources/js folder 2020-01-15 23:00:06 +01:00
767daf0565 Import global components using index.js 2020-01-15 21:04:30 +01:00
38288332c5 New vuejs Button component 2020-01-15 17:43:28 +01:00
03d1e2aec6 Add reset password form 2020-01-14 23:50:07 +01:00
2ffe0b107e Add forgot password form 2020-01-14 17:06:59 +01:00
efc3f5d61e Better errors handling for user controller 2020-01-13 23:10:32 +01:00
289b36d9d0 Check user count to prevent more than one registered user 2020-01-13 22:24:14 +01:00
0cbfffd0f6 Implement i18n localization based on Laravel lang files 2020-01-12 15:12:32 +01:00
f47e7cdf47 Redirect all unexpected url to 404 view 2020-01-11 17:25:37 +01:00
0894b3fd25 Add search feature 2020-01-11 16:46:59 +01:00
f195de07d0 Display debug data in Error view (Dev mode only) 2020-01-10 15:00:55 +01:00
dda3901bb9 Replace NoFound view by a generic error view 2020-01-10 10:25:29 +01:00
7b5ac91796 Route to 404 view when 2FAccount is missing 2020-01-10 00:07:37 +01:00
b731d762d7 Create form enhancement 2020-01-08 14:56:31 +01:00
552773ab81 Edit and Create forms send to index in edit mode 2020-01-07 15:46:48 +01:00
09c8310454 Replace navbar by footer 2020-01-07 11:46:18 +01:00
59952237bd Toggle visibility of edit & delete icons 2020-01-06 23:11:18 +01:00