56 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 366386c8bf test: re-worked user repo tests 2026-09-09 16:25:48 +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 62a5324e6d feat: added docstring for /version endpoint 2026-09-01 16:57:49 +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 d3aa9523dc fix: updated doc strings 2026-09-01 15:40:26 +02:00
robin 26aa0c2a94 fix: /login now has better error handling/reporting 2026-09-01 15:38:17 +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 1695a57dbd feat: added pagination to GET /user/invites 2026-09-01 10:18:08 +02:00
robin 8479b8ac4b fix: manually delete user when invite could not be consumed - since transactions in the handler are not yet supported 2026-08-31 21:31:53 +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 e52b7d4fad fix: invite paths in doc comments 2026-08-31 20:22:23 +02:00
robin 5cfeb0bf96 feat: added invite system 2026-08-31 20:06:51 +02:00
robin 2e16eefaba fix: improved logging 2026-08-31 19:19:08 +02:00
robin eaf676f8b4 fix: moved to encoding/json/v2 2026-08-31 18:44:22 +02:00
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 e0ab3bb51a feat: added generic json payload decoder function 2026-08-14 16:56:43 +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 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 1cdb0ebefa fix: improved logging message 2026-07-21 11:43:36 +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 caf79e0dff Added "WithMaxBytes" middleware 2026-07-20 20:12:45 +02:00