Commit Graph

65 Commits

Author SHA1 Message Date
5aca41750c update 2026-04-27 15:02:06 +02:00
32d7ae9ceb update 2026-04-27 12:17:21 +02:00
34dac15494 update 2026-04-26 21:55:49 +02:00
4b998ea5be update 2026-04-25 21:31:50 +02:00
4931c55338 update 2026-04-24 18:55:13 +02:00
bc80024d4a update 2026-04-23 14:18:28 +02:00
cd1ea4a9db update 2026-04-22 19:22:12 +02:00
8f43d0b8d9 update 2026-04-22 13:21:14 +02:00
8ef527e9ab update 2026-04-21 18:05:44 +02:00
cea92469f9 update 2026-04-20 23:17:25 +02:00
fd1e23eb26 update 2026-04-19 22:43:02 +02:00
42efc857de update 2026-04-17 19:15:55 +02:00
3d61d3b2df update 2026-04-16 23:19:11 +02:00
0e8f246d6f update 2026-04-14 20:36:20 +02:00
e15b4ccf45 update 2026-04-13 22:31:06 +02:00
38259bc706 update 2026-04-13 17:24:03 +02:00
423829889e update 2026-04-13 00:59:41 +02:00
f72a5019e9 update 2026-04-12 21:43:39 +02:00
63bd1e73f2 update 2026-04-12 10:21:36 +02:00
d04e02020c update 2026-04-12 01:35:19 +02:00
91a8b85f38 update 2026-04-09 13:01:14 +02:00
633da52880 update 2026-04-08 23:22:48 +02:00
c5b2885b44 feat: Add User-Agent header to Allegro API requests
- Implemented buildUserAgent() method in AllegroApiClient, AllegroOAuthClient, and AllegroTrackingService to include User-Agent header in all HTTP requests to Allegro API.
- Updated .env.example to include APP_VERSION and ALLEGRO_USER_AGENT_URL for configuration.
- Created public /info page to provide application details required by Allegro, including app name, version, description, and contact information.
- Added minimalist layout for public pages to ensure a professional appearance.
- Ensured all changes comply with Allegro's API requirements for User-Agent header.
2026-04-08 20:59:55 +02:00
0f7742f10d update 2026-04-08 19:08:40 +02:00
40644eb362 update 2026-04-07 22:39:16 +02:00
1933c74395 update 2026-04-07 10:44:03 +02:00
278f44b360 update 2026-04-06 12:00:08 +02:00
7feda58a97 update 2026-04-04 18:20:13 +02:00
e95c4967d2 update 2026-04-03 22:35:49 +02:00
0e7ee957cb update 2026-04-03 11:30:14 +02:00
50507d70a5 update 2026-03-31 10:56:31 +02:00
af48e84449 update 2026-03-31 00:30:50 +02:00
5435209b08 update 2026-03-30 20:23:38 +02:00
70662afd2c update 2026-03-29 23:53:09 +02:00
cbc2058b83 update 2026-03-28 21:16:21 +01:00
2ab0d0e90e update 2026-03-28 15:04:35 +01:00
e9e2b1d263 update 2026-03-27 12:58:07 +01:00
3f072c5906 update 2026-03-27 00:08:34 +01:00
51ea2030e4 update 2026-03-25 23:01:22 +01:00
f592203b60 update 2026-03-24 00:33:52 +01:00
686429d9cf update 2026-03-22 23:54:59 +01:00
d1a1b79247 update 2026-03-18 00:40:11 +01:00
74230cb7c3 update 2026-03-17 00:06:07 +01:00
8b3fb3fd0b update: session state, docs, screenshots
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 21:31:57 +01:00
fb60b6d5d7 feat(11-receipt-print): phase 11 complete — receipt preview, print & PDF
Add receipt show/print/pdf endpoints with dompdf integration.
Active preview and PDF links in order Documents tab.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 20:31:04 +01:00
5ab87a5a20 feat(07-pre-expansion-fixes): complete phase 07 — milestone v0.2 done
Phase 7 complete (5 plans):
- 07-01: Performance (N+1→LEFT JOIN, static cache, DB indexes)
- 07-02: Stability (SSL verification, cron throttle DB, migration 000014b)
- 07-03: UX (orderpro_to_allegro disable, lista zamówień fixes, SSL hotfix)
- 07-04: Tests (12 unit tests for AllegroTokenManager + AllegroOrderImportService)
- 07-05: InPost ShipX API (natywny provider, workaround remap usunięty)

Additional fixes:
- 5 broken use-statements fixed across 4 files
- vendor/ excluded from ftp-kr auto-upload
- PHPUnit + dg/bypass-finals infrastructure

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 00:37:21 +01:00
62a68e9ec2 update 2026-03-14 01:10:29 +01:00
ae747de77a update 2026-03-13 17:47:11 +01:00
9a0dbe050b update 2026-03-13 01:00:28 +01:00
2b12fde248 feat(shipments): add ShipmentProviderInterface and ShipmentProviderRegistry
- Introduced ShipmentProviderInterface to define the contract for shipment providers.
- Implemented ShipmentProviderRegistry to manage and retrieve shipment providers.
- Added a new tool for probing Apaczka order_send payload variants, enhancing debugging capabilities.
2026-03-08 23:45:10 +01:00