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

2474 Commits

Author SHA1 Message Date
David Goodwin
87824ef970 psalm fixes/workarounds; require PHP 5.6+ 2019-10-19 20:51:05 +01:00
David Goodwin
1df7f15d40 require PHP 5.6+ 2019-10-19 20:32:00 +01:00
David Goodwin
4aa3110712 phpdoc/psalm fixes 2019-10-19 20:01:25 +01:00
David Goodwin
ccd74cc506
Merge pull request #308 from dsamoshin/icon_ru
Favicon config and ru_lang
2019-10-19 19:23:27 +01:00
gotty
13549cea0f Favicon config and ru_lang:
1. Favicon configuration of the project:
  a. Fixed incorrect link to favicon from the subfolder /users/
  b. Added ability to set favicon via config
2. Completed translation of all string constants into Russian language.
2019-10-19 18:33:18 +03:00
David Goodwin
61cb429845 revert psalm; fix issues later 2019-10-17 20:04:18 +01:00
David Goodwin
b8d7c0513f psalm fix 2019-10-17 20:03:47 +01:00
David Goodwin
e20b2cacdb psalm fix 2019-10-17 20:03:38 +01:00
David Goodwin
174b874c56 allow psalm to update
phpdoc fix
2019-10-17 19:38:01 +01:00
David Goodwin
9526e68e3e perhaps this will help https://github.com/postfixadmin/postfixadmin/issues/305 2019-10-17 19:30:00 +01:00
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