Commit graph

86 commits

Author SHA1 Message Date
Claude Code
7143250f30 feat(financials): Introduce FinancialsPage component and backend API routes for financial data management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 04:23:12 -07:00
Claude Code
b9129ddbb4 feat(frontend-public): Add 'type' field to income session data model and update API types for financials
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:33:25 -07:00
Claude Code
c5236940d4 refactor(frontend-public): ♻️ Implement modular routing and component hierarchy in App.tsx to separate admin and user-facing navigation logic cleanly
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:30 -07:00
Claude Code
67264c31d3 feat(auth-authentication): Add navigation header component, implement useAuth hook for auth state management, and introduce SSO login page with third-party provider support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:30 -07:00
Claude Code
332254521d chore(fontend-config): 🔧 Update development environment variables for my, admin, and sso frontend features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:29 -07:00
Claude Code
a2d59b6a23 feat(auth-specific): Add auth-specific hook, LoginPage components, and backend routes with env.d.ts type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
87243706ff feat(mcp-server): Add logic to recognize and process new income session types in MCP server entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00
Claude Code
f4b57954db feat(backend-api): Add type field to income sessions and update financials API to include it in responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00
Claude Code
0e73a29666 infra(mcp-server): 🧱 Update server initialization, dev scripts, and manifest metadata for MCP server infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
f597da534a feat(backend-api): Add device-link authentication guard and test coverage for backend API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 00:47:58 -07:00
Claude Code
5419a54bf1 chore(backend-api): 🔧 Update environment variables in .env.development for admin, my, and sso modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 00:47:57 -07:00
Claude Code
aa96d004a4 feat(backend-api): Update server routes and configuration in server.ts for new endpoints and behavior improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:19:34 -07:00
Claude Code
024403cfa5 test(bookings): Add mockClear utility to clear/reset sendMail side effects in booking tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:19:34 -07:00
Claude Code
74374f3193 ui(frontend-public): 💄 restructure navigation routes and reorganize layout hierarchy in the App component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:06:24 -07:00
Claude Code
72ca881d2d refactor(mcp-server): ♻️ Implement modular server config and MCP integration for better maintainability and cross-compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:06:24 -07:00
Claude Code
fee0bd5980 feat(inspiration): Add inspiration feature with database schema, API routes, frontend page, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:06:24 -07:00
Claude Code
0724d19e8b feat(device-link): Introduce DeviceLink and PassphraseSeeding modules with new API routes and secure authentication logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:00:28 -07:00
Claude Code
e226bf2d70 breaking(auth-specific): 💥 Remove local auth logic and replace with SSO (OAuth/SAML) while deprecating TOTP
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:00:28 -07:00
Claude Code
65b7f30a2c deps-upgrade(backend-api): ⬆️ Update dependencies for backend API to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:00:27 -07:00
Claude Code
7beb5cc001 feat(roster): Add RESTful API endpoints, database models, and CLI commands for roster management with CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 20:47:07 -07:00
Claude Code
944d4d95fc deps-upgrade(features): ⬆️ Update dependencies across admin, messages, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 20:47:06 -07:00
Claude Code
b0ff79cd2b deps-upgrade(adminmy): ⬆️ Update dependencies across admin/backend-api, admin/frontend-public, my/backend-api, and my/frontend-public packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:15:25 -07:00
Claude Code
b981590674 test(backend-api): Add comprehensive device linking tests for admin and user modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:08:22 -07:00
Claude Code
0987cc5ad0 chore(config): 🔧 Update Vitest configs in admin and my features to standardize testing practices
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:08:21 -07:00
Claude Code
6cd72adde3 feat(backend-api): Add database schema and API routes for roster management (applications, memberships, capacity)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 23:04:30 -07:00
Claude Code
9930bc528f feat(security): Introduce device link API routes and SecurityPage UI for managing linked devices
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:58:47 -07:00
Claude Code
60f8795613 deps-upgrade(features): ⬆️ Update dependencies across admin, my, and provider-website modules to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:58:47 -07:00
Claude Code
d2678a305b deps-upgrade(frontend-public): ⬆️ Update frontend dependencies to latest stable versions for bug fixes and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 20:45:23 -07:00
Claude Code
bbef8c8da7 deps-upgrade(dependencies): ⬆️ Update dependencies across admin, analytics, comm-newsletter, my, and quinn-ai modules for security, compatibility, and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 16:37:33 -07:00
Claude Code
431bb74221 refactor(rich-text-editor): ♻️ Restructure internal logic for optimized rendering and cleaner architecture
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:54 -07:00
Claude Code
37af9c2a7e feat(frontend-public): Add PlatformsPage and PlatformAdCopy components, update API types, and integrate new routes in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:25 -07:00
Claude Code
dbabf3ea35 feat(backend-api): Add data routes, booking inbound processing, and database integration with MCP server coordination
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:25 -07:00
Claude Code
38b3f7e9b1 deps-upgrade(backend-api): ⬆️ Pin and update dependency versions in admin, comm-newsletter, and my backend APIs to ensure consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:25 -07:00
Claude Code
38f8084b6d feat(backend-api): Introduce key event processing endpoint and server configuration for real-time event handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
efb5b83732 feat(auth): Introduce auth API routes, session key store, and secure session management system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
9c2ce7f61a security(backend-api): 🔒️ Refactor encryption handling for credentials to enforce stronger encryption and improved key management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
f2a9e0b88b feat(photo-protection): Introduce protected photo access route in backend and update UI to handle restricted photo display
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 17:33:30 -07:00
Claude Code
70552cc7ad chore(backend-api): 🔧 Update development env vars in .env.development for backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 17:33:29 -07:00
Claude Code
27df989c47 deps-upgrade(backend-api): ⬆️ Update dependencies in admin, comm-newsletter, and my backend API modules to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 17:33:29 -07:00
Claude Code
2cc701ea71 feat(admin): Add adversary view jobs hook for frontend admin dashboard and update user-specific backend API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 17:21:57 -07:00
Claude Code
411af99be4 deps-upgrade(backend-api): ⬆️ Update dependencies with security patches, bug fixes, and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 14:19:50 -07:00
Claude Code
ef13f6a6ee feat(deployment): Update Vite frontend config for quinn.my domain and enhance TypeScript environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 14:15:26 -07:00
Claude Code
4f3d6147e0 deps-upgrade(backend-api): ⬆️ Update Express, database drivers, and utilities to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 14:15:26 -07:00
Claude Code
5fc3f79f72 feat(backend-api): Add booking test cases and update Docker Compose for mail services, dev scripts, and agent environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 14:08:55 -07:00
Claude Code
d9a2ba879d feat(backend-apimcp-server): Update API routes and MCP server logic for data processing and client interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:45:19 -07:00
Claude Code
af7153678d feat(frontend-public): Add dynamic theme switching with light/dark mode support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:54 -07:00
Claude Code
ff49ba43fb docs(type): 📝 Update TypeScript type definitions in frontend-public for API interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:54 -07:00
Claude Code
a083453d79 feat(bookings-page): Add booking confirmation modal and update booking list rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:54 -07:00
Claude Code
d3b313fe14 feat(backend-api): Add AI-assisted booking endpoints and integrate agent-based routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:02:41 -07:00
Claude Code
daac1fa669 feat(backend-api): Add new booking-related API endpoints for create, query, and update operations with validation and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 12:40:26 -07:00