index
:
doot.git
main
doot — personal productivity web app
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
api
Age
Commit message (
Expand
)
Author
2026-01-26
Add Google Tasks integration (#43)
Peter Stone
2026-01-26
Use configured timezone throughout codebase
Peter Stone
2026-01-26
Fix calendar timezone handling with configurable display timezone
Peter Stone
2026-01-26
Fix Google Calendar timezone handling
Peter Stone
2026-01-26
Fix Google Calendar credential loading
Peter Stone
2026-01-26
Phase 4: Extract magic numbers to constants
Peter Stone
2026-01-26
Phase 2: Fix data race in GetBoardsWithCards
Peter Stone
2026-01-25
Fix all static analysis errors (golangci-lint)
Peter Stone
2026-01-25
Refactor: extract helpers and clean up hardcoded HTML
Peter Stone
2026-01-25
Fix timezone and date handling bugs #40, #41, #42
Peter Stone
2026-01-25
Fix bugs and add bug management scripts
Peter Stone
2026-01-24
Add Shopping tab combining Trello and PlanToEat lists
Peter Stone
2026-01-23
Refactor: reduce code duplication with shared abstractions
Peter Stone
2026-01-23
Fix calendar dedup: use Unix timestamp to handle timezone differences
Peter Stone
2026-01-23
Fix bugs #24-27: calendar dedup, uncomplete tasks, planning view
Peter Stone
2026-01-23
Fix high priority issues from code review
Peter Stone
2026-01-22
Add debug logging for Trello card fetching
Peter Stone
2026-01-22
Support multiple Google Calendars
Peter Stone
2026-01-22
Add Google Calendar integration
Peter Stone
2026-01-21
Implement 10 UI/UX improvements and bug fixes
Peter Stone
2026-01-20
Add API research tests for sync optimization
Peter Stone
2026-01-20
Remove Obsidian integration for public server deployment
Peter Stone
2026-01-20
Implement efficient sync for Todoist and Trello APIs
Peter Stone
2026-01-19
Refactor Trello client to use url.Values for query params
Peter Stone
2026-01-18
Fix Trello closed boards bug - filter API and clear stale cache
Peter Stone
2026-01-18
Implement Trello task heuristics for Tasks tab (Phase 3 Step 6)
Peter Stone
2026-01-13
Implement Todoist write operations - API layer (Part 1)
Peter Stone
2026-01-13
Add Trello Lists support for UI dropdowns
Peter Stone
2026-01-13
Implement Trello write operations (Phase 3 Step 1)
Peter Stone
2026-01-13
Implement Trello smart sorting by newest card activity
Peter Stone
2026-01-12
Sort Trello boards with active boards first
Peter Stone
2026-01-12
Add security tests for path traversal and SQL injection fixes
Peter Stone
2026-01-12
Parallelize Trello card fetching for improved performance
Peter Stone
2026-01-12
Mitigate path traversal risk in Obsidian scanner
Peter Stone
2026-01-12
Initial commit: Personal Consolidation Dashboard (Phase 1 Complete)
Peter Stone