egullickson
  • Joined on 2025-12-29
egullickson pushed to main at egullickson/motovaultpro 2026-01-11 18:41:17 +00:00
84baa755d9 Merge pull request 'feat: Centralized audit logging admin interface (refs #10)' (#22) from issue-10-centralized-audit-logging into main
911b7c0e3a fix: Display user email instead of Auth0 UID in audit logs (refs #10)
fbde51b8fd feat: Add login/logout audit logging (refs #10)
cdfba3c1a8 fix: Add audit-log to migration order (refs #10)
6f2ac3e22b fix: Add Audit Logs navigation to Admin Console settings (refs #10)
Compare 7 commits »
egullickson merged pull request egullickson/motovaultpro#22 2026-01-11 18:41:16 +00:00
feat: Centralized audit logging admin interface (refs #10)
egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 18:31:14 +00:00
feat: Centralized audit logging admin interface

Fix: Display user email instead of Auth0 UID in audit logs

The "User" column in the Admin Logs display was showing the raw Auth0 UID (e.g., `auth0

911b7c0e3a fix: Display user email instead of Auth0 UID in audit logs (refs #10)
egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 18:09:05 +00:00
feat: Centralized audit logging admin interface

Implementation Complete: Login/Logout Audit Logging

Changes Made

Backend (fbde51b):

  • Added login event logging to getUserStatus() in auth.controller.ts
  • Created `POST…
fbde51b8fd feat: Add login/logout audit logging (refs #10)
egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 18:03:53 +00:00
feat: Centralized audit logging admin interface

Implementation Plan: Login/Logout Audit Logging

Analysis Summary

After comprehensive analysis using codebase exploration, problem analysis, and decision critique:

Finding: The `GET…

cdfba3c1a8 fix: Add audit-log to migration order (refs #10)
6f2ac3e22b fix: Add Audit Logs navigation to Admin Console settings (refs #10)
egullickson pushed to main at egullickson/motovaultpro 2026-01-11 17:33:54 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-01-11 17:32:21 +00:00
6f2ac3e22b fix: Add Audit Logs navigation to Admin Console settings (refs #10)
80275c1670 fix: Remove duplicate audit-logs route from admin routes (refs #10)
c98211f4a2 feat: Implement centralized audit logging admin interface (refs #10)
Compare 3 commits »
80275c1670 fix: Remove duplicate audit-logs route from admin routes (refs #10)
egullickson created pull request egullickson/motovaultpro#22 2026-01-11 17:09:50 +00:00
feat: Centralized audit logging admin interface (refs #10)
egullickson created branch issue-10-centralized-audit-logging in egullickson/motovaultpro 2026-01-11 17:09:30 +00:00
c98211f4a2 feat: Implement centralized audit logging admin interface (refs #10)
egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 16:59:29 +00:00
feat: Centralized audit logging admin interface

Milestone 7: Cleanup and Retention - COMPLETE

Phase: Execution

egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 16:55:30 +00:00
feat: Centralized audit logging admin interface

Milestone 5: Frontend AdminLogsPage (Desktop) - COMPLETE

Phase: Execution

egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 16:48:03 +00:00
feat: Centralized audit logging admin interface

Milestone 4: Backend Wiring - COMPLETE

Phase: Execution

egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 16:36:03 +00:00
feat: Centralized audit logging admin interface

Milestone 3: Backend API Routes - COMPLETE

Phase: Execution

egullickson commented on issue egullickson/motovaultpro#10 2026-01-11 16:34:03 +00:00
feat: Centralized audit logging admin interface

Milestone 2: Backend Core - COMPLETE

Phase: Execution