Commit Graph

2012 Commits (77d1b6c2e768b6307daed7eba23137a2daada125)
 

Author SHA1 Message Date
David Goodwin 77d1b6c2e7 rename sql fields to just have mailbox.password_expiry and domain.password_expiry 6 years ago
David Goodwin 27c2842cd2 remove duplication of sql, remove use of functions (hopefully unnecessary) 6 years ago
David Goodwin a455916a6b add password expiry stuff to the db schema upgrade script 6 years ago
Damien Martins 8115d8d047 Reverting unexpected changes 6 years ago
Damien Martins 12ce418f79 No need to have password expiration value in config file 6 years ago
Damien Martins 84533224ba Adds colored indicators for password expired, account disabled and vacation enabled accounts 6 years ago
Damien Martins b33d79125c Merge branch 'master' of github.com:doktoil-makresh/postfixadmin 6 years ago
Damien Martins d809e0fbf7 Adds colored indicators for password expired, account disabled and vacation enabled accounts 6 years ago
Damien Martins 72dddbc93b Adds colored indicators for password expired, account disabled and vacation enabled accounts 6 years ago
Damien Martins ce60b9fa59 Now password expiration is managed through Postfix Admin GUI 6 years ago
Damien Martins ab10c9b49a Better arguments management 6 years ago
Damien Martins 9be8c8082f More details in README file 6 years ago
Damien Martins 29a993e6fd Better (aka safer) way to deal with authentication 6 years ago
Damien Martins e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 6 years ago
David Goodwin c3d3898eb2
Merge pull request #167 from csware/recipient_delimiter
vacation: Correctly process mails with recipient_delimiter
6 years ago
David Goodwin cde3d7530d
Merge pull request #194 from cantoute/patch-1
libmime-perl => libemail-mime-perl on debian 9
6 years ago
Antony 61011619a8
libmime-perl => libemail-mime-perl on debian 9 6 years ago
David Goodwin ba14535489
Merge pull request #172 from abonanni/bootstrap
Bootstrap Integration
6 years ago
David Goodwin a981ff8172 list.php csv export: implode array values, suppress fields with empty label after trimming (html status) 6 years ago
Christian Boltz 77670f36f6
revert CSV separator to ";"
This reverts c5c42cfbe8 ("remove custom
field separator; just go with the default php behaviour").

That change didn't improve anything on
https://sourceforge.net/p/postfixadmin/bugs/386/ - it "just" changed the
CSV file format which might break existing workflows and/or tools of our
users.
6 years ago
David Goodwin 39bb2dbcd6 see remove outdated doc links - see #191 6 years ago
David Goodwin c5c42cfbe8 remove custom field separator; just go with the default php behaviour 6 years ago
David Goodwin 00877885cf update installation instructions - see #189 and #188 6 years ago
David Goodwin 6d328795cb remove windows code; remove array_merge (seems to just break parsing) 6 years ago
David Goodwin 563b8c7636 phpdoc fixes (psalm) 6 years ago
David Goodwin 45fd1bf08b silence psalm a little; bump parallel-lint version 6 years ago
David Goodwin 532eb09f1f possible readability improvement 6 years ago
David Goodwin 76ee147375 phpdoc fix 6 years ago
David Goodwin aa38d0090d token fixes; code looks incomplete anyway 6 years ago
David Goodwin 97c48a0fc9 fix phpdoc 6 years ago
David Goodwin 299735773e fix phpdoc 6 years ago
David Goodwin ec085b668b missing class property 6 years ago
David Goodwin 9c0e1dd575 phpdoc fixes 6 years ago
David Goodwin 318ac048d5 psalm fixes 6 years ago
David Goodwin c44e82cc2d phpdoc fix 6 years ago
David Goodwin b6f75c9c2c try and require Phar extension through setup if we are using php_crypt and PHP version < 7 6 years ago
David Goodwin 1f643a052f see #185 - try putting the session_ recreation stuff in an else { ... } 6 years ago
David Goodwin a787c0fc1e
Merge pull request #181 from Sopsy/master
Add support for difficulty setting for php_crypt
6 years ago
Aleksi Kinnunen 2df4348f09
Typo fix 6 years ago
Aleksi Kinnunen 48c19a1cbd
Combine encrypt CONF-keys
Went through the old PR #25, updated the encrypt rounds/cost setting to be in the encrypt -configuration key as per suggestion from @cboltz
6 years ago
Aleksi Kinnunen c1b5e66e27
Add missing global
... you should never edit with the GitHub web GUI, lazy me.
6 years ago
Aleksi Kinnunen b676e8337f
Allow empty $CONF['encrypt_difficulty'] for defaults 6 years ago
Aleksi Kinnunen 7b16e8a1c2
Add info about php_crypt and encrypt_difficulty to sample config 6 years ago
Aleksi Kinnunen 9c2161a549
Added support for password generation cost/rounds
$CONF["php_crypt_difficulty"], only for php_crypt:BLOWFISH, php_crypt:SHA256 and php_crypt:SHA512
6 years ago
David Goodwin 6100ca4cf9 try and fix #177 (add missing fields to sqlite db) 6 years ago
David Goodwin 1c4a6080d7 make phar loading optional depending on the extension being present or not 6 years ago
David Goodwin 9c7f60fa76 possible fix for sqlite schema/upgrade issues; see #177 and and #176 6 years ago
David Goodwin 3754381f0e
Merge pull request #175 from racerxdl/master
'row' is a reserved word in MySQL 8.0
6 years ago
Lucas Teske 11f9680963
'row' is a reserved word in MySQL 8.0 6 years ago
Christian Boltz 05bf2d2013
if unconfigured, recommend to edit config.local.php
... instead of config.inc.php

(idea based on comments on
7c38bdd871 )
6 years ago