Commit Graph

6 Commits

Author SHA1 Message Date
daniel 018d9ad41d feat: add Restaurant DTO and remove prisma generate from the build script 2025-12-02 11:37:44 +03:00
daniel ba38ce2865 build: Add Prisma generation to the build command. 2025-12-02 11:31:34 +03:00
daniel b4b28fc347 feat: Add email service for authentication flows, including email verification and password reset. 2025-11-29 15:38:57 +03:00
daniel bf9988d9bc file service module added 2025-11-26 17:07:07 +03:00
daniel 04b7c41abf feat: add class-transformer dependency for better data transformation
refactor(prisma): update User model to include banned status and ban details

refactor(prisma): modify Account model to include new authentication fields

refactor(prisma): enhance Session model with impersonation tracking

refactor(prisma): adjust Verification model to include value field

feat(auth): integrate admin plugin and enhance email verification process

refactor(category): enforce ownership checks in category service methods

refactor(item): update item service to validate category ownership

feat(item): add ability to fetch items by category

refactor(restaurant): implement ownership checks and admin routes in restaurant controller

fix(user): restrict user access to admin routes

feat(exception): implement global exception filter for consistent error handling
2025-11-09 21:47:18 +03:00
daniel f0948a5b05 first commit 2025-11-06 16:40:32 +03:00