Commit Graph

8 Commits

Author SHA1 Message Date
Agent Zero 010ef448e7 gate2: fix all migrations for fresh DB installation 2026-07-31 19:16:11 +02:00
Agent Zero 054ecb1c91 Fix: register plugin routes in create_app() not lifespan(); add status column to contacts migration 0039; add updated_at to user_tenants migration 0037 2026-07-26 00:42:31 +02:00
Agent Zero 3828e1b029 Fix: drop RLS policy on users before dropping tenant_id column in migration 0037 2026-07-25 21:29:17 +02:00
Agent Zero f6a099390e Fix: remove updated_at from user_tenants INSERT in migration 0037 2026-07-25 21:24:30 +02:00
Agent Zero f8f0d3e52a Fix: use pg_index.indisunique instead of pg_indexes.unique in migration 0037 2026-07-25 21:19:47 +02:00
Agent Zero 2e9fafc289 Fix: correct SQL quoting for unique keyword in migration 0037 2026-07-25 21:15:20 +02:00
Agent Zero 36fc5b868e Fix: SQL syntax error in migration 0037 (unique keyword quoting) 2026-07-25 21:11:11 +02:00
Agent Zero 727d86614e Security fixes: P0-P2 complete (22 fixes)
P0 (7): Auth-bypass removed, migrations fixed, plugin-upload disabled, RLS FORCE+WITH CHECK, plugin double-registration fixed, persistent volume, domain removed
P1 (11): User/tenant model, Redis centralized, worker separated, transactional outbox, XSS fixed, DMS chunked streaming, permissions unified, password reset, metrics secured, config/docs fixed, cross-tenant FK
P2 (4): Contact model normalized, cross-imports reduced 94%, commands+state machines for contacts/dms/mail/calendar, SPA path-traversal

8 new migrations, 99 unit tests, 13 commands, 8 contracts, 72 files changed
2026-07-25 21:03:46 +02:00