Commit Graph

1980 Commits (f9fd24aecde4ebec8a4b85aa4e25fafc334a60e5)
 

Author SHA1 Message Date
David Goodwin f9fd24aecd use PHP date for comparison - see #254 and https://sourceforge.net/p/postfixadmin/discussion/676076/thread/70ed9843c0/?limit=25#685c and #240 7 years ago
Filippo Tessarotto c08973f54a [Travis] Build also against PHP 7.3 7 years ago
David Goodwin 2181c24db4 remove quotes around table name which is not necessary as table_by_key does this 7 years ago
David Goodwin ae37943ca4
Merge pull request #242 from froonix/mysqli-persistent-ssl-bugfix
[v3.2] Persistent MySQLi connections: Missing SSL at reconnect
7 years ago
Christian Schrötter ce65c48238
Fix missing SSL at persistent MySQLi reconnect 7 years ago
David Goodwin 477ede0175 stop undefined index errors with show_vacation and show_disabled 7 years ago
David Goodwin d9326a1f38 remove show_expired code from 3.2 branch - see #235 7 years ago
David Goodwin 3ce5efacb1 php 5.6 is EOLed; I am sceptical there is any point spending time fixing travis to make it work 7 years ago
David Goodwin 006b622db9 reduce testing to just linting 7 years ago
David Goodwin 54cb34cceb Update CHANGELOG with 3.2 changes (3.2.1 release) 7 years ago
David Goodwin bdbce9ebe5 fix sql for notification resend; see #226 7 years ago
David Goodwin 9d31639eef fix postgresql compatability - see #227 7 years ago
Luca 885bad949d Fix for MySQL 8
The keyword ROW became reserved in MySQL 8.0.2
https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-R
7 years ago
David Goodwin 96d64d9317 try and fix #30 - cope with timestamp and numeric field number comparison better for PostgreSQL. 7 years ago
David Goodwin 8196a063a5 add Date header into smtp_from(...) function - see #203 7 years ago
David Goodwin b71aee3504 remove windows code; remove array_merge (seems to just break parsing) 8 years ago
David Goodwin 31c5e6dd2e try and fix #177 (add missing fields to sqlite db) 8 years ago
David Goodwin 57714adc00 make phar loading optional depending on the extension being present or not 8 years ago
David Goodwin ceb261036a possible fix for sqlite schema/upgrade issues; see #177 and and #176 8 years ago
David Goodwin 3754381f0e
Merge pull request #175 from racerxdl/master
'row' is a reserved word in MySQL 8.0
8 years ago
Lucas Teske 11f9680963
'row' is a reserved word in MySQL 8.0 8 years ago
Christian Boltz 05bf2d2013
if unconfigured, recommend to edit config.local.php
... instead of config.inc.php

(idea based on comments on
7c38bdd871 )
8 years ago
Christian Boltz 2eb5a7ed60
simplify function_exists() checks for random_int()
It's easier to define a compat function than to have function_exists()
checks all over the code.
8 years ago
David Goodwin 603c5195df update debian changelog (v3.2) 8 years ago
Christian Boltz 9044bed288
re-order some changelog entries and adjust date 8 years ago
David Goodwin b4849b8431 bump minimum db version 8 years ago
David Goodwin 4c6bcdbc39 update version 8 years ago
David Goodwin a510981350 update with notes on php_crypt and smarty 8 years ago
David Goodwin 5b7f4cda48 add phpdoc comments, default php_crypt hash to use SHA512 rather than MD5 8 years ago
David Goodwin 7282928e6d update generate_password() to allow length to be specified; update test 8 years ago
David Goodwin 7388a7ca62 remove notice about additional plugin - lost with time, does not seem to be used 8 years ago
Christian Boltz a3feba7c73
change default for php_crypt to SHA512
(+ a few whitespace changes)
8 years ago
David Goodwin bd5ac21398 update debian dirs etc to cope iwth smarty->lib/smarty 8 years ago
David Goodwin 1308c52355 refresh debian patch 8 years ago
David Goodwin b48f99d4c6 reformat (phpcs) 8 years ago
David Goodwin e7f9d536d9 change default salt method with php_crypt 8 years ago
David Goodwin f7ba904800 see #171 8 years ago
David Goodwin f1a15b2269 phpunit.xml file 8 years ago
David Goodwin 2f2730ffa0 add more tests 8 years ago
David Goodwin f543c7d403 use random_int() if available 8 years ago
David Goodwin 94f05bf9e4 switch to store $config internally within an array 8 years ago
David Goodwin 7c0cb82be8 use random_int if it is available 8 years ago
David Goodwin 0d211949c9 skip tests unless configuraton updated 8 years ago
David Goodwin b97decb7c2 add a lib directory; move smarty into it; add random_compat phar (for random_bytes() on PHP < 7) 8 years ago
David Goodwin a4760ef53c
Merge pull request #170 from snuggeman/php_crypt
multiple hash algorithms using crypt (pfa 3.2)
8 years ago
snuggeman 11f0ceb615 added php_crypt scheme 8 years ago
David Goodwin b25a04a43f
Merge pull request #169 from abonanni/master
Update french language
8 years ago
Aurélien BONANNI 3ea4f80e34 Update french language 8 years ago
Christian Boltz 24ad5cc3d8
Set $reset_by_sms even if password reset is disabled
... to avoid an "undefined variable" warning
8 years ago
Christian Boltz 7c38bdd871
add a big notice about using config.local.php 8 years ago