Commit Graph
53 Commits
Author SHA1 Message Date
robin 2c97ca7641 fix: list fixes and ci improvement
PR Checks / lint-test-and-build (pull_request) Successful in 3m6s
2026-09-11 19:43:32 +02:00
robin fd50ce99a7 fix: updated list_test.go
PR Checks / lint-test-and-build (pull_request) Successful in 3m5s
2026-09-11 19:27:22 +02:00
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 c8a5da61ef fix: re-worked list tests go 2026-09-09 16:34:26 +02:00
robin 52cc00ebfd fix: moved module namespace to git.dittmar.dev 2026-09-06 18:13:30 +02:00
robin b8d2c96821 fix: commented out failing tests 2026-09-06 18:02:27 +02:00
robin 571f9cdcfc fix: vet errors (mostly outdated tests) 2026-09-06 17:18:15 +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 2c50d75f88 fix: nil pointer dereference 2026-09-01 17:10:29 +02:00
robin 3778ab7d58 feat: create list now runs in a transaction 2026-09-01 17:03:04 +02:00
robin 42fbd681ba feat: added endpoint to fetch invites status 2026-09-01 16:26:27 +02:00
robin 24bb87fdca fix: removed double check for consumed/expired invitations 2026-09-01 15:52:47 +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 4b703b077c fix: list service errors unification 2026-09-01 15:06:30 +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 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 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 8eb70a9a63 fix: migrate to go 1.27 2026-08-27 19:41:00 +02:00
robin c2912d8d79 feat: added delete endpoints for lists and list items 2026-08-21 21:28:58 +02:00
robin be588dd405 feat: GET /lists now returns total items and completed items of that list 2026-08-21 21:10:17 +02:00
robin 3c5c8a7fe7 feat: adding/removing users from list now works by email 2026-08-21 20:51:23 +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 27883408a5 fix: rename GetListsByUserID to GetLists for consistency 2026-08-21 14:51:35 +02:00
robin 024f67bb20 fix: namespace error 2026-08-21 14:51:04 +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 ea5dd431e5 fix: can now create a list without any additional user IDs 2026-08-21 14:20:40 +02:00
robin 5e23d9cc9f feat: added logout handler 2026-08-21 13:49:47 +02:00
robin 8c0b46f8e4 feat: list functions now validate user has access to list 2026-08-20 15:43:59 +02:00
robin 36b3f1a483 refactor: renamed "IsUserInListByListItem" to "IsUserInListByItemID" 2026-08-20 15:43:33 +02:00
robin d026fa4d7c feat: added "IsUserInListByListItem" to list repository 2026-08-20 15:42:25 +02:00
robin 8caa218e0d fix: added error vars to list service 2026-08-20 15:37:02 +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 a5d649dbf5 refactor: renamed "ownerID" => "authUserID" for clarity 2026-08-20 15:32:12 +02:00
robin d80a17f16a feat: added "IsUserInList" to list repository 2026-08-20 15:28:51 +02:00
robin 41425bc709 feat: added WIP list modification routes 2026-08-14 17:35:49 +02:00
robin d6b913a763 feat: ListService now supports user management and creating/updating list items 2026-08-14 16:56:17 +02:00
robin dd8c105230 fix: rename AddListItem => CreateListItem 2026-08-14 16:46:13 +02:00
robin 9261e07e72 feat: list repository now supports managing users for lists, adding and updating list items 2026-08-14 16:45:05 +02:00
robin 6eb9f22cf2 fix: pass TokenPair by value 2026-08-03 15:21:30 +02:00
robin 8fefc5d5c7 feat: added refresh tokens 2026-08-03 11:41:03 +02:00
Robin Dittmar c0ab4c9a62 test: added tests for list service 2026-07-24 15:30:58 +02:00
Robin Dittmar d9bfcea420 feat: jwt authentication 2026-07-21 13:47:59 +02:00
Robin Dittmar 1ce0c8fdb7 indentation 2026-07-20 22:10:37 +02:00
Robin Dittmar 14b82b787b feat: user creation 2026-07-20 21:57:43 +02:00