summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
4 daysfeat(widget): add POST /api/widget/add for quick-addPeter Stone
4 daysfeat(widget): add DueDate field for doot tasks to the widget APIPeter Stone
4 daysfeat(widget): forward IsOverdue from TimelineItem to WidgetItem APIPeter Stone
4 daysfix(timeline): include overdue native tasks in timeline and widgetPeter Stone
4 daysfix(calendar): split comma-joined GOOGLE_CALENDAR_ID before usePeter Stone
4 daysfix(widget): pin all-day calendar events to the top instead of losing themPeter Stone
4 daysfix(widget): surface unmatched task IDs instead of silently no-oppingPeter Stone
10 daysfeat: remove Todoist integration entirelyDoot Agent
11 daysMerge deploy/master (gateway/proxy fixes) with doot-native task completion fixPeter Stone
11 daysfix: native tasks missing from Tasks tab and blank title on completionDoot Agent
11 daysfix(proxy): set Host header to upstream target to satisfy loopback MCP DNS-re...Peter Stone
2026-06-29fix: calendar/meals sync, tomorrow flat layout, /health endpointPeter Stone
2026-06-29feat: reschedule tasks from widget bottom sheetPeter Stone
2026-06-29feat: make Todoist optional, guard nil client callsPeter Stone
2026-06-29feat: native task management + Todoist migrationPeter Stone
2026-06-29feat: add standalone task detail page for Android widget deep-linksPeter Stone
2026-06-29fix: widget doubling (hourEnd), transparent bg, tomorrow items, larger textPeter Stone
2026-06-29fix: widget handler timezone, auth guard, and type switch clarityPeter Stone
2026-06-29feat: add widget HTTP handlers with bearer token authPeter Stone
2026-06-29feat: add WidgetToken config + WidgetItem model for Android widget APIPeter Stone
2026-06-18fix: add cdn.jsdelivr.net to CSP style-src for scout's Tailwind CSSPeter Stone
2026-06-18feat: add scout service mount to gatewayPeter Stone
2026-06-15feat: service gateway framework + playground demoPeter Stone
2026-06-03fix: add CSRF and WebSocket origin protection to Claudomator proxyPeter Stone
2026-06-03feat: synchronize background image rotation across sessionsPeter Stone
2026-03-25feat: add Claudomator stories as atom source in Doot tasks tabClaude Agent
2026-03-25feat: gate Claudomator UI behind Doot session auth via reverse proxyDoot Agent
2026-03-23fix: support multiple enabled Google Task lists and CalendarsPeter Stone
2026-03-23feat: unify Google Tasks with main system via caching and integrated UIPeter Stone
2026-03-23feat: complete Agent Context API Phase 2 & 3 (Write/Create/Management)Peter Stone
2026-03-23fix: parse Todoist local datetimes, show near-future tasks, add undated tasks...Peter Stone
2026-03-22chore: unify and centralize agent configuration in .agent/Peter Stone
2026-03-21feat: Phase 1 — remove bug feature and dead codePeter Stone
2026-03-19refactor: RF-04/08 migrate inline HTML to templates, standardize form parsingClaude Agent
2026-03-19test: add coverage for planning tab, meals, Google Tasks, bug handlers, compl...Agent
2026-03-18refactor: RF-03/06 extract groupMeals helper, eliminate convertSyncItemToTask...Claude
2026-03-18chore: autocommit uncommitted changesClaudomator Agent
2026-03-17test: add Google Calendar unit tests for pure functionsClaudomator Agent
2026-03-04fix: migrate Todoist client from deprecated REST v2 to API v1Peter Stone
2026-03-04feat: sync log, cache clear endpoint, Todoist projects from cached tasksPeter Stone
2026-02-17Add calendar cache layer, incremental sync tests, completion assertionsPeter Stone
2026-02-07Add no-cache header tests, update SESSION_STATE with audit resultsPeter Stone
2026-02-07Fix passkey registration showing broken UI when WebAuthn not configuredPeter Stone
2026-02-07Add build version footer, deploy ldflags, template test helper, and logs scriptPeter Stone
2026-02-07Fix timeline task completion replacing view, fix passkey registration CSRFPeter Stone
2026-02-06Fix missing settings button, disappeared events, and tab refresh bugPeter Stone
2026-02-05Add passkey (WebAuthn) authentication supportPeter Stone
2026-02-05Improve session handling, shopping UI, and cleanupPeter Stone
2026-02-05Extract shopping handlers to dedicated filePeter Stone
2026-02-03Add comprehensive test coverage across packagesPeter Stone