Commit Graph
28 Commits
Author SHA1 Message Date
robin da3b2a5a6e feat: change password now requires old/current password 2026-08-29 17:39:58 +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 f1ea27092f fix: fixed log message 2026-08-21 21:40:25 +02:00
robin c2912d8d79 feat: added delete endpoints for lists and list items 2026-08-21 21:28:58 +02:00
robin 3c5c8a7fe7 feat: adding/removing users from list now works by email 2026-08-21 20:51:23 +02:00
robin 6419f14b7d feat: more verbose logging on data manipulation endpoints 2026-08-21 16:28:17 +02:00
robin e91e80e725 fix: minor improvements, wrong argument order, ambigious columns in sql, log messages, etc 2026-08-21 16:21:33 +02:00
robin 441c47163c fix: removed /api/v1 prefix from each route, since it's in the basePath 2026-08-21 15:31:29 +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 a8386b741b fix: added makefile, along with dynamic version, commit hash and buildtime 2026-08-21 09:09:43 +02:00
robin abb3d154f8 fix: in "CreateList", the authenticated userid is now added in the service layer, rather than the handler layer 2026-08-20 15:32:54 +02:00
robin 41425bc709 feat: added WIP list modification routes 2026-08-14 17:35:49 +02:00
robin 93fd79560c fix: updated handlers to use new DecodeJSON generic function 2026-08-14 16:58:52 +02:00
robin 8fefc5d5c7 feat: added refresh tokens 2026-08-03 11:41:03 +02:00
Robin Dittmar 2e1fbc6e68 feat: added swaggo support 2026-07-28 14:41:49 +02:00
Robin Dittmar 0f9c12d077 test: utilize testify 2026-07-24 15:30:42 +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 c623e02b6c fix: all log messages are now lower case 2026-07-20 21:05:18 +02:00
Robin Dittmar 85602dbf95 Added "create list" handler, service + repository 2026-07-10 14:08:47 +02:00
Robin Dittmar 0dec97a865 Added OpenTelemetry and use structured logging 2026-07-07 16:18:14 +02:00
Robin Dittmar 860563b47f Added a first test for HealthHandler 2026-07-06 10:01:14 +02:00
Robin Dittmar 3259d07f22 Changed /health response to lowercase 2026-07-06 09:29:48 +02:00
Robin Dittmar 449238f0a8 Changed /health response to lowercase 2026-07-06 09:28:55 +02:00
Robin Dittmar 5325e04a30 Initialized proper project structure 2026-07-03 11:39:58 +02:00