Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOGHW-002ly2-65 for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 12:05:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rOGHV-001Vrn-Dw for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 12:05:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOGHV-001Vrf-71 for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 12:05:01 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOGHO-001BLU-B8 for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 12:05:00 +0000 Received: from github.com (hubbernetes-node-8cb68b6.ac4-iad.github.net [10.52.222.30]) by smtp.github.com (Postfix) with ESMTPA id C01D65E120D for ; Fri, 12 Jan 2024 04:04:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705061092; bh=TwHfcmt5d3zgt+wiZ6ri1k1A6KvoWOFyN+YFA+bLUOg=; h=Date:From:To:Subject:From; b=IQEwxt6o+5WwmA0sB0h3t/kDhnY7rgpCeCmXEkTn4O9gA/7dMrnkKprHxFY1EWHn4 4X8DWlfwpBb8U+lNuAzx3/rFGoEkcbfMvRlzc7JGX0v9thd7zUNp0G4WbuPp4lhuo4 z42bQWtRooHoJLb2KR0egyJ7OY43jZdiQ+nCx7Lg= Date: Fri, 12 Jan 2024 04:04:52 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2d08b0: Added configurable parameter to enable support for... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2d08b0dd1301bba4017677d0a5fcd85ce10ade92 https://github.com/pgadmin-org/pgadmin4/commit/2d08b0dd1301bba4017677d0a5fcd85ce10ade92 Author: Yogesh Mahajan Date: 2024-01-12 (Fri, 12 Jan 2024) Changed paths: M web/config.py M web/pgadmin/browser/__init__.py M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/browser/templates/browser/js/utils.js Log Message: ----------- Added configurable parameter to enable support for PasswordExecCommand in server mode. #6792