nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 13:30:47 +02:00
87eab4d0ca feat: add functionality for managing deleted products, including restoration and permanent deletion
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 10:52:52 +02:00
4074b850cb refactor: simplify unit conversion tests by importing utility functions directly
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 10:51:11 +02:00
5345b9e55e feat: implement unit conversion utilities and centralize unit definitions for consistency across frontend and backend
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 10:30:33 +02:00
8e9b90028f docs: update TEKNISK_BESKRIVNING.md to reflect changes in authentication middleware and role-based access control; remove obsolete middleware.ts file
60f6064664 docs: update NEXT_STEPS.md with latest notes on role protection, rate limiting, and PII encryption tasks
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 08:17:47 +02:00
e370062b5c feat: enhance CORS configuration and implement throttling for API endpoints; add admin role checks in controllers
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 08:06:25 +02:00
7748ad311f feat: implement security headers and rate limiting; update environment variables and documentation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 07:44:08 +02:00
c1d51c771e feat: add helmet middleware for security and implement Content Security Policy in Next.js configuration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 17:14:08 +02:00
eb7adda612 docs: enhance NEXT_STEPS.md with AI logging and audit requirements; update TEKNISK_BESKRIVNING.md with Caddy configuration details
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 15:36:47 +02:00
b140fb71f0 docs: add product launch plan with key areas and action steps
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 15:24:22 +02:00
361847b337 Ta bort alla referenser till recipe-document-converter från dokumentation och kodbas
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 10:32:32 +02:00
41a5170ed2 docs: update NEXT_STEPS.md and TEKNISK_BESKRIVNING.md with seed script instructions and path corrections
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 10:26:22 +02:00
30fb8b265b docs: enhance technical description with detailed development environment and deployment workflow
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 10:17:45 +02:00
96b98cdc2f feat: expand category structure in seed_all.sql with new categories and subcategories
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-20 10:02:13 +02:00
02549dc3e6 Update categories for table products
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 23:21:49 +02:00
1131745666 fix: update seed documentation to clarify source and process for categories and products
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 23:13:12 +02:00
924ef649fc refactor: reorganize seed_all.sql for improved clarity and structure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 22:58:18 +02:00
c589447cf8 fix: add LIMIT clause to product category updates for 'Skafferi' to ensure single result
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 22:57:07 +02:00
27af419320 fix: remove 'Övrigt' category and limit product category updates to a single result
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 22:49:00 +02:00
89f70c74e5 fix: add LIMIT clause to category selection for 'Läsk' to ensure single result
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 22:46:14 +02:00
e7a1606816 Refactor code structure for improved readability and maintainability