Bubka
|
be4e678080
|
Handle correctly counter update in case of HOTP preview
|
2020-02-06 16:06:02 +01:00 |
|
Bubka
|
af9e6e13da
|
Replace TOTP with OTP in locales for more generic error messages
|
2020-02-05 17:17:25 +01:00 |
|
Bubka
|
d097810508
|
New creation process for a better UX
|
2020-02-04 17:06:11 +01:00 |
|
Bubka
|
92d8c36a6d
|
Remove useless check in controller
|
2020-02-02 20:57:21 +01:00 |
|
Bubka
|
7eac209724
|
Rework the Delete feature to support batch-delete
|
2020-01-31 23:05:06 +01:00 |
|
Bubka
|
eb28b59d76
|
Try to fix 403 on web hosting when deleting icon
|
2020-01-29 22:24:28 +01:00 |
|
Bubka
|
3dfdcb84bd
|
Update username after Profile update
|
2020-01-27 22:04:47 +01:00 |
|
Bubka
|
baa9658e46
|
Fix unit tests
|
2020-01-27 21:44:29 +01:00 |
|
Bubka
|
1433e7b550
|
Remove debug infos from 40* error response
|
2020-01-27 21:43:34 +01:00 |
|
Bubka
|
e0207b096d
|
Complete api errors standardization
|
2020-01-27 21:13:21 +01:00 |
|
Bubka
|
1fcfc48ec0
|
Attempt to standardize api errors
|
2020-01-27 16:53:26 +01:00 |
|
Bubka
|
59fe66710a
|
Delete possible orphan icon when updating a twofaccount
|
2020-01-27 13:56:19 +01:00 |
|
Bubka
|
f2dbf3f1e2
|
Blank icon property if icon file is missing during store/update
|
2020-01-27 13:52:47 +01:00 |
|
Bubka
|
c948bc5f24
|
Remove unnecessary check
|
2020-01-27 13:35:47 +01:00 |
|
Bubka
|
c6b7c4e495
|
Remove unnecessary try|catch
|
2020-01-26 21:49:39 +01:00 |
|
Bubka
|
0fd9869230
|
Fix method called on non existing $this
|
2020-01-26 21:02:36 +01:00 |
|
Bubka
|
7f5cac0c91
|
Fix Laravel error handler
|
2020-01-26 16:04:26 +01:00 |
|
Bubka
|
6726d85eb0
|
Add logic to force HOTP counter
|
2020-01-25 18:44:24 +01:00 |
|
Bubka
|
2233f1119b
|
Refactoring
|
2020-01-25 18:22:45 +01:00 |
|
Bubka
|
ffaef86909
|
Check OTP validity before creation
|
2020-01-25 00:01:30 +01:00 |
|
Bubka
|
24e643ff87
|
Full support of HOTP
|
2020-01-24 22:37:48 +01:00 |
|
Bubka
|
a4a780b14f
|
Add HOTP counter field to Edit form
|
2020-01-24 12:56:38 +01:00 |
|
Bubka
|
4e38e0bbfb
|
Add Password and Profile update
|
2020-01-23 23:02:54 +01:00 |
|
Bubka
|
7ded76c92e
|
Update User controller
|
2020-01-23 19:31:54 +01:00 |
|
Bubka
|
c044dcd6c6
|
Add (inactive) encryption on 2FAccount controller
|
2020-01-23 19:31:54 +01:00 |
|
Bubka
|
2be4e3e4e1
|
Use and handle default Laravel validation errors response
|
2020-01-19 23:02:20 +01:00 |
|
Bubka
|
aef68df370
|
Complete and fix Request/Reset password feature
|
2020-01-15 11:48:22 +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
|
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
|
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
|
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
|
11c7ff20a6
|
All hardcoded strings replaced by i18n translation
|
2020-01-12 19:55:17 +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
|
35a6b0d87c
|
Fix and complete unit tests
|
2020-01-10 13:43:36 +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
|
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
|
102d98863b
|
Cleaning
|
2020-01-09 17:32:49 +01:00 |
|
Bubka
|
140cedccf3
|
Check URI validity after QR code upload
|
2020-01-09 17:32:27 +01:00 |
|
Bubka
|
93f7c4a709
|
Refactore generateTOTP() as a dedicated class
|
2020-01-09 16:41:41 +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 |
|