Commit Graph

6 Commits

Author SHA1 Message Date
86a74bec93 docs: add inline comments to product_integration_translations migration 2026-02-27 18:12:58 +01:00
bf71b01419 fix: remove redundant FK indexes from product_integration_translations migration 2026-02-27 18:11:16 +01:00
e1f25bbc8f feat: add product_integration_translations table and migrate marianek.pl data 2026-02-27 18:09:43 +01:00
12f0c262c8 Add initial HTML template for MojeGS1 application with Cookiebot and Google Analytics integration 2026-02-24 23:32:19 +01:00
18d0019c28 feat: Add IntegrationRepository and ShopProClient for managing integrations and fetching products from shopPRO API 2026-02-23 23:28:55 +01:00
b67542d159 feat: Implement user authentication and database migration system
- Refactored AuthService to use UserRepository for user authentication.
- Added .env file for environment configuration.
- Created migration system with Migrator and ConnectionFactory classes.
- Added database migration files for creating users table.
- Implemented settings controller for managing database migrations.
- Developed user repository for user data handling.
- Created users controller for user management interface.
- Added frontend standards and migration documentation.
- Introduced reusable UI components and jQuery alerts module.
2026-02-21 17:51:34 +01:00