Commit Graph
29 Commits
Author SHA1 Message Date
robin 7def43fbeb feat: re-order lists
PR Checks / lint-test-and-build (pull_request) Failing after 2m40s
2026-09-11 19:13:03 +02:00
robin 52cc00ebfd fix: moved module namespace to git.dittmar.dev 2026-09-06 18:13:30 +02:00
robin e1f274b744 feat: added exercises handler/service/repo 2026-09-04 12:29:44 +02:00
robin 4cb03c6712 feat: added endpoint to update list item title only 2026-09-04 10:11:32 +02:00
robin 3778ab7d58 feat: create list now runs in a transaction 2026-09-01 17:03:04 +02:00
robin 19ad59ac30 feat: added /version endpoint 2026-09-01 16:42:40 +02:00
robin 42fbd681ba feat: added endpoint to fetch invites status 2026-09-01 16:26:27 +02:00
robin 173d56d399 fix: /lists/items now consistent in singular/plural usage 2026-09-01 15:44:27 +02:00
robin b35dc4841f fix: /logout routes; improved error handling for invites 2026-09-01 15:28:18 +02:00
robin 2e3e82e776 feat: added db transactions abstraction; cleaned up user registration; repos adapted new abstraction: all repos now support transactions, if present in ctx 2026-09-01 14:55:20 +02:00
robin 47a6ad6cbf feat: removed default handler 2026-08-31 21:18:05 +02:00
robin 2ae4dbdc11 feat: POST /users is now no longer a protected route 2026-08-31 21:15:24 +02:00
robin 8ab2f3f1bf fix: GET /user/invites now calls correct handler 2026-08-31 20:35:39 +02:00
robin 5cfeb0bf96 feat: added invite system 2026-08-31 20:06:51 +02:00
robin dc71ff4332 feat: change user password 2026-08-29 17:23:25 +02:00
robin deee3e0d4f fix: correctly injecting UserService into ListHandler 2026-08-21 22:05:43 +02:00
robin c2912d8d79 feat: added delete endpoints for lists and list items 2026-08-21 21:28:58 +02:00
robin d462e798f9 fix: aligned router paths with documentation 2026-08-21 15:09:25 +02:00
robin 51b2b74f0d feat: added GET /lists, POST /list/items/{id} and GET /list/{id} 2026-08-21 14:48:38 +02:00
robin 5e23d9cc9f feat: added logout handler 2026-08-21 13:49:47 +02:00
robin 41425bc709 feat: added WIP list modification routes 2026-08-14 17:35:49 +02:00
robin 48c30ed9f4 fix: moved /health route to /api/v1/health 2026-08-03 14:59:20 +02:00
robin 8e80f8d481 feat: added /auth/refresh route 2026-08-03 14:58:55 +02:00
Robin Dittmar 2e1fbc6e68 feat: added swaggo support 2026-07-28 14:41:49 +02:00
Robin Dittmar d9bfcea420 feat: jwt authentication 2026-07-21 13:47:59 +02:00
Robin Dittmar 14b82b787b feat: user creation 2026-07-20 21:57:43 +02:00
Robin Dittmar caf79e0dff Added "WithMaxBytes" middleware 2026-07-20 20:12:45 +02:00
Robin Dittmar 85602dbf95 Added "create list" handler, service + repository 2026-07-10 14:08:47 +02:00
Robin Dittmar 5325e04a30 Initialized proper project structure 2026-07-03 11:39:58 +02:00