Commit Graph

63 Commits

Author SHA1 Message Date
Vincent Guillet
db8085c0aa Refactor PrestashopClient to enhance header configuration and improve query parameter encoding 2025-12-02 17:23:31 +01:00
Vincent Guillet
177eb2eb5c Refactor URI building in PrestashopClient to simplify query parameter encoding 2025-12-02 16:54:49 +01:00
Vincent Guillet
bceedc8620 Add support for raw query handling in PrestashopClient and update response handling in PrestashopProxyController 2025-12-02 16:35:42 +01:00
Vincent Guillet
28faf2ed2b Refactor PrestashopClient to improve URI building and parameter encoding 2025-12-02 16:28:27 +01:00
Vincent Guillet
c09316189e Update PrestashopAdminController request mapping to remove redundant API prefix 2025-11-30 11:54:13 +01:00
Vincent Guillet
9759f2cf8e Update PrestashopAdminController request mapping to include duplicate API prefix 2025-11-30 11:47:57 +01:00
Vincent Guillet
d866924130 Update PrestashopAdminController request mapping to include API prefix 2025-11-30 11:43:28 +01:00
Vincent Guillet
9eb8256fd7 Update PrestashopAdminController request mapping to remove API prefix 2025-11-30 11:39:43 +01:00
Vincent Guillet
e5411f2fdc Rename Prestashop API base URL property for consistency 2025-11-29 12:00:39 +01:00
Vincent Guillet
007cb34c81 Enhance PrestashopClient and PrestashopProxyController with new proxy method and improved response handling 2025-11-29 11:32:41 +01:00
Vincent Guillet
e30fb83043 Add PrestashopAdminController and PrestashopAdminService for managing admin resources 2025-11-29 10:36:09 +01:00
Vincent Guillet
44764a5f14 Refactor PrestashopProxyController to enhance proxy response handling and ensure consistent JSON output 2025-11-29 10:05:21 +01:00
Vincent Guillet
4c16e356a3 Refactor PrestashopClient and PrestashopProxyController to enhance API request handling and improve error logging 2025-11-29 09:58:51 +01:00
Vincent Guillet
8a750b94d0 Refactor PrestashopClient and PrestashopProxyController to improve query handling and simplify request processing 2025-11-29 09:47:02 +01:00
Vincent Guillet
9ae60a087a Refactor PrestashopClient and PrestashopProxyController to improve query handling and simplify request processing 2025-11-29 09:33:10 +01:00
Vincent Guillet
9d2f89f805 Refactor PrestashopClient and PrestashopProxyController to enhance API request handling and simplify query processing 2025-11-29 09:04:47 +01:00
Vincent Guillet
d802418c29 Refactor PrestashopProxyController to simplify endpoint handling and enhance query processing 2025-11-29 08:52:59 +01:00
Vincent Guillet
5c42db7540 Refactor PrestashopClient and PrestashopProxyController to use API key for authentication and simplify request handling 2025-11-28 23:08:56 +01:00
Vincent Guillet
14e19ac2ea Refactor PrestashopClient and PrestashopProxyController to enhance query handling and response logging 2025-11-28 22:39:04 +01:00
Vincent Guillet
60ce19f72f Refactor PrestashopClient and PrestashopProxyController to enhance query handling and response logging 2025-11-28 22:19:26 +01:00
Vincent Guillet
e5adb9356f Add PrestaShop API configuration to application properties 2025-11-28 19:11:35 +01:00
Vincent Guillet
b8aa3e61ed Refactor AuthController to enhance refresh token handling and support CORS 2025-11-28 18:50:35 +01:00
Vincent Guillet
411c407a40 Refactor AuthController to support both POST and GET methods for refresh token 2025-11-28 18:47:15 +01:00
Vincent Guillet
ad6567efa2 Add PrestashopClient and PrestashopProxyController for API integration 2025-11-28 11:33:15 +01:00
Vincent Guillet
6f05f66ea6 Refactor environment configurations and nginx settings for improved API routing and path handling 2025-11-28 10:32:03 +01:00
Vincent Guillet
b16eff2e76 Refactor environment and nginx configuration for improved API routing and proxy handling 2025-11-26 15:14:53 +01:00
Vincent Guillet
8cdfab9596 Refactor PrestashopProxyController to enhance request forwarding and error handling 2025-11-26 14:46:37 +01:00
Vincent Guillet
f9a9e81713 Refactor PrestashopClient and PrestashopProxyController to improve query handling and enhance code clarity 2025-11-26 14:25:25 +01:00
Vincent Guillet
f4696b5f5b Refactor PrestashopClient and PrestashopProxyController for improved error handling and response management 2025-11-26 14:08:33 +01:00
Vincent Guillet
d94ce06d95 Refactor PrestashopClient and PrestashopProxyController for improved API request handling and response management 2025-11-26 12:14:07 +01:00
Vincent Guillet
7c82cf0d3f Remove unused image association from User model 2025-11-25 21:38:55 +01:00
Vincent Guillet
4b29e116cf Refactor PrestashopClient and PrestashopProxyController to enhance API request handling and improve error logging 2025-11-25 21:35:11 +01:00
Vincent Guillet
21cdb3dc30 Delete unused files 2025-11-25 21:23:38 +01:00
Vincent Guillet
8317fc24d9 Refactor PrestashopClient and PrestashopProxyController for improved API handling 2025-11-25 20:58:21 +01:00
Vincent Guillet
4a16aa715f Add display full parameter to PrestashopClient API query 2025-11-25 19:55:23 +01:00
61e164732c Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 18:35:55 +00:00
d3f47549f9 Update api/src/main/java/fr/gameovergne/api/controller/prestashop/PrestashopProxyController.java 2025-11-25 18:21:01 +00:00
b289a53154 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 18:20:41 +00:00
47edec0d33 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 18:05:56 +00:00
Vincent Guillet
c7b9b68d42 Refactor PrestashopClient to use HttpClient and simplify PrestashopProxyController 2025-11-25 18:55:16 +01:00
Vincent Guillet
e839aae4dd Add WebClient configuration and update PrestashopProxyController for reactive support 2025-11-25 18:33:53 +01:00
019b8f4c01 Update api/src/main/java/fr/gameovergne/api/service/prestashop/PrestashopClient.java 2025-11-25 17:18:52 +00:00
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