0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

2003 Commits

Author SHA1 Message Date
David Goodwin
a510981350 update with notes on php_crypt and smarty 2018-05-02 21:21:25 +01:00
David Goodwin
5b7f4cda48 add phpdoc comments, default php_crypt hash to use SHA512 rather than MD5 2018-05-02 21:21:25 +01:00
David Goodwin
7282928e6d update generate_password() to allow length to be specified; update test 2018-05-02 21:19:47 +01:00
David Goodwin
7388a7ca62 remove notice about additional plugin - lost with time, does not seem to be used 2018-05-02 21:19:47 +01:00
Christian Boltz
a3feba7c73
change default for php_crypt to SHA512
(+ a few whitespace changes)
2018-05-02 22:18:24 +02:00
David Goodwin
bd5ac21398 update debian dirs etc to cope iwth smarty->lib/smarty 2018-05-02 20:51:51 +01:00
David Goodwin
1308c52355 refresh debian patch 2018-05-02 20:41:51 +01:00
David Goodwin
b48f99d4c6 reformat (phpcs) 2018-05-02 12:54:17 +01:00
David Goodwin
e7f9d536d9 change default salt method with php_crypt 2018-05-02 12:49:47 +01:00
David Goodwin
f7ba904800 see #171 2018-04-29 21:58:57 +01:00
David Goodwin
f1a15b2269 phpunit.xml file 2018-04-29 21:53:55 +01:00
David Goodwin
2f2730ffa0 add more tests 2018-04-29 21:53:46 +01:00
David Goodwin
f543c7d403 use random_int() if available 2018-04-29 21:53:38 +01:00
David Goodwin
94f05bf9e4 switch to store $config internally within an array 2018-04-29 21:52:57 +01:00
David Goodwin
7c0cb82be8 use random_int if it is available 2018-04-29 20:51:48 +01:00
David Goodwin
0d211949c9 skip tests unless configuraton updated 2018-04-29 20:27:33 +01:00
David Goodwin
b97decb7c2 add a lib directory; move smarty into it; add random_compat phar (for random_bytes() on PHP < 7) 2018-04-29 20:27:33 +01:00
David Goodwin
a4760ef53c
Merge pull request #170 from snuggeman/php_crypt
multiple hash algorithms using crypt (pfa 3.2)
2018-04-29 20:25:13 +01:00
snuggeman
11f0ceb615 added php_crypt scheme 2018-04-29 15:39:58 +02:00
David Goodwin
b25a04a43f
Merge pull request #169 from abonanni/master
Update french language
2018-04-28 17:33:38 +01:00
Aurélien BONANNI
3ea4f80e34 Update french language 2018-04-28 17:24:11 +02:00
Christian Boltz
24ad5cc3d8
Set $reset_by_sms even if password reset is disabled
... to avoid an "undefined variable" warning
2018-04-27 23:23:57 +02:00
Christian Boltz
7c38bdd871
add a big notice about using config.local.php 2018-04-27 22:38:38 +02:00
Christian Boltz
7f19cae57e
Add a index.php showing a note about the "public" directory
This avoids that users get a 403 error (if DirectoryIndex is disabled)
or a directory listing after updating to 3.2.

This is what likely happened in
https://github.com/postfixadmin/postfixadmin/issues/30 (see the comment
from Apr 24, 2018)
2018-04-26 21:33:11 +02:00
David Goodwin
f05f118d4d bump smarty version (doc) 2018-04-24 19:51:02 +01:00
David Goodwin
2ba2802774 bump Smarty to v3.1.32 (possible security fix, numerous bugs listed at https://github.com/smarty-php/smarty/blob/master/change_log.txt 2018-04-24 19:50:44 +01:00
David Goodwin
9a07772626 remove commented out echo 2018-04-23 09:14:45 +01:00
Christian Boltz
11ded0a4d8
Changelog for 3.2 2018-04-22 23:54:55 +02:00
Christian Boltz
3f1866d041
display phone number field only if $CONF[sms_send_function] is set
Without a way to send a SMS, asking users for their mobile number is
pointless.
2018-04-22 22:55:55 +02:00
Christian Boltz
cdf3c9acb9
initStruct(): use multiopt for 'id' 'dont_write_to_db'
This also means we can drop the 0 for not_in_db because this is the
default.
2018-04-22 20:09:38 +02:00
Christian Boltz
30c61e81b3
better comment for pacol() parameter 2018-04-22 20:09:13 +02:00
Christian Boltz
cd0a718d52
add config.local.php to .gitignore
It should never be commited to git
2018-04-22 18:28:45 +02:00
Christian Boltz
d2588a4de2
Fix phpcs whitespace breakage in initStruct etc. 2018-04-22 18:24:41 +02:00
David Goodwin
5e4e0bb426
Merge pull request #158 from ondrej-zary/master
Update Slovak language
2018-03-28 10:45:24 +01:00
Ondrej Zary
957657c853 Update Slovak language 2018-03-28 11:17:40 +02:00
Christian Boltz
9bd230cd46
fix syntax error in ja.lang 2018-03-27 20:52:00 +02:00
Christian Boltz
c7201afa6c
drop unused shells/mailbox.php 2018-03-25 21:48:16 +02:00
Christian Boltz
12c4a4f29e
move shells/shell.php to model/Shell.php
... and drop a few lines in postfixadmin-cli.php that became superfluous
by this move (thanks autoloader!)
2018-03-25 21:44:42 +02:00
Christian Boltz
71d61a1d8a
drop superfluous Config::read('all') call 2018-03-25 21:38:45 +02:00
Christian Boltz
48a3709041
postfixadmin-cli: get rid of empty/unused initialize() 2018-03-25 21:34:26 +02:00
Christian Boltz
36fe1f6ccc
remove deleted functions from $protectedCommands
If grep -r doesn't find a function, we don't need to keep it in
$protectedCommands ;-)
2018-03-25 21:23:52 +02:00
Christian Boltz
5e93dfe604
postfixadmin-cli: drop (undocumented) -webroot etc.
Dropping the -webroot parameter (which basically means hardcoding that
../common.php has to exist) allows to do quite some cleanup.

Also unconditionally require_once('../common.php') to ensure that
everything we expect in the global namespace (like the 'Conf' class) is
there.

This allows even more cleanup. We get rid of __bootstrap() and some
constants, and can simplify parameter handling.
2018-03-25 21:15:45 +02:00
Christian Boltz
500c847fe0
re-add lost comment 2018-03-25 19:16:21 +02:00
Christian Boltz
91c07c9eae
VacationHandler: re-enable and fix code in validate_new_id()
Note that vacation.php doesn't use this function yet, so it's not
surprising that users didn't notice the broken code.
2018-03-25 15:22:51 +02:00
David Goodwin
4f1dd314e7
Merge pull request #154 from Jan-Kruis/master
Update nl.lang
2018-03-25 13:21:30 +01:00
Jan Kruis
04b73c1879
Update nl.lang 2018-03-23 23:42:36 +01:00
David Goodwin
4fb4d406ee phpdoc; disable function init() - seems invalid 2018-03-16 20:07:52 +00:00
David Goodwin
fef2591335 phpdoc fixes 2018-03-16 20:07:21 +00:00
David Goodwin
59a220d8d2 add psalm 2018-03-16 20:07:04 +00:00
David Goodwin
bf840f93cd
Merge pull request #148 from csware/autoresponders
Don't reply to known autoresponses
2018-03-08 14:16:07 +00:00