pgAdmin 4 commit: Added support for the server side file manager, which

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for the server side file manager, which
Date: 2016-05-12 18:35:35
Message-ID: E1b0vSR-0005eI-5h@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for the server side file manager, which will be useful in
selection, creation, upload/download files/directories resides on the
server side.

This will be useful for file selection/creation for different server
side utilites like pg_dump, pg_dumpall, pg_restore.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9cdd1f8098b843a3ffc103b6eeeeba25ea2da1e7

Modified Files
--------------
libraries.txt | 1 +
web/config.py | 16 +
web/pgadmin/__init__.py | 3 +
web/pgadmin/misc/file_manager/__init__.py | 845 ++++++++++
.../misc/file_manager/static/css/file_manager.css | 660 ++++++++
.../file_manager/templates/file_manager/index.html | 55 +
.../templates/file_manager/js/file_manager.js | 591 +++++++
.../file_manager/js/file_manager_config.json | 25 +
.../templates/file_manager/js/languages/en.js | 41 +
.../templates/file_manager/js/utility.js | 1529 +++++++++++++++++
.../static/css/jquery.dropzone/dropzone.css | 388 +++++
web/pgadmin/static/css/overrides.css | 53 +-
web/pgadmin/static/js/backform.pgadmin.js | 66 +
web/pgadmin/static/js/jquery.dropzone/dropzone.js | 1767 ++++++++++++++++++++
web/pgadmin/utils/__init__.py | 1 +
web/pgadmin/utils/paths.py | 68 +
16 files changed, 6108 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-12 18:35:42 Re: [pgAdmin4][Patch]: Add support for Dropzone file upload library in pgAdmin4
Previous Message Harshal Dhumal 2016-05-12 18:15:35 Re: Change server password [pgadmin4]