| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-25 | Fix all static analysis errors (golangci-lint) | Peter Stone | |
| - Fix errcheck: handle all error return values in production code - Fix errcheck: handle all error return values in test files - Fix staticcheck: replace deprecated WithCredentialsFile with WithAuthCredentialsFile - Remove unused code: authHeaders, planToEatPlannerItem, planToEatResponse - Use defer func() { _ = x.Close() }() pattern for ignored close errors Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2026-01-20 | Add CSRF protection and auth unit tests | Peter Stone | |
| Add CSRF token middleware for state-changing request protection, integrate tokens into templates and HTMX headers, and add unit tests for authentication service and handlers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
