summaryrefslogtreecommitdiff
path: root/internal/handlers
AgeCommit message (Expand)Author
2026-08-07Wire the Tasks tab into nav; fold in buckets/projects/labels and recurrencePeter Stone
2026-08-06Remove the feature toggle system (dead code)Peter Stone
2026-08-04Fix production wedge: propagate context to Google Calendar API callsPeter Stone
2026-07-25fix: undated tasks were landing in the widget's scheduled-events gridPeter Stone
2026-07-18Add bucket CRUD and read-only Projects/Labels to Settings pagePeter Stone
2026-07-18Rework Tasks tab: Chains section, checklist modal, project visibilityPeter Stone
2026-07-17Extend chain creation to accept per-task description and priorityPeter Stone
2026-07-17Implement linear task chains and recurring maintenance bucketsPeter Stone
2026-07-17fix(widget): autofocus quick-add title field, redesign as blank edit formPeter Stone
2026-07-16Show a scheduled-vs-available indicator on the web timeline's Today sectionPeter Stone
2026-07-16Suggest an estimate from same-project/label averages on task detailPeter Stone
2026-07-16Add availability CRUD, task estimate, and budget-tracked toggle endpointsPeter Stone
2026-07-16Surface budget_status on GET /api/widget when tracked tasks existPeter Stone
2026-07-16Fix overlapping-event double-subtraction in ComputeBudgetPeriod; clarify task...Peter Stone
2026-07-16Add pure availability-minus-events and scheduled-load computationPeter Stone
2026-07-16fix(agent): pass project_id through on Agent API task creationPeter Stone
2026-07-16test(tasks): add tests for project color threadingPeter Stone
2026-07-16feat(tasks): thread project color from BuildTimeline to WidgetItemPeter Stone
2026-07-16test(tasks): add test cases for project and label endpointsPeter Stone
2026-07-16feat(tasks): add HTTP endpoints for projects and label colorsPeter Stone
2026-07-16chore: remove dead IsRecurring field and its always-false branchPeter Stone
2026-07-16chore: remove dead code (unused atom constants, orphaned handler)Peter Stone
2026-07-16fix(agent): restore doot-native task support in Agent API, remove stale testPeter Stone
2026-07-16fix(tasks): return ErrNativeTaskNotFound from UpdateNativeTask on stale idPeter Stone
2026-07-16feat(tasks): add HTTP endpoints for task detail, update, and recurrencePeter Stone
2026-07-16feat: add authenticated /docs viewer for superpowers specs/plansPeter Stone
2026-07-16fix(web): account for Google Calendar's exclusive all-day end-datePeter Stone
2026-07-16feat(web): show multi-day calendar events on every day they spanPeter Stone
2026-07-16fix(widget): forward End for all-day multi-day calendar eventsPeter Stone
2026-07-16feat(widget): tap event to open its source directly, drop detail popupPeter Stone
2026-07-13Merge github/master: reconcile with parallel widget workPeter Stone
2026-07-13feat(widget): editable task details, scrollable list, and overdue-task fixesPeter Stone
2026-07-12feat(widget): add recurrence lookup endpoint (GET /api/widget/recurrence)Peter Stone
2026-07-12feat(widget): capture and forward RecurringEventID for calendar eventsPeter Stone
2026-07-12feat(widget): add POST /api/widget/add for quick-addPeter Stone
2026-07-12feat(widget): add DueDate field for doot tasks to the widget APIPeter Stone
2026-07-12feat(widget): forward IsOverdue from TimelineItem to WidgetItem APIPeter Stone
2026-07-12fix(timeline): include overdue native tasks in timeline and widgetPeter Stone
2026-07-12fix(calendar): split comma-joined GOOGLE_CALENDAR_ID before usePeter Stone
2026-07-12fix(widget): pin all-day calendar events to the top instead of losing themPeter Stone
2026-07-12fix(widget): surface unmatched task IDs instead of silently no-oppingPeter Stone
2026-07-06feat: remove Todoist integration entirelyDoot Agent
2026-07-05Merge deploy/master (gateway/proxy fixes) with doot-native task completion fixPeter Stone
2026-07-05fix: native tasks missing from Tasks tab and blank title on completionDoot Agent
2026-07-05fix(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