| .. |
|
__tests__
|
test(admin): ✅ Add/update test coverage for contact submission validation, storage, and processing in admin backend API
|
2026-04-07 03:59:48 -07:00 |
|
middleware
|
security(admin-auth): 🔒️ Enforce stricter admin role validation in AuthGuard middleware
|
2026-04-04 21:18:58 -07:00 |
|
routes
|
feat(admin-backend-api): ✨ Implement CRUD endpoints for bookings, gallery management, and contact submissions
|
2026-04-07 03:59:48 -07:00 |
|
auth.ts
|
feat(backend-api): ✨ Add OAuth2 authentication endpoints and database migrations for admin access
|
2026-04-05 15:21:52 -07:00 |
|
db.ts
|
refactor(admin-backend-api): ♻️ Improve error handling and restructure database/server logic for cleaner separation
|
2026-04-06 21:36:26 -07:00 |
|
logger.ts
|
feat(admin): ✨ Introduce user role management and dashboard controls for admin functionality
|
2026-04-04 15:58:16 -07:00 |
|
mailer.ts
|
db(migrations): 🗃️ Apply backend API database migration for admin schema updates
|
2026-04-05 03:04:38 -07:00 |
|
migrate.ts
|
feat(backend-api): ✨ Add OAuth2 authentication endpoints and database migrations for admin access
|
2026-04-05 15:21:52 -07:00 |
|
node-sqlite-types.d.ts
|
db(migrations): 🗃️ Apply backend API database migration for admin schema updates
|
2026-04-05 03:04:38 -07:00 |
|
photos.ts
|
db(migrations): 🗃️ Apply backend API database migration for admin schema updates
|
2026-04-05 03:04:38 -07:00 |
|
seed-passphrase.ts
|
db(migrations): 🗃️ Apply backend API database migration for admin schema updates
|
2026-04-05 03:04:38 -07:00 |
|
server.ts
|
feat(admin): ✨ Update admin backend API routes and server configuration
|
2026-04-07 03:59:47 -07:00 |
|
totp.ts
|
security(backend-api): 🔒️ Implement TOTP-based two-factor authentication for admin API with generation, verification, and auth integration
|
2026-04-04 21:18:58 -07:00 |