pgAdmin 4 commit: Prevent the user attempting to run external commands - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Prevent the user attempting to run external commands
Date
Msg-id E1bWiHT-0004vH-NM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Prevent the user attempting to run external commands if the bin path is not configured. Fixes #1177

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f78024808e80fef67de1aef5c97d1756c6771c0e
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js        | 17 +++++
web/pgadmin/preferences/__init__.py                | 27 ++++++-
.../tools/backup/templates/backup/js/backup.js     | 86 ++++++++++++++++++++++
.../templates/import_export/js/import_export.js    | 43 +++++++++++
.../templates/maintenance/js/maintenance.js        | 47 +++++++++++-
.../tools/restore/templates/restore/js/restore.js  | 44 +++++++++++
web/pgadmin/utils/preferences.py                   | 13 ++--
7 files changed, 265 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: RM #1250 Collection node counts
Next
From: Dave Page
Date:
Subject: Re: patch for RM1177 [pgadmin4]