Commit Graph

259 Commits

Author SHA1 Message Date
Bubka
326866e1c7 Handle simple error thrown by js 2020-01-23 17:05:24 +01:00
Bubka
8bfd812c70 Move Account getter to Twofaccount component (to fix) 2020-01-22 17:32:41 +01:00
Bubka
59e96a9491 Remove unnecessary OneTimePassword component 2020-01-22 15:27:33 +01:00
Bubka
fda3f75fdb Cleaning 2020-01-22 14:46:43 +01:00
Bubka
5bb4ad3823 Add Copy to clipboard on OTP popup 2020-01-22 12:30:18 +01:00
Bubka
fe916c08c0 Use Button component to submit all forms 2020-01-21 17:03:00 +01:00
Bubka
fa3537d957 Fix value returned to generic error view 2020-01-21 08:43:11 +01:00
Bubka
27fdbd5489 Use Form component in all forms 2020-01-20 22:51:57 +01:00
Bubka
540a4368f1 Add simplified Form component to Create vue 2020-01-20 17:16:08 +01:00
Bubka
fc13d4faef Fix Accounts.vue 2020-01-19 23:06:33 +01:00
Bubka
2be4e3e4e1 Use and handle default Laravel validation errors response 2020-01-19 23:02:20 +01:00
Bubka
8940efc225 Move axios loader to bootstrap.js 2020-01-19 22:31:23 +01:00
Bubka
8e4f8c4f8a Remove async/await 2020-01-19 22:29:36 +01:00
Bubka
3e1007b8fb Restore bootstap.js 2020-01-19 21:44:36 +01:00
Bubka
9926725a04 Remove Form component 2020-01-19 21:06:57 +01:00
Bubka
77d7134cb1 Reorganize js resources 2020-01-18 18:19:37 +01:00
Bubka
d8bb41a04a Add Form component 2020-01-17 18:21:47 +01:00
Bubka
a68a9b8f39 Better errors handling from vuejs side 2020-01-17 00:23:38 +01:00
Bubka
01862e11a3 Use async/await 2020-01-16 22:21:05 +01:00
Bubka
7e53eea7f2 Use async/await 2020-01-16 17:12:25 +01:00
Bubka
2fc1ec4020 Add response interceptor to axios to handle errors 2020-01-16 13:52:26 +01:00
Bubka
d9b8419ac9 Reorganize resources/js folder 2020-01-16 13:50:53 +01:00
Bubka
e7a4e7f948 Update locales 2020-01-15 23:12:59 +01:00
Bubka
272a2fe6d3 Fix token not being saved to storage during login 2020-01-15 23:12:37 +01:00
Bubka
060f16732a Reorganize resources/js folder 2020-01-15 23:00:06 +01:00
Bubka
bfebedbc2d Delete unused vue components 2020-01-15 21:05:24 +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
aef68df370 Complete and fix Request/Reset password feature 2020-01-15 11:48:22 +01:00
Bubka
2326bc1245 Update locales 2020-01-15 11:47:03 +01:00
Bubka
19d9db11c2 Rebuild 2020-01-14 23:51:42 +01:00
Bubka
03d1e2aec6 Add reset password form 2020-01-14 23:50:07 +01:00
Bubka
3cf4d964e7 Update locales 2020-01-14 23:43:43 +01:00
Bubka
2ffe0b107e Add forgot password form 2020-01-14 17:06:59 +01:00
Bubka
956fb95a48 Better errors handling for TwoFAccount controller 2020-01-14 12:23:31 +01:00
Bubka
9632641702 Better errors handling for user controller 2020-01-14 11:49:35 +01:00
Bubka
d46e3d5ce6 Better error msg display in Errors view 2020-01-14 11:48:42 +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
098e741375 Set Apple favicon 2020-01-12 23:02:47 +01:00
Bubka
d67847dbba Regenerate locales 2020-01-12 20:14:37 +01:00
Bubka
e2a49e19cc Complete html header for webapp capability 2020-01-12 20:12:25 +01:00
Bubka
11c7ff20a6 All hardcoded strings replaced by i18n translation 2020-01-12 19:55:17 +01:00
Bubka
0cbfffd0f6 Implement i18n localization based on Laravel lang files 2020-01-12 15:12:32 +01:00
Bubka
732b4ba193 CSS adjustment 2020-01-11 17:59:31 +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
078dafb766 Display properly OTP with more/less than 6 digits 2020-01-10 23:30:38 +01:00
Bubka
b146ef1d80 Cleaning 2020-01-10 23:27:21 +01:00
Bubka
f195de07d0 Display debug data in Error view (Dev mode only) 2020-01-10 15:00:55 +01:00
Bubka
84a9ba4297 Route to error page on bad logout to prevent unrevoked token 2020-01-10 13:54:58 +01:00
Bubka
e5f040e066 Style and CSS adjustments 2020-01-10 10:48:16 +01:00
Bubka
dda3901bb9 Replace NoFound view by a generic error view 2020-01-10 10:25:29 +01:00
Bubka
e9ecbbe057 Handle missing 2FAccount when updating 2020-01-10 08:35:15 +01:00
Bubka
aaab76b7d3 Handle missing 2FAccount when deleting 2020-01-10 00:22:45 +01:00
Bubka
7b5ac91796 Route to 404 view when 2FAccount is missing 2020-01-10 00:07:37 +01:00
Bubka
ea5bff816e Prompt for page refresh when 2FAccount is missing 2020-01-09 22:11:11 +01:00
Bubka
31d6450d3f Move Done icon to match New icon 2020-01-09 21:40:16 +01:00
Bubka
028ddd0419 Validate 2FAccount edit form only with backend 2020-01-09 21:04:30 +01:00
Bubka
543f6b89db Better bad QR code handling in create form 2020-01-09 20:33:31 +01:00
Bubka
e966b06a2f Validate 2FAccount create form only with backend 2020-01-09 16:33:32 +01:00
Bubka
77b6ac3e3f Validate User forms only with backend 2020-01-09 11:14:39 +01:00
Bubka
a1c0e2cee3 Replace bg asset by base64 image in css 2020-01-09 09:23:54 +01:00
Bubka
da6d64f9ee Refactore and fix for icon management 2020-01-08 23:22:51 +01:00
Bubka
4432bc2a9b Prevent form submit when deleting an icon 2020-01-08 17:10:56 +01:00
Bubka
0e79209b6d Handle empty or missing icon 2020-01-08 17:03:41 +01:00
Bubka
8ed572bb24 Edit form enhancement 2020-01-08 16:14:25 +01:00
Bubka
21c7f20e21 Delete icon backend 2020-01-08 15:24:34 +01:00
Bubka
b731d762d7 Create form enhancement 2020-01-08 14:56:31 +01:00
Bubka
297cad2439 Fix edit mode after Create form cancel 2020-01-08 00:40:22 +01:00
Bubka
2e642c2a3e Show accounts (or no account prompt) after API response 2020-01-08 00:39:20 +01:00
Bubka
9b30f3fe83 Remove New button from edit mode 2020-01-07 23:10:04 +01:00
Bubka
88b5a1965c Make account property nullable 2020-01-07 21:46:16 +01:00
Bubka
94eb55dfe4 Enhance homepage with no account 2020-01-07 21:45:47 +01:00
Bubka
b0be61e106 Basic no account prompt on index 2020-01-07 17:05:13 +01:00
Bubka
eab03e6d0c Fix bad vue-router params usage for edit mode 2020-01-07 16:42:16 +01:00
Bubka
552773ab81 Edit and Create forms send to index in edit mode 2020-01-07 15:46:48 +01:00
Bubka
bd54b53647 Qrcode icon instead of Plus icon 2020-01-07 13:43:18 +01:00
Bubka
560a580578 Login and Register links in forms 2020-01-07 12:20:35 +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
3350da4927 Confirm before account delete 2020-01-06 22:03:40 +01:00
Bubka
9e7ea7d0fb refactoring de Name & Email vers Service & Account 2020-01-06 21:45:14 +01:00
Bubka
1a53aeed33 sign in/out with correct redirect 2020-01-06 21:05:03 +01:00
Bubka
c5161b880f Error handling and validation during registration 2020-01-06 17:23:54 +01:00
Bubka
50bccf1526 Fix header nav links 2020-01-06 17:04:53 +01:00
Bubka
cf6889492f Create and Edit forms without modal container 2020-01-06 17:00:56 +01:00
Bubka
d1c98bb9e9 Link and route for sign out 2020-01-06 16:58:31 +01:00
Bubka
d390dcef25 Error handling and validation at sign in 2020-01-06 16:57:41 +01:00
Bubka
0b6c403d09 revert Fix routes for subfolder installation (7611f9b) 2020-01-06 15:36:13 +01:00
Bubka
1a87feaa28 Login and Register forms use Bulma.css 2020-01-06 11:00:17 +01:00
Bubka
7611f9b61c Fix routes for subfolder installation 2020-01-06 10:59:23 +01:00
Bubka
5494877822 Create button only for logged in user 2020-01-06 10:10:18 +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
9c25e8f4e3 QR code upload 2020-01-03 17:25:56 +01:00
Bubka
c2434320d9 Create and Edit forms adjustments 2020-01-02 12:57:50 +01:00
Bubka
386e852ffc Delete account from index 2020-01-02 00:09:52 +01:00
Bubka
20a2d40a85 Create and Edit update with icon field 2020-01-02 00:09:19 +01:00
Bubka
a5858093b0 Move edit link 2020-01-02 00:07:47 +01:00
Bubka
f968668d82 Set modal as component 2019-12-21 23:25:19 +01:00
Bubka
c83ca7a885 fix dots display 2019-12-21 23:24:21 +01:00
Bubka
c6627bebfa Routes and views for Create and Update item 2019-12-21 23:23:44 +01:00
Bubka
e58d7ac864 TOTP period and timer based on T0 2019-07-02 00:48:48 +02:00
Bubka
ed138a6d9a OTP generation in 2FAccount modal with dots counter 2019-06-28 01:16:51 +02:00
Bubka
ce4d4bc070 Very first 2FAccounts index with OTP modal 2019-06-24 00:29:14 +02:00
Bubka
46bfea7845 bulma & font-awesome in place of Bootstrap 2019-06-24 00:26:04 +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