0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

2688 Commits

Author SHA1 Message Date
David Goodwin
49c254a4e6
avoid undefined array key quota.... see #853 2024-09-01 19:23:58 +01:00
David Goodwin
0e68334864
update version to 3.3.14, update CHANGELOG (perhaps ready for 3.3.14) 2024-06-09 10:25:27 +01: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
37fe4d993a
tweak the formatting of the vacation form so there is more space on a reasonably sized screen; remove extra closing div tag, see also #834 ; thanks to @ariabamdad 2024-06-04 20:19:23 +01:00
David Goodwin
364f98632f
see #826 - avoid $no_vacation_pattern of "" causing everyone to be skipped 2024-05-09 08:43:07 +01:00
David Goodwin
fd1948602f give the language selector an id - see #736 - thanks @frzquerty 2023-06-23 21:10:48 +01:00
David Goodwin
549e6b787d update CHANGELOG 2023-06-20 09:24:11 +01:00
David Goodwin
d72f1e8006 setup.php does not use the datetime widget or any funky bootstrap special effects, so we might as well remove JS from it 2023-06-20 09:22:55 +01:00
Christian Boltz
97434644ab also replace jquery 1.12.4 with 3.7.0 in setup.php
... and delete the old jquery-1.12.4.min.js
2023-06-20 09:22:55 +01:00
David Goodwin
2ed3e14f95 replace jquery 1.12.4 with 3.7.0 - see #734 2023-06-20 09:22:55 +01:00
David Goodwin
919e5a7834 stop non-string value for length breaking stuff - see https://github.com/postfixadmin/postfixadmin/issues/697 - thanks @bmatthewshea 2022-12-30 20:41:28 +00:00
David Goodwin
b7cf7e040c bump version number... see #694 2022-12-09 09:28:13 +00:00
David Goodwin
b6eab5daed update CHANGELOG.TXT 2022-12-08 20:34:43 +00:00
David Goodwin
d092c9504d update changelog 2022-12-06 19:10:42 +00:00
David Goodwin
19b6f96544 mysql does not support DROP CONSTRAINT, looks like it is MariaDB only - see https://github.com/postfixadmin/postfixadmin/issues/591#issuecomment-1021340592 2022-12-06 19:05:34 +00:00
David Goodwin
51d3fdb4bf Update CHANGELOG 2022-12-06 08:59:02 +00:00
David Goodwin
f297ce07c4 code format 2022-12-06 08:56:28 +00:00
David Goodwin
131302951e do not show version_number/0 on setup.php 2022-12-06 08:56:23 +00:00
David Goodwin
80a5a43cb6 update quota/quota2 username collation - see #690 2022-12-06 08:55:40 +00:00
David Goodwin
53bb238a26 set env var to fudge build oh php-cs-fixer under php8.1 2022-12-04 20:47:07 +00:00
David Goodwin
b27001cc52 do not pass null in as the last argument to str_replace (PHP8.1 does not like this) 2022-12-04 20:38:46 +00:00
David Goodwin
667de0938b downgrade php-cs-fixer 2022-12-04 20:33:26 +00:00
David Goodwin
9203bd5ab8 postfixadmin v3.3.x ought to work on PHP 7.0 <-> 8.1 2022-12-04 20:10:44 +00:00
David Goodwin
910c890410 psalm fixes 2022-12-04 20:10:44 +00: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
835fd87d5f formatting 2022-06-28 13:39:26 +01:00
David Goodwin
b18ed591a2 bumping php-cs-fixer; formatting rules change slightly 2022-06-28 13:31:37 +01:00
David Goodwin
3472897527 update php-cs-fixer (to support php 8.1) 2022-06-28 13:27:45 +01:00
David Goodwin
b5e937ac1e drop building on php7.0 2022-06-28 13:08:08 +01:00
David Goodwin
c501ebb8dc try this 2022-06-28 10:48:16 +01:00
David Goodwin
ea0c5c67c7 github action update 2022-06-28 10:39:16 +01:00
David Goodwin
67d1ae6020 replace coveralls library; change license to be gpl-2 only to keep composer happy 2022-06-28 10:38:28 +01:00
David Goodwin
bf46848c3d stop php8.1 moaning about a null value going into htmlentities - see https://github.com/postfixadmin/postfixadmin/issues/632 2022-06-28 10:38:05 +01:00
David Goodwin
dae805bac7 add iterate_query for dovecot 2022-04-22 11:23:46 +01:00
David Goodwin
e6713da72e debian packaging fix (ADDITIONS/README.TXT -> ADDITIONS/README.md); see also #613 2022-04-10 16:27:04 +01:00
David Goodwin
91af829108 update changelog; add changelog entry 2022-03-14 14:48:34 +00:00
David Goodwin
ab496bda29 also fix collation on domain_admins.domain to be latin1_general_ci - see also #327 (else a domain admin cannot login)
See #595
2022-03-14 14:45:16 +00:00
David Goodwin
73dc83dbbd psalm fixes 2022-03-02 14:11:23 +00:00
David Goodwin
880dcf1cd6 bump config version number (3.3.11) 2022-03-02 14:06:26 +00:00
David Goodwin
c0cdc1dfa8 update changelog 2022-03-02 14:05:50 +00:00
David Goodwin
a97a2f9bda revert: bc9c506a05 - should not have been on this branch 2021-12-16 21:06:32 +00:00
David Goodwin
ede15de662 see #575 - fix "Warning: Declaration of ...::init($id): bool should be compatabile with ... ::init(string $id): bool" 2021-12-16 20:54:01 +00:00
David Goodwin
e90fd37f06 reformat 2021-12-02 14:55:47 +00:00
David Goodwin
36a5f44b2f re-order bits of config, fix typo in php_crypt doc for sha512-crypt 2021-12-02 14:43:11 +00:00
David Goodwin
bc9c506a05 add test for pacrypt variant php_crypt:BLOWFISH 2021-11-13 20:23:15 +00:00
David Goodwin
4c0983f899 cherry-pick f8c8dcf520 so we can have $CONF[database_port] in v3.3.x 2021-11-05 19:43:14 +00:00
David Goodwin
bef2d7c536 composer format 2021-10-12 19:54:30 +01:00
David Goodwin
ef4ac3ce4b see - https://github.com/postfixadmin/postfixadmin/issues/549 - use $CONF["database_port"] when connecting to MySQL 2021-10-12 19:50:09 +01:00
David Goodwin
4bc1e0662d see https://github.com/postfixadmin/postfixadmin/issues/548 - from https://getbootstrap.com/docs/3.4/components/#navbar - "Context-specific usage
Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav."
2021-10-04 13:28:51 +01:00