pgAdmin 4 commit: 1) Added support for authentication via the web serve

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Added support for authentication via the web serve
Дата
Msg-id E1maEAP-0004jS-OO@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
1) Added support for authentication via the web server (REMOTE_USER). Fixes #6657
2) Fixed OAuth2 integration redirect issue. Fixes #6719

Initial patch for 6657 sent by: Tom Schreiber

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a726635290a91d26226a0b912806c7767a7db56b
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/getting_started.rst                     |   1 +
docs/en_US/release_notes_6_1.rst                   |   2 +
docs/en_US/webserver.rst                           |  44 ++++++++
web/config.py                                      |   9 +-
web/pgAdmin4.wsgi                                  |   2 +
web/pgadmin/__init__.py                            |  17 +--
web/pgadmin/authenticate/webserver.py              | 119 +++++++++++++++++++++
.../browser/tests/test_kerberos_with_mocking.py    |   1 +
web/pgadmin/browser/tests/test_ldap_login.py       |   1 +
.../browser/tests/test_ldap_with_mocking.py        |   1 +
web/pgadmin/browser/tests/test_login.py            |   1 +
.../browser/tests/test_oauth2_with_mocking.py      |   1 +
.../browser/tests/test_webserver_with_mocking.py   |  86 +++++++++++++++
web/pgadmin/utils/constants.py                     |   6 +-
14 files changed, 282 insertions(+), 9 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6081] Advanced table fields in ERD