Commit graph

587 commits

Author SHA1 Message Date
autocommit
231834eff3 security(auth): 🔒️ Enforce HTTPS for Cocotte frontend URL in auth config to prevent insecure HTTP connections
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 17:19:45 -07:00
autocommit
97425c8a2b feat(auth): Implement OTP generation, validation, and session management for Cocotte auth with phone number normalization and secure OTP hashing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 09:35:23 -07:00
autocommit
a27038e89c feat(auth): Introduce VIP-specific authentication logic and endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 09:28:17 -07:00
autocommit
fa482d590d feat(vip-client): Add phone-based lookup methods for VIP client entity and repository
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 09:28:17 -07:00
autocommit
23e1c837f5 feat(api): Introduce VIP quote retrieval by year and slug with new API endpoints and session middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:45:14 -07:00
autocommit
567cdaec73 feat(sms): Implement MAC sync for secure message authentication and integrity verification in SMS API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:38:44 -07:00
autocommit
45ce5c9374 feat(api-otp): Add OTP attempt tracking with repository, schema, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:05:43 -07:00
autocommit
45586db3d9 feat(vip): Add subscription tier, loyalty points, and expiry date fields to VipClient schema; add discounted pricing, validity period, and promotional offer links to VipQuote schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:05:43 -07:00
autocommit
cdbd7c4f61 feat(api): Add OTP attempt tracking migrations to server migrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:05:43 -07:00
autocommit
676975ce68 chore(api-scripts): 🔧 Update London demo seed script with new quote slug and password
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:05:43 -07:00
autocommit
4b5ecba230 chore(api): 🔧 Update API server configuration in server.ts with middleware and routing adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 03:50:11 -07:00
autocommit
90c705c512 fix(vip): 🐛 Replace deprecated getPaymentMethodById with getPaymentMethod in VIP API call
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 03:27:33 -07:00
autocommit
f92a1b7153 feat(vip): Introduce new VIP quote completion endpoints with request/response schemas and business logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 03:20:46 -07:00
autocommit
cfe4fc36b8 feat(vip-quote): Add VIP quote entity, repository, and schema for API quote completion functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 03:20:46 -07:00
autocommit
48c551db29 feat(api): Add repository-level tracking for regional payment method popularity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 03:07:49 -07:00
autocommit
ddfb0fa9e0 feat(api-entities): Introduce PaymentMethod and VIPQuote entity schemas and TypeScript types in the API layer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 03:01:15 -07:00
autocommit
1acdca5d05 chore(api): 🔧 Update dev environment variables for API component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 02:34:31 -07:00
autocommit
3e9f860d29 feat(vip): Implement VIP payment processing API and quote confirmation flow with routing and UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 02:02:13 -07:00
autocommit
35554ab240 feat(vip-quote): Introduce VipQuoteRepository, VipQuoteSchema, and related types; add frontend API client for VIP quote management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:56:03 -07:00
autocommit
a9d7f9c30e feat(vip): Introduce VIP quote handling API and frontend request page
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:30:06 -07:00
autocommit
f1dcbcfabb refactor(admin): ♻️ Implement cleaner server initialization and routing logic in admin MCP and API server configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:22:24 -07:00
autocommit
5300f0f4e9 feat(api-entities): Add tour-stop, vip-quote, and destination-visits entity schemas, types, and admin surface logic for API layer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:22:24 -07:00
autocommit
9204094af8 feat(vip-quote): Introduce VipQuote entity, repository, schema validation, and API endpoints for VIP quote management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:14:26 -07:00
autocommit
a5df53407f feat(tour-stops): Implement tour stops API surface and QuotePage component for VIP frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 19:46:21 -07:00
autocommit
dd33e18970 feat(api): Add London demo mode routes and seed script for API server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 18:35:54 -07:00
autocommit
bf77ed52e6 feat(destination-core): Add Destination entity with seed data and TourOptimizer for route optimization in API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 18:35:53 -07:00
autocommit
4c2c29351e deps-upgrade(api): ⬆️ Update dependencies in @features/api to enforce security patches and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 18:35:53 -07:00
autocommit
5a95093613 feat(api-scripts): Update London demo data seeding logic in seed-london-demo.sh
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 08:15:12 -07:00
autocommit
d9fc2b4bcf feat(destination-performance): Introduce DestinationPerformanceRepo, PerformanceMetric types, and rank opportunity locations logic with smoke tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:54:40 -07:00
autocommit
c3c2331f4c feat(provider-grades): Introduce ProviderGrades schema, rubric logic, and seed data with API integration in server.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:47:50 -07:00
autocommit
4204882562 feat(vip-quote): Add VIP quote repository and update Sansonnet clients page with demo data seeding infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:48:47 -07:00
autocommit
5460a6bbfa feat(vip): Add VIP quote API types, frontend client, QuotePage component, and EventsListPage integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:41:50 -07:00
autocommit
09bf0882f6 feat(destination): Extend Destination schema with animation metadata and update QuotePage to render VIP-specific quote animations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:14:31 -07:00
autocommit
d01d2df516 db(backend-api): 🗃️ Update hotel schema and adjust backend database configuration for schema changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:07:42 -07:00
autocommit
e019176404 feat(destination-performance): Introduce DestinationPerformance entity with schema, types, and repository logic; add TourStop schema; implement opportunity-locations for performance-based route optimization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:07:41 -07:00
autocommit
12f8f1aae0 feat(mail-autoresponder): Introduce new status states and vigil detection worker for mail-autoresponder
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 03:02:14 -07:00
autocommit
de54c9307e feat(api): Add seed-london-demo.sh script to populate London environment with demo data for testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:54:56 -07:00
autocommit
8b225a8e0a feat(vip): Implement VIP-specific SSO middleware and admin/auth endpoints for quote management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:54:55 -07:00
autocommit
d146fc1b5f chore(api): 🔧 Update development environment variables in .env.development for API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:54:55 -07:00
autocommit
115c410681 feat(api): Implement VIP quote entity with API repository, schema, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:48:18 -07:00
autocommit
f6297c2c69 chore(api): 🔧 Add script to seed London demo data for API testing environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:20:07 -07:00
autocommit
c315a19f9e feat(vip-quote): Implement VIP quote entity with schema validation, repository logic, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:06:21 -07:00
autocommit
a62fad99d5 feat(vip): Add VIP quote entity, API endpoints, QuotePage, and seed data functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:52:44 -07:00
autocommit
292ddf2f53 feat(messages): Implement sent-emails API, message threading, Inbox page, and ThreadPane component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
f2174c9377 deps-upgrade(apimcp-server): ⬆️ Update dependencies in API and MCP server modules to latest versions for compatibility, security, and performance enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
6fb67b172b chore(api): 🔧 Update .env.development for API feature environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:30:43 -07:00
autocommit
5885a858fb feat(inbox-importance): Refactor importance scoring algorithm to support dynamic prioritization in inbox messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:03:31 -07:00
autocommit
64f266ffd3 chore(api-server): 🔧 Update server startup config and local Caddyfile for TLS/routing optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:49:07 -07:00
autocommit
f7159a93e8 chore(api): 🔧 Update environment variables in .env.development for API feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:49:07 -07:00
autocommit
a54762249b feat(messages): Introduce email admin UI with EmailAdmin page and SentEmailsSection component, backend mail-sync/send logic, and API routes for message operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:34:35 -07:00