summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-08-24Remove confirmed-orphaned routes, handlers, and templatesHEADmasterPeter Stone
2026-08-23Remove unused /tabs/conditions partial and routePeter Stone
2026-08-16Replace Google Tasks service-account auth with real OAuthPeter Stone
2026-08-14Fix integration papercuts found in cross-source reviewPeter Stone
2026-08-13Fix blank task-detail modal for Google TasksPeter Stone
2026-08-12Add task title editing/deletion, timeline click-to-open, widget app launchPeter Stone
2026-08-10Fix widget showing tomorrow's dated tasks under todayPeter Stone
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-06Fix Google Calendar TimeMin using server time instead of display timezonePeter Stone
2026-08-04Fix production wedge: propagate context to Google Calendar API callsPeter Stone
2026-07-28fix: Google Tasks due dates shifted a day earlier in negative-offset timezonesPeter 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-16Infer a default estimate from same-project/label averagesPeter Stone
2026-07-16Add budget-tracked toggles for projects/labels; fix SetLabelColor wiping the ...Peter Stone
2026-07-16Add availability_blocks CRUD to the store layerPeter Stone
2026-07-16Add estimated_minutes to native task read/write/recurrence pathsPeter Stone
2026-07-16gofmt internal/models/types.go and budget.goPeter Stone
2026-07-16Add budget/availability model typesPeter Stone
2026-07-16Add schema for task budgets and availability blocksPeter 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-16feat(tasks): add label color CRUD store methodsPeter Stone
2026-07-16feat(tasks): add Projects CRUD store methodsPeter Stone
2026-07-16feat(tasks): add projects/labels schema, wire project_id through native tasksPeter Stone
2026-07-16refactor(store): extract agent session/trust methods from sqlite.goPeter Stone
2026-07-16refactor(store): extract calendar and Google Tasks methods from sqlite.goPeter Stone
2026-07-16refactor(store): extract shopping methods from sqlite.go into shopping.goPeter Stone
2026-07-16refactor(store): extract meal methods from sqlite.go into meals.goPeter 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): make CreateNextIteration atomically self-guardingPeter 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(tasks): add periodic due-date check for recurring tasksPeter Stone