Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7547341beeb4795d399d063696a7d1a2da08a748
https://github.com/phpmyadmin/phpmyadmin/commit/7547341beeb4795d399d063696a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00
Changed paths:
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/functions/config.ts
M resources/js/src/modules/navigation.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
D src/Controllers/Config/GetConfigController.php
Log Message:
-----------
Remove GetConfigController class
This is only used to get the NavigationWidth config value, and the same
value is stored in a data attribute. So this removes an unnecessary HTTP
request.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 6482dfa28bd56d515f482b008b194a516646fe1b
https://github.com/phpmyadmin/phpmyadmin/commit/6482dfa28bd56d515f482b008b1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/functions/config.ts
M resources/js/src/modules/navigation.ts
M src/Controllers/Config/SetConfigController.php
Log Message:
-----------
Change SetConfigController to only set NavigationWidth
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: adc834f1aeff3aa3fd925371f82d062fc63d33d0
https://github.com/phpmyadmin/phpmyadmin/commit/adc834f1aeff3aa3fd925371f82…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00
Changed paths:
A src/Controllers/Navigation/UpdateNavWidthConfigController.php
A tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/functions/config.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
D src/Controllers/Config/SetConfigController.php
Log Message:
-----------
Move SetConfigController to Controller\Navigation namespace
Changes the route to /navigation/update-width.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d4cdfbe2eb1f5944fed743f9e7c7b28306389e8a
https://github.com/phpmyadmin/phpmyadmin/commit/d4cdfbe2eb1f5944fed743f9e7c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00
Changed paths:
A resources/js/src/modules/navigation/updateNavigationWidthConfig.ts
M resources/js/src/modules/navigation.ts
D resources/js/src/modules/functions/config.ts
Log Message:
-----------
Rename functions/config.ts to navigation/updateNavigationWidthConfig.ts
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: b2a3e41f1e9ce42d1ee3f07a91f476029987799f
https://github.com/phpmyadmin/phpmyadmin/commit/b2a3e41f1e9ce42d1ee3f07a91f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-31 (Sun, 03 March 2024) -03:00
Changed paths:
A resources/js/src/modules/navigation/updateNavigationWidthConfig.ts
A src/Controllers/Navigation/UpdateNavWidthConfigController.php
A tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/navigation.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
D resources/js/src/modules/functions/config.ts
D src/Controllers/Config/GetConfigController.php
D src/Controllers/Config/SetConfigController.php
Log Message:
-----------
Merge pull request #19087 from MauricioFauth/navigation-config-handling
Remove Config\(G|S)etConfigController controllers
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 52b39e065d68cfcd514fceab719e61bd80ce3965
https://github.com/phpmyadmin/phpmyadmin/commit/52b39e065d68cfcd514fceab719…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-29 (Fri, 03 March 2024) -03:00
Changed paths:
M tests/unit/Http/Handler/ApplicationHandlerTest.php
M tests/unit/Stubs/ResponseRenderer.php
Log Message:
-----------
Reset ResponseRenderer::$instance after test in ApplicationHandlerTest
Not resetting this value causes other tests to fail when running then in
a specific order.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 98451524e79defde71e5bb9c14865d3aa09d74cc
https://github.com/phpmyadmin/phpmyadmin/commit/98451524e79defde71e5bb9c148…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-29 (Fri, 03 March 2024) -03:00
Changed paths:
M tests/unit/Http/Handler/ApplicationHandlerTest.php
M tests/unit/Stubs/ResponseRenderer.php
Log Message:
-----------
Merge pull request #19083 from MauricioFauth/response-renderer-mock-test-fail
Reset ResponseRenderer::$instance after test in ApplicationHandlerTest
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 352c465640bb561069bbf6916f5a5195cc7bdf99
https://github.com/phpmyadmin/phpmyadmin/commit/352c465640bb561069bbf6916f5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/console.ts
M resources/templates/console/display.twig
M src/Console.php
Log Message:
-----------
Initialize Console settings at server side
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 775a9a4537fd03cd784fda116c10b375d106e814
https://github.com/phpmyadmin/phpmyadmin/commit/775a9a4537fd03cd784fda116c1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/console.ts
M resources/js/src/modules/console/config.ts
M resources/templates/console/display.twig
Log Message:
-----------
Remove getConfigValue() call from Console.initialize()
Uses data attributes to store the config values.
That removes the need to do a HTTP request to get the values.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 65c6f18f9a62729e85c766cd72e54931b907c7f2
https://github.com/phpmyadmin/phpmyadmin/commit/65c6f18f9a62729e85c766cd72e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
A src/Controllers/Console/UpdateConfigController.php
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/console/config.ts
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
Log Message:
-----------
Create a dedicated controller to update Console config
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f9600ddcd8fc85b47a34d9932dcaf7c26311b5f6
https://github.com/phpmyadmin/phpmyadmin/commit/f9600ddcd8fc85b47a34d9932dc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/console.ts
Log Message:
-----------
Add event listeners for each console setting
This reduces the number of HTTP requests from 5 to 1.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: e299aef4b47913635de22e341ea2ce0ae968d6b3
https://github.com/phpmyadmin/phpmyadmin/commit/e299aef4b47913635de22e341ea…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/console.ts
M resources/js/src/modules/console/config.ts
M resources/templates/console/display.twig
Log Message:
-----------
Restore console config values only when necessary
This reduces the need of unnecessary HTTP requests.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: db5b230ae54c205e072551e3be2ec30a66cfa09c
https://github.com/phpmyadmin/phpmyadmin/commit/db5b230ae54c205e072551e3be2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/console.ts
M resources/js/src/modules/console/config.ts
Log Message:
-----------
Split Console's Config.set() for each property
This allows for better type handling.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 0e7ea9cb8990d0a65b470e9301bca20240f87226
https://github.com/phpmyadmin/phpmyadmin/commit/0e7ea9cb8990d0a65b470e9301b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M resources/js/src/modules/console.ts
M resources/js/src/modules/console/config.ts
Log Message:
-----------
Convert Console's Config object into a class
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2c32a6c58332af7f429613ec2a13f6f2ddfc38da
https://github.com/phpmyadmin/phpmyadmin/commit/2c32a6c58332af7f429613ec2a1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
A tests/unit/Controllers/Console/UpdateConfigControllerTest.php
M psalm-baseline.xml
M resources/js/src/modules/console/config.ts
M src/Controllers/Console/UpdateConfigController.php
Log Message:
-----------
Change Console\UpdateConfigController to validade params
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 774ec8259e755060892f87a2944be8776c1a046b
https://github.com/phpmyadmin/phpmyadmin/commit/774ec8259e755060892f87a2944…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-28 (Thu, 03 March 2024) -03:00
Changed paths:
M psalm-baseline.xml
M resources/js/src/modules/ajax.ts
M resources/js/src/modules/console/config.ts
M src/Controllers/Console/UpdateConfigController.php
M tests/unit/Controllers/Console/UpdateConfigControllerTest.php
M tests/unit/Stubs/ResponseRenderer.php
Log Message:
-----------
Change Console\UpdateConfigController to return a Response object
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 913e7d4b17f660a707cc09de294ace3d8e1db4bf
https://github.com/phpmyadmin/phpmyadmin/commit/913e7d4b17f660a707cc09de294…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-29 (Fri, 03 March 2024) -03:00
Changed paths:
A src/Controllers/Console/UpdateConfigController.php
A tests/unit/Controllers/Console/UpdateConfigControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M resources/js/src/modules/ajax.ts
M resources/js/src/modules/console.ts
M resources/js/src/modules/console/config.ts
M resources/templates/console/display.twig
M src/Console.php
M src/Routing/Routes.php
M tests/unit/Routing/RoutesTest.php
M tests/unit/Stubs/ResponseRenderer.php
Log Message:
-----------
Merge pull request #19068 from MauricioFauth/console-settings
Refactor Console settings handling
Every male masturbator we offer has been rigorously vetted to ensure that only the highest quality products make it onto our shelves. Our commitment to excellence begins with selecting male masturbators that redefine the standards of pleasure.
https://www.xspacecup.com/
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c9c286b32a29e657e101f4917d6ff79b3bd96194
https://github.com/phpmyadmin/phpmyadmin/commit/c9c286b32a29e657e101f4917d6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-17 (Sun, 03 March 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config/Validator.php
M src/Console.php
M src/Controllers/HomeController.php
M src/Controllers/Setup/MainController.php
M src/DatabaseInterface.php
M src/Footer.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/TwoFactor.php
M tests/unit/DatabaseInterfaceTest.php
M tests/unit/Dbal/DbiDummyTest.php
M tests/unit/FooterTest.php
M tests/unit/Replication/ReplicationGuiTest.php
M tests/unit/Stubs/DbiDummy.php
M tests/unit/TransformationsTest.php
M tests/unit/TwoFactorTest.php
Log Message:
-----------
Replace DBG config array access with Debug class
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 63ae297cf9272752af14ef3f95d8884f8a3c41f1
https://github.com/phpmyadmin/phpmyadmin/commit/63ae297cf9272752af14ef3f95d…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-17 (Sun, 03 March 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config/Settings.php
M src/Config/Validator.php
M src/Console.php
M src/Controllers/HomeController.php
M src/Controllers/Setup/MainController.php
M src/DatabaseInterface.php
M src/Footer.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/TwoFactor.php
M tests/unit/Config/SettingsTest.php
M tests/unit/DatabaseInterfaceTest.php
M tests/unit/FooterTest.php
M tests/unit/TwoFactorTest.php
Log Message:
-----------
Rename Config\Settings::$DBG to $debug
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: edfbb3defebb72038d6dcf961a2d277f06cd6dff
https://github.com/phpmyadmin/phpmyadmin/commit/edfbb3defebb72038d6dcf961a2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-18 (Mon, 03 March 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config/Settings.php
M src/Config/Validator.php
M src/Console.php
M src/Controllers/HomeController.php
M src/Controllers/Setup/MainController.php
M src/DatabaseInterface.php
M src/Footer.php
M src/Plugins/Auth/AuthenticationCookie.php
M src/TwoFactor.php
M tests/unit/Config/SettingsTest.php
M tests/unit/DatabaseInterfaceTest.php
M tests/unit/Dbal/DbiDummyTest.php
M tests/unit/FooterTest.php
M tests/unit/Replication/ReplicationGuiTest.php
M tests/unit/Stubs/DbiDummy.php
M tests/unit/TransformationsTest.php
M tests/unit/TwoFactorTest.php
Log Message:
-----------
Merge pull request #19060 from MauricioFauth/config-DBG
Replace DBG config array access with Debug class
1
0
big dildo
by SHFBH https://www.hugedildo.com/
14 Mar '24
14 Mar '24
We have prepared huge dildos in different colors and sizes, long dildo, thick dildo, the largest dildo, and even large diameter animal dildo. All you can imagine can be found here
https://www.hugedildo.com/
1
0
hugedildo
by SHFBH https://www.hugedildo.com/
14 Mar '24
14 Mar '24
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. In either case, your sexual needs cannot be met. That’s so sad. Now, you should try the large dildo.
https://www.hugedildo.com/
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 85d1b2d6670a929a32b0cf0234d390f62973ae2d
https://github.com/phpmyadmin/phpmyadmin/commit/85d1b2d6670a929a32b0cf0234d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2024-03-13 (Wed, 03 March 2024) +01:00
Changed paths:
M .github/workflows/other-tools.yml
Log Message:
-----------
Use the Debian version to build the documentation
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 69f9172a4c8f691dc0d9d993df73709487cf13e7
https://github.com/phpmyadmin/phpmyadmin/commit/69f9172a4c8f691dc0d9d993df7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2024-03-13 (Wed, 03 March 2024) +01:00
Changed paths:
M ChangeLog
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Utils/HttpRequest.php
Log Message:
-----------
Fix #18049 - Also check that curl_exec is enabled
Signed-off-by: William Desportes <williamdes(a)wdes.fr>