lilith-platform.live/codebase/@features/my/backend-api/src
2026-04-09 23:06:24 -07:00
..
__tests__ feat(roster): Add RESTful API endpoints, database models, and CLI commands for roster management with CRUD operations 2026-04-09 20:47:07 -07:00
middleware
routes feat(inspiration): Add inspiration feature with database schema, API routes, frontend page, and type definitions 2026-04-09 23:06:24 -07:00
auth.ts breaking(auth-specific): 💥 Remove local auth logic and replace with SSO (OAuth/SAML) while deprecating TOTP 2026-04-09 23:00:28 -07:00
booking-inbound.ts feat(backend-api): Add data routes, booking inbound processing, and database integration with MCP server coordination 2026-04-08 11:57:25 -07:00
booking-templates.ts feat(backend-api): Update booking/contact templates, email outbox, and server logic for core backend API functionality 2026-04-07 03:59:48 -07:00
contact-outbox.ts feat(backend-api): Update booking/contact templates, email outbox, and server logic for core backend API functionality 2026-04-07 03:59:48 -07:00
contact-templates.ts feat(backend-api): Update booking/contact templates, email outbox, and server logic for core backend API functionality 2026-04-07 03:59:48 -07:00
db.ts feat(inspiration): Add inspiration feature with database schema, API routes, frontend page, and type definitions 2026-04-09 23:06:24 -07:00
logger.ts
mailer.ts feat(backend-api): Update booking/contact templates, email outbox, and server logic for core backend API functionality 2026-04-07 03:59:48 -07:00
node-sqlite-types.d.ts
server.ts refactor(mcp-server): ♻️ Implement modular server config and MCP integration for better maintainability and cross-compatibility 2026-04-09 23:06:24 -07:00
session-key-store.ts feat(auth): Introduce auth API routes, session key store, and secure session management system 2026-04-08 11:57:24 -07:00
static.ts