Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0ed04a6c00423cc5eeffef19558d7598e96fd82f https://github.com/phpmyadmin/phpmyadmin/commit/0ed04a6c00423cc5eeffef19558d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M libraries/classes/Controllers/HomeController.php M templates/home/index.twig
Log Message: ----------- Remove `trigger_error` calls from `HomeController`
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev (cherry picked from commit c5611531c03a5c9dfe13510e7fc5b901daa77039) Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5d4884d294ca9b1f069fcacada98f6697f464274 https://github.com/phpmyadmin/phpmyadmin/commit/5d4884d294ca9b1f069fcacada98... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Setup/ConfigGenerator.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Config/ServerConfigChecksTest.php M test/classes/Setup/ConfigGeneratorTest.php
Log Message: ----------- Update setup page to generate better blowfish_secret keys
Instead of generating a printable string, it generates a binary string and converts it to an hexadecimal string.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 700db7e72b2aba5649832e73496743cdfc257fb3 https://github.com/phpmyadmin/phpmyadmin/commit/700db7e72b2aba5649832e734967... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M ChangeLog M config.sample.inc.php M doc/config.rst M doc/glossary.rst M doc/setup.rst M libraries/classes/Config/Settings.php M libraries/config.default.php
Log Message: ----------- Update the docs to reflect the blowfish_secret changes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 69bc86677345a875c442c0a40d2836369bc7afbb https://github.com/phpmyadmin/phpmyadmin/commit/69bc86677345a875c442c0a40d28... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M config.sample.inc.php M doc/config.rst M doc/faq.rst
Log Message: ----------- Document how to generate a string of random bytes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5d9142674d09379a9e4394779c1e624dd2d6ece5 https://github.com/phpmyadmin/phpmyadmin/commit/5d9142674d09379a9e4394779c1e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M doc/config.rst M libraries/classes/Controllers/HomeController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M psalm-baseline.xml
Log Message: ----------- Allow longer cookie encryption keys to be used
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 243b9da2fb0797f7ca26288800c203783bb34713 https://github.com/phpmyadmin/phpmyadmin/commit/243b9da2fb0797f7ca26288800c2... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M doc/config.rst
Log Message: ----------- Add a note that sodium_bin2hex is not required for blowfish_secret
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cce6a2381a6b3e4bf24ca8bfabf169f21e9a4052 https://github.com/phpmyadmin/phpmyadmin/commit/cce6a2381a6b3e4bf24ca8bfabf1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-27 (Tue, 09 September 2022) -03:00
Changed paths: M ChangeLog M config.sample.inc.php M doc/config.rst M doc/faq.rst M doc/glossary.rst M doc/setup.rst M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Config/Settings.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Setup/ConfigGenerator.php M libraries/config.default.php M phpstan-baseline.neon M psalm-baseline.xml M templates/home/index.twig M test/classes/Config/ServerConfigChecksTest.php M test/classes/Setup/ConfigGeneratorTest.php
Log Message: ----------- Merge pull request #17725 from MauricioFauth/blowfish-secret-error
Fix server error when `blowfish_secret` is not exactly 32 bytes long
- Back-port commit c5611531c03a5c9dfe13510e7fc5b901daa77039 - Update documentation about the `blowfish_secret` setting - Update the setup page to reflect the `blowfish_secret` changes
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17369
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev