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

2414 Commits

Author SHA1 Message Date
David Goodwin
907bd7ee46 update Smarty to v3.1.33 - "This release does cover security issue CVE-2018-16831, other bug fixes (see changelog.txt) and adds a new feature of the {capture} tag (see NEW_FEATURES.txt)." 2019-09-25 13:55:07 +01:00
David Goodwin
7360407b73 see: https://github.com/postfixadmin/postfixadmin/issues/302 - check if the session key exists; and if not show something that may help 2019-09-25 13:47:40 +01:00
David Goodwin
58b064f1c8
Merge pull request #298 from leitmedium/master
remove double libmime-encwords-perl install call in virtual vacation …
2019-09-19 09:11:54 +01:00
Caspar Clemens Mierau
9c4caf1045 remove double libmime-encwords-perl install call in virtual vacation howto 2019-09-19 00:18:32 +02:00
David Goodwin
c66755a0da remove test for code that probably does not work 2019-09-17 21:45:20 +01:00
David Goodwin
cd8cf289b4 more empty tests 2019-09-17 21:40:41 +01:00
David Goodwin
a03317e088 drop codecov 2019-09-17 21:37:27 +01:00
David Goodwin
f61cb513ae might fix pg failing test? 2019-09-17 21:33:25 +01:00
David Goodwin
0e9a1ff0ff emptyish tests 2019-09-17 21:31:16 +01:00
David Goodwin
f4a5155f7a codecov removed 2019-09-17 21:28:14 +01:00
David Goodwin
a485a2d861 cleanup after test 2019-09-17 21:26:37 +01:00
David Goodwin
946c47dd66 postgres requires fkeys exist 2019-09-17 21:13:49 +01:00
David Goodwin
2742849e7b reformat 2019-09-17 21:06:00 +01:00
David Goodwin
958df260ec mostly empty test 2019-09-17 21:05:44 +01:00
David Goodwin
7965a83aff tighten psalm checks even more 2019-09-17 21:05:08 +01:00
David Goodwin
34e6f7829e tighten psalm checks; fix errors 2019-09-17 20:55:14 +01:00
David Goodwin
034a50836c tighten psalm checks 2019-09-17 20:50:42 +01:00
David Goodwin
a603d36224 format 2019-09-17 20:46:52 +01:00
David Goodwin
29d990f5f4 fix page browser test for sqlite; see #87 and #161 2019-09-17 20:46:32 +01:00
David Goodwin
71e7859c91 see #161 and #87 - unit test that seems to trigger this bug 2019-09-15 21:11:20 +01:00
David Goodwin
f36ba9b4c2 format 2019-09-15 21:09:02 +01:00
David Goodwin
28bef9e136 output $sqlite file .... 2019-09-15 21:08:46 +01:00
David Goodwin
4081267cb2 fix phpdoc; throw exception on error within phpunit - helps testing 2019-09-15 21:08:08 +01:00
David Goodwin
f7c7e35b34 fix formatting 2019-09-15 11:42:21 +01:00
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
2019-09-14 21:27:51 +01:00
David Goodwin
80418e6412 try and avoid hitting : https://github.com/postfixadmin/postfixadmin/issues/51 2019-09-14 21:19:39 +01:00
David Goodwin
17a50c51f1 drop some dies; use Exception and catch after dispatch() - see #197 2019-09-14 21:01:09 +01:00
David Goodwin
2ff05bc737 typo 2019-09-14 20:17:16 +01:00
David Goodwin
9cd7dac187 initial attempt at trying to return an exit value within the cli 2019-09-14 20:09:56 +01:00
David Goodwin
284d4b2eb0
Merge pull request #295 from Corvan/platform-independent
Update postfixadmin-cli
2019-09-06 09:39:45 +01:00
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.
2019-09-06 10:20:42 +02:00
David Goodwin
758ccb9a19 add note in config for mailbox subdir creation requiring imap extension 2019-09-05 18:12:10 +01:00
David Goodwin
34cf66110e see https://github.com/postfixadmin/postfixadmin/issues/251 - avoid things breaking if imap_open is not present 2019-09-05 18:10:07 +01:00
David Goodwin
3551710b82
Merge pull request #294 from wuuuduu/vacation_from_mx_get_smtp_server
Find MX record of receiver and use it
2019-08-31 08:40:36 +01:00
wuuuduu
86852b3dbd Find MX record of receiver and use it 2019-08-30 23:08:17 +02:00
David Goodwin
60c44a3ca3
Merge pull request #290 from akhilin/master
a small mistake in user_query with quota
2019-08-29 15:01:47 +01:00
Akhil Jalagam
53cefa1107
[NEW BADGE] freenode irc badge at #postfixadmin 2019-08-29 18:05:07 +05:30
Akhil Jalagam
3295334dd7
[NEW BADGE] repo size added 2019-08-29 17:37:39 +05:30
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
2019-08-23 17:28:36 +05:30
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
2019-08-19 10:51:28 +01:00
David Goodwin
e8fb276c2f
Merge pull request #289 from akhilin/master
Update DOVECOT.txt
2019-08-13 13:33:59 +01:00
Akhil Jalagam
1941f970bd
Update DOVECOT.txt
a small mistake in documentation for imap quota.
2019-08-13 18:02:29 +05:30
David Goodwin
6a89b9a363 composer format 2019-08-13 09:24:30 +01:00
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 2019-08-13 09:19:22 +01:00
David Goodwin
fa27c7c8b7 reindent/reformat 2019-08-13 09:00:21 +01:00
David Goodwin
7b18d0386c
Merge pull request #287 from gabrielfin/fix-pagination
Fix pagination
2019-08-13 08:55:14 +01:00
David Goodwin
296fc2f48e silence psalm error - cast $show_password_fields to an int in model/MailboxHandler.php lines 33/34 2019-08-13 08:53:43 +01:00
David Goodwin
c3d3a9dbc8 apply patch for vacation body encoding - see #288 2019-08-12 10:24:42 +01:00
David Goodwin
a0b4e690b2 only load random_compat if PHP_VERSION is < 7.0 2019-08-10 21:33:39 +01:00
David Goodwin
d788c6ac99
Merge pull request #285 from Nutomic/ssl-sendmail
Use TLS to send emails
2019-07-23 20:36:54 +01:00