37 Commits (69c800fbb6b6636a2f225fb1ffba5b1a43338b5e)
 

Author SHA1 Message Date
npmrun 69c800fbb6 fix: differentiate UNIQUE constraint from other DB errors on registration 2 weeks ago
npmrun 4dd9e8627c feat: wire header login button to /register 2 weeks ago
npmrun f1853b8fab fix: add double-submission guard, captcha ARIA labels, and error handling on mount 2 weeks ago
npmrun c151fda781 feat: add registration page with captcha support 2 weeks ago
npmrun 4d507df75d fix: use try-catch on insert to handle TOCTOU username race condition 2 weeks ago
npmrun c7f791cf55 feat: add POST /api/auth/register endpoint 2 weeks ago
npmrun 0aa5660d20 feat: add GET /api/auth/captcha endpoint 2 weeks ago
npmrun d669977f9a fix: add trim() to username validation to prevent whitespace-only values 2 weeks ago
npmrun 782697bd46 feat: add registration Zod validation schema 2 weeks ago
npmrun 3f4aaa5773 feat: add captcha generation and verification utility 2 weeks ago
npmrun d8a0191786 chore: add svg-captcha dependency 2 weeks ago
npmrun e138b12f57 docs: add registration page implementation plan 2 weeks ago
npmrun 67e3f3e508 docs: add registration page design spec 2 weeks ago
npmrun a1eeb0683f feat: add MCP server configuration and enhance scheduler task modal with advanced settings 2 weeks ago
npmrun 0e9a27c6b8 fix: resolve TypeScript type errors in scheduler admin pages 2 weeks ago
npmrun b40e37ac0e fix: use explicit import for cleanup-logs to avoid tree-shaking 2 weeks ago
npmrun 0a1e5b9e6e feat: add example cleanup-logs system task 2 weeks ago
npmrun d5a7b5ca03 feat: add scheduler task detail page with execution history 2 weeks ago
npmrun d5250222be feat: add scheduler task create/edit modal component 2 weeks ago
npmrun db8aebb56d feat: add scheduler admin list page with task table 2 weeks ago
npmrun 7a274bc7f0 feat: add API endpoints for execution logs and stats 2 weeks ago
npmrun 5f8fc0dfc4 feat: add API endpoints to trigger and toggle tasks 2 weeks ago
npmrun 825116ecdc feat: add API endpoints to get, update, and delete tasks 2 weeks ago
npmrun 61d4d3bcd2 feat: add API endpoints to list and create scheduled tasks 2 weeks ago
npmrun 512ee6cc27 feat: wire scheduler lifecycle into Nitro plugin 2 weeks ago
npmrun 2fc5573dc1 feat: add Scheduler Engine with croner integration and hot-reload support 2 weeks ago
npmrun d853e57db7 feat: add Executor Pool with concurrency control 2 weeks ago
npmrun a16e0b7099 feat: add Task Registry for named function handlers 2 weeks ago
npmrun 9bbe84ae03 feat: add scheduler service layer with task/execution CRUD 2 weeks ago
npmrun 1e98071044 feat: add scheduler tables migration 2 weeks ago
npmrun a079ec159a feat: add scheduler Drizzle schema (scheduled_tasks, task_execution_logs) 2 weeks ago
npmrun cab7c587ca chore: add croner dependency for scheduled tasks 2 weeks ago
npmrun 741d152e14 add scheduled tasks implementation plan (18 tasks) 2 weeks ago
npmrun e42b0a6a37 add scheduled tasks feature design spec 2 weeks ago
npmrun 49a6446dc1 add 2 weeks ago
npmrun 929d92235b add 2 weeks ago
npmrun 58aacb079f init 2 weeks ago