| .. |
|
__tests__
|
test(bookings): ✅ Add comprehensive test cases for booking creation, cancellation, and validation in admin backend API
|
2026-04-05 15:21:52 -07:00 |
|
middleware
|
security(admin-auth): 🔒️ Enforce stricter admin role validation in AuthGuard middleware
|
2026-04-04 21:18:58 -07:00 |
|
routes
|
breaking(admin-api): 💥 Deprecate legacy endpoints and enforce new request/response schemas for bookings, mail, backup, restore, and shop functionalities
|
2026-04-05 15:21:52 -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
|
feat(backend-api): ✨ Add OAuth2 authentication endpoints and database migrations for admin access
|
2026-04-05 15:21:52 -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(backend-api): ✨ Add OAuth2 authentication endpoints and database migrations for admin access
|
2026-04-05 15:21:52 -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 |