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

439 Commits

Author SHA1 Message Date
David Goodwin
2d540e1da7 give the language selector an id - see #736 - thanks @frzquerty 2023-06-23 21:11:09 +01:00
David Goodwin
d99d1785b4 fix pacrypt() call - if we have passwords stored like $1$... they are PHP_CRYPT:MD5, and treating them as crypt does not work with dovecot 2023-03-09 21:59:35 +00:00
Thomas GALLIOU
e53b5e8a58
Update functions.inc.php
$conf['encrypt'] = 'dovecot:CRAM-MD5'

never success !

function _pacrypt_dovecot() will be never used

See my propose to run with dovecot:CRYPT-METHOD
2023-02-20 19:44:13 +01:00
David Goodwin
65aea00a1f see https://github.com/postfixadmin/postfixadmin/issues/667 - re-use smtp_get_admin_email(), try and make sure there is a From: set in password recovery emails 2022-11-30 21:18:06 +00:00
David Goodwin
3017ea3f3c psalm fixes (drop safeserver() (not used), $_COOKIE always contains strings etc). 2022-10-12 20:52:49 +01:00
David Goodwin
73106712e0 min_password_length might be integer, so do not be too strict with it 2022-09-27 19:56:28 +01:00
David Goodwin
989a709ee5 see https://github.com/postfixadmin/postfixadmin/issues/647 - if configured for sha512.b64 but
we have a hash with a {MD5-CRYPT} prefix, support the MD5-CRYPT form to allow for migration.
2022-08-11 20:23:32 +01:00
David Goodwin
7e514eb6f0 composer format thinks this should change 2022-08-11 20:23:15 +01:00
David Goodwin
38549c48ad composer format 2022-07-17 21:16:47 +01:00
Adrien Crivelli
a97771adfd
Automatic code style fixes 2022-07-15 11:29:55 +02:00
David Goodwin
2d6ded2786 PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
David Goodwin
bed0300fae fix tests (pacrypt/{md5raw} etc) 2022-06-23 22:18:16 +01:00
David Goodwin
a349c75f53 rmeove var_dump 2022-06-06 20:37:23 +01:00
David Goodwin
35486a2ca9 remove dead code 2022-06-06 20:35:53 +01:00
Davide Beatrici
626bd43def Add support for implicit TLS, replace "smtp_sendmail_tls" with "smtp_type"
For reference: https://datatracker.ietf.org/doc/html/rfc8314

Please note that this only applies to the "send email" feature.

In the future we should implement it for the "fetch email" one too.
2021-11-29 07:10:20 +01:00
David Goodwin
e0c9939f88 use _pacrypt_php_crypt 2021-11-14 20:52:24 +00:00
David Goodwin
57f9ed5ff3 see #556 - try this instead 2021-11-10 15:41:08 +00:00
David Goodwin
540b32f1a0 probable fix for #556 - see if CONF[site_url] is a string before trying to use it 2021-11-10 09:42:26 +00:00
David Goodwin
5a8f334b45 fix mysql connection string - see #553 2021-11-02 22:10:03 +00:00
David Goodwin
3d231a54a2
Merge pull request #491 from postfixadmin/feature-improve-pacrypt
Feature - improve 'pacrypt' (reduce reliance on dovecot pw), add more hash algorithms
2021-10-26 19:02:45 +01:00
David Goodwin
03ab100b4a composer format 2021-10-12 19:53:54 +01:00
David Goodwin
f8c8dcf520 see - https://github.com/postfixadmin/postfixadmin/issues/549 - use $CONF["database_port"] when connecting to MySQL 2021-10-12 19:51:57 +01:00
David Goodwin
ac13219894 improve test coverage / compatability 2021-09-29 21:05:19 +01:00
David Goodwin
f1b41e87fa composer format 2021-09-29 18:34:54 +01:00
David Goodwin
309b4a84aa get legacy test case to pass 2021-09-29 18:32:46 +01:00
David Goodwin
0b9b7db917 Merge remote-tracking branch 'origin/master' into feature-improve-pacrypt 2021-09-29 18:04:49 +01:00
David Goodwin
0d08ac418a see https://github.com/postfixadmin/postfixadmin/issues/547 2021-09-29 11:52:31 +01:00
Sethox
6bb8bc6fa0
Revision to my previous suggestion
This grants "if port is defined" in the right context.
2021-09-01 00:04:54 +02:00
Sethox
47b1eecdf6
Minor update: add port to mysql/mariadb
This change is needed be able to use $CONF['database_host'] (custom port) for mysql/mariadb
2021-08-31 10:32:41 +02:00
David Goodwin
36593fafe7 remove extra semi-colon - thanks to @PF4Public / #524 2021-08-04 17:25:45 +01:00
David Goodwin
25ac89f6a7 see https://github.com/postfixadmin/postfixadmin/issues/523 - improve randomness when creating the PFA_token field; reported by @michaellrowley via huntr.dev. 2021-08-04 17:00:55 +01:00
David Goodwin
1be8386e58 capitalise mechanisms 2021-07-11 21:53:06 +01:00
David Goodwin
8ca6f718b2 composer format 2021-07-11 21:21:00 +01:00
David Goodwin
d707ab8355 iniital inclusion of the postfixadmin/password-hashing library. 2021-07-07 21:42:17 +01:00
David Goodwin
659b242b59 merge fix 2021-05-15 21:28:19 +01:00
David Goodwin
8518d53906 merge postfixadmin_3.3 into master 2021-05-13 13:15:27 +01:00
David Goodwin
179dd4c6e2 try and improve hashing, remove duplicate code, try and cope with the algorithm/method in $pw_db being different from the configured one; add tests 2021-05-11 21:56:48 +01:00
David Goodwin
858c0a0ecd add in some @deprecated notifices 2021-05-08 21:56:05 +01:00
David Goodwin
3853561157 use PACrypt::hash(...) 2021-05-08 21:50:39 +01:00
Sven Strickroth
51eed5e2b6 Cleanup
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 18:03:37 +02:00
Sven Strickroth
3cde7af742 UTF8 is no real UTF8 in MySQL, on needs to use utf8mb4
This allows to use emojis in vacation mails.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:55:18 +02:00
David Goodwin
2edabc3e03 phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00
David Goodwin
fbdc6ba029 composer format 2021-04-05 21:20:40 +01:00
David Goodwin
962e80c40c improve typehints on db_insert (requires php7) 2021-04-05 21:11:39 +01:00
David Goodwin
60ff94e3c1 see #469 - try and make sure we do update timestamp fields
They may not be present in our $values array, but update them anyway.
2021-04-05 21:11:39 +01:00
David Goodwin
1a93247018 improve phpdocs 2021-03-02 21:33:00 +00:00
David Goodwin
0fc3765528 re-format 2021-02-20 14:29:23 +00:00
David Goodwin
c755e82a36 Merge branch 'postfixadmin_3.3' 2021-02-18 12:12:27 +00:00
David Goodwin
c87d8a8319 split db_connect() up to separate out db_connection_string() (which returns a PDO DSN string) 2021-02-17 21:10:48 +00:00
David Goodwin
d9813d4cf8 see #446 - try and detect site url but allow for $CONF['site_url'] override to be used. 2021-02-07 20:35:58 +00:00