Commit Graph

35 Commits

Author SHA1 Message Date
2ecc4fd9be refactor users module to domain/controller and release 0.253 update package 2026-02-12 21:44:40 +01:00
f9f2ddd3bb Refactor admin lists and migrate legacy archive/filemanager controllers 2026-02-11 00:03:07 +01:00
fe4e98d9bd ver. 0.251 - migrate Dictionaries to Domain/Controller and remove legacy classes 2026-02-10 00:04:32 +01:00
926b6fcbca Release 0.249: banner edit fixes and thumbnail popup 2026-02-08 17:29:52 +01:00
0b80524d71 Release 0.248: auto-submit table filters on change 2026-02-08 02:04:08 +01:00
9a72d92e13 Release 0.247: improve delete confirmation dialog 2026-02-08 01:58:59 +01:00
bbf0c075b8 Release 0.246: migrate banners list to new table 2026-02-08 01:53:22 +01:00
d709a3df7b Release 0.245: refactor articles list and update package 2026-02-08 01:35:13 +01:00
f1c7019cc5 Refactor code structure for improved readability and maintainability 2026-02-06 01:45:58 +01:00
1c88f8adfa Add new settings and cache repository files, update admin settings controller and templates
- Introduced new `SettingsRepository` and `CacheRepository` classes in the `autoload\Domain` namespace.
- Updated `SettingsController` in the `admin\Controllers` namespace to enhance settings management.
- Added new templates for settings in `admin\templates\settings` and `admin\templates\site`.
- Improved overall structure and organization of settings-related files.
2026-02-05 23:32:48 +01:00
3a7be21432 Add new version 0.238 zip file containing updated ProductRepository and Product class files 2026-02-05 01:53:28 +01:00
43aebc166f Add new update package version 0.235 to autoload admin 2026-01-27 23:47:10 +01:00
Roman Pyrih
e31074506c NEW. Dodanie opcji typ pola własnego 2026-01-20 11:33:18 +01:00
9eecf6b415 Add new columns to producer and product language tables
- Added 'data' column to 'pp_shop_producer_lang' table for additional metadata storage.
- Added 'security_information' column to 'pp_shop_products_langs' table to enhance product security details.
2026-01-04 21:22:40 +01:00
d4fe312cb6 Refactor cookie handling for user authentication; implement secure payload structure and cleanup invalid cookies 2025-12-16 23:34:54 +01:00
290aa31aa7 Add two-factor authentication fields to pp_users table and update .htaccess for security
- Added columns for two-factor authentication (2FA) in the pp_users table:
  - twofa_enabled (TINYINT)
  - twofa_email (VARCHAR)
  - twofa_code_hash (VARCHAR)
  - twofa_expires_at (DATETIME)
  - twofa_sent_at (DATETIME)
  - twofa_failed_attempts (INT)
- Updated the twofa_enabled and twofa_email for user with id 0.
- Enhanced .htaccess to disable directory listing, block execution of sensitive files, and prevent serving hidden files.
2025-12-11 23:57:22 +01:00
a4300b2947 Refactor file manager key handling in article, banner, and producer edit templates; remove unnecessary .DS_Store files 2025-10-01 09:03:03 +02:00
d903f9fc55 Refactor code structure for improved readability and maintainability 2025-09-28 18:27:48 +02:00
ef15f16e18 Add is_required column to pp_shop_products_custom_fields table
This commit introduces a new column `is_required` to the `pp_shop_products_custom_fields` table. The column is of type TINYINT, cannot be null, and has a default value of 1. This change is intended to enhance the product custom fields by allowing the specification of whether a field is mandatory.
2025-08-19 20:31:44 +02:00
f9994cf644 Poprawiono obsługę wartości domyślnej oraz wpływu na cenę produktu, dodając warunki sprawdzające istnienie wartości przed ich użyciem. 2025-07-29 14:40:23 +02:00
e350f92f68 Zmieniono nazwę kolumny client_email na order_email w widoku zamówień oraz usunięto pliki .DS_Store. 2025-03-14 21:11:09 +01:00
e674ae6f42 Usunięto pliki .DS_Store, dodano kolumnę used_count do tabeli pp_shop_coupon, zaktualizowano wersję na 0.227 oraz dodano obsługę kuponów w szczegółach zamówienia. 2025-03-11 23:56:46 +01:00
2f918fca1d Poprawiono formatowanie kodu w pliku products-list.php oraz dodano ustawienie wartości bieżącej strony w formularzu. 2025-02-11 23:17:02 +01:00
2bddfa31f7 Zaktualizowano wersję na 0.226, dodano opcję faktury do zamówienia oraz wprowadzono zmiany w strukturze bazy danych i logice obsługi zamówień. 2025-01-04 12:11:50 +01:00
892e1952c6 Poprawiono sprawdzanie, czy 'products_related' jest tablicą przed użyciem w pliku product-edit.php 2024-12-29 20:31:30 +01:00
4d322eebeb Dodano możliwość wprowadzania numeru strony w paginacji oraz poprawiono style dla elementów paginacji. 2024-12-25 11:54:55 +01:00
2cf3eb683a Dodano responsywne style dla przycisku wysyłania zamówienia do apilo w pliku style.scss 2024-12-21 19:46:28 +01:00
451a8a491f Zaktualizowano wersję na 0.225, dodano przycisk do czyszczenia cache oraz funkcję ponownego wysyłania zamówienia do apilo.com 2024-12-20 21:30:42 +01:00
678db18f20 Dodano nową wersję menedżera plików, w tym nowe obrazy, pliki CSS oraz poprawki w kodzie PHP. 2024-12-06 15:16:27 +01:00
f419f693e4 update 2024-11-16 10:57:09 +01:00
144df6abf5 Poprawa obsługi połączeń z Redis, w tym zmiana sposobu logowania błędów oraz aktualizacja konfiguracji połączenia. Dodatkowo, dodano zabezpieczenie przed dzieleniem przez zero w widoku dashboardu. 2024-11-12 11:28:27 +01:00
be64e16dc7 Zaktualizuj wersję na 0.222, dodaj integrację z Orlen Paczka oraz wprowadź zmiany w obsłudze punktów Orlen w formularzach zamówień i koszyka 2024-11-10 20:09:42 +01:00
e3b4ec973b Popraw obsługę błędów i optymalizację połączeń z Redis w różnych klasach 2024-11-08 00:16:19 +01:00
ff248acfc4 Update htaccess to include rewrite rules for non-existing files and directories 2024-10-29 11:25:55 +01:00
b6107b8c75 first commit 2024-10-23 13:44:50 +02:00