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

2000 Commits

Author SHA1 Message Date
Damien Martins
29a993e6fd Better (aka safer) way to deal with authentication 2018-08-17 22:15:02 +02:00
Damien Martins
e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 2018-08-17 16:07:14 +02:00
David Goodwin
c3d3898eb2
Merge pull request #167 from csware/recipient_delimiter
vacation: Correctly process mails with recipient_delimiter
2018-07-27 15:19:32 +01:00
David Goodwin
cde3d7530d
Merge pull request #194 from cantoute/patch-1
libmime-perl => libemail-mime-perl on debian 9
2018-07-13 09:29:53 +01:00
Antony
61011619a8
libmime-perl => libemail-mime-perl on debian 9 2018-07-13 04:57:28 -03:00
David Goodwin
ba14535489
Merge pull request #172 from abonanni/bootstrap
Bootstrap Integration
2018-07-10 10:29:13 +01:00
David Goodwin
a981ff8172 list.php csv export: implode array values, suppress fields with empty label after trimming (html status) 2018-07-10 09:13:10 +01:00
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.
2018-07-10 03:20:38 +02:00
David Goodwin
39bb2dbcd6 see remove outdated doc links - see #191 2018-07-09 12:51:24 +01:00
David Goodwin
c5c42cfbe8 remove custom field separator; just go with the default php behaviour 2018-07-09 12:50:03 +01:00
David Goodwin
00877885cf update installation instructions - see #189 and #188 2018-07-03 12:15:47 +01:00
David Goodwin
6d328795cb remove windows code; remove array_merge (seems to just break parsing) 2018-07-02 21:54:49 +01:00
David Goodwin
563b8c7636 phpdoc fixes (psalm) 2018-06-18 21:54:05 +01:00
David Goodwin
45fd1bf08b silence psalm a little; bump parallel-lint version 2018-06-18 21:43:18 +01:00
David Goodwin
532eb09f1f possible readability improvement 2018-06-18 21:42:52 +01:00
David Goodwin
76ee147375 phpdoc fix 2018-06-18 21:42:34 +01:00
David Goodwin
aa38d0090d token fixes; code looks incomplete anyway 2018-06-18 21:36:25 +01:00
David Goodwin
97c48a0fc9 fix phpdoc 2018-06-18 21:35:20 +01:00
David Goodwin
299735773e fix phpdoc 2018-06-18 21:34:42 +01:00
David Goodwin
ec085b668b missing class property 2018-06-18 21:34:24 +01:00
David Goodwin
9c0e1dd575 phpdoc fixes 2018-06-18 21:34:10 +01:00
David Goodwin
318ac048d5 psalm fixes 2018-06-10 21:24:12 +01:00
David Goodwin
c44e82cc2d phpdoc fix 2018-06-10 21:24:06 +01:00
David Goodwin
b6f75c9c2c try and require Phar extension through setup if we are using php_crypt and PHP version < 7 2018-06-10 21:23:58 +01:00
David Goodwin
1f643a052f see #185 - try putting the session_ recreation stuff in an else { ... } 2018-06-01 15:50:33 +01:00
David Goodwin
a787c0fc1e
Merge pull request #181 from Sopsy/master
Add support for difficulty setting for php_crypt
2018-05-31 10:34:04 +01:00
Aleksi Kinnunen
2df4348f09
Typo fix 2018-05-29 02:37:38 +02:00
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
2018-05-29 02:36:08 +02:00
Aleksi Kinnunen
c1b5e66e27
Add missing global
... you should never edit with the GitHub web GUI, lazy me.
2018-05-29 01:34:46 +02:00
Aleksi Kinnunen
b676e8337f
Allow empty $CONF['encrypt_difficulty'] for defaults 2018-05-29 01:29:50 +02:00
Aleksi Kinnunen
7b16e8a1c2
Add info about php_crypt and encrypt_difficulty to sample config 2018-05-29 01:27:55 +02:00
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
2018-05-29 01:14:38 +02:00
David Goodwin
6100ca4cf9 try and fix #177 (add missing fields to sqlite db) 2018-05-25 09:59:31 +01:00
David Goodwin
1c4a6080d7 make phar loading optional depending on the extension being present or not 2018-05-25 09:44:20 +01:00
David Goodwin
9c7f60fa76 possible fix for sqlite schema/upgrade issues; see #177 and and #176 2018-05-23 22:10:56 +01:00
David Goodwin
3754381f0e
Merge pull request #175 from racerxdl/master
'row' is a reserved word in MySQL 8.0
2018-05-18 08:38:20 +01:00
Lucas Teske
11f9680963
'row' is a reserved word in MySQL 8.0 2018-05-17 20:45:35 -03:00
Christian Boltz
05bf2d2013
if unconfigured, recommend to edit config.local.php
... instead of config.inc.php

(idea based on comments on
7c38bdd871 )
2018-05-06 23:58:01 +02:00
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.
2018-05-04 22:36:05 +02:00
root
bd85b3725f Bootstrap TPL for user interface 2018-05-04 14:25:27 +02:00
root
5dcd203d8f Gestion des dates de vacation 2018-05-04 13:52:29 +02:00
root
fb3e968cfc Bootstrap template integration 2018-05-04 13:25:34 +02:00
David Goodwin
603c5195df update debian changelog (v3.2) 2018-05-02 21:37:27 +01:00
Christian Boltz
9044bed288
re-order some changelog entries and adjust date 2018-05-02 22:29:43 +02:00
David Goodwin
b4849b8431 bump minimum db version 2018-05-02 21:25:36 +01:00
David Goodwin
4c6bcdbc39 update version 2018-05-02 21:25:06 +01:00
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