Commit Graph

130 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
7a6273111d Refactor: Improve validation schemas 2025-10-14 17:52:50 +00:00
gpt-engineer-app[bot]
a255442616 Refactor identity management 2025-10-14 17:38:18 +00:00
gpt-engineer-app[bot]
70f94b8a30 feat: Implement password reset flow 2025-10-14 17:14:34 +00:00
gpt-engineer-app[bot]
e8a7c028e9 Fix: Implement auth.resend() for email confirmation 2025-10-14 17:06:10 +00:00
gpt-engineer-app[bot]
32fc2b583d Fix: Implement orphaned password email fix 2025-10-14 16:58:31 +00:00
gpt-engineer-app[bot]
3c70579ac9 Fix: Deduplicate toast and add session dismissal 2025-10-14 16:47:49 +00:00
gpt-engineer-app[bot]
69c16c2b1e feat: Add persistent sign-in toast for orphaned passwords 2025-10-14 16:01:12 +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]
677f14ee7b Refactor: Implement email confirmation for password auth 2025-10-14 15:39:05 +00:00
gpt-engineer-app[bot]
92a0bf1257 feat: Implement password addition email notification 2025-10-14 15:33: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]
92943f2692 Fix: Implement automatic background identity creation 2025-10-14 15:12:44 +00:00
gpt-engineer-app[bot]
41757096c8 Fix orphaned password state 2025-10-14 15:07:27 +00:00
gpt-engineer-app[bot]
d44e47f177 Fix: Improve password verification and sync 2025-10-14 15:01:56 +00:00
gpt-engineer-app[bot]
15a4ca5e76 Fix password state sync for OAuth users 2025-10-14 14:56:02 +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]
23f7cbb9de Refactor: Implement full authentication overhaul 2025-10-14 14:01:17 +00:00
gpt-engineer-app[bot]
3e520e1520 feat: Implement Phase 5 optimization and best practices 2025-10-13 22:56:47 +00:00
gpt-engineer-app[bot]
42d938462a Fix: Show moderator edits in creation submissions 2025-10-13 19:05:35 +00:00
gpt-engineer-app[bot]
c8f0fdd4c6 Fix: Set action_type explicitly on submission creation 2025-10-13 18:44:59 +00:00
gpt-engineer-app[bot]
aaf7aceba5 Fix operator precedence in editSubmissionItem 2025-10-13 18:39:54 +00:00
gpt-engineer-app[bot]
fc9ba92e74 Add action_type to submission items 2025-10-13 18:31:29 +00:00
gpt-engineer-app[bot]
31177fba1b Fix founded_year empty string validation 2025-10-13 18:18:40 +00:00
gpt-engineer-app[bot]
70ca838cc9 Fix founded_year validation 2025-10-13 18:17:18 +00:00
gpt-engineer-app[bot]
b3ffb60ffb Fix founded year/date handling 2025-10-13 17:48:52 +00:00
gpt-engineer-app[bot]
5feee9f4bc Refactor: Implement datetime standardization 2025-10-13 17:32:58 +00:00
gpt-engineer-app[bot]
0af5443c81 feat: Implement database-level sorting for moderation queue 2025-10-13 13:23:54 +00:00
gpt-engineer-app[bot]
90ae7d9a41 feat: Remove all sorting functionality 2025-10-13 13:15:14 +00:00
gpt-engineer-app[bot]
83e10817c5 Reverted to commit be92deec43 2025-10-13 13:06:29 +00:00
gpt-engineer-app[bot]
93f149f68c Reverted to commit 2661d65ab8 2025-10-13 13:06:02 +00:00
gpt-engineer-app[bot]
4fed307335 Reverted to commit de2d4a495f 2025-10-13 13:05:48 +00:00
gpt-engineer-app[bot]
f6891296d6 Fix: Implement comprehensive sorting fixes 2025-10-13 12:51:21 +00:00
gpt-engineer-app[bot]
284f778fc6 Fix: Implement sorting functionality 2025-10-13 12:29:01 +00:00
gpt-engineer-app[bot]
3ec26e23a3 Reverted to commit be92deec43 2025-10-13 12:17:13 +00:00
gpt-engineer-app[bot]
de2d4a495f Fix: Remove hardcoded sort from query builder 2025-10-13 01:46:14 +00:00
gpt-engineer-app[bot]
9cf969bb9d Fix: Remove all traces of username sorting 2025-10-13 01:32:43 +00:00
gpt-engineer-app[bot]
0d0e352a1e Implement Phase 6: Lock Management 2025-10-12 22:57:37 +00:00
gpt-engineer-app[bot]
7e6b99a68b feat: Implement useRealtimeSubscriptions hook 2025-10-12 22:43:54 +00:00
gpt-engineer-app[bot]
99a4d002ba feat: Extract moderation filter and sort logic 2025-10-12 22:38:30 +00:00
gpt-engineer-app[bot]
d979fa6e8b feat: Extract business logic for moderation 2025-10-12 20:37:53 +00:00
gpt-engineer-app[bot]
ffb0297854 feat: Implement auth logging and session verification optimizations 2025-10-12 19:02:59 +00:00
gpt-engineer-app[bot]
4b71f80939 feat: Implement moderator notifications 2025-10-12 17:39:37 +00:00
gpt-engineer-app[bot]
dd079bd5a5 Fix TypeScript build errors 2025-10-12 16:22:57 +00:00
gpt-engineer-app[bot]
7a3ad6b000 feat: Add force logout endpoint 2025-10-11 16:46:10 +00:00
gpt-engineer-app[bot]
595ab97916 Fix auth token expiry and storage 2025-10-11 16:43:36 +00:00
gpt-engineer-app[bot]
0330fbd1f3 Fix: Implement complete fix 2025-10-11 16:12:45 +00:00
gpt-engineer-app[bot]
120f68c926 Refactor: Implement system activity log fixes 2025-10-11 16:04:28 +00:00
gpt-engineer-app[bot]
f37b99a5f9 Reverted to commit 06ed528d76 2025-10-11 15:58:56 +00:00
gpt-engineer-app[bot]
1df9ada8ae Reverted to commit 96a961d95c 2025-10-11 15:58:11 +00:00