David Goodwin
529bdc1a25
Merge remote-tracking branch 'origin/master' into feature-refactor-login-etc
5 years ago
David Goodwin
e35bbb3d90
add width: min-content; min-width: 600px to the main template to try and make it render better for wide list tables
6 years ago
David Goodwin
16531534a3
add @deprecated phpdoc
6 years ago
David Goodwin
d07d115bd5
fix names ....
6 years ago
David Goodwin
aab725eaee
put a min-width on the main container to cover up it not rendering very well when too many features are turned on etc etc etc
6 years ago
David Goodwin
712939eb88
maintain backwards compatability with PFAHAndler::{store(),storemore(),beforestore()}
6 years ago
David Goodwin
b8fa60bb8a
more type hints / psalm fixes
6 years ago
David Goodwin
d83b287297
rejig smarty
6 years ago
David Goodwin
68a8caac28
move the bootstrap theme to be the default
6 years ago
David Goodwin
36d747832e
reindent some html
6 years ago
David Goodwin
0922db8210
change deletion to be a POST request, use btn-danger etc
6 years ago
David Goodwin
a3386ee8f7
change alias/mailbox deletion to be a POST request
6 years ago
Christian Boltz
6a82063f41
Remove white background around postbox
... so that it better fits on the light grey background in the bootstrap
theme.
6 years ago
David Goodwin
f6f62180e8
remove some global variables
6 years ago
David Goodwin
8be966d0bb
allow the template to be destroyed
6 years ago
David Goodwin
290afa1473
should be gone
6 years ago
David Goodwin
8bfe9fe668
Rejig PFASmarty, so it becomes a singleton accessible to the various 'controllers'.
(PFASmarty::getInstance() ... stops a global variable at least).
6 years ago
David Goodwin
8abde0dc0b
move $version into $CONF / Config from functions.inc.php
6 years ago
David Goodwin
484acfbf59
Remove the random_compat lib.
6 years ago
David Goodwin
e4d5e4bee0
reformat
6 years ago
David Goodwin
ce8c636eb5
rejig Login::__construct() as only one arg is really needed
6 years ago
David Goodwin
4e430e5925
reformat
6 years ago
David Goodwin
6ad44679a7
change default theme to the bootstrap one
6 years ago
David Goodwin
d7fa33a3ed
s/store/save/g
6 years ago
David Goodwin
7107e17c4c
composer format
6 years ago
David Goodwin
b868f950bf
refactor Login stuff out of Handler classes into Login... add tests
6 years ago
David Goodwin
f091948381
move password check and recovery code generation out of PFAHandlers and into a Login class
6 years ago
David Goodwin
3c7da4f3b8
Refactor some methods
PFAHandler::store() -> PFAHandler::save();
PFAHandler::storemore() -> PFAHandler::postSave();
PFAHandler::beforestore() -> PFAHandler::preSave();
6 years ago
David Goodwin
10c92da8c8
improve domain handler test
6 years ago
David Goodwin
07805ec6c6
Update Postfix-Dovecot-Postgresql-Example.md
v v v v v vmail .....
6 years ago
David Goodwin
8658ed7083
Update Postfix-Dovecot-Postgresql-Example.md
typo fix via Raul (emailed).
6 years ago
David Goodwin
3d46ec7959
revert: 1d1960a476 - see https://github.com/postfixadmin/postfixadmin/issues/384
6 years ago
David Goodwin
4d8b4558d7
might fix: https://github.com/postfixadmin/postfixadmin/issues/378
6 years ago
David Goodwin
12f68a6e3a
composer format time
6 years ago
David Goodwin
5bd5bdc25b
merge https://github.com/postfixadmin/postfixadmin/pull/375 add unit test
6 years ago
David Goodwin
d8f6c38a97
Merge branch 'aliasfix' of https://github.com/GermanCoding/postfixadmin into GermanCoding-aliasfix
6 years ago
David Goodwin
b1ccb2b07b
merge in socket support for postgresql connections - see https://github.com/postfixadmin/postfixadmin/issues/370
6 years ago
GermanCoding
fe3e9e2702
Disallow alias that points to itself ( fixes #358 )
Based on an older commit, but this time done right. This change prevents any user-defined aliases
that point to themselves, because such aliases are not supported by Postfix and cause mail
delivery errors.
6 years ago
David Goodwin
c3a8875ca6
psalm fixes
6 years ago
David Goodwin
b0aa0141d7
reformat
6 years ago
David Goodwin
89aebea61d
Revert "Disallow aliases that point to themselves (fixes postfixadmin/postfixadmin/issues/358)"
This reverts commit c3d5b26740 .
6 years ago
David Goodwin
57a4787473
abort on any stderr output from doveadm ... see: https://github.com/postfixadmin/postfixadmin/issues/373#issuecomment-670007084
6 years ago
GermanCoding
c3d5b26740
Disallow aliases that point to themselves (fixes postfixadmin/postfixadmin/issues/358)
See github.com/postfixadmin/postfixadmin/issues/358 for details
6 years ago
David Goodwin
502bfca2f5
try and improve error handling if doveadm is not present etc - see https://github.com/postfixadmin/postfixadmin/issues/373
6 years ago
David Goodwin
ef1fb36133
improve unit tests for PostgreSQL
6 years ago
David Goodwin
d49de35189
improve docs
6 years ago
David Goodwin
e8f27969a3
psalm fixes
6 years ago
David Goodwin
ca24ff8300
perhaps improve logging - see : https://github.com/postfixadmin/postfixadmin/issues/364
6 years ago
David Goodwin
62f2bd32ef
Merge pull request #361 from ymarkus/master
fix vacation.pl resolver
6 years ago
Yannick Markus
d6385c03ff
fix vacation.pl resolver
6 years ago