Branch: refs/heads/QA_4_9 Home: https://github.com/phpmyadmin/phpmyadmin Commit: a059cdba47689782499132ee454e71d4480b7e89 https://github.com/phpmyadmin/phpmyadmin/commit/a059cdba47689782499132ee454e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M doc/config.rst M libraries/classes/Dbi/DbiMysqli.php M libraries/config.default.php
Log Message: ----------- Add config directive to show/hide connection errors
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: eb9bcbc040ace2a99375fb043c7de4f44533ea10 https://github.com/phpmyadmin/phpmyadmin/commit/eb9bcbc040ace2a99375fb043c7d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M libraries/classes/Url.php M libraries/common.inc.php
Log Message: ----------- Encrypt the URL query when sensitive data is present
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 28ad63c96916ac1f81b7266faab65d3e7c9205ef https://github.com/phpmyadmin/phpmyadmin/commit/28ad63c96916ac1f81b7266faab6... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: A libraries/classes/Crypto/Crypto.php M composer.json M doc/config.rst M libraries/classes/Url.php M libraries/config.default.php M test/classes/Config/PageSettingsTest.php M test/classes/Controllers/Server/ServerDatabasesControllerTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/PmaTestCase.php
Log Message: ----------- Create `PhpMyAdmin\Crypto\Crypto` class to handle encryptions
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 3c11d62b31acdc994ae426999b5cf639cbdd32c9 https://github.com/phpmyadmin/phpmyadmin/commit/3c11d62b31acdc994ae426999b5c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M composer.json M doc/config.rst M libraries/classes/Crypto/Crypto.php M libraries/classes/Url.php M libraries/config.default.php
Log Message: ----------- Add support for Sodium encryption
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: f1aaec1a5a3518bb4312c0dea540caa7c49d8ffe https://github.com/phpmyadmin/phpmyadmin/commit/f1aaec1a5a3518bb4312c0dea540... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M libraries/classes/ErrorReport.php M libraries/classes/Url.php M libraries/common.inc.php
Log Message: ----------- Add `PhpMyAdmin\Url::buildHttpQuery` method
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 3095181bb3449401bcae92cbb1d36762a70f5a27 https://github.com/phpmyadmin/phpmyadmin/commit/3095181bb3449401bcae92cbb1d3... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Url.php
Log Message: ----------- Encrypt query params of Navigation links
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d057b68aa1136f5b37e63fbeb2fee46c211ae9fc https://github.com/phpmyadmin/phpmyadmin/commit/d057b68aa1136f5b37e63fbeb2fe... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: A test/classes/Crypto/CryptoTest.php M libraries/classes/Core.php M libraries/classes/Crypto/Crypto.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Url.php M libraries/common.inc.php M test/classes/CoreTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/UrlTest.php
Log Message: ----------- Add unit tests
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 6f0d19f394905645e09c0244f7823b3c4add3125 https://github.com/phpmyadmin/phpmyadmin/commit/6f0d19f394905645e09c0244f782... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Export.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/ReplicationGui.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Status/Processes.php M libraries/classes/Server/UserGroups.php M libraries/classes/Sql.php M libraries/classes/Tracking.php M libraries/classes/Url.php M setup/frames/index.inc.php M templates/database/tracking/tracked_tables.twig M templates/server/databases/databases_footer.twig M templates/table/search/input_box.twig M test/classes/Server/Status/ProcessesTest.php M test/classes/Server/UserGroupsTest.php
Log Message: ----------- Do not encrypt params if used in data-post attribute
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 0b575ff2e9fae33ff0d369cd95a04fc844a99168 https://github.com/phpmyadmin/phpmyadmin/commit/0b575ff2e9fae33ff0d369cd95a0... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Display/Results.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/Operations.php M libraries/classes/Rte/RteList.php M libraries/classes/Util.php M templates/table/relation/foreign_key_row.twig M templates/table/search/input_box.twig M templates/table/structure/display_partitions.twig M templates/table/structure/display_structure.twig M test/classes/Display/ResultsTest.php M test/classes/UtilTest.php
Log Message: ----------- Fix URL encryption for Util::linkOrButton method
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 68c1ef8581333ef33d460a5248cca1906f32191f https://github.com/phpmyadmin/phpmyadmin/commit/68c1ef8581333ef33d460a5248cc... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M libraries/classes/Core.php
Log Message: ----------- Populate POST with decrypted params
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4fd7aa7a2c45e99c45d5a196e8c66cb24bd02787 https://github.com/phpmyadmin/phpmyadmin/commit/4fd7aa7a2c45e99c45d5a196e8c6... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M js/navigation.js M libraries/classes/Navigation/NavigationTree.php
Log Message: ----------- Use POST for Navigation's aPath and vPath
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ede23967967ac4e715b2df392a1388c2fb69942b https://github.com/phpmyadmin/phpmyadmin/commit/ede23967967ac4e715b2df392a13... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M config.sample.inc.php M doc/config.rst M libraries/config.default.php
Log Message: ----------- Change URLQueryEncryption default to `false`
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bfd335bfd4ebff6634a5492d967253c6cf89792f https://github.com/phpmyadmin/phpmyadmin/commit/bfd335bfd4ebff6634a5492d9672... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: M doc/config.rst M libraries/classes/Dbi/DbiMysqli.php M libraries/config.default.php
Log Message: ----------- Merge pull request #324 from phpmyadmin/issue-16006
Add config directive to show/hide connection errors
Commit: ae11d5260b4bde42100c8696218a2bfd11a2d740 https://github.com/phpmyadmin/phpmyadmin/commit/ae11d5260b4bde42100c8696218a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-10 (Mon, 01 January 2022) -03:00
Changed paths: A libraries/classes/Crypto/Crypto.php A test/classes/Crypto/CryptoTest.php M composer.json M config.sample.inc.php M doc/config.rst M js/navigation.js M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Core.php M libraries/classes/Display/Results.php M libraries/classes/ErrorReport.php M libraries/classes/Export.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Operations.php M libraries/classes/ReplicationGui.php M libraries/classes/Rte/RteList.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Status/Processes.php M libraries/classes/Server/UserGroups.php M libraries/classes/Sql.php M libraries/classes/Tracking.php M libraries/classes/Url.php M libraries/classes/Util.php M libraries/common.inc.php M libraries/config.default.php M setup/frames/index.inc.php M templates/database/tracking/tracked_tables.twig M templates/server/databases/databases_footer.twig M templates/table/relation/foreign_key_row.twig M templates/table/search/input_box.twig M templates/table/structure/display_partitions.twig M templates/table/structure/display_structure.twig M test/classes/Config/PageSettingsTest.php M test/classes/Controllers/Server/ServerDatabasesControllerTest.php M test/classes/CoreTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/PmaTestCase.php M test/classes/Server/Status/ProcessesTest.php M test/classes/Server/UserGroupsTest.php M test/classes/UrlTest.php M test/classes/UtilTest.php
Log Message: ----------- Merge pull request #334 from phpmyadmin/security/315
Encrypt the URL query when sensitive data is present
Commit: ca54f1db050859eb8555875c6aa5d7796fdf4b32 https://github.com/phpmyadmin/phpmyadmin/commit/ca54f1db050859eb8555875c6aa5... Author: William Desportes williamdes@wdes.fr Date: 2022-01-13 (Thu, 01 January 2022) +01:00
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- security - Fix - 2FA/U2F can be disabled without any code change
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 13bb2e10bcb02faeb33665c9bf7ff3011a431db5 https://github.com/phpmyadmin/phpmyadmin/commit/13bb2e10bcb02faeb33665c9bf7f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-13 (Thu, 01 January 2022) -03:00
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Merge pull request #337 from phpmyadmin/fix-2fa-disable
security - Fix - 2FA/U2F can be disabled without any code change
Commit: f271cadd594701af7af77273295778c01ea957fa https://github.com/phpmyadmin/phpmyadmin/commit/f271cadd594701af7af772732957... Author: Isaac Bennetch bennetch@gmail.com Date: 2022-01-20 (Thu, 01 January 2022) -05:00
Changed paths: A libraries/classes/Crypto/Crypto.php A test/classes/Crypto/CryptoTest.php M composer.json M config.sample.inc.php M doc/config.rst M js/navigation.js M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbi/DbiMysqli.php M libraries/classes/Display/Results.php M libraries/classes/ErrorReport.php M libraries/classes/Export.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Operations.php M libraries/classes/ReplicationGui.php M libraries/classes/Rte/RteList.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Status/Processes.php M libraries/classes/Server/UserGroups.php M libraries/classes/Sql.php M libraries/classes/Tracking.php M libraries/classes/Url.php M libraries/classes/Util.php M libraries/common.inc.php M libraries/config.default.php M setup/frames/index.inc.php M templates/database/tracking/tracked_tables.twig M templates/server/databases/databases_footer.twig M templates/table/relation/foreign_key_row.twig M templates/table/search/input_box.twig M templates/table/structure/display_partitions.twig M templates/table/structure/display_structure.twig M test/classes/Config/PageSettingsTest.php M test/classes/Controllers/Server/ServerDatabasesControllerTest.php M test/classes/CoreTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/PmaTestCase.php M test/classes/Server/Status/ProcessesTest.php M test/classes/Server/UserGroupsTest.php M test/classes/UrlTest.php M test/classes/UtilTest.php
Log Message: ----------- Merge remote-tracking branch 'security/QA_4_9-security' into QA_4_9
Commit: 6124ed4376a52349fbb21e36d1729228f8105e65 https://github.com/phpmyadmin/phpmyadmin/commit/6124ed4376a52349fbb21e36d172... Author: Isaac Bennetch bennetch@gmail.com Date: 2022-01-20 (Thu, 01 January 2022) -05:00
Changed paths: M ChangeLog
Log Message: ----------- ChangeLog for 4.9.8
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 51f96694a0a7d40436bc53dec190bbde31f6b614 https://github.com/phpmyadmin/phpmyadmin/commit/51f96694a0a7d40436bc53dec190... Author: Isaac Bennetch bennetch@gmail.com Date: 2022-01-20 (Thu, 01 January 2022) -05:00
Changed paths: M README M doc/conf.py M libraries/classes/Config.php M package.json
Log Message: ----------- Prepare for version 4.9.8
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 1a02b323965f9120782ca1a4549096e00c071603 https://github.com/phpmyadmin/phpmyadmin/commit/1a02b323965f9120782ca1a45490... Author: Isaac Bennetch bennetch@gmail.com Date: 2022-01-20 (Thu, 01 January 2022) -05:00
Changed paths: A composer.lock
Log Message: ----------- Adding composer lock for 4.9.8
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: d8515f83bab7ee6880721eb936b8eaf3da715a76 https://github.com/phpmyadmin/phpmyadmin/commit/d8515f83bab7ee6880721eb936b8... Author: Isaac Bennetch bennetch@gmail.com Date: 2022-01-20 (Thu, 01 January 2022) -05:00
Changed paths: D composer.lock
Log Message: ----------- Removing composer.lock
Signed-off-by: Isaac Bennetch bennetch@gmail.com