meals-made-easy-api/src/main/java/app/mealsmadeeasy/api
2025-12-24 12:20:40 -06:00
..
auth Added soft delete to RefreshTokenEntity to prevent deadlock and 500 errors. 2024-08-20 11:07:41 -05:00
image Make height/width nullable; add support for reading svgs; better error handling. 2025-12-13 17:14:40 -06:00
jwt Working on refresh auth flow. 2024-08-06 21:54:53 -05:00
markdown Add recipe comment endpoints and associated logic. 2025-12-21 17:17:37 -06:00
recipe Add recipe comment endpoints and associated logic. 2025-12-21 17:17:37 -06:00
s3 Added S3Manager.load() method. 2024-07-22 17:52:48 -05:00
security Upgrade to Spring Boot 4.0.1. 2025-12-24 12:20:40 -06:00
signup Sign up controller, logic, and tests. 2024-06-26 08:46:45 +02:00
sliceview Add hasNext to slice view. 2025-12-22 13:05:19 -06:00
user Recipe views now use UserInfoView. 2024-08-12 17:15:53 -05:00
util All ImageControllerTests passing. 2024-07-26 20:04:20 -05:00
DevConfiguration.java Upgrade to Spring Boot 4.0.1. 2025-12-24 12:20:40 -06:00
GreetingController.java Basic Users and authentication. 2024-06-20 15:53:06 +02:00
MealsMadeEasyApiApplication.java Added soft delete to RefreshTokenEntity to prevent deadlock and 500 errors. 2024-08-20 11:07:41 -05:00
MvcConfiguration.java Add localhost:4200 for new Angular frontend. 2025-12-13 11:41:41 -06:00