Commit Graph

85 Commits

Author SHA1 Message Date
Bubka
8253d28102 Fix #11 : Set TOTP loop duration on remaining time instead of remaining dots 2020-11-16 09:38:28 +01:00
Bubka
02798a05f3 Move token generation from dedicated class to TwoFAccount model class 2020-11-14 18:55:10 +01:00
Bubka
207ee2d3fb Convert the standard Create form to an advanced form 2020-11-13 15:45:17 +01:00
Bubka
8baa2156a8 Update OTP generation to work with new TwoFAccount model 2020-11-12 00:15:55 +01:00
Bubka
e427ef90b1 Add new FormToggle vue component 2020-11-09 01:24:40 +01:00
Bubka
67fa859b2a Complete exception handling 2020-11-05 22:54:06 +01:00
Bubka
544e916d60 Enhance OTP type detection 2020-11-05 22:50:49 +01:00
Bubka
0d2449adc7 Fix 2FAccount preview calling a bad route 2020-11-02 21:57:03 +01:00
Bubka
f16b256c0b Remove Breadcrumb vue component 2020-10-26 00:02:47 +01:00
Bubka
8f8c6ac83f Update Routes for upcoming Groups entity 2020-10-24 14:37:24 +02:00
Bubka
27dbf6b72f Add new Breadcrumb vue component 2020-10-22 17:05:55 +02:00
Bubka
7494b08b95 Fix logout not triggering at the end of the inactivity period 2020-10-09 15:09:56 +02: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
2b6864f57c Move 2FAuth version to Settings footer 2020-10-03 19:30:52 +02:00
Bubka
dc525ef65d Replace Switches by Checkboxes in Settings 2020-10-02 14:17:10 +02:00
Bubka
a98e05766b Notify user about unsecured context at quickUploader loading 2020-09-29 17:54:20 +02:00
Bubka
928704abf1 Notify user about token copy after clicking on it 2020-09-25 23:39:31 +02:00
Bubka
06c8dd0a10 Replace custom notifications with vue-notification package 2020-09-25 23:36:11 +02:00
Bubka
eafff6c17e Use a more mobile friendly Close button for modal 2020-09-25 13:46:07 +02:00
Bubka
75b2580356 Fix form notifications Fixed display 2020-05-08 11:38:56 +02:00
Bubka
04e513ab0c Fix footer display 2020-05-08 11:37:49 +02:00
Bubka
b5646d00a2 Add fixed notifications to FormWrapper component 2020-05-07 14:02:03 +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
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
88b029bed4 Add front-end messages to inform when demo mode is On 2020-03-18 15:04:34 +01:00
Bubka
76ebf847df Set Options with fallback values and better boolean handling 2020-03-13 22:10:36 +01:00
Bubka
e6a4e5c69b Fix FormSwitch component attributes binding 2020-03-13 11:58:12 +01:00
Bubka
80d9433774 Refactore Profile to Settings & Setting to Options 2020-03-09 20:24:25 +01:00
Bubka
dc5a6082ae Enhance Current password fields for better understanding 2020-02-28 15:21:12 +01:00
Bubka
9dcb8e0da9 Fix logout function not redirecting to login form 2020-02-28 14:55:14 +01:00
Bubka
b40fc65120 Add Notification vue component 2020-02-28 14:48:42 +01:00
Bubka
63d9bd4b5c Add ShowTokenAsDot setting 2020-02-27 16:58:04 +01:00
Bubka
d345c80d4d New FormSwitch vue component 2020-02-27 16:27:14 +01:00
Bubka
83aa5667e2 Add Language setting to Profile front-end 2020-02-26 22:26:26 +01:00
Bubka
719c02e625 Add IsDisabled option to Form and FormButtons components 2020-02-25 09:07:17 +01:00
Bubka
8391a1df15 Use Bulma notification component for forms error/success messages 2020-02-25 08:40:40 +01:00
Bubka
362fdbf950 Remove unnecessary Username from footer 2020-02-13 17:19:55 +01:00
Bubka
1d2413f85c Add optional Help text to FormField component 2020-02-13 16:23:49 +01:00
Bubka
2f05a31dec Set form fields and buttons as components 2020-02-13 12:55:00 +01:00
Bubka
afea663a33 Remove titles in Profile forms 2020-02-13 08:50:20 +01:00
Bubka
4a85c1fd92 Set Footer as a standalone component 2020-02-12 21:18:40 +01:00
Bubka
9479555034 CSS adjustments 2020-02-06 17:03:08 +01:00
Bubka
be4e678080 Handle correctly counter update in case of HOTP preview 2020-02-06 16:06:02 +01:00
Bubka
4263951ef6 Add Test button to preview OTP before account storage 2020-02-05 23:45:53 +01:00
Bubka
1820dd1ddc Bind icon upload feature to Quick form 2020-02-05 11:52:26 +01:00
Bubka
d097810508 New creation process for a better UX 2020-02-04 17:06:11 +01:00
Bubka
ad6091c392 Remove error catching to let the interceptor do the job 2020-02-02 22:58:29 +01:00
Bubka
dec0831f14 Embed toolbar within Accounts component instead of App 2020-01-31 22:51:50 +01:00