pgadmin4/web
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
..
migrations Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
pgadmin Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
regression Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
.editorconfig Add an editorconfig file to help maintain coding standards. 2017-07-21 09:39:23 +01:00
.eslintignore Ignore the ycache directory when linting. 2018-05-31 10:34:29 -04:00
.eslintrc.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
babel.cfg Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
config.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
karma.conf.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
package.json 1) Ensure that path file name should not disappear when changing ext from the dropdown in file explorer dialog. Fixes #3812. 2020-01-10 12:53:32 +05:30
pgAdmin4.py Remove cheroot server for now until we find a way to shutdown cheroot using REST call. Fixes #5069. 2020-01-07 18:45:07 +05:30
pgAdmin4.wsgi Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
pgadmin.themes.json 1) Further styling tweaks for Dark Theme. 2019-11-11 18:47:43 +05:30
setup.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
webpack.config.js Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
webpack.shim.js Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
webpack.test.config.js Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
yarn.lock 1) Ensure that path file name should not disappear when changing ext from the dropdown in file explorer dialog. Fixes #3812. 2020-01-10 12:53:32 +05:30