0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

2743 Commits

Author SHA1 Message Date
David Goodwin
2acdcdbd75 see : https://github.com/postfixadmin/postfixadmin/issues/423 - change password length check behaviour 2021-01-25 20:12:47 +00:00
David Goodwin
e86ed4499d this might fix update_quota.pl to work with teh quota2 table 2021-01-25 20:04:43 +00:00
David Goodwin
7589326c15 Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-25 17:01:06 +00:00
David Goodwin
a442b7331d hint for future people 2021-01-25 17:00:16 +00:00
David Goodwin
34e0367a0b check if config option exists and do not require it is a string - see https://github.com/postfixadmin/postfixadmin/issues/437 2021-01-25 17:00:04 +00:00
David Goodwin
da7607c9c5 see #429 - check for some CONF keys before trying to use them 2021-01-23 16:55:41 +00:00
David Goodwin
dbfb1382fe Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-22 19:50:07 +00:00
David Goodwin
9ddaa75fc4 pt-pt (portugese) translation from Nuno Carrilho (Nunix) 2021-01-22 19:49:48 +00:00
David Goodwin
d81be5640d try and make config reading a bit more robust - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-22 18:04:39 +00:00
David Goodwin
59db09d337 add a Config::has($name) to check for the existance of a config value 2021-01-22 18:02:41 +00:00
David Goodwin
7cf3c4c9bd merge postfixadmin 3.3 back into master 2021-01-21 20:57:30 +00:00
David Goodwin
785e649295 start 3.3.5 changelog 2021-01-21 20:56:38 +00:00
David Goodwin
b4a475c185 see: https://github.com/postfixadmin/postfixadmin/issues/432 - add/fix missing template variable "domain_selected" 2021-01-21 20:52:28 +00:00
David Goodwin
60bb833632 make password-recover and password-change look a bit better - see #430 - thanks @NicoloLazzaroni 2021-01-21 20:43:50 +00:00
David Goodwin
7f8a3d4bde also fix password-change include path - see https://github.com/postfixadmin/postfixadmin/issues/430 2021-01-21 13:57:31 +00:00
David Goodwin
829b27fc20 re-fix password-change 2021-01-21 13:54:53 +00:00
David Goodwin
e10f6f3df5 merge postfixadmin_3.3 into master 2021-01-21 13:52:41 +00:00
David Goodwin
9fdfd299ae be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-21 11:12:53 +00:00
David Goodwin
ecf6e4afe9 be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 2021-01-21 11:11:52 +00:00
David Goodwin
378ee417b0 improve tests 2021-01-19 20:54:08 +00:00
David Goodwin
6d101b79e6 bump version numbers/changelog for 3.3.4 2021-01-19 20:04:31 +00:00
David Goodwin
6c3ff42036 make sure we do not double quote mysql table names somehow 2021-01-19 20:03:32 +00:00
David Goodwin
481c465712 merge e7e1ce9c28 to fix PostgreSQL tests 2021-01-19 19:24:08 +00:00
David Goodwin
e7e1ce9c28 fix postgresql test 2021-01-19 16:50:56 +00:00
David Goodwin
dd86dcad30 fix forget-password (+ themeing), see #427 2021-01-19 09:19:59 +00:00
David Goodwin
95b431599d fix forget-password (+ themeing), see #427 2021-01-19 09:19:30 +00:00
David Goodwin
94836ed156 delete local stuff 2021-01-18 22:16:18 +00:00
David Goodwin
de820e7688 ensure we delete aliases 2021-01-18 22:16:10 +00:00
David Goodwin
f14deb5426 improve tests 2021-01-18 22:15:56 +00:00
David Goodwin
3bbc2da1f2 stop psalm caching 2021-01-18 22:15:42 +00:00
David Goodwin
486a166edd make sure we do not double quote mysql table names somehow 2021-01-18 22:15:27 +00:00
David Goodwin
0ca0efa7b8 fix test if quota is turned on 2021-01-18 20:50:08 +00:00
David Goodwin
14aea8a383 fix php8 moaning about { } on strings 2021-01-18 20:49:58 +00:00
David Goodwin
23cec95153 fix php8 moaning about string vs int 2021-01-18 20:49:49 +00:00
David Goodwin
d4ea720095 try php8 via travis 2021-01-18 20:49:45 +00:00
David Goodwin
d65d70c6ed fix test if quota is turned on 2021-01-18 20:46:37 +00:00
David Goodwin
ddafed6f4d fix php8 moaning about { } on strings 2021-01-18 20:46:25 +00:00
David Goodwin
e8acde751f fix php8 moaning about string vs int 2021-01-18 20:46:11 +00:00
David Goodwin
e6cce33f9c try php8 via travis 2021-01-18 20:31:36 +00:00
David Goodwin
0ba851833e
Merge pull request #425 from gianlucagiacometti/master
Add a note for new fields
2021-01-18 09:44:27 +00:00
Gianluca Giacometti
e777252f07
Add a note for new fields
It took me some time to understand that adding fields through the struct hook does not mean that they are automatically displayed in the corresponding virtual list. I think that adding a note here would make life easier to everybody.
2021-01-17 23:53:04 +01:00
David Goodwin
c6a8117e82 improve doc comment - see https://github.com/postfixadmin/postfixadmin/issues/423 2021-01-17 22:31:53 +00:00
Gianluca Giacometti
ea560553e9 List of addresses needs a Line Feed
Edit field does display a list of aliases in a single line in the edit form field. Adding a Line Feed character fixes this problem.
2021-01-17 22:21:30 +00:00
David Goodwin
f031868ba5
Merge pull request #424 from gianlucagiacometti/master
List of addresses needs a Line Feed
2021-01-17 22:18:45 +00:00
David Goodwin
811f913534 fix incorrect README (PHP 7.0 is required) 2021-01-17 22:14:53 +00:00
Gianluca Giacometti
2e0d813bfd
List of addresses needs a Line Feed
Edit field does display a list of aliases in a single line in the edit form field. Adding a Line Feed character fixes this problem.
2021-01-17 21:26:18 +01:00
David Goodwin
36193c934e Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-16 21:44:30 +00:00
David Goodwin
910490e83f see https://github.com/postfixadmin/postfixadmin/issues/422 - not all variants of MySQL have RANDOM_BYTES() 2021-01-16 21:42:56 +00:00
David Goodwin
189bd583a0 see https://github.com/postfixadmin/postfixadmin/issues/422 - not all variants of MySQL have RANDOM_BYTES() 2021-01-16 21:42:02 +00:00
David Goodwin
dd7d94912b fix psalm issue(s); fix incorrect variable; throw exception if mailbox_postpassword_script fails 2021-01-15 19:26:07 +00:00