Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4273634c17346399c2cbc1b7942362cbc53a84c7 https://github.com/phpmyadmin/phpmyadmin/commit/4273634c17346399c2cbc1b79423... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-04-14 (Wed, 04 April 2021) -03:00
Changed paths: M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Server/Plugins.php M libraries/classes/Server/Privileges.php M libraries/services.php M test/classes/Server/PluginsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/DbiDummy.php
Log Message: ----------- Extract getActiveAuthPlugins method to Plugins class
Extracts the getActiveAuthPlugins method from the PhpMyAdmin\Server\Privileges class to the PhpMyAdmin\Server\Plugins class, rename it to getAuthentication and adds tests.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ee8f42999605c705f020e9f165faeacc2f8251c7 https://github.com/phpmyadmin/phpmyadmin/commit/ee8f42999605c705f020e9f165fa... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-04-14 (Wed, 04 April 2021) -03:00
Changed paths: M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Server/Plugins.php M libraries/classes/Server/Privileges.php M libraries/services.php M test/classes/Server/PluginsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/DbiDummy.php
Log Message: ----------- Merge pull request #16822 from mauriciofauth/auth-plugins
Extract getActiveAuthPlugins method to Plugins class