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

2339 Commits

Author SHA1 Message Date
David Goodwin
50bbae62f4
switch from travis to github action 2020-03-02 14:16:23 +00:00
David Goodwin
591ea333ea drop caching; we as we do not add composer.lock to git anyway 2020-03-02 13:47:36 +00:00
David Goodwin
22bb34ff60 try this 2020-03-02 13:45:05 +00:00
David Goodwin
a00e551a8a try adding composer caching 2020-03-02 13:41:55 +00:00
David Goodwin
71966ce917 Revert "drop coveralls"
This reverts commit b6c7d1418d.
2020-03-02 13:40:06 +00:00
David Goodwin
3809cf905f rinse repeat 2020-03-02 13:33:47 +00:00
David Goodwin
fddd450df0 rinse, repeat 2020-03-02 13:30:40 +00:00
David Goodwin
cd6386bdea - => _ 2020-03-02 13:26:52 +00:00
David Goodwin
6c3d595c0b coverage.xml 2020-03-02 13:25:14 +00:00
David Goodwin
e661f2445a coveralls test - see af8a5e1ebf/.github/workflows/build.yml and https://github.com/php-coveralls/php-coveralls/issues/273 2020-03-02 13:19:26 +00:00
David Goodwin
b6c7d1418d drop coveralls 2020-03-02 10:46:15 +00:00
David Goodwin
2444b0c16b Revert "try updating coveralls"
This reverts commit cffcd1c4ec.
2020-03-02 10:46:01 +00:00
David Goodwin
cffcd1c4ec try updating coveralls 2020-03-02 09:57:51 +00:00
David Goodwin
79ee5f82cb add a far better MailboxHandler test case 2020-03-02 09:55:44 +00:00
David Goodwin
01b4d6c587 cleanup db after running 2020-03-02 09:55:35 +00:00
David Goodwin
30f97c97ee avoid: A non-numeric value encountered errors from no quota being specified 2020-03-02 09:55:13 +00:00
David Goodwin
6a7abbe663 fix formatting 2020-03-02 09:41:31 +00:00
David Goodwin
28a3f5f157 better testing 2020-03-02 09:37:17 +00:00
David Goodwin
a4afebbe77 verify ssl certs when connecting to the db by default (we also do if this setting is not present) 2020-03-02 09:36:39 +00:00
David Goodwin
6edbda45e2
Merge pull request #321 from adrium/transport-map-support
POSTFIX_CONF.txt: Add transport map support
2020-03-01 20:02:39 +00:00
David Goodwin
1ecada175c and support whether we verify ssl certs; default to true 2020-02-28 14:30:40 +00:00
David Goodwin
212415db56 document better 2020-02-28 14:19:31 +00:00
David Goodwin
4cbd82d750 remove empty settings so not all SSL things are required for using SSL with MySQL 2020-02-28 14:19:22 +00:00
David Goodwin
2a1383ee2e give the browser a hint that we want a new password for new admin accounts - see https://github.com/postfixadmin/postfixadmin/issues/331 2020-02-23 20:11:42 +00:00
David Goodwin
5b16f4a483 composer build 2020-02-23 19:01:09 +00:00
David Goodwin
9dfc866edd composer format 2020-02-23 18:59:07 +00:00
David Goodwin
eb5fcf829e
Merge pull request #332 from kr1pt0ph0b14/patch-1
Update tr.lang
2020-02-23 18:42:53 +00:00
Özgür Kazanççı
97c2b582a3
Update tr.lang
The file was a big mess, Turkish exclusive chars were completely corrupted, gramatically wrong words in the translation such as;
Not "Hiçbirşey" but "Hiçbir şey".
Not "eposta" but "e-posta" and/or "E-posta".
Not "Şuanki" but "Şu anki"
Not "ddeðiþtirmek" but "değiştirmek" (Wrong/corrupted Turkish characters)
Not "Yönlendirmen deðiþtir" but "Yönlendirme değiştir" (Wrong/corrupted Turkish characters)

As well as a lot of lines weren't translated -yet-. So here it is.

Regards,
Özgür Kazancci
2020-02-23 20:28:17 +03:00
David Goodwin
268daa892d
Merge pull request #330 from veitw/dovecot-quota2-docs
Update dovecot documentation
2020-02-22 09:22:47 +00:00
David Goodwin
6a10c869e5 allow existance of pdo for us to proceed with setup 2020-02-22 09:21:22 +00:00
Veit
eb83a0aa3f Update dovecot documentation
- added quota2 table dict template for dovecot 1.2 and newer to dovecot
  documentation
2020-02-21 23:33:26 +01:00
David Goodwin
95d92a2345 psalm fix: rewrite to avoid php error (@) suppression 2020-02-12 21:33:55 +00:00
David Goodwin
ec2fbfd87f skip this query - for a new database it will run before the domain table has been created and just error 2020-02-12 21:19:49 +00:00
David Goodwin
fd35dada38 try and be consistent with MySQL table types/collations - see https://github.com/postfixadmin/postfixadmin/issues/327 2020-02-12 21:15:04 +00:00
Christian Boltz
bee61f329b
Only show password expiration if enabled in config 2020-02-12 17:12:19 +01:00
Christian Boltz
3d0add075a
Add empty $CONF['database_socket'] to avoid warnings
... about reading an undefined config option
2020-02-12 15:05:04 +01:00
David Goodwin
666bb0218a
Merge pull request #324 from smhessenauer/master
fetchmail dovecot delivery
2020-02-12 09:07:46 +00:00
Stefan M. Hessenauer
416a71d604 short documentation added, path to deliver as configuration option 2020-02-12 00:01:34 +01:00
David Goodwin
80a0faa633 specify a default table collation / charset for MySQL - might help fix https://github.com/postfixadmin/postfixadmin/issues/327 2020-02-11 20:02:34 +00:00
David Goodwin
cabd97ff17
Merge pull request #325 from Slamdunk/php_74
[Travis] Test against PHP 7.4
2020-02-10 11:26:48 +00:00
David Goodwin
036245063e drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325 2020-02-10 11:26:23 +00:00
Filippo Tessarotto
fc3cd79f21 [Travis] Test against PHP 7.4 2020-02-10 12:16:41 +01:00
Stefan M. Hessenauer
352ae80395 fetchmail dovecot delivery 2020-02-09 16:06:03 +01:00
David Goodwin
5f772afe14 dev improvements
bump minimum php variant to 7.0
 update phpunit.xml
 switch to shardj/zf1-future rather than unsupported zf1
 try running tests by default in github
2020-01-31 20:03:48 +00:00
David Goodwin
1ad184641d php7.4 / psalm fixes 2020-01-31 16:30:46 +00:00
David Goodwin
882b6835ed just wondering 2020-01-31 16:15:42 +00:00
David Goodwin
038a08d838 touch config.local.php perhaps 2020-01-31 15:27:43 +00:00
David Goodwin
c0bd763c53 another replacement of string{x} with string[x] 2020-01-31 14:40:38 +00:00
David Goodwin
55661a80c6 see ticket:318 - try and fix IT translation issue 2020-01-31 14:38:45 +00:00
David Goodwin
aa37ab57e6 stop using { } for string character access (use [ ] instead) - see https://www.php.net/manual/en/language.types.string.php#language.types.string.substr 2020-01-31 14:28:54 +00:00