pgAdmin 4 commit: User management. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: User management.
Date
Msg-id E1b9tji-0002dd-DT@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
User management.

Branch
------
master

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

Modified Files
--------------
web/config.py                                      |   2 +-
web/pgadmin/browser/__init__.py                    |   1 +
web/pgadmin/browser/templates/browser/index.html   |   4 +
web/pgadmin/static/css/overrides.css               |  64 +-
web/pgadmin/tools/user_management/__init__.py      | 327 +++++++++++
.../user_management/js/user_management.js          | 651 +++++++++++++++++++++
web/setup.py                                       |  24 +-
7 files changed, 1068 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: User management functionality patch [pgadmin4]
Next
From: Dave Page
Date:
Subject: Re: User management functionality patch [pgadmin4]