Jesse Brault
|
66242845d6
|
Fixed typo with mainImage in RecipeUpdateSpec.
|
2024-08-17 11:11:16 -05:00 |
|
Jesse Brault
|
aeadd07f70
|
RecipeController.update by default includes rawText in response.
|
2024-08-17 11:10:19 -05:00 |
|
Jesse Brault
|
0d86ab6d93
|
Ensuring consistency of nullable mainImage in recipe views and tests.
|
2024-08-17 10:58:42 -05:00 |
|
Jesse Brault
|
c163e8ee1d
|
Ensuring that RecipeController.update returns a non-null mainImage property.
|
2024-08-17 10:51:03 -05:00 |
|
Jesse Brault
|
113227ef97
|
Fixed RecipeEntity.cachedRenderedText not being nullified when rawText updated.
|
2024-08-17 10:32:40 -05:00 |
|
Jesse Brault
|
3a7c0f5b1d
|
Added update method to controller and related implementation.
|
2024-08-16 11:38:14 -05:00 |
|
Jesse Brault
|
9b82e549ca
|
Added ability to get Recipe.rawText from api.
|
2024-08-15 14:20:38 -05:00 |
|
Jesse Brault
|
84596865dd
|
Added data about principal's relation to FullRecipeView and related implementation.
|
2024-08-14 18:48:32 -05:00 |
|
Jesse Brault
|
862d30fae9
|
Add all methods to cors.
|
2024-08-14 09:29:19 -05:00 |
|
Jesse Brault
|
1484a7023c
|
Require principal for star mutations.
|
2024-08-14 09:29:11 -05:00 |
|
Jesse Brault
|
73fdced131
|
Added starred to FullRecipeView and related query/service implementation.
|
2024-08-14 08:55:34 -05:00 |
|
Jesse Brault
|
941acf7f2b
|
Changed "/stars" mapping to "/star" for individual star requests.
|
2024-08-13 11:45:10 -05:00 |
|
Jesse Brault
|
f47e767612
|
Added getStar to RecipeController and related.
|
2024-08-13 11:43:21 -05:00 |
|
Jesse Brault
|
c467bd75b3
|
Added removeStar to RecipeController and related.
|
2024-08-13 11:29:41 -05:00 |
|
Jesse Brault
|
e23526dbcc
|
Added addStar to RecipeController and related.
|
2024-08-13 11:13:24 -05:00 |
|
Jesse Brault
|
ccae29b202
|
ImageView.viewers only non-empty when principal is owner. Added preparation, cook, and total time to Recipe.
|
2024-08-12 20:05:24 -05:00 |
|
Jesse Brault
|
22fac36e4b
|
Removed @Deprecated ownerId and ownerUsername.
|
2024-08-12 17:29:48 -05:00 |
|
Jesse Brault
|
22441a8e47
|
Recipe views now use UserInfoView.
|
2024-08-12 17:15:53 -05:00 |
|
Jesse Brault
|
577ae6824f
|
Fixed RefreshTokenRepository ID to Long.
|
2024-08-09 07:56:08 -05:00 |
|
Jesse Brault
|
08787d50b0
|
Created LoginExceptionView to explain to client why login or refresh have failed.
|
2024-08-08 12:29:26 -05:00 |
|
Jesse Brault
|
1976e345b6
|
Fixed exception being thrown when deleting old RefreshTokenEntity.
|
2024-08-08 12:00:41 -05:00 |
|
Jesse Brault
|
733899fee8
|
Fixed bug where Recipe owner was not being seen as a 'viewer' by the RecipeRepository.
|
2024-08-07 17:33:24 -05:00 |
|
Jesse Brault
|
1804b1556f
|
Refactored ContainsItemsMatcher to allow different expected and actual types.
|
2024-08-07 17:32:48 -05:00 |
|
Jesse Brault
|
73e5f95e92
|
Small final field.
|
2024-08-07 17:02:58 -05:00 |
|
Jesse Brault
|
17533e15ed
|
More ideal settings of token lifetimes and usage of @Nullable in AuthController.
|
2024-08-07 17:02:38 -05:00 |
|
Jesse Brault
|
96deeca6a4
|
Tweaked refresh-token cookie's path and sameSite attributes.
|
2024-08-07 08:42:03 -05:00 |
|
Jesse Brault
|
e2765c4a96
|
Working on refresh auth flow.
|
2024-08-06 21:54:53 -05:00 |
|
Jesse Brault
|
6a104f7f1a
|
Added lasagna.
|
2024-08-06 17:09:38 -05:00 |
|
Jesse Brault
|
15e9dfb93b
|
Added action to SecurityExceptionView.
|
2024-08-06 11:08:15 -05:00 |
|
Jesse Brault
|
026e3a7ab2
|
Some minor refactoring of auth-related classes.
|
2024-08-06 10:35:44 -05:00 |
|
Jesse Brault
|
e4bf81d14f
|
SecurityExceptionView and related work in JwtFilter.
|
2024-08-02 17:46:02 -05:00 |
|
Jesse Brault
|
83b1f63a56
|
Fixed SecurityConfiguration to permit all requests. Small isPublic test line in RecipeControllerTests.
|
2024-08-02 10:47:59 -05:00 |
|
Jesse Brault
|
ebc58e6221
|
Added isPublic to FullRecipeView.
|
2024-08-01 15:38:46 -05:00 |
|
Jesse Brault
|
40b315bb08
|
Overrode RecipeStarId equals() and hashcode().
|
2024-08-01 08:03:12 -05:00 |
|
Jesse Brault
|
710f0d7c00
|
Added some recipes.
|
2024-08-01 08:00:08 -05:00 |
|
Jesse Brault
|
9983b0ef95
|
Added support for webp.
|
2024-08-01 07:52:32 -05:00 |
|
Jesse Brault
|
81424eb2e6
|
Added basic dev-data and loading mechanism.
|
2024-07-31 17:39:31 -05:00 |
|
Jesse Brault
|
c89524a989
|
Added HttpStatuses to RecipeController exception handler.
|
2024-07-31 13:01:22 -05:00 |
|
Jesse Brault
|
4ca1a077a1
|
Added @Nullable to FullRecipeView.modified.
|
2024-07-31 12:55:55 -05:00 |
|
Jesse Brault
|
23d6f147c4
|
Fixed RecipeInfoView getIsPublic naming.
|
2024-07-30 14:13:18 -05:00 |
|
Jesse Brault
|
faf4434b7a
|
Added a TODO.
|
2024-07-30 14:06:19 -05:00 |
|
Jesse Brault
|
57d2451be9
|
Recipe GET now working by ownerUsername and slug.
|
2024-07-29 17:43:39 -05:00 |
|
Jesse Brault
|
3d7d5d00f1
|
Added url to ImageView and related.
|
2024-07-29 17:09:03 -05:00 |
|
Jesse Brault
|
67b5452d82
|
Added ImageView to FullRecipeView and RecipeInfoView.
|
2024-07-29 12:32:09 -05:00 |
|
Jesse Brault
|
ff0f22b9e4
|
Added Obazda test image to DevConfiguration.
|
2024-07-28 15:03:42 -05:00 |
|
Jesse Brault
|
341133f779
|
Massive refactor of RecipeService and related. All tests passing.
|
2024-07-28 14:54:03 -05:00 |
|
Jesse Brault
|
2565e63a7d
|
Added security tests to ImageControllerTests.
|
2024-07-27 15:23:52 -05:00 |
|
Jesse Brault
|
eeb58aa5a1
|
Unused import.
|
2024-07-26 20:05:04 -05:00 |
|
Jesse Brault
|
20cfaa116e
|
All ImageControllerTests passing.
|
2024-07-26 20:04:20 -05:00 |
|
Jesse Brault
|
6e29ec7d58
|
S3ImageServiceTests all passing.
|
2024-07-26 10:38:29 -05:00 |
|