Commit Graph

81 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
2ce837f376 Fix type errors in admin components 2025-11-03 01:24:54 +00:00
gpt-engineer-app[bot]
8ce7775324 Fix remaining any types and enable strict mode 2025-11-03 01:20:50 +00:00
gpt-engineer-app[bot]
10331058f1 Code edited in Lovable Code Editor 2025-11-02 18:51:03 +00:00
gpt-engineer-app[bot]
f05e31ce38 Fix remaining "Two-Factor" references 2025-11-02 18:32:38 +00:00
gpt-engineer-app[bot]
15b644e45a Refactor: Update MFA terminology 2025-11-02 18:27:11 +00:00
gpt-engineer-app[bot]
133141d474 Reverted to commit 0091584677 2025-11-01 15:22:30 +00:00
gpt-engineer-app[bot]
b2bf9a6e20 Implement Auth0 migration 2025-11-01 01:08:11 +00:00
gpt-engineer-app[bot]
cdb1d0f762 Fix: Implement RLS policies for MFA 2025-10-31 17:12:59 +00:00
gpt-engineer-app[bot]
a9d4ee44e5 Fix: Prevent AAL1 session on MFA login 2025-10-31 16:51:25 +00:00
gpt-engineer-app[bot]
f36d6266be Fix: Remove signOut() calls before MFA 2025-10-31 16:37:36 +00:00
gpt-engineer-app[bot]
bf40d27082 Fix AuthModal MFA enforcement 2025-10-31 15:57:14 +00:00
gpt-engineer-app[bot]
dade374c2a feat: Implement all authentication compliance phases 2025-10-31 14:01:45 +00:00
gpt-engineer-app[bot]
4bc749a843 Fix: Implement MFA security fix 2025-10-31 13:49:18 +00:00
gpt-engineer-app[bot]
16940419e5 Fix MFA verification error 2025-10-30 18:41:55 +00:00
gpt-engineer-app[bot]
e5de404e59 Add ban reason to profiles 2025-10-30 02:51:16 +00:00
pac7
43db53834b Update user avatar component to use a new component for consistency
Replaced Avatar component with UserAvatar component in AuthButtons.tsx for improved avatar display consistency and reliability, referencing commit b91d798.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: edf9a2eb-860d-4c14-b250-aaeaf2c80ee3
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-27 17:34:55 +00:00
pacnpal
ad8f7a4101 update 2025-10-27 17:30:25 +00:00
gpt-engineer-app[bot]
ae548aa389 Fix MFARemovalDialog build errors 2025-10-21 18:08:27 +00:00
gpt-engineer-app[bot]
c7f3e9e1b2 Continue console cleanup 2025-10-21 18:07:25 +00:00
gpt-engineer-app[bot]
e580f1f4b4 Refactor: Update type safety status 2025-10-21 17:19:19 +00:00
gpt-engineer-app[bot]
d78356e673 Remove debug console logs 2025-10-21 15:51:53 +00:00
gpt-engineer-app[bot]
05ba99e368 Fix useState<any> declarations 2025-10-21 15:24:44 +00:00
gpt-engineer-app[bot]
ce6c9d6866 feat: Implement plan for bug fixes 2025-10-21 13:27:23 +00:00
gpt-engineer-app[bot]
53b2497e30 feat: Execute full production readiness plan 2025-10-20 17:43:21 +00:00
gpt-engineer-app[bot]
368b97da04 Refactor: Execute remaining phases 2025-10-20 13:30:02 +00:00
gpt-engineer-app[bot]
d9a912f443 Fix: Enable TypeScript strict mode 2025-10-20 00:26:49 +00:00
gpt-engineer-app[bot]
9dff5a3e2b Fix: Enable pasting into OTP inputs 2025-10-17 22:12:25 +00:00
gpt-engineer-app[bot]
a0d341c4e0 Fix: Implement MFA removal protection 2025-10-17 19:50:29 +00:00
gpt-engineer-app[bot]
0eac7f3d7d feat: Implement modal-based MFA step-up 2025-10-17 19:17:46 +00:00
gpt-engineer-app[bot]
4ab59e2ec2 Fix: Approve database migration 2025-10-17 14:40:48 +00:00
gpt-engineer-app[bot]
d54b8a9ae4 Implement type safety and JSONB elimination 2025-10-17 13:29:22 +00:00
gpt-engineer-app[bot]
efc33a7dda Refactor: Complete type safety migration 2025-10-17 13:22:39 +00:00
gpt-engineer-app[bot]
6819682ace feat: Centralize Auth Modal and require auth for actions 2025-10-16 12:59:20 +00:00
gpt-engineer-app[bot]
95972a0b22 Refactor security functions 2025-10-14 19:38:36 +00:00
gpt-engineer-app[bot]
85c79ad511 Fix Supabase linter warnings and backend validation 2025-10-14 18:00:59 +00:00
gpt-engineer-app[bot]
7a6273111d Refactor: Improve validation schemas 2025-10-14 17:52:50 +00:00
gpt-engineer-app[bot]
0511bc0611 Delete orphaned PasswordSetupDialog component 2025-10-14 17:19:58 +00:00
gpt-engineer-app[bot]
4ce2c266eb feat: Add button to send orphaned password confirmation email 2025-10-14 15:57:53 +00:00
gpt-engineer-app[bot]
1f206ceecf Fix orphaned password verification error 2025-10-14 15:50:45 +00:00
gpt-engineer-app[bot]
71991f267b feat: Implement orphaned password recovery 2025-10-14 15:43:29 +00:00
gpt-engineer-app[bot]
677f14ee7b Refactor: Implement email confirmation for password auth 2025-10-14 15:39:05 +00:00
gpt-engineer-app[bot]
52cad6c4dc Refactor: Implement sign-out and re-login flow 2025-10-14 15:16:49 +00:00
gpt-engineer-app[bot]
8594291ad2 feat: Allow OAuth users to add passwords 2025-10-14 14:45:51 +00:00
gpt-engineer-app[bot]
6430777dc0 feat: Implement identity management and safety checks 2025-10-14 14:41:18 +00:00
gpt-engineer-app[bot]
e42853b797 feat: Complete Auth.tsx and AuthModal.tsx updates 2025-10-14 14:29:33 +00:00
gpt-engineer-app[bot]
a858b266e6 Fix TOTPSetup component errors 2025-10-14 14:02:52 +00:00
gpt-engineer-app[bot]
23f7cbb9de Refactor: Implement full authentication overhaul 2025-10-14 14:01:17 +00:00
gpt-engineer-app[bot]
ccfa83faee feat: Implement MFA Step-Up for OAuth 2025-10-14 13:52:11 +00:00
gpt-engineer-app[bot]
7aa219efe5 Implement MFA Enforcement 2025-10-14 13:45:59 +00:00
gpt-engineer-app[bot]
121f7c533a feat: Implement MFA Challenge Support 2025-10-14 13:39:05 +00:00