meals-made-easy-api/src/main/java/app/mealsmadeeasy/api
2025-12-13 12:15:10 -06:00
..
auth Added soft delete to RefreshTokenEntity to prevent deadlock and 500 errors. 2024-08-20 11:07:41 -05:00
image Implement db storage of image height/width, and add to ImageView. 2025-12-13 12:15:10 -06:00
jwt Working on refresh auth flow. 2024-08-06 21:54:53 -05:00
recipe Fixed typo with mainImage in RecipeUpdateSpec. 2024-08-17 11:11:16 -05:00
s3 Added S3Manager.load() method. 2024-07-22 17:52:48 -05:00
security Small final field. 2024-08-07 17:02:58 -05:00
signup Sign up controller, logic, and tests. 2024-06-26 08:46:45 +02: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 Added some recipes. 2024-08-01 08:00:08 -05: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