Commit Graph

80 Commits

Author SHA1 Message Date
Bubka 86e7601328 Replace PUT by PATCH to promote admin permissions 2024-03-14 15:09:05 +01:00
Bubka edd810cafd Add a Clear cache feature - Closes #316 2024-03-07 14:13:02 +01:00
Bubka 88d37394d3 Add a test email feature to the admin panel - Closes #307 2024-02-26 15:06:26 +01:00
Bubka 21fa77f348 Move debug information to the admin section - Closes #303 2024-02-23 16:42:42 +01:00
Bubka 96f883d19a Add User management features to back-end 2024-02-23 16:39:32 +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 0435cecd53 Adapt back-end to the new front-end auth management 2023-11-21 13:45:47 +01:00
indy koning 160f55fa6b Add support for an openid provider 2023-11-20 23:25:36 +01:00
Bubka ac6c715e9a Apply Laravel Pint fixes 2023-03-26 17:13:32 +02:00
Bubka 18e83e1f4a Restore user/name route but as deprecated 2023-03-22 15:40:44 +01:00
Bubka 46508fda75 Remove user check and redirection to registration on first landing 2023-02-19 23:00:39 +01:00
Bubka 5e5e50d053 Add Admin role & split settings between appSettings and userPreferences 2023-02-17 17:12:53 +01:00
Bubka 88195a6afb Add export feature to the Edit mode - Complete #100 2022-12-14 22:24:57 +01:00
Bubka 235b5f0b1e Rewrite routes declaration using ::class fully qualified name 2022-11-25 15:20:36 +01:00
Bubka b6a0e5055c Fix multiple issues detected by static analysis 2022-11-25 15:20:36 +01:00
Bubka 017bbc6304 Replace darkghosthunter/larapass with laragear/webauthn 2022-11-25 15:20:36 +01:00
Bubka e79ae0a3ed Refactor and finalize the Import feature for G.Auth, Aegis & Plain Text 2022-10-07 19:01:09 +02:00
Bubka 41387453d5 Refactor Import feature to support more sources of export 2022-09-30 13:58:31 +02:00
Bubka 062d809a28 Initiate the Release Radar 2022-09-21 21:50:41 +02:00
Bubka 2123250a5e Fix multiple issues detected by static analysis 2022-09-07 17:54:27 +02:00
Bubka 2fa2cf8c99 Add an About view - Close #91 2022-07-21 15:48:23 +02:00
Bubka 3d7607cb53 Add the logo fetching feature to the Create/Edit forms 2022-07-20 13:41:28 +02:00
Bubka 27a091630c Add CSRF token refresh on Login view to prevent CSRF token mismatch 2022-07-14 17:07:28 +02:00
Bubka 68ebeeb53a Close #88 - Remove the "Already authenticated" error on login forms 2022-07-12 12:32:32 +02:00
Bubka 0cccdf32ed Add back-end route|controller|request for import feature 2022-06-20 17:55:40 +02:00
Bubka 2ba66f5c96 Fix missing route name used by the ResetPassword flow 2022-04-15 15:12:23 +02:00
Bubka fd1ea631f2 Fix paths to passport PAT controller in routes 2022-03-31 14:37:28 +02:00
Bubka 5eee3de134 Refactor routes rejection using middlewares 2022-03-31 11:24:02 +02:00
Bubka a786efc6e8 Apply Demo restrictions on more routes 2022-03-31 11:24:01 +02:00
Bubka cdfda1591b Add possibility to delete the registered user and reset 2FAuth data 2022-03-31 11:24:01 +02:00
Bubka 725c012042 Fix and complete reverse-proxy support & Adjust front-end views 2022-03-31 11:24:01 +02:00
Bubka 911e18c9c4 Add reverse-proxy guard to support authentication proxy 2022-03-31 11:24:01 +02:00
Bubka f3c6b9da5b Add WebAuthn authentication 2022-03-31 11:24:01 +02:00
Bubka 20856d62c6 Upgrade to Laravel 8 2022-03-31 11:24:01 +02:00
Bubka 0383f07ad7 Add versioning to Laravel routes 2022-03-31 11:24:01 +02:00
Bubka c9dee47be3 Fix DELETE route for Passport Personal access token 2022-03-31 11:24:01 +02:00
Bubka d6306e5dd0 Use FreshApiToken instead of Personal access token for front-end auth 2022-03-31 11:24:01 +02:00
Bubka 62d223ef72 Add missing route names 2022-03-31 11:24:01 +02:00
Bubka 83f7370b57 Change routes for auth actions 2022-03-31 11:24:01 +02:00
Bubka 361ee38cf2 Change Settings attributes and routes 2022-03-31 11:24:01 +02:00
Bubka a5514ba06b Refactor Auth controllers : thicker, with Form requests & API resource 2022-03-31 11:24:01 +02:00
Bubka 10fc144246 Refactor Options to a Setting service bound with the service container 2022-03-31 11:24:01 +02:00
Bubka 037ebaa8ba Add groups accounts fetching with dedicated route 2022-03-31 11:24:01 +02:00
Bubka 9a7ef19177 Update routes 2022-03-31 11:24:01 +02:00
Bubka 1091b95e49 Set mass DELETE according to REST (no request body) for twofaccounts 2022-03-31 11:24:00 +02:00
Bubka 5959b692de Change order saving endpoint and remove position property 2022-03-31 11:24:00 +02:00
Bubka ce56bbd6f3 Update routes 2022-03-31 11:24:00 +02:00
Bubka 7a32998b4c Return only essentials attributes when a token is requested to back-end 2020-11-21 21:46:31 +01:00
Bubka b4ce39e9d5 Define accountCount internally instead of as a props 2020-11-21 21:34:45 +01:00
Bubka 019d380cb2 Refactor QRcode handling using the brand new Start view 2020-11-20 14:11:32 +01:00