Re: [pgAdmin][RM5000] Logout the inactive session

2020-01-30 Thread Akshay Joshi
Thanks, patch applied. On Tue, Jan 28, 2020 at 3:14 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The current code works fine if a new tab is opened from the main window. > But it does not handle the case where a new tab is opened from the opened > tab. > Attac

Re: [pgAdmin][RM5000] Logout the inactive session

2020-01-28 Thread Aditya Toshniwal
Hi Hackers, The current code works fine if a new tab is opened from the main window. But it does not handle the case where a new tab is opened from the opened tab. Attached is the patch to fix the issue. On Wed, Jan 15, 2020 at 6:12 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Wed, Ja

Re: [pgAdmin][RM5000] Logout the inactive session

2020-01-15 Thread Akshay Joshi
Thanks, patch applied. On Wed, Jan 15, 2020 at 3:18 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch to disable user inactivity timeout for > desktop mode along with updated wordings in config file. > Kindly review. > > On Wed, Jan 15

Re: [pgAdmin][RM5000] Logout the inactive session

2020-01-15 Thread Aditya Toshniwal
Hi Hackers, Attached is the updated patch to disable user inactivity timeout for desktop mode along with updated wordings in config file. Kindly review. On Wed, Jan 15, 2020 at 2:54 PM Akshay Joshi wrote: > Hi Aditya > > We should not detect the user inactivity when SERVER_MODE = False. I have

Re: [pgAdmin][RM5000] Logout the inactive session

2020-01-15 Thread Akshay Joshi
Hi Aditya We should not detect the user inactivity when SERVER_MODE = False. I have tested it with SERVER_MODE = False and it refreshed the complete pgAdmin page after USER_INACTIVITY_TIMEOUT. Please fix that and resend the patch. On Wed, Jan 15, 2020 at 1:27 PM Dave Page wrote: > Hi > > On Mon

Re: [pgAdmin][RM5000] Logout the inactive session

2020-01-14 Thread Dave Page
Hi On Mon, Jan 13, 2020 at 7:04 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch for the feature where inactive session will be > logged out. Note that, here inactive session means no user activity of > mouse move, click or keypress. > I've i