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

2380 Commits

Author SHA1 Message Date
hawk
ceae3caa37 sqlite3 databases: check that the file exists and is writeable 2019-02-10 10:06:59 +05:00
David Goodwin
92d6259cd0 possibly fix PGSQL PDO DSN to be unicode aware; see #243 2019-02-09 21:19:28 +00:00
David Goodwin
76e30d1dd3
Merge pull request #244 from 8ctopus/master
fix setup db_connect_with_errors PDO exceptions were not caught
2019-02-09 18:49:20 +00:00
hawk
c71dd25afa fix setup db_connect_with_errors PDO exceptions were not caught 2019-02-09 18:47:45 +05:00
David Goodwin
888524af99
Update INSTALL.TXT
add chcon note for centos etc.
2019-02-03 19:30:18 +00:00
David Goodwin
4d24ab7171 possibly update language files 2019-01-30 21:10:41 +00:00
David Goodwin
2cf73f704a $0 may not be in $PATH 2019-01-30 21:10:28 +00:00
David Goodwin
93a127d7f2 see https://github.com/postfixadmin/postfixadmin/issues/236 2019-01-30 21:05:31 +00:00
David Goodwin
63f63a58b7
Update INSTALL.md
add 1; for vacation.conf file
2019-01-30 10:01:57 +00:00
Christian Boltz
5bc85bec44
fix error message in Config::read_array(() 2019-01-28 00:48:05 +01:00
Christian Boltz
acf20bbc9e
move comments to the beginning of upgrade.php 2019-01-28 00:47:24 +01:00
David Goodwin
a2e2cdce8c
Update CHANGELOG.TXT 2019-01-16 11:45:27 +00:00
David Goodwin
66747337f9 fix formatting 2019-01-16 10:31:16 +00:00
David Goodwin
583b8958c7 psalm 2019-01-16 09:24:33 +00:00
David Goodwin
7f8fd5ec1a Merge branch 'master' into feature-try-pdo 2019-01-16 09:23:29 +00:00
David Goodwin
83a4ee39b0 more phpdoc 2019-01-16 09:23:09 +00:00
David Goodwin
26d769740c silence some psalm warnings 2019-01-16 09:19:04 +00:00
David Goodwin
e9d12bf918 silence some psalm warnings 2019-01-16 09:17:56 +00:00
David Goodwin
7838e85ff0 fix formatting 2019-01-11 17:20:25 +00:00
David Goodwin
5db463b35c improve docs 2019-01-11 17:12:16 +00:00
David Goodwin
6225899863 Merge remote-tracking branch 'origin/master' into feature-try-pdo 2019-01-11 17:05:52 +00:00
David Goodwin
e6666e0af0 attempt to improve installation instructions 2019-01-10 06:56:19 +00:00
David Goodwin
cef2ba5598 Merge remote-tracking branch 'origin/master' into feature-try-pdo 2019-01-10 06:45:30 +00:00
David Goodwin
fb1bffbbf9
Merge pull request #232 from volp1s/patch-1
Fix for MySQL 8
2019-01-08 19:18:40 +00:00
Luca
e347b4677b
Fix for MySQL 8
The keyword ROW became reserved in MySQL 8.0.2
https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-R
2019-01-08 19:33:14 +01:00
David Goodwin
570972944d Merge remote-tracking branch 'origin/master' into feature-try-pdo 2019-01-08 13:38:38 +00:00
David Goodwin
10446a0cad avoid: Fatal error: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(. from psalm 2019-01-08 13:34:38 +00:00
David Goodwin
5d47b85b9d remove attribute that is in parent class 2019-01-08 13:22:44 +00:00
David Goodwin
5a9efc18f0 just disable psalm caching 2019-01-08 13:22:35 +00:00
David Goodwin
3da5b64677 stab in the dark 2019-01-07 22:14:06 +00:00
David Goodwin
9bb00499c7 stop caching vendor 2019-01-07 22:04:33 +00:00
David Goodwin
18312a8aaa formatting... 2019-01-07 22:02:04 +00:00
David Goodwin
cc079b773f fix formatting 2019-01-07 21:58:14 +00:00
David Goodwin
020343999a
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
2019-01-07 21:56:28 +00:00
David Goodwin
98536f03e8 fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting 2019-01-06 21:39:54 +00:00
David Goodwin
e26877f2f9 add almost forgotten file: array_column.php 2019-01-06 21:32:58 +00:00
David Goodwin
803e2342f8 fix psalm issues; reformat; rename new db functions 2019-01-06 21:32:58 +00:00
David Goodwin
1176c9ce78 reformat; fix some transition bugs 2019-01-06 21:32:58 +00:00
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