..
driver
Allow user to change the database connection from an open query tool tab. Fixes #3794
2020-10-01 13:29:46 +05:30
javascript
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
sqlautocomplete
Merged the latest code of 'pgcli' used for the autocomplete feature. Fixes #5497
2020-10-01 13:29:46 +05:30
tests
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
__init__.py
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
ajax.py
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
compile_template_name.py
Update copyright notices for 2020.
2020-01-02 14:43:50 +00:00
constants.py
Allow user to change the database connection from an open query tool tab. Fixes #3794
2020-10-01 13:29:46 +05:30
crypto.py
The 'str' object never has attribute decode in Python3, so remove the dead code.
2020-08-12 18:55:35 +05:30
csrf.py
Fixed CSRF errors when pgAdmin opened in an iframe on safari browser. Fixes #5675
2020-07-17 15:31:04 +05:30
csv.py
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
exception.py
Fixed code smells 'Define a constant instead of duplicating this literal' reported by SonarQube.
2020-09-29 15:08:14 +05:30
html.py
Remove Python2 references from the source code.
2020-04-30 17:22:48 +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
Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube.
2020-07-14 19:23:50 +05:30
paths.py
Fixed typo in 'get_storage_directory' function.
2020-09-17 20:15:42 +05:30
preferences.py
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
route.py
Fixed cognitive complexity issues reported by SonarQube.
2020-08-03 12:46:34 +05:30
security_headers.py
Added following security enhancements:
2020-10-20 17:14:45 +05:30
server_utils.py
Remove old Python 2 compatibility code. Fixes #5700
2020-07-27 11:03:13 +01:00
session.py
Added following security enhancements:
2020-10-20 17:14:45 +05:30
validation_utils.py
1) Added email id validation on the login page.
2020-09-11 19:55:19 +05:30
versioned_template_loader.py
Update copyright notices for 2020.
2020-01-02 14:43:50 +00:00