Source Code Documentation Index
This directory contains the automatically generated documentation for the project.
Table of Contents
include Files
- database.hpp - No description provided
- rz_config.hpp - configuration
include/controllers Files
- admin_controller.hpp - Admin Controller
- auth_controller.hpp - Auth Controller with Notification Service injection
- event_controller.hpp - Event Controller Header
- system_controller.hpp - Controller for system related routes (Healthcheck, Sysinfo)
- user_controller.hpp - User Controller with Email Notifications
include/middleware Files
- auth_middleware.hpp - Auth Middleware
include/models Files
- config_model.hpp - Configuration Model to load env vars
- event_model.hpp - Unified Event Model
- user_model.hpp - User Model with Group Management Extensions
include/services Files
- notification_service.hpp - Notification Service
- smtp_service.hpp - SMTP Service Header
include/utils Files
- app_helpers.hpp - Application Helpers Header
- env_loader.hpp - Environment Loader Header
- image_processor.hpp - Image Processor Header
- password_utils.hpp - No description provided
- seeder.hpp - No description provided
- token_utils.hpp - No description provided
- totp_utils.hpp - TOTP Utilities (Google Authenticator compatible)
src Files
- database.cpp - No description provided
- main.cpp - Entry Point
src/controllers Files
- admin_controller.cpp - Admin Controller Implementation with Group Management
- auth_controller.cpp - Auth Controller Implementation
- event_controller.cpp - Event Controller Implementation (Safe Blocking Long Polling)
- system_controller.cpp - Implementation of system routes
- user_controller.cpp - User Controller with Email Notifications
src/models Files
- config_model.cpp - Configuration Model implementation
- event_model.cpp - Event Model Implementation
- user_model.cpp - User Model Implementation
src/services Files
- notification_service.cpp - Notification Service Implementation
- smtp_service.cpp - SMTP Service Implementation
src/utils Files
- env_loader.cpp - Environment Loader Implementation
- image_processor.cpp - Image Processor Implementation
- password_utils.cpp - Password Hashing Utilities
- seeder.cpp - Seeder Utilities
- token_utils.cpp - JWT Token Utilities Implementation
- totp_utils.cpp - Time-based One-Time Password (TOTP) Utilities
Generated by cxx_docu_gen