pgAdmin 4 commit: Prevent the user attempting to run external commands

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Prevent the user attempting to run external commands
Дата
Msg-id E1bWiHT-0004vH-NM@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: RM #1250 Collection node counts
Следующее
От: Dave Page
Дата:
Сообщение: Re: patch for RM1177 [pgadmin4]