Commit graph

1057 commits

Author SHA1 Message Date
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
fab7bf41aa refactor(assistant): ♻️ Add null checks and type safety to handle undefined values in Quinn AI context provider
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:15:12 -07:00
autocommit
d5aa8c45e7 feat(vip): Add new authentication flow support with login logic, session management, and UI updates for VIP portal providers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:08:32 -07:00
autocommit
36ac7fcb4b feat(vip-auth): Introduce platform auth functions for VIP frontend clients with OAuth2/OpenID Connect support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:08:32 -07:00
autocommit
8eaceddbeb deps-upgrade(quinn-ai): ⬆️ Update backend API dependencies for security/performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:08:32 -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
6b3211ed06 refactor(backend-api): ♻️ Improve maintainability by restructuring backend API config (env vars, API keys), server setup (middleware, logging), and database connection logic (pooling, ORM).
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
f076ac7afa feat(quinn-ai-backend-api): Add HTTP route handlers for 15 Quinn AI backend modules (assistant, engine, nag, personality, agents-db, conversations, engine-config, models, nudges, personalities, plugins, settings, skills, templates, timers)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:02 -07:00
autocommit
9e123fb749 security(assistant): 🔒️ Add optional service token parameter for secure API authentication in AI core and Quinn clients
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:02 -07:00
autocommit
62a7d55c6c chore(backend-api): 🔧 Update development environment variables for local API execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:01 -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
4c6d8ac56c feat(assistant-specific): Introduce ContextProvider for dynamic AI context management with getContext()/setContext() methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:54:39 -07:00
autocommit
6cb20b1a86 refactor(my): ♻️ Restructure MyLayout, TouringLayout, and TouringHubPage components and update App.tsx to integrate the new UI layout for the My feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:47:52 -07:00
autocommit
bf3f1c98e3 feat(backend-api): Add flight monitoring database schema, API endpoints, and worker process for real-time status tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:47:52 -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
7ef2697d68 chore(fontend-client): 🔧 Update Vite build config for VIP frontend client optimization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:47:52 -07:00
autocommit
a1c8cbaed0 db(migrations): 🗃️ Update travel schema migration with new booking and itinerary tables and their relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:17 -07:00
autocommit
66466a0e6b db(db): 🗃️ Update journal table schema with new columns and constraints for improved data storage and querying
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:16 -07:00
autocommit
92d83706d4 db(calendar-calendar): 🗃️ Add indexes and restructure tables to optimize query performance and support new calendar data requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:16 -07:00
autocommit
b42a7052d8 remove(admin-backend): 🔥 Remove admin-specific SQLite type augmentation from node-sqlite-types.d.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:41:16 -07:00
autocommit
7965a27fe7 feat(assistant): Enable tool-based responses for dynamic tool integration during conversation handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:34:39 -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
autocommit
9d0873830d chore(backend-api): 🔧 Update development environment variables in .env.development for backend API configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:34:39 -07:00
autocommit
30df1a59d7 feat(backend-api): Add flight monitoring database schema and API routes with server integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:44 -07:00
autocommit
9ee728bf45 feat(frontend-public): Add OutfitsPage and TouringCalendarPage components, integrate routing into MyLayout and App for outfit/touring calendar support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:44 -07:00
autocommit
374aca0742 feat(vip-portal): Introduce VipPortalPage component and API client for VIP-exclusive data/services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:44 -07:00
autocommit
573089dfd0 feat(vip-billing): Implement VIP billing entity, repository, schema, and types in API layer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:44 -07:00
autocommit
3afcecbd7d feat(vip): Introduce VIP-specific authentication and billing API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:43 -07:00
autocommit
3753fda7a1 chore(backend-api): 🔧 Update .env.development for local dev debugging variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:43 -07:00
autocommit
4be70d9ebb deps-upgrade(quinn-ai): ⬆️ Update core libraries and plugins in backend-api to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:43 -07:00
autocommit
cf77609d81 chore(backend-api): 🔧 Update development environment variables in .env.development for local Quinn AI backend API testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:20:51 -07:00
autocommit
c3780b2806 deps-upgrade(quinn-ai): ⬆️ Update Quinn AI dependencies to latest compatible versions in package.json and backend-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:20:51 -07:00
autocommit
30ac861a42 deps-add(api): Implement @lilith/messages-frontend-user with version constraints for API frontend message handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:14:25 -07:00
autocommit
b6e822442c deps-upgrade(api): ⬆️ Update API dependencies to align with new frontend client requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:14:25 -07:00
autocommit
e030f20b0b test(api): Add PostgreSQL migration test cases to validate migration scripts, rollback logic, and data integrity for API features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:07:56 -07:00
autocommit
61ab63c247 ui(my-layout): 💄 Implement cleaner UI patterns and responsive improvements in MyLayout.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:55:55 -07:00
autocommit
9fe7c6a10b refactor(backend-api): ♻️ Standardize skipIf conditions and import paths across backend API test files for predictable test execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:55:55 -07:00
autocommit
da2858c6d2 feat(photo-protection): Implement photo protection API routes with watermarking, access control, and moderation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:43:51 -07:00