[phpmyadmin/phpmyadmin] 3c31c3: Refactor uploadProgressSetup
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3c31c3ed85e8bfb64d54aabb03f0fb70bc72eff3 https://github.com/phpmyadmin/phpmyadmin/commit/3c31c3ed85e8bfb64d54aabb03f0... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-07-20 (Mon, 07 July 2026) +01:00 Changed paths: M psalm-baseline.xml M src/Controllers/Database/ImportController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Import/Ajax.php Log Message: ----------- Refactor uploadProgressSetup Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: a743ab7eead501efe5496b23444f7116ae90d15a https://github.com/phpmyadmin/phpmyadmin/commit/a743ab7eead501efe5496b23444f... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-07-20 (Mon, 07 July 2026) +01:00 Changed paths: M resources/templates/preferences/two_factor/main.twig M src/Controllers/Preferences/TwoFactorController.php M src/TwoFactor.php M tests/unit/TwoFactorTest.php Log Message: ----------- Refactor TwoFactor Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 87a19cf2eb67568a4100f0c2908d5c6b0dfdccc3 https://github.com/phpmyadmin/phpmyadmin/commit/87a19cf2eb67568a4100f0c2908d... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-07-20 (Mon, 07 July 2026) +01:00 Changed paths: M src/Plugins/AuthenticationPluginFactory.php M tests/unit/Plugins/AuthenticationPluginFactoryTest.php Log Message: ----------- Refactor AuthenticationPluginFactory Adding new authentication plugin requires changing the codebase anyway. The available plugins are now hardcoded just like the config values. Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 0beedd0de50c42953c87f6b93365c1ed888f51c7 https://github.com/phpmyadmin/phpmyadmin/commit/0beedd0de50c42953c87f6b93365... Author: MaurĂcio Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-08-03 (Mon, 08 August 2026) -03:00 Changed paths: M psalm-baseline.xml M resources/templates/preferences/two_factor/main.twig M src/Controllers/Database/ImportController.php M src/Controllers/Preferences/TwoFactorController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Import/Ajax.php M src/Plugins/AuthenticationPluginFactory.php M src/TwoFactor.php M tests/unit/Plugins/AuthenticationPluginFactoryTest.php M tests/unit/TwoFactorTest.php Log Message: ----------- Merge pull request #20388 from kamil-tekiela/Use-class-strings-instead-of-strings Use class strings instead of strings
participants (1)
-
Kamil Tekiela