Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 962d5c0e296806c931446344dbc4f1134719f36e
https://github.com/phpmyadmin/localized_docs/commit/962d5c0e296806c93144634…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-14 (Mon, 08 August 2023) -03:00
Changed paths:
A docs/vi/Makefile
A docs/vi/_ext
A docs/vi/bookmarks.rst
A docs/vi/charts.rst
A docs/vi/conf.py
A docs/vi/config.rst
A docs/vi/copyright.rst
A docs/vi/credits.rst
A docs/vi/developers.rst
A docs/vi/faq.rst
A docs/vi/glossary.rst
A docs/vi/images
A docs/vi/import_export.rst
A docs/vi/index.rst
A docs/vi/intro.rst
A docs/vi/make.bat
A docs/vi/other.rst
A docs/vi/privileges.rst
A docs/vi/relations.rst
A docs/vi/require.rst
A docs/vi/security.rst
A docs/vi/settings.rst
A docs/vi/setup.rst
A docs/vi/themes.rst
A docs/vi/transformations.rst
A docs/vi/two_factor.rst
A docs/vi/user.rst
A docs/vi/vendors.rst
A po/vi.mo
A po/vi.po
A translated/vi/LC_MESSAGES/bookmarks.mo
A translated/vi/LC_MESSAGES/charts.mo
A translated/vi/LC_MESSAGES/config.mo
A translated/vi/LC_MESSAGES/copyright.mo
A translated/vi/LC_MESSAGES/credits.mo
A translated/vi/LC_MESSAGES/developers.mo
A translated/vi/LC_MESSAGES/faq.mo
A translated/vi/LC_MESSAGES/glossary.mo
A translated/vi/LC_MESSAGES/import_export.mo
A translated/vi/LC_MESSAGES/index.mo
A translated/vi/LC_MESSAGES/intro.mo
A translated/vi/LC_MESSAGES/other.mo
A translated/vi/LC_MESSAGES/privileges.mo
A translated/vi/LC_MESSAGES/relations.mo
A translated/vi/LC_MESSAGES/require.mo
A translated/vi/LC_MESSAGES/security.mo
A translated/vi/LC_MESSAGES/settings.mo
A translated/vi/LC_MESSAGES/setup.mo
A translated/vi/LC_MESSAGES/themes.mo
A translated/vi/LC_MESSAGES/transformations.mo
A translated/vi/LC_MESSAGES/two_factor.mo
A translated/vi/LC_MESSAGES/user.mo
A translated/vi/LC_MESSAGES/vendors.mo
M Makefile
Log Message:
-----------
Add Vietnamese (vi) language
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 93fa48e286def43b336a207ca7e87472e1300e41
https://github.com/phpmyadmin/phpmyadmin/commit/93fa48e286def43b336a207ca7e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-12 (Sat, 08 August 2023) -03:00
Changed paths:
A test/classes/Controllers/HomeControllerTest.php
M libraries/classes/Application.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Footer.php
M libraries/classes/Http/ServerRequest.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Routing/Routing.php
M libraries/services_controllers.php
M psalm-baseline.xml
M test/classes/ApplicationTest.php
M test/classes/Http/ServerRequestTest.php
Log Message:
-----------
Refactor the ServerRequest::getRoute() method
Extracts the redirection to database and table pages to the
HomeController for an actual redirection instead of an implicit one.
Removes the Application::getRequest() method as the ServerRequest object
should be an immutable object.
Adds a Routing::$route static variable to be used at the places that the
ServerRequest object is not available.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 7e9ce8df8ce2f1c5970f134e25433a56aef2567b
https://github.com/phpmyadmin/phpmyadmin/commit/7e9ce8df8ce2f1c5970f134e254…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-12 (Sat, 08 August 2023) -03:00
Changed paths:
A test/classes/Controllers/HomeControllerTest.php
M libraries/classes/Application.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Footer.php
M libraries/classes/Http/ServerRequest.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Routing/Routing.php
M libraries/services_controllers.php
M psalm-baseline.xml
M test/classes/ApplicationTest.php
M test/classes/Http/ServerRequestTest.php
Log Message:
-----------
Merge pull request #18616 from MauricioFauth/server-request-route
Refactor the `ServerRequest::getRoute()` method
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a2b8c17c30adf510c0836b3993da5529da2c300a
https://github.com/phpmyadmin/phpmyadmin/commit/a2b8c17c30adf510c0836b3993d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-11 (Fri, 08 August 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/TwoFactor/Application.php
M libraries/classes/Plugins/TwoFactor/Invalid.php
M libraries/classes/Plugins/TwoFactor/Key.php
M libraries/classes/Plugins/TwoFactor/Simple.php
M libraries/classes/Plugins/TwoFactor/WebAuthn.php
M libraries/classes/Plugins/TwoFactorPlugin.php
M libraries/classes/TwoFactor.php
M phpstan-baseline.neon
M test/classes/Plugins/TwoFactor/WebAuthnTest.php
M test/classes/TwoFactorTest.php
Log Message:
-----------
Pass a ServerRequest object to the 2FA plugin
Removes the Application::getRequest() call for the WebAuthn plugin.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: e9be991d500a0f3c9a89e1c70f69e8b918493daf
https://github.com/phpmyadmin/phpmyadmin/commit/e9be991d500a0f3c9a89e1c70f6…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-11 (Fri, 08 August 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/TwoFactor/Application.php
M libraries/classes/Plugins/TwoFactor/Invalid.php
M libraries/classes/Plugins/TwoFactor/Key.php
M libraries/classes/Plugins/TwoFactor/Simple.php
M libraries/classes/Plugins/TwoFactor/WebAuthn.php
M libraries/classes/Plugins/TwoFactorPlugin.php
M libraries/classes/TwoFactor.php
M phpstan-baseline.neon
M test/classes/Plugins/TwoFactor/WebAuthnTest.php
M test/classes/TwoFactorTest.php
Log Message:
-----------
Merge pull request #18615 from MauricioFauth/2fa-request
Pass a ServerRequest object to the 2FA plugin
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2ba2e80d399c60c203073edef045cfc1d7b3f9a5
https://github.com/phpmyadmin/phpmyadmin/commit/2ba2e80d399c60c203073edef04…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-09 (Wed, 08 August 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/ErrorHandler.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
M test/classes/ErrorHandlerTest.php
M test/classes/Stubs/ResponseRenderer.php
Log Message:
-----------
Refactor ErrorHandler::dispFatalError() to use a Response object
Removes the dependency on ResponseRenderer for this method.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bf9405860201d2b047b33308cfc73cc74624495b
https://github.com/phpmyadmin/phpmyadmin/commit/bf9405860201d2b047b33308cfc…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-09 (Wed, 08 August 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Setup/MainController.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M libraries/classes/Menu.php
M libraries/classes/ResponseRenderer.php
M libraries/classes/Scripts.php
M phpstan-baseline.neon
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/MenuTest.php
M test/classes/ScriptsTest.php
M test/classes/Stubs/ResponseRenderer.php
Log Message:
-----------
Add a Template property to the ResponseRenderer class
Passes the Template object to its dependencies.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5f9ba2e1d1f9027d0dd146882f39f7b9555b8bdc
https://github.com/phpmyadmin/phpmyadmin/commit/5f9ba2e1d1f9027d0dd146882f3…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-09 (Wed, 08 August 2023) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Header.php
M libraries/classes/Navigation/Navigation.php
M libraries/classes/TwoFactor.php
M libraries/classes/UserPreferences.php
M libraries/services.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Config/PageSettingsTest.php
M test/classes/Controllers/Table/ChangeControllerTest.php
M test/classes/Controllers/Table/ExportControllerTest.php
M test/classes/Controllers/Table/ImportControllerTest.php
M test/classes/Controllers/Table/SqlControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/UserPreferencesTest.php
Log Message:
-----------
Extract Relation and Template dependencies from UserPreferences
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1f636fedbe53e9a63225b2b9b043fd57043697af
https://github.com/phpmyadmin/phpmyadmin/commit/1f636fedbe53e9a63225b2b9b04…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-08 (Tue, 08 August 2023) -03:00
Changed paths:
A libraries/classes/Http/Handler/ApplicationHandler.php
A test/classes/Http/Handler/ApplicationHandlerTest.php
M composer.json
M libraries/classes/Application.php
M libraries/classes/ResponseRenderer.php
Log Message:
-----------
Create the Http\Handler\ApplicationHandler class
Uses the Laminas\HttpHandlerRunner\RequestHandlerRunner class to handle
the server request and the response emission.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: daad3ab13a0c708b8036cf4ad765fe8b496e4937
https://github.com/phpmyadmin/phpmyadmin/commit/daad3ab13a0c708b8036cf4ad76…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-08 (Tue, 08 August 2023) -03:00
Changed paths:
A libraries/classes/Http/Handler/QueueRequestHandler.php
A libraries/classes/Middleware/PhpExtensionsChecking.php
A test/classes/Http/Handler/QueueRequestHandlerTest.php
M composer.json
M libraries/classes/Application.php
Log Message:
-----------
Add support for PSR-15 middleware
Creates the Http/Handler/QueueRequestHandler class to handle the
middleware queue.
Extracts the PHP extensions checking into a middleware.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 5dc23aec19b40ba1de9a82f62e60ab4fd198f896
https://github.com/phpmyadmin/phpmyadmin/commit/5dc23aec19b40ba1de9a82f62e6…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-08 (Tue, 08 August 2023) -03:00
Changed paths:
A libraries/classes/Middleware/ErrorHandling.php
M libraries/classes/Application.php
M libraries/classes/ErrorHandler.php
Log Message:
-----------
Create the ErrorHandling middleware
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 54a080c15df3422c7f6f107e60b08ac3d2179384
https://github.com/phpmyadmin/phpmyadmin/commit/54a080c15df3422c7f6f107e60b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-08 (Tue, 08 August 2023) -03:00
Changed paths:
A libraries/classes/Middleware/OutputBuffering.php
M libraries/classes/Application.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
D libraries/classes/OutputBuffering.php
Log Message:
-----------
Create the OutputBuffering middleware
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 58bd13f318fea7969b5975a05a50738afbd62e6c
https://github.com/phpmyadmin/phpmyadmin/commit/58bd13f318fea7969b5975a05a5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-08 (Tue, 08 August 2023) -03:00
Changed paths:
A libraries/classes/Http/Handler/ApplicationHandler.php
A libraries/classes/Http/Handler/QueueRequestHandler.php
A libraries/classes/Middleware/ErrorHandling.php
A libraries/classes/Middleware/OutputBuffering.php
A libraries/classes/Middleware/PhpExtensionsChecking.php
A test/classes/Http/Handler/ApplicationHandlerTest.php
A test/classes/Http/Handler/QueueRequestHandlerTest.php
M composer.json
M libraries/classes/Application.php
M libraries/classes/ErrorHandler.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
D libraries/classes/OutputBuffering.php
Log Message:
-----------
Merge pull request #18589 from MauricioFauth/psr15-middleware
Add support for PSR-15 middleware