lilith-platform.live/codebase/@features/admin/backend-api/src
2026-04-18 22:02:24 -07:00
..
__tests__ feat(admin-backend-api): Add service token authentication guard to validate tokens in auth-guard.ts, register token auth in server.ts, and update documentation/tests 2026-04-18 19:25:57 -07:00
middleware feat(admin-backend-api): Add service token authentication guard to validate tokens in auth-guard.ts, register token auth in server.ts, and update documentation/tests 2026-04-18 19:25:57 -07:00
routes fix(provider-website): 🐛 Fix booking form validation for short names, missing phone numbers, invalid emails, and service selection in ContactForm/ContactModal and backend components 2026-04-15 20:26:42 -07:00
seeds feat(admin-backend): Introduce seed file for importing positioning tags to initialize reference data in the admin backend 2026-04-18 19:25:57 -07:00
cms-handler.ts feat(admin-identity): Implement admin identity management routes, handlers, and serialization for CMS backend and frontend 2026-04-09 20:54:15 -07:00
db.ts breaking(api-server): 💥 Enforce breaking changes to API server configs, database schema, serialization, and type contracts 2026-04-18 22:02:24 -07:00
logger.ts
mailer.ts
migrate.ts breaking(api-server): 💥 Enforce breaking changes to API server configs, database schema, serialization, and type contracts 2026-04-18 22:02:24 -07:00
node-sqlite-types.d.ts
photos.ts
registry.ts chore(admin-backend): 🔧 Update database schema and registry logic to support hobby terms, including term storage, retrieval, and validation 2026-04-18 19:25:57 -07:00
seed-about.ts fix(provider-website): 🐛 Fix booking form validation for short names, missing phone numbers, invalid emails, and service selection in ContactForm/ContactModal and backend components 2026-04-15 20:26:42 -07:00
serializer.ts feat(admin-identity): Implement admin identity management routes, handlers, and serialization for CMS backend and frontend 2026-04-09 20:54:15 -07:00
server.ts feat(admin-backend-api): Add service token authentication guard to validate tokens in auth-guard.ts, register token auth in server.ts, and update documentation/tests 2026-04-18 19:25:57 -07:00
totp.ts