lilith-platform.live/codebase/@features/admin/backend-api/src
autocommit e8256b37c1 perf(admin-backend-api): Remove SQLite sync logic from gallery routes and decouple functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:30:03 -07:00
..
__tests__ test(admin): Update CMS handler tests to validate empty namespace processing behavior 2026-04-19 23:13:52 -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 perf(admin-backend-api): Remove SQLite sync logic from gallery routes and decouple functionality 2026-04-20 04:30:03 -07:00
seeds feat(admin): Introduce seed scripts for bulk-importing reference data (cities, hobby terms, positioning tags) into the admin backend 2026-04-19 20:15:40 -07:00
cms-handler.ts feat(admin-backend-api): Add CMS handler with CRUD operations, database migrations for schema, seed "about" content, and CMS data serialization 2026-04-19 20:15:40 -07:00
db.ts feat(admin): Replace SQLite-based gallery seeding with provider data in admin migrations 2026-04-20 04:10:18 -07:00
logger.ts
mailer.ts
migrate.ts feat(admin-backend-api): Add CMS handler with CRUD operations, database migrations for schema, seed "about" content, and CMS data serialization 2026-04-19 20:15:40 -07:00
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): Add new FMTY tier enum values to admin API registry 2026-04-19 03:06:08 -07:00
seed-about.ts feat(admin-backend-api): Add CMS handler with CRUD operations, database migrations for schema, seed "about" content, and CMS data serialization 2026-04-19 20:15:40 -07:00
serializer.ts feat(admin-backend-api): Add CMS handler with CRUD operations, database migrations for schema, seed "about" content, and CMS data serialization 2026-04-19 20:15:40 -07:00
server.ts feat(admin): Implement database connection and initialization for admin API server 2026-04-19 23:20:33 -07:00
totp.ts