Files
Darkrain2009 31b6a2400c Add agent auto-cleanup and activity timeline features
1. Agent Auto-Cleanup: POST /api/agents/cleanup deletes agents
   (and their tasks) that have been offline longer than a configurable
   number of days. Accessible via a 'Cleanup' button on the agents
   page that opens a modal with a days input before confirming.

2. Activity Timeline: new events table logs key engagement actions —
   agent_registered, agent_deleted, agent_cleaned_up, task_created,
   task_completed, data_received. The /timeline page renders a visual
   timeline with color-coded event types, agent links, and details.
   Timeline added to the sidebar nav. log_event() helper wired into
   all relevant routes.
2026-03-18 22:51:50 +02:00
..
2025-02-17 00:14:08 +02:00