Commit graph

15 commits

Author SHA1 Message Date
Chneemann
a60851ac07
refactor(lib): consolidate services, types, utils, and actions into lib folder and update import paths
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m27s
2026-08-23 16:44:18 +02:00
Chneemann
9ae5ddaf90
security(auth): move guest credentials to secure server-side API route and update docker config
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 48s
2026-08-23 11:46:07 +02:00
Chneemann
f99d1f15c4
feat(tasks): integrate zod validation for task creation and updates
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 47s
2026-08-23 10:54:20 +02:00
Chneemann
3812afab5a
feat(auth): integrate zod validation for login and registration
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m14s
2026-08-23 10:37:14 +02:00
Chneemann
be5f5ff3f0
feat(api): add dynamic health check endpoint with db ping
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 52s
2026-08-15 12:36:08 +02:00
Chneemann
60a40b74b8
feat(tasks): implement strict UUID validation, server-side existence checks, and secure authorization for task updates 2026-08-13 11:45:19 +02:00
Chneemann
cf72de43d9
feat(tasks): implement unified task creation and editing mode with query parameters and service layer integration 2026-08-13 10:34:33 +02:00
Chneemann
0e89c44448
feat(user): update user profile schema with name and color, extend registration, and integrate across header and kanban cards 2026-08-12 19:36:39 +02:00
Chneemann
b386c2b4c5
feat(ui): add reactive trash count using SWR to navbar and dashboard trash link 2026-08-12 09:11:51 +02:00
Chneemann
de64b94869
feat(api): implement soft-delete, restore and permanent task deletion 2026-08-11 16:46:38 +02:00
Chneemann
0fd1fa377b
feat(api): add DELETE endpoint for task removal 2026-08-11 09:11:46 +02:00
Chneemann
7f543db46f
feat(api): add PATCH endpoint for task status updates 2026-08-09 11:59:05 +02:00
Chneemann
6fc598be83
feat(layout): implement navbar, routing (/summary, /board), layout enhancements and JSDoc 2026-08-04 08:59:08 +02:00
Chneemann
c35379ffbe
feat(auth): integrate user registration route, frontend form, and server validation 2026-08-03 18:56:43 +02:00
Chneemann
fd728634ce
feat(auth): integrate NextAuth v5 with credentials provider, protected routes, and custom auth layouts 2026-08-03 15:13:18 +02:00