pgadmin4/web/pgadmin/utils
Akshay Joshi de878b3198 Refactored code of table and it's child nodes.
1) Remove duplicate logic.
2) Child node specific logic should be inside the child node and table node gets the required information from the respective child node.

Note:- Refactoring of columns node still in progress.

Fixes #4807
2019-11-15 14:45:55 +05:30
..
driver Ensure that the superuser should be able to create database and role, as the superuser 2019-11-14 18:14:53 +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