Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 44f7e93b36bd93bd471603a3effac8dc0ce2b397
https://github.com/phpmyadmin/phpmyadmin/commit/44f7e93b36bd93bd471603a3eff…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-28 (Fri, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Sanitize.php
M phpstan-baseline.neon
M psalm.xml
M scripts/check-release-excludes.sh
D public/show_config_errors.php
Log Message:
-----------
Remove the public/show_config_errors.php file
A better and safer way of showing the configuration errors should be
developed.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d9d47ba3ab5f3aca120decc1dd1a6a49ba4322df
https://github.com/phpmyadmin/phpmyadmin/commit/d9d47ba3ab5f3aca120decc1dd1…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-28 (Fri, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Sanitize.php
M phpstan-baseline.neon
M psalm.xml
M scripts/check-release-excludes.sh
D public/show_config_errors.php
Log Message:
-----------
Merge pull request #18587 from MauricioFauth/show-config-errors-file-removal
Remove the public/show_config_errors.php file
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ecf1c78ae8dd6f831fd2ac57ab6556eb8e36cca0
https://github.com/phpmyadmin/phpmyadmin/commit/ecf1c78ae8dd6f831fd2ac57ab6…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M composer.json
M libraries/classes/Application.php
M libraries/services.php
M test/classes/ApplicationTest.php
Log Message:
-----------
Wrap the Application::run() code with a HTTP handler
- Uses laminas-httphandlerrunner to emit the Response object
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fb39be0a779e4dda96030ba030ae1279fd3cc19c
https://github.com/phpmyadmin/phpmyadmin/commit/fb39be0a779e4dda96030ba030a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/Routing/Routing.php
Log Message:
-----------
Refactor the Routing::callControllerForRoute() method
Changes the method to return a Response object when possible.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 6597dee72406c985fca6e51f118051ab40e62fbb
https://github.com/phpmyadmin/phpmyadmin/commit/6597dee72406c985fca6e51f118…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/Routing/Routing.php
Log Message:
-----------
Refactor the Routing::callSetupController() method
Changes the method so it return a Response object when possible.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2c90f397e1a4dcef27f06733e0d1bbceecc7496f
https://github.com/phpmyadmin/phpmyadmin/commit/2c90f397e1a4dcef27f06733e0d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Setup/MainController.php
M libraries/classes/Header.php
M libraries/classes/Routing/Routing.php
Log Message:
-----------
Refactor the Setup\MainController controller
Changes the __invoke() method so it returns a Response object.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c7b92d2de9dd1c54a8ad99f2585c227df836484d
https://github.com/phpmyadmin/phpmyadmin/commit/c7b92d2de9dd1c54a8ad99f2585…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-27 (Thu, 07 July 2023) -03:00
Changed paths:
M composer.json
M libraries/classes/Application.php
M libraries/classes/Controllers/Setup/MainController.php
M libraries/classes/Header.php
M libraries/classes/Routing/Routing.php
M libraries/services.php
M test/classes/ApplicationTest.php
Log Message:
-----------
Merge pull request #18576 from MauricioFauth/app-http-handler
Wrap the Application::run() code with a HTTP handler
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 19dad3b1530c1f97f3bf9ca68fb43d094c452137
https://github.com/phpmyadmin/phpmyadmin/commit/19dad3b1530c1f97f3bf9ca68fb…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M js/src/modules/themes-manager.ts
M js/src/server/privileges.ts
M libraries/classes/Application.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Export/CheckTimeOutController.php
M libraries/classes/Controllers/GitInfoController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/LintController.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Controllers/RecentTablesListController.php
M libraries/classes/Controllers/Server/Databases/CreateController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/Privileges/AccountLockController.php
M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php
M libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php
M libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php
M libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
M libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php
M libraries/classes/Controllers/Server/Status/Processes/KillController.php
M libraries/classes/Controllers/Server/Status/Processes/RefreshController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Server/Variables/GetVariableController.php
M libraries/classes/Controllers/Server/Variables/SetVariableController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php
M libraries/classes/Controllers/ThemesController.php
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Http/ServerRequest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/AbstractTestCase.php
M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php
M test/classes/Controllers/LintControllerTest.php
M test/classes/Controllers/NavigationControllerTest.php
M test/classes/Controllers/Server/Databases/CreateControllerTest.php
M test/classes/Controllers/Server/Databases/DestroyControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php
M test/classes/Http/ServerRequestTest.php
Log Message:
-----------
Add a isAjax() method to ServerRequest class
This method belongs to the ServerRequest class instead of the
ResponseRenderer class, as it's a request property.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 0b9db09812bbb7dca6df0a12de546a35367f6ceb
https://github.com/phpmyadmin/phpmyadmin/commit/0b9db09812bbb7dca6df0a12de5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M js/src/modules/themes-manager.ts
M js/src/server/privileges.ts
M libraries/classes/Application.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Export/CheckTimeOutController.php
M libraries/classes/Controllers/GitInfoController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/LintController.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Controllers/RecentTablesListController.php
M libraries/classes/Controllers/Server/Databases/CreateController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/Privileges/AccountLockController.php
M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php
M libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php
M libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php
M libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
M libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php
M libraries/classes/Controllers/Server/Status/Processes/KillController.php
M libraries/classes/Controllers/Server/Status/Processes/RefreshController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Server/Variables/GetVariableController.php
M libraries/classes/Controllers/Server/Variables/SetVariableController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php
M libraries/classes/Controllers/ThemesController.php
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Http/ServerRequest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/AbstractTestCase.php
M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php
M test/classes/Controllers/LintControllerTest.php
M test/classes/Controllers/NavigationControllerTest.php
M test/classes/Controllers/Server/Databases/CreateControllerTest.php
M test/classes/Controllers/Server/Databases/DestroyControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php
M test/classes/Http/ServerRequestTest.php
Log Message:
-----------
Merge pull request #18581 from MauricioFauth/request-is-ajax
Add a isAjax() method to ServerRequest class
Maybe you are not singles, but your partner cannot accompany you anytime, anywhere. Or in your sex life, your partner cannot fill your vaginal or anus.
https://www.hugedildo.com/
Maybe you are not singles, but your partner cannot accompany you anytime, anywhere. Or in your sex life, your partner cannot fill your vaginal or anus.https://www.hugedildo.com/