pgadmin4/web/pgadmin/utils
Aditya Toshniwal 4ed2d74d9c 1) Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. Fixes #4724.
2) Fix server connection drops out issue in query tool. Fixes #4818
3) Fix VPN network disconnect issue where pgAdmin4 hangs on expanding the Servers node. Fixes #4926.
4) Ensure that the Servers collection node should expand independently of server connections. Fixes #4933.

Set the default connection timeout to 10 seconds instead of 0.
2019-11-26 09:04:41 +05:30
..
driver 1) Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. Fixes #4724. 2019-11-26 09:04:41 +05:30
javascript Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
sqlautocomplete Remove Python 2.6 code that's now obsolete. Fixes #3935 2019-01-31 13:47:56 +01:00
tests Fix PEP-8 issue. 2019-03-01 14:19:08 +00:00
__init__.py Rename horribly named function. 2019-07-12 13:00:23 +01:00
ajax.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
compile_template_name.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
crypto.py Replace the PyCrypto module with the cryptography module. Fixes #3272 2019-01-31 15:57:27 +01:00
csrf.py Fixed CSRF security vulnerability issue. per Alvin Lindstam. Fixes #4217 2019-05-28 10:59:51 +05:30
csv.py Ensure that null values handled properly in CSV download. Fixes #3780 2019-01-01 15:15:36 +05:30
exception.py Refactored code of table and it's child nodes. 2019-11-15 14:45:55 +05:30
html.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
master_password.py 1. Added Master Password to increase the security of saved passwords. Fixes #4184 2019-05-28 12:00:18 +05:30
menu.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
paths.py Use the user's full email address (not just the username part) as the basis for the storage directory name.. Fixes #3887 2019-03-22 09:36:13 +00:00
preferences.py Fix keyboard navigation in "inner" tabsets such as the Query Tool and Debugger. Fixes #4195 2019-06-10 11:10:49 +01:00
route.py Add a --modules option to the RE-SQL test suite to allow testing of specific object types. Fixes #4560 2019-08-06 13:43:49 +01:00
server_utils.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
session.py Prevent the "Please login to access this page" message displaying multiple times. Fixes #4306 2019-06-17 14:12:36 +01:00
versioned_template_loader.py Initial support for PostgreSQL 12. Fixes #4283. Fixes #4288. Fixes #4290. 2019-06-10 14:24:45 +01:00