Commit Graph

71 Commits

Author SHA1 Message Date
844c132915 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 17:02:09 +00:00
c9ceb46746 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 16:28:18 +00:00
7229364a59 Update api/src/main/java/fr/gameovergne/api/config/SecurityConfig.java 2025-11-25 16:12:13 +00:00
e6769bb1d5 Update api/src/main/java/fr/gameovergne/api/config/SecurityConfig.java 2025-11-25 15:46:43 +00:00
Vincent Guillet
3c700348df feat: add PrestashopProxyController and PrestashopClient for API proxying 2025-11-22 21:45:38 +01:00
Vincent Guillet
cb38b80134 feat: add password field to UserDTO and update UserMapper for password handling 2025-11-22 19:08:42 +01:00
d84a2ad122 Update api/src/main/java/fr/gameovergne/api/config/SecurityConfig.java 2025-11-22 17:28:24 +00:00
Vincent Guillet
e38c7f8241 feat: add allowed origin for gameovergne in CORS configuration 2025-11-20 22:35:30 +01:00
Vincent Guillet
6ef5b998a4 feat: configure MySQL service in Docker; update datasource URL and adjust port mappings 2025-11-20 15:47:48 +01:00
Vincent Guillet
f063a245b9 feat: implement image management functionality; add ImageController, ImageService, ImageMapper, and related DTOs 2025-11-10 16:29:55 +01:00
Vincent Guillet
df2a5a57ba refactor: update ProductController to return ProductDTO; enhance ProductMapper for ID handling 2025-11-04 18:13:53 +01:00
Vincent Guillet
2fe52830d8 refactor: update controllers and mappers to use DTOs for brands and categories; add ID field to DTOs 2025-11-01 17:56:52 +01:00
Vincent Guillet
e7da8b9b83 add app API endpoints for categories, platforms, and products; update security configuration 2025-11-01 15:44:26 +01:00
Vincent Guillet
4b692806c4 add Platform and Brand DTOs, mappers, and controllers; update security configuration for CORS 2025-10-31 18:33:19 +01:00
Vincent Guillet
f2f855bc70 secure /api/brands/** endpoint and update CORS configuration 2025-10-14 14:50:26 +02:00
Vincent Guillet
611eb685a8 add entities for Brand, Category, Condition, Image, Platform, and Product with relationships 2025-10-14 14:50:21 +02:00
Vincent Guillet
de1df47474 add entities for Brand, Category, Condition, Image, Platform, and Product with relationships 2025-10-14 14:50:17 +02:00
Vincent Guillet
7769cc7ded add BrandRepository and enhance UserRepository with additional retrieval methods 2025-10-14 14:50:13 +02:00
Vincent Guillet
5476651ea3 add BrandService and enhance UserService with additional user retrieval methods 2025-10-14 14:50:06 +02:00
Vincent Guillet
4acf024350 Comment .env COPY instruction 2025-09-24 11:56:25 +02:00
Vincent Guillet
3d2b3f7324 implement authentication and user management features 2025-09-24 11:29:48 +02:00