[pgAdmin][PATCH] Add OAUTH2_SCOPE variable for scope configuration

2021-08-27 Thread Nico Rikken
In certain cases like with OpenID Connect, a different scope is needed. This patch adds an additional variable `OAUTH2_SCOPE` that can be used to configure the appropriate scope for the deployment. Already there are runtime checks to ensure that the email claim is included in the user profile, so t

Re: [pgAdmin][RM2538] Truncate table with restart identity menu

2021-08-27 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 26, 2021 at 6:32 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which adds the truncate table with > restart identity menu. > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Softwar

Re: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab

2021-08-27 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Aug 27, 2021 at 11:33 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-4567 > : Privileges revoked using > SQL query on objects like tables does not corr

pgAdmin 4 commit: Added support for the truncate table with restart ide

2021-08-27 Thread Akshay Joshi
Added support for the truncate table with restart identity. Fixes #2538 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d38f520805285774e53aec2b107d304f4b590b37 Author: Aditya Toshniwal Modified Files -- docs/en_US/menu_bar.rst

pgAdmin 4 commit: Fixed an issue where privileges were revoked using SQ

2021-08-27 Thread Akshay Joshi
Fixed an issue where privileges were revoked using SQL query on objects like tables that do not correctly show in SQL tab. Fixes #4567 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b76404658789f3f6469ef828475aa6a5f1269aaa Author: Nikhil Mohi