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

2538 Commits

Author SHA1 Message Date
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
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
dd86dcad30 fix forget-password (+ themeing), see #427 2021-01-19 09:19:59 +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
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
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
988d5f2996 add another link 2021-01-14 20:20:31 +00:00
David Goodwin
9e63152c0c try and document recent Dovecot permissions problems 2021-01-14 19:53:15 +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
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
728fc45d38 bump version number 2021-01-12 22:14:23 +00:00
David Goodwin
ba2a56fc41 Update changelog 2021-01-12 22:13:38 +00:00
David Goodwin
a20f05ca71 try and fix vacation editing etc - see https://github.com/postfixadmin/postfixadmin/issues/416 2021-01-12 22:08:35 +00:00
David Goodwin
b7c247606f some initial documentation on password hashing for Postfixadmin, probably incomplete, probably contains errors but may be better than nothing 2021-01-12 22:05:48 +00:00
David Goodwin
5151b860e7 add @todo, default MySQL ENCRYPT() to have a random salt, SHA512 format 2021-01-12 22:04:51 +00:00
David Goodwin
fbfcab7d10 Merge branch 'postfixadmin_3.3' 2021-01-12 16:58:10 +00:00
David Goodwin
c56983c6de try and improve the debian postinst script for (templates_c) 2021-01-12 16:57:30 +00:00
David Goodwin
113ab02f54 reformat; add to CHANGELOG 2021-01-12 16:56:23 +00:00
David Goodwin
1c8ae8a767 update docs 2021-01-12 16:54:28 +00:00
David Goodwin
8a08504ece try and improve setup of the templates_c directory for debian 2021-01-12 14:42:28 +00:00
David Goodwin
47f7250b05 see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905726 2021-01-12 14:03:00 +00:00
David Goodwin
0096a41693 format 2021-01-12 11:00:56 +00:00
David Goodwin
7090b5af75 changes to pacrypt to support a prefix like {SHA265-CRYPT} on a hash - @see https://github.com/postfixadmin/postfixadmin/issues/344 2021-01-12 10:59:25 +00:00
David Goodwin
ea7ecb113d better wording as we are using PDO 2021-01-11 21:41:19 +00:00
David Goodwin
6940210402 code already depends on php 7.0 return types, so tidy up setup.php to not allow php5.x; remove setup check for phar as this is not required with php 7.0+ 2021-01-11 21:35:54 +00:00
Christian Boltz
c2571694d1
Drop now unused users/css/default.css 2021-01-11 20:57:04 +01:00
David Goodwin
6b2fa8e607 see: https://github.com/postfixadmin/postfixadmin/issues/415 - fix setup page to use password type field - thanks @efelon 2021-01-11 13:01:37 +00:00
David Goodwin
cc23eba9dd bump version number 2021-01-11 09:36:51 +00:00