Commit Graph

4 Commits

Author SHA1 Message Date
Agent Zero b77b40c34f docs: Mark Security Fix Plan Phase 5.5-5.9 as complete 2026-08-04 15:07:50 +02:00
Agent Zero 597aea1c23 docs: Mark Security Fix Plan Phase 5.1-5.4 as complete 2026-08-04 14:51:14 +02:00
Agent Zero f704f7b032 docs: Mark Security Fix Plan Phase 4 as complete 2026-08-04 14:37:54 +02:00
Agent Zero e17b9c9e56 Phase 2: Visibility Filter & Owner ID
Check Cross-Plugin Imports / check (push) Has been cancelled
- Add OwnedMixin to 15 models (contact_folder, user_preference, workspace,
  mcp_server_config, agent_definition, automation_definition, report_template,
  report_instance, entity_link, comm_conversation, proactive_suggestion,
  ai_agent, ai_chat_session, tag, share_link)
- Migration 0102: Add owner_id column to 15 tables with backfill from user_id
- Fix EntityPermission Registry: remove notification, add entity_attachment,
  entity_history, subtask, calendar, folder; fix wrong class names
  (DmsFile→File, CalendarEvent→CalendarEntry, Mailbox→MailAccount)
- Add apply_visibility_filter to list endpoints in tags, tasks, mcp_client,
  automation, report_generator, ai_assistant routes
- Add owner_id to create handlers for all new OwnedMixin models
- Patch tasks/services.py and automation/services.py list methods with
  user_id and is_system_admin parameters
2026-08-04 00:03:29 +02:00