Commit Graph

2321 Commits (a4afebbe770b5399589fa6a66631936d60367e58)
 

Author SHA1 Message Date
David Goodwin a4afebbe77 verify ssl certs when connecting to the db by default (we also do if this setting is not present) 6 years ago
David Goodwin 6edbda45e2
Merge pull request #321 from adrium/transport-map-support
POSTFIX_CONF.txt: Add transport map support
6 years ago
David Goodwin 1ecada175c and support whether we verify ssl certs; default to true 6 years ago
David Goodwin 212415db56 document better 6 years ago
David Goodwin 4cbd82d750 remove empty settings so not all SSL things are required for using SSL with MySQL 6 years ago
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 6 years ago
David Goodwin 5b16f4a483 composer build 6 years ago
David Goodwin 9dfc866edd composer format 6 years ago
David Goodwin eb5fcf829e
Merge pull request #332 from kr1pt0ph0b14/patch-1
Update tr.lang
6 years ago
Ö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
6 years ago
David Goodwin 268daa892d
Merge pull request #330 from veitw/dovecot-quota2-docs
Update dovecot documentation
6 years ago
David Goodwin 6a10c869e5 allow existance of pdo for us to proceed with setup 6 years ago
Veit eb83a0aa3f Update dovecot documentation
- added quota2 table dict template for dovecot 1.2 and newer to dovecot
  documentation
6 years ago
David Goodwin 95d92a2345 psalm fix: rewrite to avoid php error (@) suppression 6 years ago
David Goodwin ec2fbfd87f skip this query - for a new database it will run before the domain table has been created and just error 6 years ago
David Goodwin fd35dada38 try and be consistent with MySQL table types/collations - see https://github.com/postfixadmin/postfixadmin/issues/327 6 years ago
Christian Boltz bee61f329b
Only show password expiration if enabled in config 6 years ago
Christian Boltz 3d0add075a
Add empty $CONF['database_socket'] to avoid warnings
... about reading an undefined config option
6 years ago
David Goodwin 666bb0218a
Merge pull request #324 from smhessenauer/master
fetchmail dovecot delivery
6 years ago
Stefan M. Hessenauer 416a71d604 short documentation added, path to deliver as configuration option 6 years ago
David Goodwin 80a0faa633 specify a default table collation / charset for MySQL - might help fix https://github.com/postfixadmin/postfixadmin/issues/327 6 years ago
David Goodwin cabd97ff17
Merge pull request #325 from Slamdunk/php_74
[Travis] Test against PHP 7.4
6 years ago
David Goodwin 036245063e drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325 6 years ago
Filippo Tessarotto fc3cd79f21 [Travis] Test against PHP 7.4 6 years ago
Stefan M. Hessenauer 352ae80395 fetchmail dovecot delivery 6 years ago
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
6 years ago
David Goodwin 1ad184641d php7.4 / psalm fixes 6 years ago
David Goodwin 882b6835ed just wondering 6 years ago
David Goodwin 038a08d838 touch config.local.php perhaps 6 years ago
David Goodwin c0bd763c53 another replacement of string{x} with string[x] 6 years ago
David Goodwin 55661a80c6 see ticket:318 - try and fix IT translation issue 6 years ago
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 6 years ago
David Goodwin 79c2e77a00 should fix: https://github.com/postfixadmin/postfixadmin/issues/323 6 years ago
David Goodwin d0f254faee mkdir templates_c 6 years ago
David Goodwin 6582678173
test 6 years ago
Adrian 47618bf5a3 POSTFIX_CONF.txt: Add transport map support 6 years ago
David Goodwin 52e0d3e4b0 work around nano highlighting - see https://github.com/postfixadmin/postfixadmin/issues/320 6 years ago
David Goodwin 4b0b6904ca
Merge pull request #317 from alexandregz/master
Added galician language
6 years ago
Alexandre Espinosa Menor 48e07e7a5f
Added galician language 6 years ago
David Goodwin d6bbecaf45 change row to r everywhere; see : https://sourceforge.net/p/postfixadmin/discussion/676076/thread/616c1d25/?limit=25#7da0 - hopefully removing "row" which might be a reserved keyword for some databases etc 6 years ago
David Goodwin 6a4b7ec163
Merge pull request #316 from koenr/patch-1
Update nl.lang
6 years ago
koenr 8828d28bbc
Update nl.lang
typo in change password mail subject line
6 years ago
Christian Boltz 06f57767bd
DOVECOT.TXT: update user_query for postgresql and some cleanup
- update postgresql user_query to include quota_rule
- drop partial user_query without quota_rule
- some whitespace fixes
6 years ago
Christian Boltz 125113d83c
POSTFIX_CONF.txt: make queries pgsql-compatible
... by changing WHERE ...=1 to WHERE ...='1' which should work with both
mysql and postgresql.

Reported by xpoint on IRC.
6 years ago
Christian Boltz 115ff22761
INSTALL.TXT: mention an Alias as alternative for a symlink
See also the question on
https://sourceforge.net/p/postfixadmin/discussion/676076/thread/1074971cc8/
6 years ago
David Goodwin c1bdfe5432 fix travis / autoloading smarty etc 6 years ago
David Goodwin bcae218cbb composer format time 6 years ago
David Goodwin 87824ef970 psalm fixes/workarounds; require PHP 5.6+ 6 years ago
David Goodwin 1df7f15d40 require PHP 5.6+ 6 years ago
David Goodwin 4aa3110712 phpdoc/psalm fixes 6 years ago