Commit Graph

185 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
6fbaf0c606 Fix edge function logging and types 2025-11-03 19:57:27 +00:00
gpt-engineer-app[bot]
99ceacfe0c Fix remaining console statements 2025-11-03 19:24:38 +00:00
gpt-engineer-app[bot]
ba6bb8a317 Fix edge function console statements 2025-11-03 19:16:06 +00:00
gpt-engineer-app[bot]
c0f468451f Fix edge function console statements 2025-11-03 19:09:28 +00:00
gpt-engineer-app[bot]
7663205512 Fix remaining compliance violations 2025-11-03 18:47:59 +00:00
gpt-engineer-app[bot]
6efb6dda66 Fix all compliance violations 2025-11-03 18:38:46 +00:00
gpt-engineer-app[bot]
fdfe141f31 feat: Implement security fix plan 2025-11-03 15:50:07 +00:00
gpt-engineer-app[bot]
8d6cf9ceb5 Refactor submission data handling 2025-11-03 14:09:16 +00:00
gpt-engineer-app[bot]
db8029f573 Refactor submission items 2025-11-03 03:55:38 +00:00
gpt-engineer-app[bot]
061c06be29 Implement planned features 2025-11-03 00:38:16 +00:00
gpt-engineer-app[bot]
d44f806afa Fix notification logs migration 2025-11-03 00:28:33 +00:00
gpt-engineer-app[bot]
bb951e637f Refactor composite submission logic 2025-11-02 20:29:08 +00:00
gpt-engineer-app[bot]
6a9df807fa Fix submission flow issues 2025-11-02 20:21:10 +00:00
gpt-engineer-app[bot]
0a9820abfb Fix composite submission dependency resolution 2025-11-02 19:56:23 +00:00
gpt-engineer-app[bot]
9529dd340e Fix admin delete user unauthorized error 2025-11-02 02:39:31 +00:00
gpt-engineer-app[bot]
133141d474 Reverted to commit 0091584677 2025-11-01 15:22:30 +00:00
gpt-engineer-app[bot]
26e5753807 Fix Auth0 JWT import path 2025-11-01 01:08:44 +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]
8c6726c9f2 Fix: Schedule ban expiration check 2025-10-30 12:05:11 +00:00
gpt-engineer-app[bot]
db101bc5f2 Fix: Correct ban migration logic 2025-10-30 12:03:55 +00:00
gpt-engineer-app[bot]
e5de404e59 Add ban reason to profiles 2025-10-30 02:51:16 +00:00
gpt-engineer-app[bot]
a591277597 Implement unban functionality 2025-10-30 01:53:18 +00:00
gpt-engineer-app[bot]
fe76c8c572 feat: Implement comprehensive ban enforcement 2025-10-30 01:47:51 +00:00
gpt-engineer-app[bot]
f95eaf9eb7 Fix old URL generation 2025-10-30 01:06:50 +00:00
gpt-engineer-app[bot]
9f52d423f0 Refactor: Update CDN image delivery URLs 2025-10-30 00:58:22 +00:00
gpt-engineer-app[bot]
4b08836d6d feat: Implement mandatory AAL2 for superuser actions 2025-10-30 00:48:02 +00:00
gpt-engineer-app[bot]
a2cb037410 Fix account deletion flow 2025-10-29 22:46:49 +00:00
gpt-engineer-app[bot]
944e1ba9ff Fix ticket merging implementation 2025-10-28 22:59:40 +00:00
gpt-engineer-app[bot]
1da0bc04d6 feat: Implement ticket merging 2025-10-28 22:48:03 +00:00
gpt-engineer-app[bot]
41a3dcd02f Refactor: Handle direct emails to admin 2025-10-28 20:36:12 +00:00
gpt-engineer-app[bot]
375db2e7d8 Fix thread ID matching for email replies 2025-10-28 20:29:14 +00:00
gpt-engineer-app[bot]
f57323aed4 Fix hardcoded sender display name 2025-10-28 20:07:55 +00:00
gpt-engineer-app[bot]
c23e4f2ed3 Fix: Use ADMIN_EMAIL_ADDRESS in reply function 2025-10-28 20:01:08 +00:00
gpt-engineer-app[bot]
a4005acc6d feat: Add admin display name to email signature 2025-10-28 19:44:09 +00:00
gpt-engineer-app[bot]
55ef3e05ef feat: Add automatic email signature 2025-10-28 19:40:37 +00:00
gpt-engineer-app[bot]
2ebb2eafec feat: Add user profile data to contact submissions 2025-10-28 19:14:51 +00:00
gpt-engineer-app[bot]
6af788d406 Fix email reply access and threading 2025-10-28 18:38:57 +00:00
gpt-engineer-app[bot]
ab21dc9c82 feat: Implement ticket system and reply button 2025-10-28 18:33:32 +00:00
gpt-engineer-app[bot]
c42b34b327 Approve database migration 2025-10-28 17:35:40 +00:00
gpt-engineer-app[bot]
e5f8ecefeb feat: Implement contact page and backend 2025-10-28 17:01:57 +00:00
pac7
d1f01d9228 Improve security by requiring higher authentication levels for sensitive actions
Update authentication flows to enforce AAL2 requirements for MFA operations and identity disconnections, and adjust TOTP verification logic.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: da324197-4d44-4e4b-b342-fe8ae33cf0cf
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-27 23:53:33 +00:00
pac7
ac65e4b4db Improve location data handling and error reporting in the app
Update LocationSearch component to safely access address properties and add fallback values for city, state, and country. Refactor supabase/functions/detect-location/index.ts to use a generic endRequest function, removing hardcoded status codes for error handling.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 3c76e833-eccc-4712-b9a4-70241b5590a1
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-27 23:39:30 +00:00
gpt-engineer-app[bot]
2de13c12e4 feat: Implement comprehensive audit logging 2025-10-27 17:14:24 +00:00
gpt-engineer-app[bot]
79277c744a Fix submission status notifications 2025-10-23 18:54:00 +00:00
gpt-engineer-app[bot]
fa43787360 feat: Add baseUrl to notification edge functions 2025-10-22 15:37:33 +00:00
gpt-engineer-app[bot]
199f57e00e feat: Implement notification edge functions 2025-10-22 12:35:13 +00:00
gpt-engineer-app[bot]
ee2b03b832 feat: Implement user topic subscription 2025-10-22 12:12:53 +00:00
gpt-engineer-app[bot]
3afa0a5536 feat: Enhance notification payloads 2025-10-21 23:30:06 +00:00
gpt-engineer-app[bot]
74923d3c45 Test user notification system 2025-10-21 19:59:17 +00:00