This website requires JavaScript.
Explore
Help
Register
Sign In
nilsjohan
/
recipe-app
Watch
1
Star
0
Fork
0
You've already forked recipe-app
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1709bb1dad5e08aec5cd030f3c27caeac8879086
recipe-app
/
backend
/
src
T
History
Nils-Johan Gynther
1709bb1dad
Test Suite / test (24.15.0) (push)
Has been cancelled
Details
Implement admin inventory management features including CRUD operations, merging, filtering, sorting, previewing, and security enhancements. Update documentation and add comprehensive test coverage for security and validation.
2026-05-10 00:20:25 +02:00
..
ai
feat: enhance ingredient matching rules with keyword matching and add chocolate detection
2026-05-08 17:36:06 +02:00
auth
fix(auth): expose both id and userId in JWT validate result
2026-05-02 20:11:24 +02:00
categories
refactor(categories-service): optimize path building in findFlattened method
2026-05-03 14:11:30 +02:00
common
feat: implement alias strategy for receipt import with user-scoped and global fallback, enhance validation and normalization, and update UI components
2026-05-09 23:41:42 +02:00
health
feat(auth): implement user authentication with JWT and NextAuth
2026-04-17 19:57:08 +02:00
inventory
Implement admin inventory management features including CRUD operations, merging, filtering, sorting, previewing, and security enhancements. Update documentation and add comprehensive test coverage for security and validation.
2026-05-10 00:20:25 +02:00
meal-plan
Refactor code structure for improved readability and maintainability
2026-05-06 07:37:59 +02:00
pantry
feat: add location field to PantryItem model and update related functionality
2026-05-06 11:54:56 +02:00
prisma
fix: återställ url i schema.prisma, ta bort ogiltig datasourceUrl från constructor
2026-04-15 21:14:48 +02:00
products
feat: add private product management endpoints for updating canonical names and merging products
2026-05-09 23:19:28 +02:00
quick-import
refactor: remove unused parser files and update ParsedReceiptItem model with additional fields
2026-05-01 01:16:10 +02:00
receipt-alias
feat: implement alias strategy for receipt import with user-scoped and global fallback, enhance validation and normalization, and update UI components
2026-05-09 23:41:42 +02:00
receipt-import
feat: implement alias strategy for receipt import with user-scoped and global fallback, enhance validation and normalization, and update UI components
2026-05-09 23:41:42 +02:00
recipes
feat: update inventory queries to filter by product owner for improved user-specific analysis
2026-05-06 10:34:04 +02:00
user-products
feat(auth): implement user authentication with JWT and NextAuth
2026-04-17 19:57:08 +02:00
users
feat: add rematch functionality for recipe ingredients and enhance inventory management
2026-05-06 09:20:31 +02:00
app.module.ts
feat: implement security headers and rate limiting; update environment variables and documentation
2026-04-21 08:06:21 +02:00
app.security.spec.ts
Implement admin inventory management features including CRUD operations, merging, filtering, sorting, previewing, and security enhancements. Update documentation and add comprehensive test coverage for security and validation.
2026-05-10 00:20:25 +02:00
main.ts
feat: enhance CORS configuration and implement throttling for API endpoints; add admin role checks in controllers
2026-04-21 08:17:44 +02:00