pgAdmin 4 commit: Move security keys into the SQLite database, and auto

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Move security keys into the SQLite database, and auto
Date: 2016-10-19 08:23:53
Message-ID: E1bwmAD-0005fC-W6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Move security keys into the SQLite database, and auto-generate them.

This avoids packagers having to deal with the issue, which can be
difficult if they need to cater for both server and desktop modes.

Fixes #1849

Branch
------
master

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

Modified Files
--------------
web/config.py | 16 +++---------
web/pgAdmin4.py | 12 ---------
web/pgadmin/__init__.py | 31 +++++++++++++++++------
web/pgadmin/model/__init__.py | 9 ++++++-
web/setup.py | 58 +++++++++++++++++++++++++++++++++----------
5 files changed, 80 insertions(+), 46 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-19 08:27:15 Re: RM1849: Auto-generating security keys
Previous Message Ashesh Vashi 2016-10-19 05:46:26 Re: RM1849: Auto-generating security keys