pgAdmin 4 commit: Allow the user to specify a fixed port number in the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow the user to specify a fixed port number in the
Date: 2018-07-19 11:54:56
Message-ID: E1fg7WK-0002st-KX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow the user to specify a fixed port number in the runtime to aid cookie whitelisting etc. Fixes #3506

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a86604160aa08213d730579018a2eda0329f0450

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 1 +
runtime/ConfigWindow.cpp | 37 +++++++
runtime/ConfigWindow.h | 5 +
runtime/ConfigWindow.ui | 231 ++++++++++++++++++++++++++++++---------
runtime/MenuActions.cpp | 10 +-
runtime/pgAdmin4.cpp | 16 ++-
6 files changed, 244 insertions(+), 56 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-19 12:13:42 pgAdmin 4 commit: Add support for INCLUDE columns on indexes and index
Previous Message Dave Page 2018-07-19 10:32:44 pgAdmin 4 commit: Add a menu option to the runtime to copy the appserve