Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cfdaedb6232f3ce92118387c3ba60efb7aad6edc
https://github.com/phpmyadmin/phpmyadmin/commit/cfdaedb6232f3ce92118387c3ba60efb7aad6edc
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
A src/Exceptions/AuthenticationFailure.php
A tests/unit/Exceptions/AuthenticationFailureTest.php
M docs/faq.rst
M src/Http/Middleware/Authentication.php
M src/Plugins/Auth/AuthenticationConfig.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/Auth/AuthenticationSignon.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/Auth/AuthenticationConfigTest.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
M tests/unit/Plugins/Auth/AuthenticationHttpTest.php
M tests/unit/Plugins/Auth/AuthenticationSignonTest.php
M tests/unit/Plugins/AuthenticationPluginTest.php

Log Message:
-----------
Create AuthenticationFailure exception

Refactors the AuthenticationPlugin::showFailure() to receive the new
exception and move the showFailure calls to the Authentication
middleware.

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: ad98ad27cbb591b72f4b59f3eada7432792ed9ae
https://github.com/phpmyadmin/phpmyadmin/commit/ad98ad27cbb591b72f4b59f3eada7432792ed9ae
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Http/Middleware/Authentication.php
M src/Plugins/Auth/AuthenticationConfig.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/Auth/AuthenticationSignon.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/Auth/AuthenticationConfigTest.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
M tests/unit/Plugins/Auth/AuthenticationHttpTest.php
M tests/unit/Plugins/AuthenticationPluginTest.php

Log Message:
-----------
Change AuthenticationPlugin::showFailure() return type

Instead of throwing an ExitException, showFailure() now returns
a Response object.

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: aa70f48537fb6ee8e74f37b1773ff5e0fc8a37c4
https://github.com/phpmyadmin/phpmyadmin/commit/aa70f48537fb6ee8e74f37b1773ff5e0fc8a37c4
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M src/Http/Middleware/Authentication.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php

Log Message:
-----------
Remove callExit() from AuthenticationPlugin::authenticate()

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: d0121dcf5de25d2aabb0112684e041ab98ad7d26
https://github.com/phpmyadmin/phpmyadmin/commit/d0121dcf5de25d2aabb0112684e041ab98ad7d26
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M src/Plugins/Auth/AuthenticationConfig.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/Auth/AuthenticationSignon.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/Auth/AuthenticationConfigTest.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
M tests/unit/Plugins/Auth/AuthenticationHttpTest.php
M tests/unit/Plugins/Auth/AuthenticationSignonTest.php
M tests/unit/Plugins/AuthenticationPluginTest.php

Log Message:
-----------
Remove callExit() from AuthenticationPlugin::showLoginForm()

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: 70757ceede8c1e99da2b7d0c93f8b30240ab0bcc
https://github.com/phpmyadmin/phpmyadmin/commit/70757ceede8c1e99da2b7d0c93f8b30240ab0bcc
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Http/Middleware/Authentication.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php

Log Message:
-----------
Remove callExit() from AuthenticationCookie::rememberCredentials()

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: 02044f216090949fcedc82082720422bc1ec77b8
https://github.com/phpmyadmin/phpmyadmin/commit/02044f216090949fcedc82082720422bc1ec77b8
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M src/Http/Middleware/Authentication.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/AuthenticationPluginTest.php

Log Message:
-----------
Remove callExit() from AuthenticationPlugin::checkTwoFactor()

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: e435bb7129f5520c2bb4b49463f136d8feecd397
https://github.com/phpmyadmin/phpmyadmin/commit/e435bb7129f5520c2bb4b49463f136d8feecd397
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M src/Plugins/Auth/AuthenticationHttp.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
M tests/unit/Plugins/Auth/AuthenticationHttpTest.php

Log Message:
-----------
Remove callExit() from AuthenticationHttp::authForm()

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: bc00b69050536b569905f49aec1343906afa90de
https://github.com/phpmyadmin/phpmyadmin/commit/bc00b69050536b569905f49aec1343906afa90de
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M src/Http/Middleware/Authentication.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/Auth/AuthenticationSignon.php
M src/Plugins/AuthenticationPlugin.php

Log Message:
-----------
Remove callExit() from AuthenticationPlugin::readCredentials()

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: 6a425a2d00e070b6ceb29387ed4ef73a34db1623
https://github.com/phpmyadmin/phpmyadmin/commit/6a425a2d00e070b6ceb29387ed4ef73a34db1623
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00

Changed paths: 
M src/Exceptions/AuthenticationFailure.php
M src/Http/Middleware/Authentication.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Exceptions/AuthenticationFailureTest.php
M tests/unit/Plugins/Auth/AuthenticationConfigTest.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
M tests/unit/Plugins/Auth/AuthenticationHttpTest.php
M tests/unit/Plugins/Auth/AuthenticationSignonTest.php

Log Message:
-----------
Add better method names for Exceptions\AuthenticationFailure

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: b93d1b9b5203f7535f513d5d1bd2093a0a5b3ed3
https://github.com/phpmyadmin/phpmyadmin/commit/b93d1b9b5203f7535f513d5d1bd2093a0a5b3ed3
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-05-11 (Sat, 05 May 2024) -03:00

Changed paths: 
A src/Exceptions/AuthenticationFailure.php
A tests/unit/Exceptions/AuthenticationFailureTest.php
M docs/faq.rst
M psalm-baseline.xml
M src/Http/Middleware/Authentication.php
M src/Plugins/Auth/AuthenticationConfig.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/Auth/AuthenticationSignon.php
M src/Plugins/AuthenticationPlugin.php
M tests/unit/Plugins/Auth/AuthenticationConfigTest.php
M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
M tests/unit/Plugins/Auth/AuthenticationHttpTest.php
M tests/unit/Plugins/Auth/AuthenticationSignonTest.php
M tests/unit/Plugins/AuthenticationPluginTest.php

Log Message:
-----------
Merge pull request #19154 from MauricioFauth/auth-plugin-response-handling

Remove ResponseRenderer::callExit() calls from auth plugins

_______________________________________________
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net

Reply via email to