mirror of
https://github.com/Darkrain2009/RedExt
synced 2026-06-08 10:50:40 +00:00
31b6a2400c
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.