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
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
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
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
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
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