0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
David Goodwin
19cda31849 remove psalm warnings from code; fix password_expiry behaviour when enabled/disabled on MySQL 2018-12-28 19:27:33 +00:00
David Goodwin
59dc05d746 use newer method (return type is consistent) 2018-12-28 19:15:38 +00:00
David Goodwin
166574efae add {IF_NOT_EXISTS} for sqlite tables - see #225 2018-12-28 13:08:59 +00:00
David Goodwin
74002bbf57 psalm fixes 2018-12-27 21:43:11 +00:00
David Goodwin
8cf7947f15 move function into the only place it is used 2018-12-27 13:07:31 +00:00
David Goodwin
cecfe6b215 see #217 - should solve looking in /etc/postfixadmin ... 2018-12-27 13:02:55 +00:00
Christian Weiske
3960f6fdad Change login failure message to show the login type (admin or user) 2018-12-16 10:31:08 +01:00
David Goodwin
77d1b6c2e7 rename sql fields to just have mailbox.password_expiry and domain.password_expiry 2018-08-28 21:19:56 +01:00
David Goodwin
a455916a6b add password expiry stuff to the db schema upgrade script 2018-08-28 21:15:45 +01: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
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
532eb09f1f possible readability improvement 2018-06-18 21:42:52 +01:00
David Goodwin
299735773e fix phpdoc 2018-06-18 21:34:42 +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
6100ca4cf9 try and fix #177 (add missing fields to sqlite db) 2018-05-25 09:59:31 +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
root
fb3e968cfc Bootstrap template integration 2018-05-04 13:25:34 +02:00
Christian Boltz
d2588a4de2
Fix phpcs whitespace breakage in initStruct etc. 2018-04-22 18:24:41 +02:00
David Goodwin
c147eb053b move to use db_assoc() rather than db_array() (code assumes assoc. array) 2018-02-10 21:08:29 +00:00
David Goodwin
2615b6fece see #132 - better broadcast mail format, perhaps 2018-02-08 16:11:57 +00:00
Erwin Goslawski
d0897f625d
Destroy session when loading user login page
Fixes #130
2018-02-06 08:23:41 +01:00
David Goodwin
9bef45aed5 remove logout behaviour from common.php (never used); try and fix logout in login.php - see #130 2018-02-05 20:47:07 +00:00
David Goodwin
828e3b2290 yet another datetime in the future that needs changing a little... 2018-01-30 15:53:42 +00:00
David Goodwin
c3b87ebb11 phpcs fixes 2018-01-26 19:58:35 +00:00
Adrien Crivelli
15df6c1d7b
Reformat everything with PHP-Cs-Fixer 2018-01-26 23:54:37 +09:00
David Goodwin
2bb583a86a remove specifying MYISAM as our default db table format; use whatever the db server wants to default to 2018-01-25 21:08:26 +00:00
David Goodwin
d5c40453ac update debian things, fix patch, move backup.php to public, fix lighttpd config 2018-01-25 20:59:15 +00:00
David Goodwin
99147d51eb move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world 2018-01-25 20:27:09 +00:00