Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 073418a7ec8d151372b01ab422e3cb931e00ef46
https://github.com/phpmyadmin/phpmyadmin/commit/073418a7ec8d151372b01ab422e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-22 (Sun, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/routes.php
M phpstan-baseline.neon
M services_controllers.yml
D libraries/entry_points/server/privileges.php
Log Message:
-----------
Create Server\PrivilegesController controller
Moves the server privileges entry point logic to the controller and
removes the entry point file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b1328c7ad630784cea20ff8812d66e8bc9db7f99
https://github.com/phpmyadmin/phpmyadmin/commit/b1328c7ad630784cea20ff8812d…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-22 (Sun, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Server/UserGroupsController.php
M libraries/classes/Menu.php
M libraries/classes/Server/UserGroups.php
M libraries/classes/Server/Users.php
M libraries/routes.php
M services_controllers.yml
M test/classes/Server/UserGroupsTest.php
M test/classes/Server/UsersTest.php
D libraries/entry_points/server/user_groups.php
Log Message:
-----------
Create Server\UserGroupsController controller
Moves the user groups entry point logic to the controller and removes
the entry point file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eea4e8e6d151aa4c6b6e7bbb5d77eb7a564ce473
https://github.com/phpmyadmin/phpmyadmin/commit/eea4e8e6d151aa4c6b6e7bbb5d7…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-21 (Sat, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/SchemaExportController.php
M libraries/routes.php
M services_controllers.yml
M templates/database/designer/schema_export.twig
D libraries/entry_points/schema_export.php
Log Message:
-----------
Create SchemaExportController controller
Moves schema export entry point logic to the SchemaExportController and
removes the entry point file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>