1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
David Goodwin
d6b92b1c81 bump smarty to v4.5.5 - php8.4 support - see https://github.com/smarty-php/smarty/releases/tag/v4.5.5 2024-12-20 16:15:08 +00:00
David Goodwin
abd4dcb401 update bundled smarty to v4.5.4 2024-11-19 21:49:31 +00:00
David Goodwin
2694adbc27 bump smarty to 4.5.3 (the smarty release is regarded as a security fix ( CVE-2024-35226 ). PostfixAdmin should not be vulnerable as it does not use the extends tag. 2024-06-09 10:20:44 +01:00
David Goodwin
b76260d3d3 update smarty (4.1.1 -> 4.3.0) (add PHP 8.2 support, fixes for PHP 8.1; also fixes #541 where using a Turkish locale broke smarty's autoloader) 2022-12-04 20:10:03 +00:00
David Goodwin
58e9538e6a bump smarty to v4.1.1, some security fixes that probably do not affect PFA; adds PHP8.1 support 2022-06-28 13:56:41 +01:00
David Goodwin
d83b287297 rejig smarty 2020-09-28 20:33:21 +01:00
David Goodwin
290afa1473 should be gone 2020-09-27 10:52:03 +01:00
David Goodwin
8bfe9fe668 Rejig PFASmarty, so it becomes a singleton accessible to the various 'controllers'.
(PFASmarty::getInstance() ... stops a global variable at least).
2020-09-27 10:49:58 +01:00
David Goodwin
484acfbf59 Remove the random_compat lib. 2020-09-27 10:47:22 +01:00
David Goodwin
1ad184641d php7.4 / psalm fixes 2020-01-31 16:30:46 +00:00
David Goodwin
87824ef970 psalm fixes/workarounds; require PHP 5.6+ 2019-10-19 20:51:05 +01:00
gotty
13549cea0f Favicon config and ru_lang:
1. Favicon configuration of the project:
  a. Fixed incorrect link to favicon from the subfolder /users/
  b. Added ability to set favicon via config
2. Completed translation of all string constants into Russian language.
2019-10-19 18:33:18 +03:00
David Goodwin
907bd7ee46 update Smarty to v3.1.33 - "This release does cover security issue CVE-2018-16831, other bug fixes (see changelog.txt) and adds a new feature of the {capture} tag (see NEW_FEATURES.txt)." 2019-09-25 13:55:07 +01:00
David Goodwin
34e6f7829e tighten psalm checks; fix errors 2019-09-17 20:55:14 +01:00
David Goodwin
e26877f2f9 add almost forgotten file: array_column.php 2019-01-06 21:32:58 +00:00
David Goodwin
590c80f0bc add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc 2018-12-29 20:54:25 +00:00
David Goodwin
5d6dde7bff psalm fixes 2018-12-28 19:19:11 +00:00
David Goodwin
01c8b14a44 PFASmarty class 2018-12-27 22:01:35 +00:00
David Goodwin
d146f51feb remove duplication of PFASmarty class 2018-12-27 22:01:19 +00:00
David Goodwin
8cf7947f15 move function into the only place it is used 2018-12-27 13:07:31 +00:00
David Goodwin
ba14535489 Merge pull request #172 from abonanni/bootstrap
Bootstrap Integration
2018-07-10 10:29:13 +01:00
root
fb3e968cfc Bootstrap template integration 2018-05-04 13:25:34 +02:00
David Goodwin
7388a7ca62 remove notice about additional plugin - lost with time, does not seem to be used 2018-05-02 21:19:47 +01:00
David Goodwin
b97decb7c2 add a lib directory; move smarty into it; add random_compat phar (for random_bytes() on PHP < 7) 2018-04-29 20:27:33 +01:00