Commit Graph

389 Commits

Author SHA1 Message Date
101a26b035 Prefill icon field with imageLink resource 2020-11-18 23:48:51 +01:00
523c857d18 Code refactoring 2020-11-18 01:13:00 +01:00
b113109340 Prevent exception if the requested Option does not exist 2020-11-17 21:59:07 +01:00
d9b48e8806 Revert unwanted previous change 2020-11-17 21:39:02 +01:00
03981bc12b Fix base32 Encoding usage 2020-11-17 21:27:55 +01:00
efff5ecd1f Fix missing attributes during store 2020-11-17 15:45:01 +01:00
648c8f8006 Run populateFromUri() from uri setter instead of external call 2020-11-17 15:30:50 +01:00
7bdd286fb2 Update Edit form to match with the new TwoFAccount model 2020-11-16 14:45:24 +01:00
50f956957c Fix wrong parameter call 2020-11-16 14:36:19 +01:00
17eb3d46c6 Always use lowercase for otpType and apply uppercase with CSS if needed 2020-11-16 14:15:33 +01:00
27dd64a965 Add route to get TwoFAccount with sensitive data 2020-11-16 14:10:54 +01:00
8253d28102 Fix #11 : Set TOTP loop duration on remaining time instead of remaining dots 2020-11-16 09:38:28 +01:00
02798a05f3 Move token generation from dedicated class to TwoFAccount model class 2020-11-14 18:55:10 +01:00
acd1b2deca Enforce Create form validation 2020-11-14 18:48:27 +01:00
657b9288da Force URI (re)generation at TwoFAccount model saving 2020-11-14 18:43:30 +01:00
9dd8b1f169 Add Original message from Exception to the error page 2020-11-14 18:37:46 +01:00
207ee2d3fb Convert the standard Create form to an advanced form 2020-11-13 15:45:17 +01:00
2f32551e99 Make URI visible in the QrCode controller response 2020-11-13 14:52:24 +01:00
45a3f60fc6 Update QrCode controller to work with new TwoFAccount model 2020-11-12 00:18:38 +01:00
8baa2156a8 Update OTP generation to work with new TwoFAccount model 2020-11-12 00:15:55 +01:00
783fc82fc9 Rebuild TwoFAccount model on top of an OTPHP object 2020-11-12 00:09:33 +01:00
428c83ad82 Add IsConsistent property to identify undecipherable accounts 2020-11-07 00:23:38 +01:00
289a208847 Push to Error view when ProtectDB option fail 2020-11-06 17:49:28 +01:00
d1d4734031 Avoid uri to be sent to front-end 2020-11-06 15:51:52 +01:00
67fa859b2a Complete exception handling 2020-11-05 22:54:06 +01:00
544e916d60 Enhance OTP type detection 2020-11-05 22:50:49 +01:00
d448ed9122 Code cleaning & refactoring 2020-11-05 22:47:59 +01:00
6712613a20 Move DB protection logic to a dedicated class 2020-11-05 22:46:25 +01:00
38fba9e44e Fix typo 2020-11-04 23:20:59 +01:00
a8e5535d6b Add Default group option in Settings 2020-11-02 22:41:40 +01:00
bf31a9b599 Fix #9 2020-11-02 21:51:53 +01:00
04af792b58 Set persisted ordering back 2020-11-02 15:32:09 +01:00
7a3f9b526f Add 'Show QR code' feature to the manage view 2020-11-02 13:39:43 +01:00
53bb3b9c54 Add a user option to encrypt/decrypt sensitive db data 2020-10-31 01:16:15 +01:00
fe02bac6d6 Complete Move to group feature 2020-10-28 17:51:32 +01:00
afc2095e27 Add Group scope to TwoFAccount model 2020-10-25 23:52:42 +01:00
273aaa9840 Add Group model & controller 2020-10-25 23:50:13 +01:00
b566c233e6 Complete phpunit tests 2020-10-12 15:44:11 +02:00
4303af509f Show inoperative Request pwd form in Demo 2020-10-12 14:00:09 +02:00
06d5c62e8d Upgrade to Laravel 7.0 2020-10-12 08:05:33 +02:00
6d1424e195 Fix typos to comply with psr-4 autoloading 2020-10-11 19:14:56 +02:00
d716213ece Update and complete phpunit tests 2020-10-09 13:35:03 +02:00
9b34159c4c Add auto-lock option 2020-10-08 15:38:36 +02:00
9f398933ea Set the uploader as a vue component with qrcode-reader as default 2020-04-24 09:03:00 +02:00
fd3d016b80 Change Options getter to return a single option 2020-04-02 10:40:13 +02:00
eaabe6e9e3 Make the accounts sortable and persist new order.
Deactivate Pull-to-refresh feature to prevent side effects
2020-03-27 22:36:01 +01:00
a70606d57d Set TwoFAccount controller to return an ordered collection 2020-03-25 22:05:11 +01:00
2295613263 Set TwoFAccount model to be sortable 2020-03-25 21:58:05 +01:00
358ce983b8 Use config() helper in place of env() to prevent null value when config:cache is used 2020-03-24 13:24:33 +01:00
05f1813a25 Test 2fauth console command 2020-03-21 23:08:00 +01:00