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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Move security keys into the SQLite database, and auto
Дата
Msg-id E1bwmAD-0005fC-W6@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: RM1849: Auto-generating security keys
Следующее
От: Dave Page
Дата:
Сообщение: Re: RM1849: Auto-generating security keys