David Goodwin
|
e4abfd3ede
|
fix exception throwing
|
6 years ago |
David Goodwin
|
2367f6024b
|
replace DEBUG with this->debug
|
6 years ago |
David Goodwin
|
7f62fe4220
|
run: composer format
|
6 years ago |
Jacques Deguest
|
0d10af6b5d
|
Removing a backup file autoconfig-v2.js
|
6 years ago |
Jacques Deguest
|
7740a0d132
|
Initial commit for Autoconfig
|
6 years ago |
David Goodwin
|
d81363541a
|
fix psalm
|
6 years ago |
David Goodwin
|
338fb8c564
|
Fix quota storage; see https://github.com/postfixadmin/postfixadmin/issues/342
|
6 years ago |
David Goodwin
|
d3295a59bb
|
format
|
6 years ago |
David Goodwin
|
d540d904db
|
cast mailbox['quota'] to be integer.
see: https://github.com/postfixadmin/postfixadmin/issues/342
|
6 years ago |
David Goodwin
|
3303f25bcc
|
add some php 7+ array type hints.
|
6 years ago |
David Goodwin
|
1c0fd02323
|
composer format time
|
6 years ago |
David Goodwin
|
d6869a4d35
|
update CHANGELOG.TXT, some stuff probably missing
|
6 years ago |
David Goodwin
|
3b9d8f867e
|
merge sha512.b64 encrypt support - see https://github.com/postfixadmin/postfixadmin/issues/58
|
6 years ago |
David Goodwin
|
48e236ffc0
|
use hash_equals for login - see: https://github.com/postfixadmin/postfixadmin/issues/58
|
6 years ago |
David Goodwin
|
dd52a98d43
|
prefer POST/COOKIE lang over browser http header - see: https://github.com/postfixadmin/postfixadmin/issues/28
|
6 years ago |
David Goodwin
|
8f20c96278
|
see: https://github.com/postfixadmin/postfixadmin/issues/101 - in Debian Buster, /var/lock is writeable by anyone, /var/run is not... both are tmpfs
|
6 years ago |
David Goodwin
|
fefe3f7df5
|
default domain_quota_default to -1 if not specified - see https://github.com/postfixadmin/postfixadmin/issues/299
|
6 years ago |
David Goodwin
|
d2b8f7ac15
|
might fix: https://github.com/postfixadmin/postfixadmin/issues/306
|
6 years ago |
David Goodwin
|
8754af58cb
|
fix undefined variables (psalm)
|
6 years ago |
David Goodwin
|
3b1fffdf22
|
merge in patch from @jackdeguest - see https://github.com/postfixadmin/postfixadmin/issues/337
|
6 years ago |
David Goodwin
|
5e1a4e27dd
|
ensure edit works
|
6 years ago |
David Goodwin
|
e49c25139e
|
ignore coveralls erroring
|
6 years ago |
David Goodwin
|
7f58163d65
|
update README.md
|
6 years ago |
David Goodwin
|
70fe1f93f2
|
rename build
|
6 years ago |
David Goodwin
|
50bbae62f4
|
switch from travis to github action
|
6 years ago |
David Goodwin
|
591ea333ea
|
drop caching; we as we do not add composer.lock to git anyway
|
6 years ago |
David Goodwin
|
22bb34ff60
|
try this
|
6 years ago |
David Goodwin
|
a00e551a8a
|
try adding composer caching
|
6 years ago |
David Goodwin
|
71966ce917
|
Revert "drop coveralls"
This reverts commit b6c7d1418d.
|
6 years ago |
David Goodwin
|
3809cf905f
|
rinse repeat
|
6 years ago |
David Goodwin
|
fddd450df0
|
rinse, repeat
|
6 years ago |
David Goodwin
|
cd6386bdea
|
- => _
|
6 years ago |
David Goodwin
|
6c3d595c0b
|
coverage.xml
|
6 years ago |
David Goodwin
|
e661f2445a
|
coveralls test - see af8a5e1ebf/.github/workflows/build.yml and https://github.com/php-coveralls/php-coveralls/issues/273
|
6 years ago |
David Goodwin
|
b6c7d1418d
|
drop coveralls
|
6 years ago |
David Goodwin
|
2444b0c16b
|
Revert "try updating coveralls"
This reverts commit cffcd1c4ec.
|
6 years ago |
David Goodwin
|
cffcd1c4ec
|
try updating coveralls
|
6 years ago |
David Goodwin
|
79ee5f82cb
|
add a far better MailboxHandler test case
|
6 years ago |
David Goodwin
|
01b4d6c587
|
cleanup db after running
|
6 years ago |
David Goodwin
|
30f97c97ee
|
avoid: A non-numeric value encountered errors from no quota being specified
|
6 years ago |
David Goodwin
|
6a7abbe663
|
fix formatting
|
6 years ago |
David Goodwin
|
28a3f5f157
|
better testing
|
6 years ago |
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 |