David Goodwin
d6bbecaf45
change row to r everywhere; see : https://sourceforge.net/p/postfixadmin/discussion/676076/thread/616c1d25/?limit=25#7da0 - hopefully removing "row" which might be a reserved keyword for some databases etc
5 years ago
David Goodwin
6a4b7ec163
Merge pull request #316 from koenr/patch-1
...
Update nl.lang
5 years ago
koenr
8828d28bbc
Update nl.lang
...
typo in change password mail subject line
5 years ago
Christian Boltz
06f57767bd
DOVECOT.TXT: update user_query for postgresql and some cleanup
...
- update postgresql user_query to include quota_rule
- drop partial user_query without quota_rule
- some whitespace fixes
5 years ago
Christian Boltz
125113d83c
POSTFIX_CONF.txt: make queries pgsql-compatible
...
... by changing WHERE ...=1 to WHERE ...='1' which should work with both
mysql and postgresql.
Reported by xpoint on IRC.
5 years ago
Christian Boltz
115ff22761
INSTALL.TXT: mention an Alias as alternative for a symlink
...
See also the question on
https://sourceforge.net/p/postfixadmin/discussion/676076/thread/1074971cc8/
5 years ago
David Goodwin
c1bdfe5432
fix travis / autoloading smarty etc
5 years ago
David Goodwin
bcae218cbb
composer format time
5 years ago
David Goodwin
87824ef970
psalm fixes/workarounds; require PHP 5.6+
5 years ago
David Goodwin
1df7f15d40
require PHP 5.6+
5 years ago
David Goodwin
4aa3110712
phpdoc/psalm fixes
5 years ago
David Goodwin
ccd74cc506
Merge pull request #308 from dsamoshin/icon_ru
...
Favicon config and ru_lang
5 years ago
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.
5 years ago
David Goodwin
61cb429845
revert psalm; fix issues later
5 years ago
David Goodwin
b8d7c0513f
psalm fix
5 years ago
David Goodwin
e20b2cacdb
psalm fix
5 years ago
David Goodwin
174b874c56
allow psalm to update
...
phpdoc fix
5 years ago
David Goodwin
9526e68e3e
perhaps this will help https://github.com/postfixadmin/postfixadmin/issues/305
5 years ago
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)."
5 years ago
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
5 years ago
David Goodwin
58b064f1c8
Merge pull request #298 from leitmedium/master
...
remove double libmime-encwords-perl install call in virtual vacation …
5 years ago
Caspar Clemens Mierau
9c4caf1045
remove double libmime-encwords-perl install call in virtual vacation howto
5 years ago
David Goodwin
c66755a0da
remove test for code that probably does not work
5 years ago
David Goodwin
cd8cf289b4
more empty tests
5 years ago
David Goodwin
a03317e088
drop codecov
5 years ago
David Goodwin
f61cb513ae
might fix pg failing test?
5 years ago
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