Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 76c88354103a7ed36af20c4f85cb80e2883a2859 https://github.com/phpmyadmin/phpmyadmin/commit/76c88354103a7ed36af20c4f85cb... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-09-24 (Thu, 09 September 2026) +01:00 Changed paths: M src/Plugins/Schema/Dia/RelationStatsDia.php M src/Plugins/Schema/Dia/TableStatsDia.php M src/Plugins/Schema/Svg/RelationStatsSvg.php Log Message: ----------- Use Randomizer in Dia/SVG Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 6aa37470781bfc6070c82b88a4096231d71a289f https://github.com/phpmyadmin/phpmyadmin/commit/6aa37470781bfc6070c82b88a409... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-09-24 (Thu, 09 September 2026) +01:00 Changed paths: M app/services.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ImportController.php M src/Controllers/Import/StatusController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Import/Ajax.php M src/Setup/Index.php M tests/unit/Controllers/Database/Fixtures/Import-testController.html M tests/unit/Controllers/Database/ImportControllerTest.php M tests/unit/Controllers/Import/StatusControllerTest.php M tests/unit/Controllers/Table/ImportControllerTest.php M tests/unit/Import/AjaxTest.php Log Message: ----------- Refactor Ajax class Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 27983858dc6328ad43f6a6fd76cf54f59a416554 https://github.com/phpmyadmin/phpmyadmin/commit/27983858dc6328ad43f6a6fd76cf... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-09-24 (Thu, 09 September 2026) +01:00 Changed paths: M src/Display/Results.php M tests/unit/Display/ResultsTest.php M tests/unit/GitTest.php Log Message: ----------- Replace random_int(0, mt_getrandmax()) Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 2bd0ac4b3894df64eb49a03c6f33be6793094bea https://github.com/phpmyadmin/phpmyadmin/commit/2bd0ac4b3894df64eb49a03c6f33... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-09-25 (Fri, 09 September 2026) +01:00 Changed paths: M app/services_controllers.php M resources/templates/database/designer/database_tables.twig M resources/templates/database/designer/main.twig M src/Controllers/Database/DesignerController.php M tests/unit/Controllers/Database/DesignerControllerTest.php M tests/unit/Controllers/Database/Fixtures/Designer-testAddTableDialog.html Log Message: ----------- Replace Twig Random Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: e0d70e69979d70b5d0f8fac782002d07d69857b5 https://github.com/phpmyadmin/phpmyadmin/commit/e0d70e69979d70b5d0f8fac78200... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-09-25 (Fri, 09 September 2026) +01:00 Changed paths: M tests/unit/Plugins/Auth/AuthenticationCookieTest.php Log Message: ----------- Remove str_shuffle Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 7747f93284e7b2318f12d047ba63830ddd8c45fe https://github.com/phpmyadmin/phpmyadmin/commit/7747f93284e7b2318f12d047ba63... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-09-25 (Fri, 09 September 2026) +01:00 Changed paths: M phpstan-baseline.neon M src/Plugins/TwoFactor/WebAuthn.php M src/WebAuthn/CustomServer.php M src/WebAuthn/WebauthnLibServer.php M tests/unit/Plugins/TwoFactor/WebAuthnTest.php M tests/unit/WebAuthn/CustomServerTest.php M tests/unit/WebAuthn/WebauthnLibServerTest.php Log Message: ----------- Use Randomizer in WebAuthn Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 5d44eb92aa8b3baa1c30aaf76ff55bd7f9bcac6f https://github.com/phpmyadmin/phpmyadmin/commit/5d44eb92aa8b3baa1c30aaf76ff5... Author: MaurĂcio Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-09-25 (Fri, 09 September 2026) -03:00 Changed paths: M app/services.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M resources/templates/database/designer/database_tables.twig M resources/templates/database/designer/main.twig M src/Controllers/Database/DesignerController.php M src/Controllers/Database/ImportController.php M src/Controllers/Import/StatusController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Display/Results.php M src/Import/Ajax.php M src/Plugins/Schema/Dia/RelationStatsDia.php M src/Plugins/Schema/Dia/TableStatsDia.php M src/Plugins/Schema/Svg/RelationStatsSvg.php M src/Plugins/TwoFactor/WebAuthn.php M src/Setup/Index.php M src/WebAuthn/CustomServer.php M src/WebAuthn/WebauthnLibServer.php M tests/unit/Controllers/Database/DesignerControllerTest.php M tests/unit/Controllers/Database/Fixtures/Designer-testAddTableDialog.html M tests/unit/Controllers/Database/Fixtures/Import-testController.html M tests/unit/Controllers/Database/ImportControllerTest.php M tests/unit/Controllers/Import/StatusControllerTest.php M tests/unit/Controllers/Table/ImportControllerTest.php M tests/unit/Display/ResultsTest.php M tests/unit/GitTest.php M tests/unit/Import/AjaxTest.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php M tests/unit/Plugins/TwoFactor/WebAuthnTest.php M tests/unit/WebAuthn/CustomServerTest.php M tests/unit/WebAuthn/WebauthnLibServerTest.php Log Message: ----------- Merge pull request #20495 from kamil-tekiela/Use-Randomizer Use randomizer where possible