Commit graph

28 commits

Author SHA1 Message Date
Claude Code
ab70259b89 test(e2e): Add/update E2E test cases for frontend-public features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
9ec2602fda feat(auth-authentication): Implement enhanced login flow, security settings, and photo verification security features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
a434c345a0 feat(auth): Add OAuth2 token refresh and secure session handling in useAuth hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
b3aea8e3a9 ux(frontend-public): 🚸 Improve popout interactions and layout responsiveness with smoother animations and hover/click handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
32c39d6bbe feat(frontend-public): Introduce experimental UI component in root App component for layout/state integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
c11feb07a6 chore(frontend-public): 🔧 Update Playwright test configuration for CI/CD and local execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
d28a7fa2e0 feat(auth-significant): Add OAuth2 login support, device linking, and photo protection policies to backend API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
b0f7132bd6 security(auth-specific): 🔒️ Implement TOTP-based two-factor authentication for user logins with backend API, frontend integration, and database schema updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
224ce661bd deps-upgrade(frontend-public): ⬆️ Update Vite dependencies and adjust Docker E2E/test environments for frontend-public modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
3367f1429c deps-upgrade(dependencies): ⬆️ Update dependencies across admin, analytics, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
fcf548e2b1 feat(mcp-server): Update server entry point to implement core initialization and request handling logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
142ce5d200 types(frontend-public): 🏷️ Update API response/request type definitions for frontend-backend compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
9d10e1fa97 feat(pages): Add FinancialsPage component for displaying structured financial metrics and charts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
c44d5f22f0 feat(auth-specific): Introduce useAuth hook for JWT token management, session state, and auth context via React context
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
a5f8e100fe feat(backend-api): Add route handlers for data processing and financial transaction endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
68f2499df2 db(backend-api): 🗃️ Modify critical database schema and connection settings to enforce strict validation and ensure backward compatibility for all backend operations.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:09 -07:00
Claude Code
65092b8246 chore(fontend-public): 🔧 Update local development environment variables in .env.development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
5a597382b5 feat(frontend-public): Add public frontend components for feature integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
f488c580ea feat(mcp-server): Implement MCP server initialization and message handlers for the "my" feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
a886c1884f breaking(backend-api): 💥 Reorganize and deprecate auth, data-writers, financials, bookings, and credentials routes to enforce unified API contracts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
3569f44a2d breaking(backend-api): 💥 Update SQLite type definitions and modify server/config to enforce breaking API contract changes for database, static files, and email functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:54 -07:00
Claude Code
3f9bdd9198 deps-upgrade(provider-website): ⬆️ Update dependencies in analytics, newsletter, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:51 -07:00
Claude Code
95e555042a refactor(backend-api): ♻️ Improve SQLite type safety and database layer structure in db.ts and node-sqlite-types.d.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 10:48:47 -07:00
Claude Code
dac4b7cac9 feat(routes): Add data writer and financial data endpoints for backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:40 -07:00
Claude Code
04577f828a feat(backend-api): Add passphrase authentication logic, financial data seeding, and SQLite type support; update server and static handling configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:40 -07:00
Claude Code
1ec4e8b53f chore(domains): 🔧 Update Vite, TypeScript, and environment configs across features and quinn.www domain
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:38 -07:00
Claude Code
030917964c deps-upgrade(backend-api): ⬆️ Update backend API dependencies to latest compatible versions for security and performance enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:38 -07:00
Claude Code
556942e02c feat(my-assuming): Introduce new feature components for assumed functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:01 -07:00