nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 10:52:14 +02:00
e7c8fd8416 feat(inventory): add API routes for GET and POST inventory
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 10:34:26 +02:00
054a19ed7c MAJOR UPPDATE: "First Ai"
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 09:44:24 +02:00
0286ab0991 docs: update documentation links for AI features and next steps
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 09:27:08 +02:00
0ae91917f0 Merge branch 'main' of ssh://gitea.gynther.se:2222/nilsjohan/recipe-app
ee1f4c58a1 fix(tree): sort category nodes by name in flattenTree function
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 07:27:10 +02:00
01f8022ab7 Uppdaterade .env och tog bort backup_recipe_app.sh
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 07:25:29 +02:00
b9c79644cf Ignorerar backup-filer för .env
588c3df55a Lade till backup av .env
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 07:21:58 +02:00
42bd71798d Merge remote-tracking branch 'origin/main'
49a912fe33 Added AI-FUNKTIONER.md
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 15:16:04 +02:00
a069d7d3d7 fix(categories): update 'Kött' category name to 'Kött och fågel'
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