Damien Martins
e786609aa9
Adding support for password expiration. Please read README.password_expiration for more details
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
532eb09f1f
possible readability improvement
6 years ago
David Goodwin
299735773e
fix phpdoc
6 years ago
David Goodwin
b6f75c9c2c
try and require Phar extension through setup if we are using php_crypt and PHP version < 7
7 years ago
David Goodwin
1f643a052f
see #185 - try putting the session_ recreation stuff in an else { ... }
7 years ago
David Goodwin
6100ca4cf9
try and fix #177 (add missing fields to sqlite db)
7 years ago
David Goodwin
9c7f60fa76
possible fix for sqlite schema/upgrade issues; see #177 and and #176
7 years ago
root
fb3e968cfc
Bootstrap template integration
7 years ago
Christian Boltz
d2588a4de2
Fix phpcs whitespace breakage in initStruct etc.
7 years ago
David Goodwin
c147eb053b
move to use db_assoc() rather than db_array() (code assumes assoc. array)
7 years ago
David Goodwin
2615b6fece
see #132 - better broadcast mail format, perhaps
7 years ago
Erwin Goslawski
d0897f625d
Destroy session when loading user login page
...
Fixes #130
7 years ago
David Goodwin
9bef45aed5
remove logout behaviour from common.php (never used); try and fix logout in login.php - see #130
7 years ago
David Goodwin
828e3b2290
yet another datetime in the future that needs changing a little...
7 years ago
David Goodwin
c3b87ebb11
phpcs fixes
7 years ago
Adrien Crivelli
15df6c1d7b
Reformat everything with PHP-Cs-Fixer
7 years ago
David Goodwin
2bb583a86a
remove specifying MYISAM as our default db table format; use whatever the db server wants to default to
7 years ago
David Goodwin
d5c40453ac
update debian things, fix patch, move backup.php to public, fix lighttpd config
7 years ago
David Goodwin
99147d51eb
move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world
7 years ago