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>