Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cfdaedb6232f3ce92118387c3ba60efb7aad6edc
https://github.com/phpmyadmin/phpmyadmin/commit/cfdaedb6232f3ce92118387c3ba…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: ad98ad27cbb591b72f4b59f3eada7432792ed9ae
https://github.com/phpmyadmin/phpmyadmin/commit/ad98ad27cbb591b72f4b59f3ead…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: aa70f48537fb6ee8e74f37b1773ff5e0fc8a37c4
https://github.com/phpmyadmin/phpmyadmin/commit/aa70f48537fb6ee8e74f37b1773…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: d0121dcf5de25d2aabb0112684e041ab98ad7d26
https://github.com/phpmyadmin/phpmyadmin/commit/d0121dcf5de25d2aabb0112684e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: 70757ceede8c1e99da2b7d0c93f8b30240ab0bcc
https://github.com/phpmyadmin/phpmyadmin/commit/70757ceede8c1e99da2b7d0c93f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: 02044f216090949fcedc82082720422bc1ec77b8
https://github.com/phpmyadmin/phpmyadmin/commit/02044f216090949fcedc8208272…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: e435bb7129f5520c2bb4b49463f136d8feecd397
https://github.com/phpmyadmin/phpmyadmin/commit/e435bb7129f5520c2bb4b49463f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: bc00b69050536b569905f49aec1343906afa90de
https://github.com/phpmyadmin/phpmyadmin/commit/bc00b69050536b569905f49aec1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: 6a425a2d00e070b6ceb29387ed4ef73a34db1623
https://github.com/phpmyadmin/phpmyadmin/commit/6a425a2d00e070b6ceb29387ed4…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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 <mauricio(a)fauth.dev>
Commit: b93d1b9b5203f7535f513d5d1bd2093a0a5b3ed3
https://github.com/phpmyadmin/phpmyadmin/commit/b93d1b9b5203f7535f513d5d1bd…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5e429ffc7d6bafbe56a570fd8cbf0bcd9860d879
https://github.com/phpmyadmin/phpmyadmin/commit/5e429ffc7d6bafbe56a570fd8cb…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-05-08 (Wed, 05 May 2024) -03:00
Changed paths:
A src/Http/Middleware/StatementHistory.php
A tests/unit/Http/Middleware/StatementHistoryTest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Application.php
M src/Footer.php
Log Message:
-----------
Extract Footer::setHistory() into a middleware
This is always done after a response, so is better to extract it into a
middleware instead.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 898fb91773f553b82184d7a053f77958b7abae60
https://github.com/phpmyadmin/phpmyadmin/commit/898fb91773f553b82184d7a053f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-05-09 (Thu, 05 May 2024) -03:00
Changed paths:
A src/Http/Middleware/StatementHistory.php
A tests/unit/Http/Middleware/StatementHistoryTest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Application.php
M src/Footer.php
Log Message:
-----------
Merge pull request #19151 from MauricioFauth/stmt-history-middleware
Extract Footer::setHistory() into a middleware