67 Commits (40bc67262216cfc5ade2d2edd65a45ec823d5121)

Author SHA1 Message Date
David Goodwin a9215a99fa
change project reference 6 months ago
David Goodwin 9620056277
formatting 9 months ago
David Goodwin 0f53b0343b
add a lax content-security-policy http header - see #905 9 months ago
David Goodwin 03d5fb4b29
tighten up the cookie used by postfixadmin for PHP sessions - add samesite, httponly and perhaps secure flags, see #903, thanks @gitblacker 9 months ago
David Goodwin f01274ec94
try relaxing composer dependencies to allow php8.2 dev support, reformat so composer format passes 2 years ago
David Goodwin 1988a70489 drop local copy of smarty library; use composer for installation of it; allow smarty 4.x which appears to work and also better supports php8 etc 3 years ago
Adrien Crivelli a97771adfd
Automatic code style fixes 3 years ago
David Goodwin e960fa96a0 put some sort of warning if a turkish locale is set - see #541 3 years ago
David Goodwin 12ed3fba3d avoid a clickjacking attack reported on huntr.dev by @ranjit-git 4 years ago
David Goodwin 2ccda5c26a move to use the composer autoloader 4 years ago
David Goodwin 2edabc3e03 phpcs insists on some brace changes 5 years ago
David Goodwin 2a58056fff be more consistent with how we load common.php, improve comments 5 years ago
David Goodwin b2831d1241 psalm improvements 5 years ago
David Goodwin b8fa60bb8a more type hints / psalm fixes 5 years ago
David Goodwin 484acfbf59 Remove the random_compat lib. 5 years ago
David Goodwin 8754af58cb fix undefined variables (psalm) 6 years ago
David Goodwin 036245063e drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325 6 years ago
David Goodwin 87824ef970 psalm fixes/workarounds; require PHP 5.6+ 6 years ago
David Goodwin a0b4e690b2 only load random_compat if PHP_VERSION is < 7.0 6 years ago
David Goodwin 7e7f644952 skip this check if unit test 7 years ago
David Goodwin 2b31e71d5c improve error message 7 years ago
David Goodwin 4fcdba9cf4 run php-cs-fixer (code reforamt) 7 years ago
David Goodwin 5d74ff4cc7 only require language if non-empty 7 years ago
David Goodwin 1c4a6080d7 make phar loading optional depending on the extension being present or not 8 years ago
Christian Boltz 05bf2d2013
if unconfigured, recommend to edit config.local.php 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 9bef45aed5 remove logout behaviour from common.php (never used); try and fix logout in login.php - see #130 8 years ago
Adrien Crivelli 15df6c1d7b
Reformat everything with PHP-Cs-Fixer 8 years ago
David Goodwin f0be0ebf62 remove more incpath usages 8 years ago
David Goodwin 99147d51eb move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world 8 years ago
Christian Boltz 9df6de65af
Finally get rid of variables.inc.php 9 years ago
Christian Boltz 431bd3d810 rename session cookie 10 years ago
David Goodwin 9c022f7e01 merge patch from https://sourceforge.net/p/postfixadmin/bugs/347/ (thank you Eugene Grosbein) - explictly set session_cache_limiter to nocache 11 years ago
David Goodwin e39510726a use !empty to avoid error 12 years ago
Christian Boltz fbc18ff993 login.php, common.php: 12 years ago
Christian Boltz 6e2e132bac remove "postfixadmin.com" in comments in lots of files 12 years ago
Christian Boltz c6ca4f9bae common.php: 12 years ago
Christian Boltz 4d9a338eb2 After hunting an "undefined index transport" error in list-domain, I 12 years ago
Christian Boltz 631c6e754f common.php: 13 years ago
David Goodwin ecf7757981 Remove getInstance calls; not needed as we use ::write 14 years ago
Christian Boltz 646c790371 common.php, scripts/postfixadmin-cli.php: 14 years ago
Christian Boltz 4611b111e3 common.php: 14 years ago
Christian Boltz a5f3cb9b96 config.inc.php: 14 years ago
David Goodwin b0bd8cd1f5 see changeset:952 ... move php code out of template into here 15 years ago
Christian Boltz 98c0252a08 common.php: 15 years ago
Norman Messtorff 7229502738 Small typo fixed... 16 years ago
Sebastian cf40467570 - accidentially deleted header.php. Needed for setup 16 years ago
Sebastian b1287d97e2 - big merge of Postfixadmin smarty into trunk 16 years ago
Christian Boltz 562ab4dc14 setup.php: 16 years ago
Christian Boltz acb3d4799d login.php, index.php: 17 years ago