Commit Graph

227 Commits

Author SHA1 Message Date
Vincent Guillet
fd6c730ae3 Add image resizing utility and integrate it into product image upload process 2025-12-03 19:46:31 +01:00
Vincent Guillet
eb94697955 Refactor application.properties to set maximum file and request sizes for multipart uploads 2025-12-03 16:40:57 +01:00
Vincent Guillet
a72957648e Refactor PrestashopClient to improve image upload response handling and enhance error reporting 2025-12-03 15:47:12 +01:00
Vincent Guillet
b15c331295 Refactor PrestashopClient to store basic auth header for improved readability and maintainability 2025-12-03 15:32:44 +01:00
Vincent Guillet
503cbee641 Refactor PrestashopClient to enhance manual multipart image upload handling and improve error logging 2025-12-03 15:19:26 +01:00
Vincent Guillet
078cef0585 Refactor PrestashopClient to enhance image upload logging and improve filename handling 2025-12-03 15:06:53 +01:00
Vincent Guillet
48f7e84ef9 Refactor PrestashopClient to improve multipart image upload construction and enhance header management 2025-12-03 14:53:39 +01:00
Vincent Guillet
f975e57110 Refactor PrestashopClient to improve multipart image upload handling and logging 2025-12-03 14:46:32 +01:00
Vincent Guillet
389beca604 Refactor PrestashopClient to construct absolute URL for image uploads and improve logging 2025-12-03 14:36:40 +01:00
Vincent Guillet
fa7a1c2f26 Refactor PrestashopClient to streamline image upload process and enhance error handling 2025-12-03 14:30:34 +01:00
Vincent Guillet
df98dfe38e Refactor PrestashopClient to enhance image upload handling and improve error logging 2025-12-03 14:22:47 +01:00
Vincent Guillet
65559bbb48 Refactor PrestashopProxyController to simplify image upload API path 2025-12-03 13:51:54 +01:00
Vincent Guillet
f317d15ac5 Refactor PrestashopProxyController to simplify image upload API path 2025-12-03 13:43:29 +01:00
Vincent Guillet
68ccb164e2 Refactor PrestashopProxyController to improve path extraction and enhance logging for proxy requests 2025-12-03 13:33:56 +01:00
Vincent Guillet
a8f9c5f49a Refactor PrestashopProxyController to unify API path handling and enhance error logging for proxy requests 2025-12-03 13:22:43 +01:00
Vincent Guillet
ff331e1630 Refactor PrestashopProxyController to streamline API endpoint handling and improve code readability 2025-12-03 12:28:22 +01:00
Vincent Guillet
d076286728 Add image upload functionality to PrestashopClient and PrestashopProxyController 2025-12-03 12:00:48 +01:00
Vincent Guillet
de942e0d96 Enhance PrestashopClient to use UTF-8 encoding for XML body in POST and PUT methods 2025-12-03 11:39:55 +01:00
Vincent Guillet
ce3389f2e6 Enhance PrestashopClient and PrestashopProxyController to add error handling for POST, PUT, and DELETE methods 2025-12-03 11:26:23 +01:00
Vincent Guillet
8680b2fc92 Enhance PrestashopProxyController and PrestashopClient to support POST, PUT, and DELETE methods with raw query handling 2025-12-03 11:03:26 +01:00
Vincent Guillet
5068390a14 Refactor package structure for Prestashop components and enhance raw query handling in PrestashopProxyController 2025-12-03 10:25:59 +01:00
Vincent Guillet
4fe16b0cb1 restore previous version 2025-12-03 10:04:22 +01:00
Vincent Guillet
42c1e655f1 Refactor PrestashopClient to normalize base URL, enhance URL building, and improve raw query handling 2025-12-03 09:33:30 +01:00
Vincent Guillet
fdb6c40bb9 Refactor PrestashopClient to normalize base URL, enhance URL building, and improve raw query handling 2025-12-02 17:48:27 +01:00
Vincent Guillet
72f3791616 Refactor PrestashopClient and PrestashopProxyController to support raw query handling and simplify proxy GET requests 2025-12-02 17:35:53 +01:00
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
14a6f66742 Update Prestashop service to return ID for all valid responses 2025-12-02 16:28:38 +01:00
Vincent Guillet
28faf2ed2b Refactor PrestashopClient to improve URI building and parameter encoding 2025-12-02 16:28:27 +01:00
Vincent Guillet
02387e9a50 Refactor Prestashop service endpoints to remove redundant reference-data prefix 2025-11-30 11:58:02 +01:00
Vincent Guillet
c09316189e Update PrestashopAdminController request mapping to remove redundant API prefix 2025-11-30 11:54:13 +01:00
Vincent Guillet
ad441b8dbc Update Prestashop service endpoints to remove redundant API prefix 2025-11-30 11:53:42 +01:00
Vincent Guillet
9759f2cf8e Update PrestashopAdminController request mapping to include duplicate API prefix 2025-11-30 11:47:57 +01:00
Vincent Guillet
16bd098954 Update API URLs in production environment configuration for improved routing 2025-11-30 11:47:35 +01:00
Vincent Guillet
7e5f75e482 Update API URLs in production environment configuration for consistency 2025-11-30 11:44:10 +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
d64fed8157 Refactor PrestashopService and ps-product-dialog component to enhance API integration and improve product management functionality 2025-11-29 11:53:25 +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
aead87b1bc Refactor PrestashopService to improve API integration and enhance product management functionality 2025-11-29 10:43:57 +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
504fb4fe8e Update docker-compose.yml 2025-11-28 22:09:49 +00:00