Commit Graph

1587 Commits

Author SHA1 Message Date
Bubka 15c31c3341 Soften 2FAs migrations detection by ignoring schema version - Fixes #253 2023-12-11 14:10:51 +01:00
Bubka 9d5d2705e4 Update comments for env vars related to SSO 2023-12-09 17:35:34 +01:00
Bubka b9f4d94b8a Fix appSettings not being saved 2023-12-09 17:24:03 +01:00
Bubka 9ff35195f0 Complete SSO (user model, error cases, tests, views) & Add github provider 2023-12-09 17:22:24 +01:00
Bubka 717bef16f7 Merge branch 'indykoning-feature/openid-support' into dev 2023-12-06 09:28:41 +01:00
Bubka a407f4742e Merge branch 'feature/openid-support' of https://github.com/indykoning/2FAuth into indykoning-feature/openid-support 2023-12-06 09:27:20 +01:00
Bubka 874f108f7b Update secret of update-docs-repo action 2023-12-06 08:28:34 +01:00
Bubka 8a102e32f6 Restore DatabaseSeeder.php to run 'artisan migrate --seed' without error 2023-12-05 18:47:34 +01:00
Bubka 54f9a5de15 Update MAIL_VERIFY_SSL_PEER comment & Add it where missing 2023-12-05 17:26:34 +01:00
Bubka e3d348cda2
Merge pull request #249 from rouilj/patch-4
Update docker-compose.yml: remove obsolete MAIL_FROM
2023-12-05 17:07:57 +01:00
Bubka c0442a66c5
Merge pull request #248 from rouilj/patch-3
Update Dockerfile - remove MAIL_FROM
2023-12-05 17:06:42 +01:00
Bubka 85506c70fd
Merge pull request #247 from rouilj/patch-2
Update .env.example: remove MAIL_FROM; add MAIL_VERIFY_SSL_PEER
2023-12-05 17:05:22 +01:00
Bubka eaaefc1f1b Update php tests 2023-12-05 16:32:20 +01:00
Bubka 4685e23fdb Set the new landing view for Vue 3 2023-12-05 14:41:57 +01:00
Bubka 110f14e579 Fix pwd format selector enabled while pwd formatting is disabled 2023-12-05 11:59:25 +01:00
Bubka b2e733eee5 Add a user pref to reveal dotted passwords - Closes #208 2023-12-05 11:40:39 +01:00
Bubka c75e4eb047 Indent dependent options to enlighten when they can be used 2023-12-05 11:37:40 +01:00
Bubka 93527696ab Increase nginx max_body_size to 10Mo - Closes #239 2023-12-01 19:32:51 +01:00
Bubka a8eea1037a Allow letters with diacritic marks in Group name - Closes #241 2023-12-01 18:26:56 +01:00
Bubka 9efb54adf4 Enable the Vue 3 front-end 2023-12-01 15:29:26 +01:00
Bubka ffde1723d4 Fix footer position for iOS devices 2023-12-01 15:03:57 +01:00
Bubka 6bd0025306 Hide nav links from footer when shown in the Accounts view 2023-11-30 21:52:37 +01:00
Bubka 3459a364a0 Change the Kicker activation method to ensure minified code works as well 2023-11-30 13:18:35 +01:00
Bubka 333b70e688 Fix notification top padding 2023-11-29 09:28:54 +01:00
Bubka 96391fd1d5 Show content of non-OTP QR code after a live scan for copying or browsing 2023-11-28 14:08:25 +01:00
Bubka 685d2bae92 Restore environment camera as default camera for capture 2023-11-28 13:03:18 +01:00
Bubka 58cc05bf00 Prevent line breaking in Edit toolbar 2023-11-27 13:56:26 +01:00
Bubka bb263d1438 Disable global error handling at Vue level 2023-11-27 13:20:38 +01:00
Bubka 0d15dd62fa Add a rebuild Vite command to build & watch 2023-11-27 13:19:56 +01:00
Bubka 4d062fb9f7 Add a copyright banner to built files 2023-11-27 13:18:38 +01:00
Bubka 7c07910acb Remove calls to mutation.events as it is reserved to dev mode 2023-11-27 08:26:26 +01:00
Bubka bdd8c38c20 Fix props set using deprecated This object 2023-11-24 14:39:59 +01:00
Bubka af38c01f0f Add ability to refresh page after camera perms were restored 2023-11-24 10:57:50 +01:00
Bubka 74bb228483 Enhance information given to users when camera permission is denied 2023-11-24 10:55:45 +01:00
Bubka 177d518666 Fix icon not being removed on screen with the quick form 2023-11-23 16:10:33 +01:00
John P. Rouillard 6c62c740df
Update docker-compose.yml: remove obsolete MAIL_FROM 2023-11-23 09:38:41 -05:00
John P. Rouillard d56ab62008
Update Dockerfile - remove MAIL_FROM 2023-11-23 09:36:48 -05:00
John P. Rouillard b67ad3b4c9
Update .env.example: remove MAIL_FROM; add MAIL_VERIFY_SSL_PEER
See: https://github.com/Bubka/2FAuth/issues/245#issuecomment-1823913412
2023-11-23 09:00:26 -05:00
Bubka 0451888b84 Show error message instead of pushing to Error view 2023-11-23 14:50:19 +01:00
Bubka ee02fb5d92 Change HTTP code returned for routes rejected in reverse proxy setup 2023-11-23 12:56:09 +01:00
Bubka 39bbc8c134 Add a Link to Home in footer to exit browsing loop 2023-11-23 12:43:27 +01:00
Bubka eb99e9200a Fix icon deletion & CreateUpdate form being submitted on Cancel 2023-11-22 15:28:38 +01:00
Bubka fd8606aa4b Restore is-black class on the Prefill with QR code button 2023-11-22 13:37:08 +01:00
Bubka e5f0dab0f5 Add spacing to the Import feature legends 2023-11-22 10:54:14 +01:00
Bubka d58645f65a Enhance various elements styling with light theme On 2023-11-22 10:43:11 +01:00
Bubka a224436d0c Enhance Administration legend of the Options view 2023-11-22 09:35:10 +01:00
Bubka 3c61edbf67 Change New password field label 2023-11-22 09:17:53 +01:00
Bubka 3d1c25a1d1 Fix PAT duplicates on creation & Visible token value not being cleared 2023-11-21 16:41:31 +01:00
Bubka 0ebb352df0 Fix validation errors being displayed besides alert notification 2023-11-21 16:04:20 +01:00
Bubka 9c818c69c5 Fix Error view not being displayed while an error exists 2023-11-21 15:06:49 +01:00