• Joined on 2026-01-26
hammer pushed to main at hammer/todo-app 2026-01-28 19:25:23 +00:00
1bc0ab091b fix: use scrypt hash to update password directly in accounts table instead of auth.api.setPassword
hammer pushed to main at hammer/todo-app-web 2026-01-28 19:13:38 +00:00
d9bcbd9701 feat: admin password reset link UI + self-service reset page
hammer pushed to main at hammer/todo-app 2026-01-28 19:13:37 +00:00
6dec91d0d8 feat: admin password reset generates self-service link instead of direct password set
hammer pushed to main at hammer/todo-app-web 2026-01-28 19:09:08 +00:00
a20a5c5054 fix: use UTC date components to prevent timezone off-by-one in due dates
hammer pushed to main at hammer/todo-app-web 2026-01-28 19:03:47 +00:00
f9145f6a46 feat: add project rename/delete and section selector in task detail
hammer pushed to main at hammer/todo-app-web 2026-01-28 19:02:57 +00:00
6cacfe33f9 fix: parse ISO dueDate to YYYY-MM-DD for date input display
hammer pushed to main at hammer/todo-app 2026-01-28 18:55:06 +00:00
410f6373d9 Add admin password reset endpoint via BetterAuth
hammer pushed to main at hammer/todo-app-web 2026-01-28 18:55:06 +00:00
ed7fe15126 Add password reset for users in admin panel
hammer pushed to main at hammer/todo-app-web 2026-01-28 18:54:11 +00:00
621559ee22 Improve board view: section management, completed column, better styling
hammer pushed to main at hammer/todo-app 2026-01-28 18:46:04 +00:00
86df62ba63 Add role field to invites, apply role on acceptance
hammer pushed to main at hammer/todo-app-web 2026-01-28 18:46:04 +00:00
872a06d713 Add role selector to invite form and user management
hammer pushed to main at hammer/todo-app-web 2026-01-28 18:41:12 +00:00
4b753cb57a Add project selector in task detail, archive completed tasks
hammer pushed to main at hammer/todo-app 2026-01-28 18:37:59 +00:00
ed99c14212 Fix getProject: remove invalid isArchived filter on tasks
hammer pushed to main at hammer/todo-app-web 2026-01-28 18:32:40 +00:00
b87cb69ae0 Fix project loading, task detail panel, collapsible sidebar, due dates
hammer pushed to main at hammer/todo-app-web 2026-01-28 17:57:58 +00:00
094e29d838 Add kanban board view, project creation, and task assignment
hammer pushed to main at hammer/todo-app-web 2026-01-28 17:49:23 +00:00
ff70948a54 Add unit tests for API client, stores, and utils
hammer pushed to main at hammer/todo-app 2026-01-28 17:45:17 +00:00
03fce9f391 Fix cross-subdomain cookie auth for frontend/API split
hammer pushed to main at hammer/todo-app 2026-01-28 17:40:08 +00:00
9869d3abe0 Remove temporary bootstrap endpoint
hammer pushed to main at hammer/todo-app 2026-01-28 17:22:51 +00:00
db36c3c9b5 Fix bootstrap-recreate: use static imports and error handling
hammer pushed to main at hammer/todo-app 2026-01-28 17:22:09 +00:00
3fbf75b1e1 Add bootstrap-recreate endpoint for proper user creation