• Joined on 2026-01-26
hammer pushed to main at hammer/hammer-queue 2026-01-29 00:51:28 +00:00
76b9c61b09 fix: use integer instead of serial for taskNumber, add backfill on startup
hammer pushed to main at hammer/hammer-queue 2026-01-29 00:48:33 +00:00
321ba2cadc fix: remove unused useState import in TaskCard (TS build error)
hammer pushed to main at hammer/hammer-queue 2026-01-29 00:07:11 +00:00
8131dda10d feat: sequential task IDs (HQ-1, HQ-2, etc.)
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:47:00 +00:00
186a565bee feat: copyable task IDs on cards and detail panel
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:46:08 +00:00
aea54516c9 feat: task detail panel with progress notes
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:36:41 +00:00
9a99b612ba feat: webhook to Clawdbot when task activated + session auth for all mutations
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:23:34 +00:00
b7df98bd94 fix: add onError handler to task routes plugin for proper 401 responses
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:22:54 +00:00
737c748486 fix: improve error handling for session auth check
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:20:01 +00:00
96d81520b9 feat: add BetterAuth authentication
hammer pushed to main at hammer/hammer-queue 2026-01-28 23:07:02 +00:00
52b6190d43 fix: expose port 80 instead of host binding for Dokploy/Traefik
hammer pushed to main at hammer/hammer-queue 2026-01-28 22:55:44 +00:00
0a8d5486bb Initial scaffold: Hammer Queue task dashboard
hammer created branch main in hammer/hammer-queue 2026-01-28 22:55:44 +00:00
hammer created repository hammer/hammer-queue 2026-01-28 22:55:39 +00:00
hammer pushed to main at hammer/network-app-api 2026-01-28 22:17:10 +00:00
11ee9b946f fix: invite accept bypasses disableSignUp by falling back to internal adapter
hammer pushed to main at hammer/network-app-web 2026-01-28 22:12:39 +00:00
b6de50ba5e add unit test suite: 80 tests across utils, api, auth, clients, events, emails
hammer pushed to main at hammer/network-app-web 2026-01-28 22:07:44 +00:00
c838a714d2 admin: replace icon buttons with user detail slide-over panel
hammer pushed to main at hammer/network-app-api 2026-01-28 22:04:01 +00:00
ead71ae0a7 fix: use Better Auth internal API for invite user creation
hammer pushed to main at hammer/network-app-api 2026-01-28 22:03:35 +00:00
3e63a4be8d Revert "temp: debug endpoint for user account inspection"
hammer pushed to main at hammer/network-app-api 2026-01-28 22:01:00 +00:00
ac1495a953 temp: debug endpoint for user account inspection
hammer pushed to main at hammer/network-app-api 2026-01-28 21:55:41 +00:00
8abad1a242 feat: add email and password change endpoints to profile routes