[postfixadmin/postfixadmin] 1dc6eb: i thought i moved php to >= 7.4
Brought to you by:
christian_boltz,
gingerdog
|
From: David G. <no...@gi...> - 2023-12-23 21:43:59
|
Branch: refs/heads/master Home: https://github.com/postfixadmin/postfixadmin Commit: 1dc6ebe834b512187c8abfef3e85cad4c4ba344b https://github.com/postfixadmin/postfixadmin/commit/1dc6ebe834b512187c8abfef3e85cad4c4ba344b Author: David Goodwin <da...@co...> Date: 2023-12-23 (Sat, 23 Dec 2023) Changed paths: M composer.json Log Message: ----------- i thought i moved php to >= 7.4 Commit: 015d4ec9cd417f95dc20ee092c3e53bac849807e https://github.com/postfixadmin/postfixadmin/commit/015d4ec9cd417f95dc20ee092c3e53bac849807e Author: David Goodwin <da...@co...> Date: 2023-12-23 (Sat, 23 Dec 2023) Changed paths: M functions.inc.php M model/Login.php M model/TotpPf.php M public/login-mfa.php M public/upgrade.php M public/users/app-passwords.php M public/users/login-mfa.php M public/users/totp-exceptions.php M public/users/totp.php M scripts/examples/sync-roundcubemail-totp.php Log Message: ----------- reindent / reformat; add type hints for some of the app password stuff; try and make sure someone can only remove their own app password (see revokeAppPassword() ) Compare: https://github.com/postfixadmin/postfixadmin/compare/56b21b7cf4ed...015d4ec9cd41 |