David Goodwin
|
7408a3b30a
|
fix safepost doc
|
6 years ago |
David Goodwin
|
69e234f668
|
Merge pull request #200 from doktoil-makresh/master
Support for password expiration, managed in PostFix Admin
|
6 years ago |
David Goodwin
|
87472af5ba
|
add Date header into smtp_from(...) function - see #203
|
6 years ago |
David Goodwin
|
b1795ab596
|
phpdoc
|
6 years ago |
David Goodwin
|
1e158245d6
|
try and fix #30 - cope with timestamp and numeric field number comparison better for PostgreSQL.
|
6 years ago |
David Goodwin
|
a8b02cfc05
|
Default to default values
|
6 years ago |
David Goodwin
|
77d1b6c2e7
|
rename sql fields to just have mailbox.password_expiry and domain.password_expiry
|
6 years ago |
Damien Martins
|
8115d8d047
|
Reverting unexpected changes
|
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
|
e786609aa9
|
Adding support for password expiration. Please read README.password_expiration for more details
|
6 years ago |
David Goodwin
|
563b8c7636
|
phpdoc fixes (psalm)
|
6 years ago |
David Goodwin
|
318ac048d5
|
psalm fixes
|
7 years ago |
Aleksi Kinnunen
|
2df4348f09
|
Typo fix
|
7 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
|
7 years ago |
Aleksi Kinnunen
|
c1b5e66e27
|
Add missing global
... you should never edit with the GitHub web GUI, lazy me.
|
7 years ago |
Aleksi Kinnunen
|
b676e8337f
|
Allow empty $CONF['encrypt_difficulty'] for defaults
|
7 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
|
7 years ago |
David Goodwin
|
3754381f0e
|
Merge pull request #175 from racerxdl/master
'row' is a reserved word in MySQL 8.0
|
7 years ago |
Lucas Teske
|
11f9680963
|
'row' is a reserved word in MySQL 8.0
|
7 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.
|
7 years ago |
David Goodwin
|
b4849b8431
|
bump minimum db version
|
7 years ago |
David Goodwin
|
4c6bcdbc39
|
update version
|
7 years ago |
David Goodwin
|
5b7f4cda48
|
add phpdoc comments, default php_crypt hash to use SHA512 rather than MD5
|
7 years ago |
David Goodwin
|
7282928e6d
|
update generate_password() to allow length to be specified; update test
|
7 years ago |
Christian Boltz
|
a3feba7c73
|
change default for php_crypt to SHA512
(+ a few whitespace changes)
|
7 years ago |
David Goodwin
|
b48f99d4c6
|
reformat (phpcs)
|
7 years ago |
David Goodwin
|
e7f9d536d9
|
change default salt method with php_crypt
|
7 years ago |
David Goodwin
|
f543c7d403
|
use random_int() if available
|
7 years ago |
David Goodwin
|
7c0cb82be8
|
use random_int if it is available
|
7 years ago |
snuggeman
|
11f0ceb615
|
added php_crypt scheme
|
7 years ago |
David Goodwin
|
9a07772626
|
remove commented out echo
|
7 years ago |
Christian Boltz
|
30c61e81b3
|
better comment for pacol() parameter
|
7 years ago |
Lucas Teske
|
50ac4c7597
|
Fixed "Incorrect integer value: 'Array' for column" error in updates.
|
7 years ago |
David Goodwin
|
d57aa46eb5
|
remove explode()
|
7 years ago |
David Goodwin
|
2a1d8daeba
|
remove unused variables
|
7 years ago |
David Goodwin
|
b79ad2ae28
|
composer format ...
|
7 years ago |
David Goodwin
|
6446f3f6cc
|
split up pacrypt() into different functions; add some minimal test coverage
|
7 years ago |
David Goodwin
|
6ed1527497
|
fix phpdoc
|
7 years ago |
David Goodwin
|
cb34da4f46
|
phpcs reformat
|
7 years ago |
David Goodwin
|
43a2493876
|
remove unused code.
|
7 years ago |
David Goodwin
|
4dec9cd24e
|
refactor (reduce nesting)
|
7 years ago |
David Goodwin
|
d088651fd6
|
Drop db_commit(), db_rollback(), db_begin() functions (unused).
|
7 years ago |
David Goodwin
|
0b66cd6bd2
|
Do not try to db_escape() an SQL field.
|
7 years ago |
David Goodwin
|
4e9d166765
|
use db_assoc() rather than db_array() as we're depending on an assoc array afterall.
|
7 years ago |
David Goodwin
|
45a1073b97
|
change to use foreach($a as $k => $v) { ... }
|
7 years ago |
David Goodwin
|
8ac94394cb
|
improve phpdoc
|
7 years ago |