David Goodwin
|
0e9a1ff0ff
|
emptyish tests
|
5 years ago |
David Goodwin
|
f4a5155f7a
|
codecov removed
|
5 years ago |
David Goodwin
|
a485a2d861
|
cleanup after test
|
5 years ago |
David Goodwin
|
946c47dd66
|
postgres requires fkeys exist
|
5 years ago |
David Goodwin
|
2742849e7b
|
reformat
|
5 years ago |
David Goodwin
|
958df260ec
|
mostly empty test
|
5 years ago |
David Goodwin
|
7965a83aff
|
tighten psalm checks even more
|
5 years ago |
David Goodwin
|
34e6f7829e
|
tighten psalm checks; fix errors
|
5 years ago |
David Goodwin
|
034a50836c
|
tighten psalm checks
|
5 years ago |
David Goodwin
|
a603d36224
|
format
|
5 years ago |
David Goodwin
|
29d990f5f4
|
fix page browser test for sqlite; see #87 and #161
|
5 years ago |
David Goodwin
|
71e7859c91
|
see #161 and #87 - unit test that seems to trigger this bug
|
5 years ago |
David Goodwin
|
f36ba9b4c2
|
format
|
5 years ago |
David Goodwin
|
28bef9e136
|
output $sqlite file ....
|
5 years ago |
David Goodwin
|
4081267cb2
|
fix phpdoc; throw exception on error within phpunit - helps testing
|
5 years ago |
David Goodwin
|
f7c7e35b34
|
fix formatting
|
5 years ago |
David Goodwin
|
f8713651cc
|
explode if $run_dir is not specified; make a config setting and perhaps shift the onus onto the user rather than having to deal with tmpfiles.d etc
See: https://github.com/postfixadmin/postfixadmin/issues/78
|
5 years ago |
David Goodwin
|
80418e6412
|
try and avoid hitting : https://github.com/postfixadmin/postfixadmin/issues/51
|
5 years ago |
David Goodwin
|
17a50c51f1
|
drop some dies; use Exception and catch after dispatch() - see #197
|
5 years ago |
David Goodwin
|
2ff05bc737
|
typo
|
5 years ago |
David Goodwin
|
9cd7dac187
|
initial attempt at trying to return an exit value within the cli
|
5 years ago |
David Goodwin
|
284d4b2eb0
|
Merge pull request #295 from Corvan/platform-independent
Update postfixadmin-cli
|
5 years ago |
Lars Liedtke
|
0c94760828
|
Update postfixadmin-cli
Make this script platform independent to be usable under e.g. FreeBSD, where bash is located in /usr/local/bin/bash and thus the script fails.
|
5 years ago |
David Goodwin
|
758ccb9a19
|
add note in config for mailbox subdir creation requiring imap extension
|
5 years ago |
David Goodwin
|
34cf66110e
|
see https://github.com/postfixadmin/postfixadmin/issues/251 - avoid things breaking if imap_open is not present
|
5 years ago |
David Goodwin
|
3551710b82
|
Merge pull request #294 from wuuuduu/vacation_from_mx_get_smtp_server
Find MX record of receiver and use it
|
5 years ago |
wuuuduu
|
86852b3dbd
|
Find MX record of receiver and use it
|
5 years ago |
David Goodwin
|
60c44a3ca3
|
Merge pull request #290 from akhilin/master
a small mistake in user_query with quota
|
5 years ago |
Akhil Jalagam
|
53cefa1107
|
[NEW BADGE] freenode irc badge at #postfixadmin
|
5 years ago |
Akhil Jalagam
|
3295334dd7
|
[NEW BADGE] repo size added
|
5 years ago |
Akhil Jalagam
|
0f64f22a7e
|
a small mistake in user_query with quota
mistake in user_query with quota enabled for dovecot 1.2+
It took two days for me to find this issue.
Thank you,
Akhil
|
5 years ago |
David Goodwin
|
bc273a97e4
|
Revert "apply patch for vacation body encoding - see #288"
This reverts commit c3d3a9dbc8 .
See comment at: https://github.com/postfixadmin/postfixadmin/issues/288#issuecomment-522495422
|
5 years ago |
David Goodwin
|
e8fb276c2f
|
Merge pull request #289 from akhilin/master
Update DOVECOT.txt
|
5 years ago |
Akhil Jalagam
|
1941f970bd
|
Update DOVECOT.txt
a small mistake in documentation for imap quota.
|
5 years ago |
David Goodwin
|
6a89b9a363
|
composer format
|
5 years ago |
David Goodwin
|
bee5fcbe24
|
improve setup form - only display "add superadmin account" if setup password is configured; change verbs depending on context etc; see https://github.com/postfixadmin/postfixadmin/issues/263
|
5 years ago |
David Goodwin
|
fa27c7c8b7
|
reindent/reformat
|
5 years ago |
David Goodwin
|
7b18d0386c
|
Merge pull request #287 from gabrielfin/fix-pagination
Fix pagination
|
5 years ago |
David Goodwin
|
296fc2f48e
|
silence psalm error - cast $show_password_fields to an int in model/MailboxHandler.php lines 33/34
|
5 years ago |
David Goodwin
|
c3d3a9dbc8
|
apply patch for vacation body encoding - see #288
|
5 years ago |
David Goodwin
|
a0b4e690b2
|
only load random_compat if PHP_VERSION is < 7.0
|
5 years ago |
David Goodwin
|
d788c6ac99
|
Merge pull request #285 from Nutomic/ssl-sendmail
Use TLS to send emails
|
5 years ago |
Felix Ableitner
|
8ba1cf20a7
|
use config::bool instead of read_string
|
5 years ago |
David Goodwin
|
55bf13298e
|
Merge pull request #286 from gabrielfin/master
Use percentage for quota levels
|
5 years ago |
Unknown
|
88587f4cd3
|
Fix pagination
|
5 years ago |
Unknown
|
7583decbcb
|
Use percentage for quota levels in bootstrap theme
|
5 years ago |
Gabriel
|
c3065bdace
|
Use percentage for quota levels
|
5 years ago |
Felix Ableitner
|
a46245eecc
|
Add config option for TLS
|
5 years ago |
Felix Ableitner
|
61ede42800
|
Send emails with TLS
|
5 years ago |
David Goodwin
|
8b19ef21cf
|
add default value for password_expiry (default to one year)
should fix: https://github.com/postfixadmin/postfixadmin/issues/280
|
5 years ago |