Commit Graph

  • 9c135d3289 Fix ESLint type import and add better-auth to serverExternalPackages Claude 2026-06-11 05:45:55 +00:00
  • e03c553b7f Add temporary PDF preview links via public token TTL Claude 2026-06-11 05:37:17 +00:00
  • c0a333710f Complete MCP coverage: 58 tools, invoice filters, templates, email config, profile Claude 2026-06-11 05:33:13 +00:00
  • c6b6641dfa Expand MCP from 24 to 49 tools — full coverage of all major features Claude 2026-06-11 05:30:16 +00:00
  • 868c34f005 Expose invoiceId in MCP time_clock_in tool Claude 2026-06-11 05:11:54 +00:00
  • feb8f36ce7 Integrate time clock directly into invoices, remove standalone page Claude 2026-06-11 00:23:50 +00:00
  • 0d8efb0c5f chore: update dependencies (next, react, radix-ui, trpc, drizzle, etc.) soconnorandClaude Sonnet 4.6 2026-06-06 18:57:40 -04:00
  • 9762ede7ec feat: show live estimated hours/earnings while timer is running soconnorandClaude Sonnet 4.6 2026-06-06 18:54:05 -04:00
  • 2b4608bfb4 feat: add missing MCP tools and fix undefined content response soconnorandClaude Sonnet 4.6 2026-06-06 18:46:30 -04:00
  • c490556a02 fix: copy static assets into standalone dir after next build soconnorandClaude Sonnet 4.6 2026-06-06 18:31:20 -04:00
  • 839016532c fix: move ssr:false dynamic imports into client component soconnorandClaude Sonnet 4.6 2026-06-06 18:26:42 -04:00
  • b1f0c98fdd fix: use node standalone server instead of next start soconnorandClaude Sonnet 4.6 2026-06-06 18:24:59 -04:00
  • d2f39bfc35 refactor: replace custom migrate.ts with standard Drizzle migrator soconnorandClaude Sonnet 4.6 2026-06-06 18:12:01 -04:00
  • 960f0c2d17 fix: add isMigrationApplied cases for migrations 0009–0012 soconnorandClaude Sonnet 4.6 2026-06-06 18:07:35 -04:00
  • ef94b69e52 feat: show active timer on dashboard homepage with clock-out button soconnorandClaude Sonnet 4.6 2026-06-06 18:05:54 -04:00
  • 540150be33 fix: use node standalone server instead of next start soconnorandClaude Sonnet 4.6 2026-06-06 18:00:32 -04:00
  • d9e2bab779 feat: time clock links to latest client invoice + fix SSO verification token overflow soconnorandClaude Sonnet 4.6 2026-06-06 17:55:26 -04:00
  • 3c708b7914 time clock fixes soconnor 2026-06-06 17:18:32 -04:00
  • b0e026c963 Fix ESLint errors: remove setState-in-effect, use nullish coalescing Claude 2026-06-06 18:06:32 +00:00
  • bdc25e0c58 Document Drizzle migration journal requirement in AGENTS.md Claude 2026-06-06 18:03:55 +00:00
  • cf7af6ae00 Add time_entries migration to Drizzle journal Claude 2026-06-06 17:52:41 +00:00
  • 29630ebc1f Add time clock feature with MCP access Claude 2026-06-06 17:05:17 +00:00
  • 413eb3e3c0 Allow MCP API route through proxy soconnor 2026-06-04 21:44:24 -04:00
  • bad24aeda4 Merge MCP API access soconnor 2026-06-04 21:40:08 -04:00
  • 37eb70be65 Add MCP API access soconnor 2026-06-04 21:33:32 -04:00
  • a13992e387 fix: use custom migrate.ts instead of drizzle-kit migrate in Docker soconnorandClaude Sonnet 4.6 2026-05-10 21:59:46 -04:00
  • f4c2435ddc fix: run db:migrate at container startup instead of build time soconnorandClaude Sonnet 4.6 2026-05-10 21:48:21 -04:00
  • 898422571f fix: remove hardcoded baseURL from auth client soconnorandClaude Sonnet 4.6 2026-05-10 21:41:05 -04:00
  • e3b2de5aa2 fix: replace invalid ADD CONSTRAINT IF NOT EXISTS with DO $$ BEGIN blocks soconnorandClaude Sonnet 4.6 2026-05-10 18:29:49 -04:00
  • c878a6ed69 chore: add isMigrationApplied check for migration 0008 soconnorandClaude Sonnet 4.6 2026-05-10 18:17:38 -04:00
  • 95b5ba5171 chore: add migration 0008 for payments, recurring invoices, and public links soconnorandClaude Sonnet 4.6 2026-05-10 18:13:35 -04:00
  • f0c34160df feat: add recurring invoices, public links, time tracker, payments, reminders soconnorandClaude Sonnet 4.6 2026-05-10 17:17:58 -04:00
  • 47a0ccc88c fix: remove extra bottom padding from filter and pagination bars soconnorandClaude Sonnet 4.6 2026-05-10 03:10:37 -04:00
  • 7819e438df feat: add fuzzy autocomplete and NL quick-add for invoice line items soconnorandClaude Sonnet 4.6 2026-05-10 03:08:00 -04:00
  • 0ba9c2f029 refactor: simplify register page to single centered card soconnorandClaude Sonnet 4.6 2026-05-10 02:35:33 -04:00
  • 02a951817c refactor: simplify signin page to single centered card soconnorandClaude Sonnet 4.6 2026-05-10 02:33:12 -04:00
  • 3983724866 fix: restore authentik trusted origin and remove auth card U-border shadow soconnorandClaude Sonnet 4.6 2026-05-10 02:24:46 -04:00
  • 0e46fdafb2 feat: add administration page and account role management soconnor 2026-04-30 10:50:50 -04:00
  • ddc2b42672 Refactor invoice data table and templates page for improved readability and functionality soconnor 2026-04-29 22:49:07 -04:00
  • dbb739b060 refactor: update SendEmailPage layout and remove SendEmailDialog component soconnor 2026-04-28 01:30:38 -04:00
  • bd3181fb9d feat: add PDF preview functionality and normalize email message handling soconnor 2026-04-28 01:26:47 -04:00
  • 915ec103fc feat: add email message field to invoices and update related components soconnor 2026-04-28 01:06:45 -04:00
  • 4108019eab feat: enhance PDF generation with improved line estimation and page budgeting soconnor 2026-04-28 00:44:00 -04:00
  • 84a5d997b4 refactor: remove InvoiceView component and update related email and invoice handling soconnor 2026-04-28 00:34:56 -04:00
  • ad89ad001d feat: update Dockerfile and docker-compose.yml to use WEB_PORT variable and streamline migration process soconnor 2026-04-27 22:49:13 -04:00
  • 4fd6772f2e refactor: streamline Dockerfile and docker-compose.yml for improved build process soconnor 2026-04-27 22:41:57 -04:00
  • fbeca7cfee feat: remove start.sh script and add appearance preferences management soconnorandCopilot 2026-04-27 22:12:16 -04:00
  • b582b6c88e update pdf generation to flow better soconnor 2026-04-27 14:15:06 -04:00
  • 00e066ca4e fix: register frutiger-bold as pdf font soconnor 2026-04-27 13:33:40 -04:00
  • 4214a4b4de add invoice prefixes, currency passing to pdf gen soconnor 2026-04-10 01:28:14 -04:00
  • af392e1bc9 remove reordering controls, add auto sort soconnor 2026-04-09 23:27:45 -04:00
  • 74f9696023 Add tax features: summary report, deductible expenses, invoice tax fix, CSV export Claude 2026-04-05 03:21:08 +00:00
  • 1f76cf38a7 Fix migrate: remove bogus tracking entries from broken baseline Claude 2026-04-05 03:11:43 +00:00
  • e5242b37a4 Fix baseline: only mark migrations applied if schema changes already exist Claude 2026-04-05 03:08:34 +00:00
  • 38206f34fe Handle baseline migration for databases previously set up with db:push Claude 2026-04-05 03:06:08 +00:00
  • e950abd805 Fix migration files excluded from Docker build and restore fonts Claude 2026-04-05 03:03:45 +00:00
  • 4c0eae4b11 Fix build: resolve Turbopack client bundle and font issues Claude 2026-04-05 03:00:25 +00:00
  • e6b79ce2c2 Add bulk actions, multi-currency, expenses, templates, and reports Claude 2026-04-05 02:34:06 +00:00
  • ba14526fc5 Set up proper DB migrations and fix remaining mobile responsive issues Claude 2026-04-05 01:59:08 +00:00
  • 563d77ba65 Update README and improve mobile responsiveness for invoicing UI Claude 2026-04-05 01:53:15 +00:00
  • fb5ffc3195 upd: upgrade dependencies and improve invoice form layout soconnor 2026-04-04 21:09:24 -04:00
  • 1b6dfbb460 Fix invoice edit cache invalidation issue soconnor 2026-01-14 13:21:49 -05:00
  • 01f3b408e9 upd: change plugin for oidc soconnor 2026-01-14 03:30:15 -05:00
  • ea9dc35323 db: push sso changes soconnor 2026-01-14 03:24:30 -05:00
  • 1cf3dc4d6f feat: manual account linking soconnor 2026-01-14 03:20:31 -05:00
  • 0696e488e6 feat: add account linking soconnor 2026-01-14 03:17:54 -05:00
  • 0d5aae3f1b fix: adding explicit JWKS URI to bypass discovery issues soconnor 2026-01-14 03:14:55 -05:00
  • ee98bc6fcb fix: redundancy for redirect soconnor 2026-01-14 03:10:10 -05:00
  • 9aa0179d2e fix: change domain soconnor 2026-01-14 03:05:27 -05:00
  • cba39f80dc fix: testing soconnor 2026-01-14 03:04:04 -05:00
  • c8ac5710cf fix: add trusted origins soconnor 2026-01-14 02:59:52 -05:00
  • b90eb6d426 fix: add issuer env soconnor 2026-01-14 02:50:57 -05:00
  • 07d1dd6fc3 fix: remove proxy soconnor 2026-01-14 02:47:42 -05:00
  • d5f337df80 fix: hide mock in prod soconnor 2026-01-14 02:36:27 -05:00
  • d4df1a5104 lib: update next soconnor 2026-01-14 02:34:55 -05:00
  • 302f3cb3f5 feat: add oidc support with authentik soconnor 2026-01-14 02:33:20 -05:00
  • 180f14dfb0 feat: improve invoice calendar item display and date picker icon button styling soconnor 2025-12-14 22:02:04 -05:00
  • 32cffa34fa feat: Enhance DatePicker and NumberInput components, refactor invoice line item UI, sort invoice items by date, and remove Vercel configuration. soconnor 2025-12-14 21:13:18 -05:00
  • ed0dacb435 feat: Implement a new CountUp component and refactor calendar day details to use a Sheet instead of a Dialog. soconnor 2025-12-14 02:16:29 -05:00
  • 91d410cbce refactor: Remove env.example, optimize invoice calendar item selection with derived state, and enhance invoice form's default hourly rate initialization and save button loading state. soconnor 2025-12-14 02:16:21 -05:00
  • 75c4362d97 fix: resolve all remaining type safety errors soconnor 2025-12-11 20:15:29 -05:00
  • cf4ef928b8 fix: resolve majority of lint errors across codebase soconnor 2025-12-11 20:05:34 -05:00
  • 50735b74ea fix: resolve lint errors in modified files soconnor 2025-12-11 20:01:04 -05:00
  • 1a3c2e08ce refactor: improve invoice editor UX and fix visual issues soconnor 2025-12-11 19:57:54 -05:00
  • 39fdf16280 feat: Implement a new dashboard shell with animated background, refactor dashboard data fetching into a dedicated API route, and introduce new UI components.** soconnor 2025-12-10 03:16:36 -05:00
  • ca6484aea5 hotfix: update next/react to patch RCE exploit soconnor 2025-12-03 20:44:07 -05:00
  • 77498967ec chore: update Next.js to 16.0.6 and refresh bun lockfile soconnor 2025-11-30 19:33:03 -05:00
  • 10d7500ef3 feat: integrate Umami analytics for client-side and server-side event tracking soconnor 2025-11-30 19:28:25 -05:00
  • e27877c477 fix: Ensure color theme syncs correctly by updating useEffect dependencies, refactor email base URL assignment, and add baseline-browser-mapping dependency. soconnor 2025-11-29 03:16:46 -05:00
  • 03579bc625 feat: Implement database persistence and synchronization for user theme preferences soconnor 2025-11-29 03:08:10 -05:00
  • a1c7b9223f feat: Remove Vercel Analytics, generalize deployment instructions, and switch base URL configuration to NEXT_PUBLIC_APP_URL. soconnor 2025-11-29 02:52:10 -05:00
  • 2fc03566d1 feat: introduce BETTER_AUTH_URL and NEXT_PUBLIC_APP_URL environment variables and update password reset link. soconnor 2025-11-29 02:47:30 -05:00
  • 079d9b6282 chore: Set database connection SSL configuration to false. soconnor 2025-11-29 02:39:09 -05:00
  • 5723ca07a8 feat: add trusted origin to authentication configuration. soconnor 2025-11-29 02:32:58 -05:00
  • a452526cbb refactor: Switch clone-local.sh to use local pg_dump/psql and remove an old Drizzle migration file. soconnor 2025-11-29 02:29:30 -05:00
  • 3ebec7aa4a refactor: migrate authentication system and update Drizzle schema. soconnor 2025-11-29 02:26:26 -05:00
  • c88e5d9d82 feat: Implement dynamic accent color selection and refactor appearance settings soconnor 2025-11-29 00:49:24 -05:00
  • 10e1ca8396 feat: Add comprehensive theme management with mode and color selectors, alongside new fonts. soconnor 2025-11-27 23:31:10 -05:00
  • 0809f75673 Disable ESLint during Next.js builds soconnor 2025-11-25 02:05:00 -05:00
  • 35ca35c28a Clean up unused imports and refactor type definitions soconnor 2025-11-25 02:01:16 -05:00