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 1rVmtt-001KP2-V1 for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Feb 2024 06:19:46 +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 1rVmtt-00AGGH-4M for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Feb 2024 06:19:45 +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 1rVmri-00AEiR-Nf for pgadmin-hackers@lists.postgresql.org; Fri, 02 Feb 2024 06:17:30 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVmrf-0051mw-TO for pgadmin-hackers@lists.postgresql.org; Fri, 02 Feb 2024 06:17:30 +0000 Received: from github.com (hubbernetes-node-f14c6e6.va3-iad.github.net [10.48.146.30]) by smtp.github.com (Postfix) with ESMTPA id DF85DE079F for ; Thu, 1 Feb 2024 22:17:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1706854645; bh=LXH6B/dzgEC0gvyVP7v5R1r3IucmXUf7tJ7AbCCYDPw=; h=Date:From:To:Subject:From; b=RqB+jAcTwUVsF909tgkGJGjCbYeV2fhfqTZfBUlP3gxJMc9Mis8VBvXPVDwYr6ymH 7LAIoOatHc8ULFIXU/9dB4iXSTEqbnx6cOV0FxuWdUKMOsfwAYlhdSIEackZmzI+WF S4CMoYhDDGIQH/1g5EiuBMW11NuDlLR6VxjZlReE= Date: Thu, 01 Feb 2024 22:17:25 -0800 From: Sebastian Bogaci To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 459121: Fix wrong default for FORCE_LOWER in the FLASK_GRA... 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: 459121566c0c56d80e04d8d811dad6e2f05d3e06 https://github.com/pgadmin-org/pgadmin4/commit/459121566c0c56d80e04d8d811dad6e2f05d3e06 Author: Sebastian Bogaci Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M web/pgadmin/browser/__init__.py Log Message: ----------- Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module #7175