David Goodwin
d166ffae83
zf1 should be a required library, given it is required for the xmlrpc functionality
4 months ago
David Goodwin
b7c306f40e
update changelog
4 months ago
Christian Boltz
4b20d2be2b
Fix hardcoded table name mailbox_app_password
... which exploded when using custom table names.
4 months ago
Christian Boltz
7a804f0517
Translation fixes
4 months ago
Christian Boltz
d50d171914
Fix 404 when loading css etc. for admins
For admins, the relative path to css etc. is '', not '../'
4 months ago
David Goodwin
4826f6cdf5
update CHANGELOG.TXT
4 months ago
David Goodwin
e2422e6716
spacing
4 months ago
David Goodwin
53737ef163
move to use ubuntu 24.04 for github actions
4 months ago
David Goodwin
4e7e4d392a
update CHANGELOG (add missing 4.0 beta 2 stuff, add initial entry for 4.0)
4 months ago
David Goodwin
16facd0fb8
scripts/postfixadmin-cli.php : see #385 - add to the current error reporting level, not trample all over it
4 months ago
David Goodwin
e6d2a8154c
Merge remote-tracking branch 'origin/master' into postfixadmin_4.0
4 months ago
David Goodwin
1ad91fd6d3
Merge pull request #931 from edneville/678_noreply_addresses
vacation.pl - Move noreply to conf definable variable
5 months ago
ed neville
2013451be0
Move noreply to conf definable variable
Hardcoded no-reply addresses in script can be in an optional conf
variable, for rare cases where this needs to be overridden.
Closes #678
5 months ago
David Goodwin
a44664a427
Merge pull request #930 from edneville/get_accountname
vacation.pl
* get_accountname should use $from_mailbox
* Additional PBP stern fixes
5 months ago
ed neville
cb5d4bfded
get_accountname should use $from_mailbox
Additional PBP stern fixes
5 months ago
David Goodwin
94aaebc591
Merge pull request #929 from edneville/vaction-sendmail-pipe
vacation.pl - add sendmail_bin option for delivery via /usr/sbin/sendmail
5 months ago
ed neville
e548ae37e9
option for delivery via /usr/sbin/sendmail
In some setups it is more convenient to use /usr/sbin/sendmail for
delivery
sendmail_bin should reference a local binary for which the mail can be
piped to.
5 months ago
David Goodwin
d9811872cc
update docs + changelog to highlight pacol() function move into PFAHandler
6 months ago
David Goodwin
b0889ff5a7
template footer: remove update-check.php link - just link people to the github releases page
6 months ago
David Goodwin
ea9cd033a5
Revert "remove unnecessary {else} bit in the template"
This reverts commit 49a96432e6 .
6 months ago
David Goodwin
460c624275
remove more references to sourceforge
6 months ago
Christian Boltz
c3c473d6cf
README.md: mention updating db_min_version before a release
Also drop superfluous trailing whitespace in several lines.
6 months ago
David Goodwin
21b0ad22d7
build against PHP 8.4 as well
6 months ago
David Goodwin
0d5edbf099
move pacol() into PFAHandler class, I think it makes more sense for it to be there given the dependency between the two
6 months ago
David Goodwin
be064858a5
Merge remote-tracking branch 'origin/postfixadmin_4.0'
6 months ago
David Goodwin
3f8dc2fd1f
Merge remote-tracking branch 'origin/master' into postfixadmin_4.0
6 months ago
David Goodwin
066d6d10a8
bump db min version
6 months ago
David Goodwin
c2eb61a85c
add some missing icons for the top menu things
6 months ago
David Goodwin
14db6db23e
config.inc.php: change version to 4.0
6 months ago
David Goodwin
49a96432e6
remove unnecessary {else} bit in the template
6 months ago
David Goodwin
41923ab9a9
list-virtual.php : remove list styling from the overview section
6 months ago
David Goodwin
2330b94439
list.php: just exit() after outputting a csv, which allows us to remove the else indentation
6 months ago
David Goodwin
5144448085
reindent
6 months ago
David Goodwin
78150a307f
remove unnecessary bullet from a list of checkboxes in the edit form
6 months ago
David Goodwin
5756844fe6
reindent
6 months ago
David Goodwin
a0a6944f3a
fix wrong name for table_name
7 months ago
David Goodwin
edb368edb0
merge postfixadmin_4.0 in, fix conflicts in model/TotpPf.php
7 months ago
David Goodwin
986aefbdd0
stfu psalm - Encoding definitely takes a value
7 months ago
David Goodwin
5f9d0f5223
try and allow endroid\qrcode v5 to be installed, if the version of PHP supports it ... this reduces the number of deprecation warnings shown (but does not remove them all)
7 months ago
David Goodwin
5f24d12c5f
allow the TOTP qr code to render (relax Content Security Policy to allow img-src: self data)
7 months ago
David Goodwin
f21af2bfd3
update README.md
7 months ago
David Goodwin
1a1d3f4977
token tidy up to TotpPF
7 months ago
David Goodwin
e7e59bc4ae
remove x/y suffix, improve error handling message when failing to delete a totp exception
7 months ago
David Goodwin
ca7bdcdb57
more docs
7 months ago
David Goodwin
7f175f9da8
remove reference to _pacrypt_crypt (deadcode)
7 months ago
David Goodwin
40bc672622
update docs
7 months ago
David Goodwin
830160303f
format
7 months ago
David Goodwin
6086cebacf
remove more dead tests/code
7 months ago
David Goodwin
ab0f7897fd
drop support for legacy 2a bcrypt variants as we do not support PHP before <= 5.3.7 any longer
7 months ago
David Goodwin
b56d0082ff
token refactoring
7 months ago