Commit graph

213 commits

Author SHA1 Message Date
autocommit
fee9d38a1a feat(my): Add client management and hotel stays API endpoints with CRUD operations and MCP server module setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
01fbc6ee40 refactor(vip): ♻️ Migrate VipClientRepo and VipTokenRepo to use SqlBase for database operations and ensure compatibility across the codebase
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
5f81418c5a db(api-migrations): 🗃️ Fix migrate.ts to dynamically load database URL from QUINN_DB_URL environment variable
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:03:28 -07:00
autocommit
de8c7743db feat(api): Add client location schema and contact sync endpoint logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:56:35 -07:00
autocommit
687eaa5c9a feat(vip-token): Introduce VIP token entity with generation, validation, and management endpoints for premium user access
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:06 -07:00
autocommit
c804ccb208 feat(my): Implement client management and API client handling in the "My" surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
00de2763a9 fix(vip-token): 🐛 Rename getActiveVipTokenForClient parameter to disambiguate from client_id
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
37bff32f4f feat(api-server): Add VIP origin configuration support to API server and update tests for VIP invite functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
1425962734 feat(vip): Introduce VIP token repository with token generation, validation, listing, and invite management (create/redeem) surfaces
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:37:00 -07:00
autocommit
271763b5ca feat(admin-admin): Implement gallery upload route handler, SQLite synchronization logic, and geolocation test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:30:58 -07:00
autocommit
5bae3110ba feat(contact-sync): Update contact sync logic and client surface to support new client fields for data enrichment and compliance features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
eea175fcd0 feat(client): Add home city and airport code fields to Client entity with schema validation, repository logic, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
13a7bf57d7 test(client): Add test coverage for client location grouping logic in geo.test.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:11:22 -07:00
autocommit
0b8555eb25 feat(api): Implement ClientEntity with contact-sync and geo-classification API features, including types, schema, repository, and UI surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00
autocommit
4dc0c2a864 feat(client): Add VIP client tiered access fields, schema validation, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 02:07:34 -07:00
autocommit
c005f00407 deps-upgrade(api): ⬆️ Update API dependencies in @features/api to pin versions in bun.lock
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
487c649987 refactor(api): ♻️ Implement modular API server config and routing for improved performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
8bde151912 feat(vip): Introduce memories endpoint for VIP users with route handling and memory management logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
f202fd0ded deps-upgrade(api-features): ⬆️ Update API feature dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
ed3e35fd32 feat(storage): Add StorageClient class and cache management utilities for shared data persistence/caching
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:03:10 -07:00
autocommit
062e94bdbd feat(vip-memory): Implement VIP memory entity with repository, schema, and type definitions in the API feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:03:10 -07:00
autocommit
731011a92d feat(vip): Implement WebAuthn authentication backend and integrate VIP portal UI/API client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:26:56 -07:00
autocommit
aa4452ea03 feat(vip-client): Introduce VipClient entity, repository, schema, and types with API endpoints for managing invites and relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:06:59 -07:00
autocommit
3cac727e14 feat(vip): Add VIP surface layer with auth, messaging, crypto utilities, and settings; integrate frontend client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:54:05 -07:00
autocommit
c666db1b81 feat(vip-token): Introduce VIP token entity with schema validation, repository for CRUD operations, and core token generation/validation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:54:05 -07:00
autocommit
4dc30fab7e feat(api): Introduce VIP conversation encryption and secure storage with vip-conversation entity schema and crypto integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:54:05 -07:00
autocommit
13db4e64b0 db(api): 🗃️ Update PostgreSQL migration tests, server config, and documentation for deployment while maintaining API compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:24 -07:00
autocommit
f33359d497 feat(vip): Add API endpoints for VIP authentication, invites, messaging, and relationship management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:24 -07:00
autocommit
660252180f feat(vip-referral): Add VIP referral entity with repository, schema, types, and API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
5c77e62928 feat(vip-meeting): Add VIP meeting repository, schema, and type definitions for CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
1afbb67d08 feat(vip-gift): Add VIP gift entity with repository, schema, and type definitions for gifting logic and validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
885f3d0337 refactor(vip-billing): ♻️ Replace invite_id with client_id in VIP billing entity schema, types, and repository logic for consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:23 -07:00
autocommit
94e2aa0921 test(api): Remove deprecated entities (hobby_term, region) from PostgreSQL migration test cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
db952068be feat(vip-token): Introduce VIP token entity with repository, schema, and TypeScript types for VIP management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
2d45eea4f5 feat(vip-push-subscription): Add VIP push subscription entity with repository, schema, and type definitions for API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
d52815e964 feat(api): Add VIP conversation entity with API repository, schema, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
5884fad61f feat(vip-client): Implement VIP client repository, schema, and type definitions for API management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:28:26 -07:00
autocommit
b37d03d8db deps-upgrade(api): ⬆️ Update API dependencies, increment build metadata, and align version numbers with new versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:21:44 -07:00
autocommit
e76499204f refactor(admin-surfaces): ♻️ Replace direct DB calls in PSEOHobbyTerms and PSEORegions with AdminDB and AdminDBWrite utilities; update migration tests to validate the refactoring.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:21:44 -07:00
autocommit
f1468a283d deps-upgrade(api): ⬆️ Update API dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:21:44 -07:00
autocommit
dd1096300f feat(api-surfaces): Add destination, hobby-term, and region entities to sitemap generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:15:12 -07:00
autocommit
4d73d07b03 feat(api-entities): Add region entity model, repository, schema, types, and web surface for region management operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:15:12 -07:00
autocommit
615cb48cd2 feat(hobby-term): Introduce HobbyTerm entity with repository, schema validation, and API routes for hobby term CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:15:12 -07:00
autocommit
e7f8491a95 feat(destination): Introduce Destination entity with repo/schema/types, admin CRUD surfaces for PSEO destinations, and public PSEO surfaces
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:15:12 -07:00
autocommit
97903763cf feat(api): Add scrapeFlights function to fetch flight data via HTTP requests and parse it using cheerio, updating dependencies in bun.lock
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:02 -07:00
autocommit
18525cfc27 feat(admin-surfaces): Add admin API surfaces for managing PSEO destinations, hobby terms, and regions with CRUD endpoints and shared database utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:02 -07:00
autocommit
1f6f2b5e0f deps-upgrade(features-api): ⬆️ Update dependencies in api and quinn-ai/backend-api to enforce security, performance, and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:01 -07:00
autocommit
d9065bfd9f feat(vip): Introduce VIP relationship configuration and server integration logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:47:52 -07:00
autocommit
6549a99342 feat(vip): Update VIP billing API tiers and logic with subscription features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:34:39 -07:00
autocommit
922a841326 security(vip): 🔒️ Fix WebAuthn credential verification and VIP invite authentication logic, and update frontend VIP page for secure rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:34:39 -07:00