David Goodwin
880dcf1cd6
bump config version number (3.3.11)
4 years ago
David Goodwin
c0cdc1dfa8
update changelog
4 years ago
David Goodwin
a97a2f9bda
revert: bc9c506a05 - should not have been on this branch
4 years ago
David Goodwin
ede15de662
see #575 - fix "Warning: Declaration of ...::init($id): bool should be compatabile with ... ::init(string $id): bool"
4 years ago
David Goodwin
e90fd37f06
reformat
4 years ago
David Goodwin
36a5f44b2f
re-order bits of config, fix typo in php_crypt doc for sha512-crypt
4 years ago
David Goodwin
bc9c506a05
add test for pacrypt variant php_crypt:BLOWFISH
4 years ago
David Goodwin
4c0983f899
cherry-pick f8c8dcf520 so we can have $CONF[database_port] in v3.3.x
4 years ago
David Goodwin
bef2d7c536
composer format
4 years ago
David Goodwin
ef4ac3ce4b
see - https://github.com/postfixadmin/postfixadmin/issues/549 - use $CONF["database_port"] when connecting to MySQL
4 years ago
David Goodwin
4bc1e0662d
see https://github.com/postfixadmin/postfixadmin/issues/548 - from https://getbootstrap.com/docs/3.4/components/#navbar - "Context-specific usage
Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav."
5 years ago
David Goodwin
7c9225b8f8
CHANGELOG.TXT - initial changelog for 3.3.11
5 years ago
David Goodwin
cf4d1976c2
see https://github.com/postfixadmin/postfixadmin/issues/547
5 years ago
David Goodwin
589e7ea403
remove unnecessary warning if sqlite is available but not the configured db backend - see https://github.com/postfixadmin/postfixadmin/issues/534
5 years ago
David Goodwin
8e3d5b5545
remove extra semi-colon - thanks to @PF4Public / #524
5 years ago
David Goodwin
ecc97439ab
forgot to bump the version number
5 years ago
David Goodwin
6624a70c2d
composer format time
5 years ago
David Goodwin
35de590567
Merge remote-tracking branch 'origin/postfixadmin_3.3' into postfixadmin_3.3
5 years ago
David Goodwin
e47c3a2edb
cherry-pick some more things from master
5 years ago
Gabriel
ab9d466845
Disable autocompletion when changing user password
5 years ago
Gabriel
1435e6aa46
Disable password autocompletion in edit forms
5 years ago
Matt Darcy
a9a31620d2
removed broken link to postfixadmin.org website
5 years ago
David Goodwin
1d75c84423
update Changelog for 3.3.10
5 years ago
David Goodwin
70a8a796fc
probable fix for https://github.com/postfixadmin/postfixadmin/issues/516 - admins can see all domains so no fDomain parameter etc
5 years ago
David Goodwin
50f9779fd2
Create SECURITY.md
5 years ago
David Goodwin
64e98fcf97
avoid a clickjacking attack reported on huntr.dev by @ranjit-git
5 years ago
David Goodwin
feb5cbc7f3
see https://github.com/postfixadmin/postfixadmin/issues/523 - improve randomness when creating the PFA_token field; reported by @michaellrowley via huntr.dev.
5 years ago
Christian Boltz
37f6bf1fff
Remove non-expanded (and superfluous) {$rel_path}
Reported by mirko on IRC
5 years ago
David Goodwin
2e84f9efe7
rename, prettify, add link to cyrus quota script
5 years ago
David Goodwin
73d416df33
format
5 years ago
David Goodwin
aab3e945d4
improve setup.php to apply database updates and avoid deadlock with not being able to login - see https://github.com/postfixadmin/postfixadmin/issues/494
5 years ago
David Goodwin
eb41d5a605
update changelog
5 years ago
Christophe Gherardi
4a764a471d
Modification HELO information/parameters
Modification of the comments for the HELO configuration, and addition of the HELO parameter in the transport.
5 years ago
David Goodwin
f30ae89bb4
allow vacation settings to include a time (but specify a time if one is not), this should stop us overwriting the time - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5/?limit=25#24a5
5 years ago
David Goodwin
166a151854
composer format time
5 years ago
David Goodwin
d5ae9395cb
update changelog
5 years ago
David Goodwin
9a4569f63e
remove readonly attribute from user vacation page - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5
5 years ago
David Goodwin
e3f6a35bd6
update changelog
5 years ago
Andrey Miroshnichenko
1bad255b17
Minor fixes of the password expiration checker script example.
5 years ago
Andrey Miroshnichenko
a00a24901b
Adds an ability to update password_expity field when user changes own password
5 years ago
David Goodwin
51d97d7bad
postfixadmin 3.3.9
(update changelog/version things)
5 years ago
David Goodwin
baf58fef4c
ua.lang - cherry-pick ae090346e8 into postfixadmin_3.3, perhaps fix merge
5 years ago
David Goodwin
c59894d2c6
formatting!
5 years ago
David Goodwin
49d5cbbda6
update changelog
5 years ago
Sven Strickroth
753815b7df
Re-add configurable quota levels
The configurable setting seems to be accidentally removed in 68a8caac28 .
Signed-off-by: Sven Strickroth <email@cs-ware.de>
5 years ago
David Goodwin
c8577e03ec
downgrade/stop friendsofphp/php-cs-fixer moving to 3.0
5 years ago
David Goodwin
d654651468
explode on errors when performing db upgrade; try and fix #498 by updating domain created/modified columns to something MySQL might be happier with
5 years ago
David Goodwin
f8d570c6bc
update changelog for 3.3.x
5 years ago
David Goodwin
ed1e7f8455
see: https://github.com/postfixadmin/postfixadmin/issues/105 - log the ip address from the users/login.php page too
5 years ago
David Goodwin
63f267f0fa
merge in e8f3c40442 and bbec16aac1 from master -> see #475 - add primary key column to domain_admins (id autoinc.) to help people who want to use db replication
5 years ago