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

2707 Commits

Author SHA1 Message Date
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
David Goodwin
70bf59edc4 composer format; fix syntax issue; comment out code in model/Login which fails psalm check 2021-01-14 22:22:27 +00:00
David Goodwin
988d5f2996 add another link 2021-01-14 20:20:31 +00:00
David Goodwin
cb161a7cec
Merge pull request #421 from BotoX/master-crypt
Suport for dovecot mail-crypt-plugin via new mailbox_postpassword_script hook
2021-01-14 20:11:14 +00:00
David Goodwin
9e63152c0c try and document recent Dovecot permissions problems 2021-01-14 19:53:15 +00:00
David Goodwin
e9850f3ed4 3.3.3 release 2021-01-14 17:07:55 +00:00
David Goodwin
ff2a7c96d4 update changelog; try and improve tests 2021-01-14 17:07:55 +00:00
David Goodwin
d4c19506b3 rejig setup.php so it displys error messages if admin creation fails etc 2021-01-14 17:07:55 +00:00
David Goodwin
79737bc049 reformat 2021-01-14 17:07:55 +00:00
David Goodwin
61585e8b02 do not lose login error for users/ - see https://github.com/postfixadmin/postfixadmin/issues/420 2021-01-14 17:07:55 +00:00
David Goodwin
ab56724a15 add hash_equals call 2021-01-14 17:07:55 +00:00
David Goodwin
85960b7096 more Login pacrypt() exception handling - see https://github.com/postfixadmin/postfixadmin/issues/420 2021-01-14 17:07:55 +00:00
David Goodwin
0a55868736 require a password to be non-empty on login 2021-01-14 17:07:55 +00:00
David Goodwin
30e3132a34 wrap pacrypt() call with a try/catch to log/handle issues where an exception is thrown - see https://github.com/postfixadmin/postfixadmin/issues/420 2021-01-14 17:07:55 +00:00
David Goodwin
a1987a5aa3 update CHANGELOG, release 3.3.2 2021-01-14 17:07:55 +00:00
David Goodwin
08e4c35141 Fix for https://github.com/postfixadmin/postfixadmin/issues/418 2021-01-14 17:07:55 +00:00
David Goodwin
0ca76d82f5 indent 2021-01-14 17:07:55 +00:00
David Goodwin
3f2fbd0dd0 fix header url for users - see #416 2021-01-14 17:07:55 +00:00
David Goodwin
aa674aa233 be more strict about the format of an obsolete setup_password 2021-01-14 17:07:55 +00:00
David Goodwin
41531b8bf2 3.3.3 release 2021-01-14 17:06:49 +00:00
David Goodwin
df75df08ec update changelog; try and improve tests 2021-01-14 17:05:50 +00:00
David Goodwin
391d9a0f57 rejig setup.php so it displys error messages if admin creation fails etc 2021-01-14 16:44:10 +00:00
David Goodwin
18a019690c reformat 2021-01-14 11:26:04 +00:00
David Goodwin
24eb45be92 do not lose login error for users/ - see https://github.com/postfixadmin/postfixadmin/issues/420 2021-01-14 11:22:53 +00:00
David Goodwin
2060422d9a add hash_equals call 2021-01-14 11:16:31 +00:00
David Goodwin
8b1adbcf1f more Login pacrypt() exception handling - see https://github.com/postfixadmin/postfixadmin/issues/420 2021-01-14 11:13:02 +00:00
David Goodwin
5827a12628 require a password to be non-empty on login 2021-01-13 22:46:33 +00:00
David Goodwin
72ded8494a wrap pacrypt() call with a try/catch to log/handle issues where an exception is thrown - see https://github.com/postfixadmin/postfixadmin/issues/420 2021-01-13 22:44:09 +00:00
David Goodwin
7dcca5d58a update CHANGELOG, release 3.3.2 2021-01-13 22:44:09 +00:00
David Goodwin
89940dd6ab Fix for https://github.com/postfixadmin/postfixadmin/issues/418 2021-01-13 22:26:51 +00:00
David Goodwin
1ac1eb07d5 indent 2021-01-13 10:52:15 +00:00
David Goodwin
79fd31f013 fix header url for users - see #416 2021-01-13 10:52:09 +00:00
David Goodwin
0f2aefe471 be more strict about the format of an obsolete setup_password 2021-01-13 09:26:32 +00:00
David Goodwin
bb37912a10 Merge branch 'postfixadmin_3.3' 2021-01-12 22:31:25 +00:00
David Goodwin
5d77e3514b try and detect old setup_password and output appropriate message on setup.php 2021-01-12 22:31:05 +00:00
David Goodwin
d80d3573f1 format 2021-01-12 22:15:28 +00:00
David Goodwin
0d9854316c format 2021-01-12 22:15:15 +00:00