Commit Graph

137 Commits

Author SHA1 Message Date
Bubka
a029eb48fb Remove built files 2020-01-15 23:02:03 +01:00
Bubka
060f16732a Reorganize resources/js folder 2020-01-15 23:00:06 +01:00
Bubka
0176210caf Add built files from .gitignore 2020-01-15 22:55:32 +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
46de6f1da1 Fix validation and response 2020-01-14 23:45:32 +01:00
Bubka
3cf4d964e7 Update locales 2020-01-14 23:43:43 +01:00
Bubka
5ec355dd9a Custom notification for reset password 2020-01-14 23:43:17 +01:00
Bubka
2ffe0b107e Add forgot password form 2020-01-14 17:06:59 +01:00
Bubka
2c3f6e514b Remove built files from .gitignore 2020-01-14 13:55:51 +01:00
Bubka
836babad9c Update readme.md 2020-01-14 13:46:30 +01:00
Bubka
956fb95a48 Better errors handling for TwoFAccount controller 2020-01-14 12:23:31 +01:00
Bubka
99a2fc8641 Fix user controller unit tests 2020-01-14 11:50:20 +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
c3b0138fd8 Remove softDelete from User model 2020-01-14 11:08:21 +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
9fc722bda0 Update readme.md 2020-01-13 21:01:45 +01:00
Bubka
c9bd1b0460 Update php dependencies 2020-01-13 20:56:14 +01:00
Bubka
2aadbace6a Add readme.md file 2020-01-13 16:39:27 +01:00
Bubka
b5ff4d883e Add .env.example file 2020-01-13 15:22:25 +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
14e486094a fix missing i18n generated file in mix config 2020-01-12 15:22:20 +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
02bbf59083 Add LICENSE file 2020-01-11 00:13:04 +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
9fa4308e24 Use the totp period from Uri instead of hard coded value 2020-01-10 23:10:59 +01:00
Bubka
ad09f233db Get OTP data from OTPHP parser 2020-01-10 22:52:47 +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
35a6b0d87c Fix and complete unit tests 2020-01-10 13:43:36 +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