lilith-platform.live/codebase/@features/admin/backend-api/src
2026-04-18 19:25:55 -07:00
..
__tests__ test(backend-api): Update booking, identity, and server behavior tests to align with logger/config changes 2026-04-18 19:25:55 -07:00
middleware feat(admin-backend-api): Add device link authentication flow with AuthGuard middleware validation and database schema for session management 2026-04-10 00:47: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
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 feat(admin-under): Add verified profiles admin UI, routing, and backend verification system 2026-04-12 22:19:25 -07:00
logger.ts
mailer.ts
migrate.ts
node-sqlite-types.d.ts
photos.ts feat(admin-scope): Introduce photo protection system with adversary view routes, CLI tools, and deployment configurations 2026-04-07 17:21:57 -07:00
registry.ts feat(admin-under): Add verified profiles admin UI, routing, and backend verification system 2026-04-12 22:19:25 -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 chore(components): 🔧 Update component dependencies to latest stable versions 2026-04-12 10:46:52 -07:00
totp.ts