elearning/Backend/src
JakkrapartXD 108f1b73f2 feat: integrate audit logging across authentication, course management, and user operations
Add comprehensive audit trail tracking by integrating auditService throughout the application. Track user authentication (LOGIN, REGISTER), course lifecycle (CREATE, APPROVE_COURSE, REJECT_COURSE, ENROLL), content management (CREATE/DELETE Chapter/Lesson), file operations (UPLOAD_FILE, DELETE_FILE for videos and attachments), password management (CHANGE_PASSWORD, RESET_PASSWORD), user role updates (UPDATE
2026-02-05 17:35:37 +07:00
..
config update api chapterlesson 2026-01-22 15:56:56 +07:00
controllers feat: integrate audit logging across authentication, course management, and user operations 2026-02-05 17:35:37 +07:00
middleware refactor: add type assertions for request parameters and explicitly type multer middleware. 2026-01-20 10:03:06 +00:00
services feat: integrate audit logging across authentication, course management, and user operations 2026-02-05 17:35:37 +07:00
types feat: integrate audit logging across authentication, course management, and user operations 2026-02-05 17:35:37 +07:00
validators refactor: remove thumbnail_url requirement from course creation validator 2026-01-29 17:58:05 +07:00
app.ts add 2026-01-14 04:33:33 +00:00
server.ts add 2026-01-14 04:33:33 +00:00