pgadmin4/web/pgadmin/browser
Aditya Toshniwal 8c3bba65e5 Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000.
Introduced two config params:
1. USER_INACTIVITY_TIMEOUT - Interval in seconds for the timeout. Default is 0-Zero which means disabled.
2. OVERRIDE_USER_INACTIVITY_TIMEOUT - If set to true, tools like query tool or debugger will override USER_INACTIVITY_TIMEOUT
   and will not allow the application to timeout if a query is running for a long time.
2020-01-15 18:07:46 +05:30
..
server_groups Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
static Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
templates/browser Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
tests Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
__init__.py Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
collection.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
register_browser_preferences.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
utils.py Added support to view multilevel partitioned tables. Fixes #4633. 2020-01-06 14:53:47 +05:30