[phpmyadmin/phpmyadmin] a059cd: Add config directive to show/hide connection errors

Branch: refs/heads/QA_5_1 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: 02e8588404ad50ed5cc123c46bb118b199258252 https://github.com/phpmyadmin/phpmyadmin/commit/02e8588404ad50ed5cc123c46bb1... 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/src/navigation.js M libraries/classes/Core.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Display/Results.php M libraries/classes/ErrorReport.php M libraries/classes/Export.php M libraries/classes/Html/Generator.php M libraries/classes/InsertEdit.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Relation.php M libraries/classes/ReplicationGui.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/UserGroups.php M libraries/classes/Url.php M libraries/classes/Util.php M libraries/common.inc.php M libraries/config.default.php M phpstan-baseline.neon M psalm-baseline.xml M templates/database/events/index.twig M templates/database/events/row.twig M templates/database/operations/index.twig M templates/database/routines/row.twig M templates/database/tracking/tables.twig M templates/database/triggers/row.twig M templates/display/results/checkbox_and_links.twig M templates/display/results/table.twig M templates/indexes.twig M templates/navigation/item_unhide_dialog.twig M templates/server/binlog/index.twig M templates/server/databases/index.twig M templates/server/replication/index.twig M templates/server/replication/master_replication.twig M templates/server/replication/slave_configuration.twig M templates/server/status/processes/list.twig M templates/setup/home/index.twig M templates/sql/no_results_returned.twig M templates/sql/relational_column_dropdown.twig M templates/table/operations/index.twig M templates/table/operations/view.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 templates/table/tracking/main.twig M test/classes/AbstractTestCase.php M test/classes/CoreTest.php M test/classes/Html/GeneratorTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Server/UserGroupsTest.php M test/classes/UrlTest.php Log Message: ----------- Merge branch 'QA_4_9-security' into QA_5_1-security Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 7dde0d019f6b6b51887843e6a1869671603cb367 https://github.com/phpmyadmin/phpmyadmin/commit/7dde0d019f6b6b51887843e6a186... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-01-10 (Mon, 01 January 2022) -03:00 Changed paths: M libraries/classes/Html/Generator.php M test/classes/Html/GeneratorTest.php Log Message: ----------- Fix `Generator::linkOrButton` issue after merge Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 5118acce1dfcdb09cbc0f73927bf51c46feeaf38 https://github.com/phpmyadmin/phpmyadmin/commit/5118acce1dfcdb09cbc0f73927bf... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-01-13 (Thu, 01 January 2022) -03:00 Changed paths: M templates/config/form_display/form_top.twig M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/PageSettingsTest.php Log Message: ----------- Escape config-form's action attribute Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 44eb12f15a562718bbe54c9a16af91ceea335d59 https://github.com/phpmyadmin/phpmyadmin/commit/44eb12f15a562718bbe54c9a16af... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-01-13 (Thu, 01 January 2022) -03:00 Changed paths: M libraries/classes/Controllers/Setup/ConfigController.php M libraries/classes/Controllers/Setup/FormController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Controllers/Setup/ServersController.php M libraries/classes/Setup/FormProcessing.php M phpstan-baseline.neon M psalm-baseline.xml M setup/index.php M templates/setup/servers/index.twig Log Message: ----------- Improve query params filtering in Setup pages Note: 'action_done' was not used since c962ee4287b50af754b8fe72c0c4ef6cebf3c489. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> 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: 30dd8de7e8e27744ae995f58861fc021479e2651 https://github.com/phpmyadmin/phpmyadmin/commit/30dd8de7e8e27744ae995f58861f... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-01-13 (Thu, 01 January 2022) -03:00 Changed paths: M libraries/classes/Controllers/Setup/ConfigController.php M libraries/classes/Controllers/Setup/FormController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Controllers/Setup/ServersController.php M libraries/classes/Setup/FormProcessing.php M phpstan-baseline.neon M psalm-baseline.xml M setup/index.php M templates/config/form_display/form_top.twig M templates/setup/servers/index.twig M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/PageSettingsTest.php Log Message: ----------- Merge pull request #338 from phpmyadmin/sec/332/51 Fix Multiple vunerabilities: XSS, HTML Injection, Open Redirect Commit: 813ffbf56226c93ef73dd938c3cc881d94f7f5a7 https://github.com/phpmyadmin/phpmyadmin/commit/813ffbf56226c93ef73dd938c3cc... 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 branch 'QA_4_9-security' into QA_5_1-security Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 66c422b6d26445f10eeb0a87c02abb9f2060011c https://github.com/phpmyadmin/phpmyadmin/commit/66c422b6d26445f10eeb0a87c02a... Author: Максим Крикуненко <mxxmus@meta.ua> Date: 2022-01-15 (Sat, 01 January 2022) +01:00 Changed paths: M po/uk.po Log Message: ----------- Translated using Weblate (Ukrainian) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/uk/ Signed-off-by: Максим Крикуненко <mxxmus@meta.ua> Commit: c92658f96f48feffcdc35274973102e07a73bbf9 https://github.com/phpmyadmin/phpmyadmin/commit/c92658f96f48feffcdc352749731... Author: Kozioł Marcin <koziol.martin@gmail.com> Date: 2022-01-17 (Mon, 01 January 2022) +01:00 Changed paths: M po/pl.po Log Message: ----------- Translated using Weblate (Polish) Currently translated at 99.5% (3295 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pl/ Signed-off-by: Kozioł Marcin <koziol.martin@gmail.com> 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> Commit: 37f6089b9d11680bf2a97fff9597551b764f8f6b https://github.com/phpmyadmin/phpmyadmin/commit/37f6089b9d11680bf2a97fff9597... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2022-01-20 (Thu, 01 January 2022) -05:00 Changed paths: M ChangeLog Log Message: ----------- Fix typos in ChangeLog Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 3c917074b105672696c2e8563710efd4252471cd https://github.com/phpmyadmin/phpmyadmin/commit/3c917074b105672696c2e8563710... 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/src/navigation.js M libraries/classes/Controllers/Setup/ConfigController.php M libraries/classes/Controllers/Setup/FormController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Controllers/Setup/ServersController.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Display/Results.php M libraries/classes/ErrorReport.php M libraries/classes/Export.php M libraries/classes/Html/Generator.php M libraries/classes/InsertEdit.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Relation.php M libraries/classes/ReplicationGui.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/UserGroups.php M libraries/classes/Setup/FormProcessing.php M libraries/classes/Url.php M libraries/classes/Util.php M libraries/common.inc.php M libraries/config.default.php M phpstan-baseline.neon M psalm-baseline.xml M setup/index.php M templates/config/form_display/form_top.twig M templates/database/events/index.twig M templates/database/events/row.twig M templates/database/operations/index.twig M templates/database/routines/row.twig M templates/database/tracking/tables.twig M templates/database/triggers/row.twig M templates/display/results/checkbox_and_links.twig M templates/display/results/table.twig M templates/indexes.twig M templates/navigation/item_unhide_dialog.twig M templates/server/binlog/index.twig M templates/server/databases/index.twig M templates/server/replication/index.twig M templates/server/replication/master_replication.twig M templates/server/replication/slave_configuration.twig M templates/server/status/processes/list.twig M templates/setup/home/index.twig M templates/setup/servers/index.twig M templates/sql/no_results_returned.twig M templates/sql/relational_column_dropdown.twig M templates/table/operations/index.twig M templates/table/operations/view.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 templates/table/tracking/main.twig M test/classes/AbstractTestCase.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/PageSettingsTest.php M test/classes/CoreTest.php M test/classes/Html/GeneratorTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Server/UserGroupsTest.php M test/classes/UrlTest.php Log Message: ----------- Merge remote-tracking branch 'security/QA_5_1-security' into QA_5_1 Commit: d1ee5245c81403e8ce56f23b59d2dc108ba26de6 https://github.com/phpmyadmin/phpmyadmin/commit/d1ee5245c81403e8ce56f23b59d2... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2022-01-20 (Thu, 01 January 2022) -05:00 Changed paths: Log Message: ----------- Merge commit 'c92658f96f' into QA_5_1 Commit: 60d398ec9a07963bb1921e9e7526f455b6790990 https://github.com/phpmyadmin/phpmyadmin/commit/60d398ec9a07963bb1921e9e7526... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2022-01-20 (Thu, 01 January 2022) -05:00 Changed paths: M ChangeLog Log Message: ----------- Fix merge conflicts Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 4506733ed3c5f53a753ef6ff5d0b6255c34894a7 https://github.com/phpmyadmin/phpmyadmin/commit/4506733ed3c5f53a753ef6ff5d0b... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2022-01-20 (Thu, 01 January 2022) -05:00 Changed paths: M ChangeLog Log Message: ----------- Prepare ChangeLog for 5.1.2 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: d7a9a9156f563aeb9d02060fbea477d3e861c25a https://github.com/phpmyadmin/phpmyadmin/commit/d7a9a9156f563aeb9d02060fbea4... 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/Version.php M package.json Log Message: ----------- Prepare for version 5.1.2 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 62563091364a6fcebb67bace94febbd4acdca0f7 https://github.com/phpmyadmin/phpmyadmin/commit/62563091364a6fcebb67bace94fe... 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 5.1.2 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: bfad8a8d85ccf56e14245b3356554df42f787b66 https://github.com/phpmyadmin/phpmyadmin/commit/bfad8a8d85ccf56e14245b335655... 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>
participants (1)
-
Maurício Meneghini Fauth