Commit Graph

8 Commits

Author SHA1 Message Date
d709a3df7b Release 0.245: refactor articles list and update package 2026-02-08 01:35:13 +01:00
43aebc166f Add new update package version 0.235 to autoload admin 2026-01-27 23:47:10 +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
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
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
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