Thanks, patch applied.
On Wed, Mar 24, 2021 at 3:13 PM Rahul Shirsat <
rahul.shir...@enterprisedb.com> wrote:
> Hi Akshay,
>
> Please find the updated patch which covers 75% of code coverage for Server
> mode & 68% for Desktop mode.
>
> On Wed, Mar 17, 2021 at 12:56 PM Akshay Joshi <
> akshay.jo.
Fixed an issue where the procedure creation is failed when providing the
Volatility option. Fixes #6293
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a29890368c055ee524327107d323001719bcaab2
Modified Files
--
docs/en_US/release_
Improve code coverage and API test cases for Server module. Fixes #5319
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f0c86741a4efacc300bdb7d5c85a07e7ad0933a3
Author: Rahul Shirsat
Modified Files
--
docs/en_US/release_notes_5_2.
Hi Florian,
As Dave mentioned, we use the user's password as an encryption key for
saving Postgres passwords, and we do so by maintaining KeyManager. As for
OAuth implementation, you do not have a password, you need to bypass this
step ( and that is the reason you are being redirected to the login
Mark the Apache HTTPD config file as such in the web DEB and RPM packages.
Fixes #6356
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c69c1a2778dafaa3e145bddecd91d8e4da767b2
Modified Files
--
docs/en_US/release_notes.rst |
Hi
On Mon, Mar 29, 2021 at 9:21 AM Florian Sabonchi wrote:
> Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have
> the error that I am redirected back to the home page. Unfortunately I
> could not find this error, what surprises me is that
> current_user.is_authenticated is s
Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have
the error that I am redirected back to the home page. Unfortunately I
could not find this error, what surprises me is that
current_user.is_authenticated is set to True. For this reason I just
wanted to ask maybe someone kno