meals-made-easy-api/src/main/java/app/mealsmadeeasy/api
2024-08-07 17:33:24 -05:00
..
auth More ideal settings of token lifetimes and usage of @Nullable in AuthController. 2024-08-07 17:02:38 -05:00
image Added support for webp. 2024-08-01 07:52:32 -05:00
jwt Working on refresh auth flow. 2024-08-06 21:54:53 -05:00
recipe Fixed bug where Recipe owner was not being seen as a 'viewer' by the RecipeRepository. 2024-08-07 17:33:24 -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 Implemented ImageController.putImage and related. 2024-07-25 09:49:43 -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 Using dev profile for running locally, and all integration tests now passing. 2024-07-23 10:17:41 -05:00
MvcConfiguration.java Working on refresh auth flow. 2024-08-06 21:54:53 -05:00