mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 17:47:13 +00:00
7acbb302fa
Session history: - New session_history SQLite table tracks all sessions with user, entry, folder, hostname, duration, and recording file - Automatic cleanup via session_history_retention_days config (default 90) - 8 new unit tests for session history DB functions Reports page (poweruser+ only): - Summary cards: total sessions, hours, unique users, active now - Sortable/filterable session history table with pagination - Top Connections and Top Users leaderboards - CSV export for session history with filters Enriched recordings: - Recording .meta sidecars now include user, folder, entry name, session type - Recordings API returns enriched metadata from .meta files - Recordings page shows User, Entry, Folder columns Other: - Reports nav link on all pages, hidden for operator/viewer roles - Reports documentation in docs/reports.md - Onboarding wizard for new users (role-scoped, dismissable) - Settings menu label visibility improvement - Fixed stale credential variable test (hyphen support)