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 1qyq9X-00BSzB-Lw for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 09:07:43 +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 1qyq9W-00HJL1-Bk for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 09:07:42 +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 1qyq9W-00HJKt-2q for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 09:07:42 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyq9T-004SvP-Fw for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 09:07:41 +0000 Received: from github.com (hubbernetes-node-9a22a86.ash1-iad.github.net [10.56.145.36]) by smtp.github.com (Postfix) with ESMTPA id F3968600B2F for ; Fri, 3 Nov 2023 02:07:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699002458; bh=OcmVgr2RAZYSCTnOwxKFtZxfwDRL3zzGINY8BZmk45I=; h=Date:From:To:Subject:From; b=WHYIRlm84iFtr2u27DNIIzgYgbRQCfKQC3t5u+5W8t6Q9Az8LrhKJW2vQ20fdXn/2 GM6MoVJ9jyZB3hZPufHSKyupRBRBtKk1J3HlXb7M3WU8U26/hxy1m/LgUCtm9wwaGF WygaiXsqYLPMlMdER+Iq3PJisON6vK+AFEIr9+68= Date: Fri, 03 Nov 2023 02:07:37 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 01d1e6: Server config information in the about dialog shou... 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: 01d1e6f70680d7c69a754db0f7bba00362d82481 https://github.com/pgadmin-org/pgadmin4/commit/01d1e6f70680d7c69a754db0f7bba00362d82481 Author: Pravesh Sharma Date: 2023-11-03 (Fri, 03 Nov 2023) Changed paths: M web/pgadmin/about/__init__.py M web/pgadmin/about/static/js/AboutComponent.jsx Log Message: ----------- Server config information in the about dialog should be only visible to admin users. #6769