Commit Graph

9 Commits

Author SHA1 Message Date
shaamilahmed 2b7ba3c96b style: add whitespace-nowrap to standard table headers to prevent wrapping and lock header height to 49px 2026-05-31 06:26:06 +05:00
shaamilahmed 42d6910ae7 feat: simplify tables container by using native scrollbar styling and remove obsolete top scroll sync 2026-05-31 06:08:40 +05:00
shaamilahmed 58c929dd38 feat: resolve linter warnings, optimize tables scroll behavior with top scroll sync, and extract reusable table macros 2026-05-31 06:03:54 +05:00
shaamilahmed bb35206fff feat: implement administrator-driven audit log purging with forced archival download
- Created find_older_than and delete_older_than database repository methods.
- Built a /auth/audit/purge POST endpoint that validates retention days (min 1 day).
- Serializes and streams matching logs as an attachment JSON download for archival before database deletion.
- Added a 'Purge Logs' button and modal interface in the administrator dashboard, automatically reloading the view after download.
2026-05-30 18:54:45 +05:00
shaamilahmed 4c98dd93ad feat: implement audit logs system, request extractor, admin log panel, and dedicated documentation
- Added an enterprise-grade, request-scoped AuditLogger extractor in Axum.
- Configured MongoDB persistence for structured, replayable audit logs (capturing timestamp, user, action, type, payload snapshot, client IP with proxy header support, and User-Agent).
- Created a live Administrator console at /auth/audit to filter and inspect log events.
- Re-architected documentation by moving Design Wiki pages out of /components into a dedicated /docs route.
- Published logging architecture documentation at /docs/logging.
2026-05-30 18:27:21 +05:00
shaamilahmed f6ea8a99d9 feat: refactor and refine authentication system with decoupled user management and admin console 2026-05-30 18:27:21 +05:00
shaamilahmed 1e705053f5 style: refine design system aesthetics to flat solid dark-mode theme 2026-05-30 18:27:21 +05:00
shaamilahmed 110fc61fa2 refactor: migrate and consolidate UI templates to compile-time Askama component macros 2026-05-30 18:27:21 +05:00
shaamilahmed f42a5f05b2 feat: initialize template shell and basic components 2026-05-30 18:27:21 +05:00