pgAdmin 4 commit: Support a desktop authentication mode.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support a desktop authentication mode.
Date: 2015-01-26 15:22:15
Message-ID: E1YFlUV-0003wt-3s@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support a desktop authentication mode.

This uses a single default user in the config database, which is
auto-logged into the app when SERVER_MODE = False. In this mode we
also hide/remove user-related functions in the UI.

Branch
------
master

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

Modified Files
--------------
web/config.py | 11 ++++++++++
web/pgAdmin4.py | 21 ++++++++++++++++++
web/pgadmin/__init__.py | 34 +++++++++++++++++++++++++++---
web/pgadmin/browser/templates/index.html | 13 ++++++++----
web/setup.py | 32 +++++++++++++++++-----------
5 files changed, 92 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-01-26 16:27:46 pgAdmin 4 commit: Restructure templates to avoid conflicts between modu
Previous Message Dave Page 2015-01-22 16:01:21 pgAdmin 4 commit: Add authentication and the basis of the browser modul