nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 15:12:35 +02:00
34e0c44a40 fix(navigation): reorder admin and user links in navigation menu
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 15:06:20 +02:00
94462b60c9 fix(controller): update users controller route to remove 'api' prefix
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 14:58:55 +02:00
0598e027ac fix(profil): update user ID retrieval and improve fetch request error handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 14:51:19 +02:00
a67f9cb2c1 fix(controller): add missing closing brace in UsersController class
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 14:49:04 +02:00
537a4f8ab6 feat: Implement admin user management features
00dc0d6c69 fix(docs): update NEXT_STEPS, README, and TEKNISK_BESKRIVNING with user role management details and new category structure
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:52:54 +02:00
c8489ed613 fix(route): ensure PATCH method is explicitly defined in fetch request
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:51:49 +02:00
b4280f020e fix(route): update parameter type for PATCH function and correct image directory handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:48:01 +02:00
e55d45c2bf fix(compose): correct indentation for volumes section in recipe-frontend service
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:47:18 +02:00
c4807afc29 fix(compose): correct environment variable formatting and add missing variables
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:41:27 +02:00
be906564c3 fix(route): add turbopackIgnore comment to file path construction
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:39:22 +02:00
0ea6cde83a feat(middleware): migrate authentication logic from middleware.ts to proxy.ts
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:37:47 +02:00
e11652412f fix(imports): correct import paths for auth module in admin user routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:34:25 +02:00
c5ccef2313 feat(auth): implement role-based access control and user management features
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:13:38 +02:00
20330f6410 feat(matplan): enhance shopping list with inventory status indicators and summary
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:03:44 +02:00
10bb96dae8 feat(dtos): add IsInt validation to productId in CreateInventoryDto and UpdateInventoryDto
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:01:19 +02:00
fd188a3f95 refactor(inventory): remove unused fields from InventoryItem and update related DTOs
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 08:41:59 +02:00
6cec7ca6dd feat(seeds): add seed_product_categories.sql for product-category mapping
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 23:20:25 +02:00
84b49bc186 feat(docs): update NEXT_STEPS, README, and TEKNISK_BESKRIVNING with new features and improvements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 23:08:02 +02:00
470763715d fix(deploy): wait for db to be ready before running category seed
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 23:01:47 +02:00
a7fb9a585a feat(products): add UpsertNutritionDto import to products controller