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

2091 Commits

Author SHA1 Message Date
David Goodwin
ea33d9951a try migrating to pdo 2019-01-06 21:32:58 +00:00
David Goodwin
eb61141d2f
Merge pull request #230 from 8ctopus/setup-warning
add warning on setup over http connection
2019-01-05 15:16:28 +00:00
hawk
51320919fc add warning on setup over http connection 2019-01-05 18:56:31 +05:00
David Goodwin
ccb000467d
Merge pull request #229 from 8ctopus/update-translation-fr
Update fr.lang
2019-01-05 11:03:34 +00:00
hawk
67010c86e3 Update fr.lang 2019-01-05 15:09:16 +05:00
David Goodwin
a500d2557e fix indentation 2019-01-03 19:47:42 +00:00
David Goodwin
d78fb1fbbd move to Shell 2019-01-03 19:47:28 +00:00
David Goodwin
e5cacbec90 add missing attribute 2019-01-03 19:47:16 +00:00
David Goodwin
78276534d9 remove error log prefix; use db_mysql 2019-01-03 19:36:40 +00:00
David Goodwin
7e7f644952 skip this check if unit test 2019-01-03 19:35:33 +00:00
David Goodwin
897893f3ce fix indentation 2019-01-03 18:51:11 +00:00
David Goodwin
8a59c9548a reformat 2019-01-01 20:39:41 +00:00
David Goodwin
e8eea39b9d reformat; try and persuade people to move off use of "mysql" (to mysqli); add php version warning 2019-01-01 20:39:41 +00:00
David Goodwin
2b31e71d5c improve error message 2019-01-01 20:39:41 +00:00
David Goodwin
8798a65a06 remove db_array() function (not in use); use Config::read_string(..) more 2019-01-01 19:28:59 +00:00
David Goodwin
cdacb5697f improve formatting of error message; remove use of db_array (to be removed). 2019-01-01 19:24:04 +00:00
David Goodwin
2ea829eb7a fix postgresql compatability - see #227 2018-12-31 22:19:29 +00:00
David Goodwin
b91c7a4ef8
Update README.md 2018-12-30 19:03:01 +00:00
David Goodwin
4b990ff330 fix sql for notification resend; see #226 2018-12-30 18:16:31 +00:00
David Goodwin
d4e5470f7c try and improve README.md markup 2018-12-29 22:11:59 +00:00
David Goodwin
4d6cb9c328 touch config.local.php in build 2018-12-29 22:03:32 +00:00
David Goodwin
63ca48eb6b work around templates_c not existing in git 2018-12-29 21:59:25 +00:00
David Goodwin
5441295e25 phpcs? 2018-12-29 21:53:59 +00:00
David Goodwin
d4ef211a19 only build with php7.2; run composer build etc (travis) 2018-12-29 21:49:24 +00:00
David Goodwin
b2e814967f try and get working under travis ... 2018-12-29 21:45:12 +00:00
David Goodwin
590c80f0bc add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc 2018-12-29 20:54:25 +00:00
David Goodwin
e8acb609c2 reformat 2018-12-28 19:59:35 +00:00
David Goodwin
20b1eb842e fix sqlite display of password expired check for mailboxes 2018-12-28 19:57:21 +00:00
David Goodwin
1dfb03ea32 fix sqlite query for mailbox password_expiry 2018-12-28 19:54:25 +00:00
David Goodwin
e949e76acd add check-format to build step 2018-12-28 19:32:22 +00:00
David Goodwin
4fcdba9cf4 run php-cs-fixer (code reforamt) 2018-12-28 19:31:43 +00:00
David Goodwin
5eba76ac36 add composer build target 2018-12-28 19:29:14 +00:00
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
d74b276192 ignore more 2018-12-28 19:21:16 +00:00
David Goodwin
9c476be17f move into DOCUMENTS 2018-12-28 19:20:40 +00:00
David Goodwin
93967030c7 remove composer.lock 2018-12-28 19:20:30 +00:00
David Goodwin
5d6dde7bff psalm fixes 2018-12-28 19:19:11 +00:00
David Goodwin
76ec4bc84d token psalm fixes 2018-12-28 19:18:05 +00:00
David Goodwin
5bc6e93347 fix query fields etc 2018-12-28 19:17:17 +00:00
David Goodwin
77b87107f9 improve composer behaviour for psalm; bump dev dependencies and add sqlite3+mysqli 2018-12-28 19:16:41 +00:00
David Goodwin
59dc05d746 use newer method (return type is consistent) 2018-12-28 19:15:38 +00:00
David Goodwin
766c947190 fix case of $conf; improve comments 2018-12-28 19:14:26 +00:00
David Goodwin
166574efae add {IF_NOT_EXISTS} for sqlite tables - see #225 2018-12-28 13:08:59 +00:00
David Goodwin
5d74ff4cc7 only require language if non-empty 2018-12-27 22:01:53 +00:00
David Goodwin
01c8b14a44 PFASmarty class 2018-12-27 22:01:35 +00:00
David Goodwin
d146f51feb remove duplication of PFASmarty class 2018-12-27 22:01:19 +00:00
David Goodwin
74002bbf57 psalm fixes 2018-12-27 21:43:11 +00:00
David Goodwin
8d2a592aa9 bump psalm version; autoload config and functions files 2018-12-27 13:56:23 +00:00
David Goodwin
029c4ffe47 psalm fixes 2018-12-27 13:55:41 +00:00
David Goodwin
7408a3b30a fix safepost doc 2018-12-27 13:55:21 +00:00