pgadmin4/web/pgadmin/utils
Ashesh Vashi 37e2e1d24b Fixing the decryption issue during restoring the connection on restart.
As we convert the binary password to string during storing the
connection information, we also need to convert it back to byte-arrays
during restoring the connections.

Hence - decode the passowrd using 'utf-8' encoding during storing the
connection information, and encode it during restoring the connections.
2016-06-06 22:48:53 +05:30
..
driver Fixing the decryption issue during restoring the connection on restart. 2016-06-06 22:48:53 +05:30
sqlautocomplete Adding support for autocomplete in the SQL Editor. 2016-05-21 16:04:29 +05:30
__init__.py Added support for the server side file manager, which will be useful in 2016-05-13 00:04:32 +05:30
ajax.py Fixes #1280 - Resolved issue in json encoding while dealing with the 2016-06-03 15:54:04 +05:30
crypto.py Change server password feature 2016-05-13 13:21:20 +05:30
html.py [Python 3 compatibility] Introduced a separate HTML safe string function 2016-05-16 11:58:42 +05:30
menu.py Dashboards v1 2016-05-05 16:42:16 +01:00
paths.py Improvise the pgsql driver to keep the utility names used for different 2016-05-14 00:48:20 +05:30
preferences.py Addd support for taking backup for the server. 2016-05-15 16:04:39 +05:30
route.py Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
session.py Do not honour the session-id, longer than 40 characters, instead create 2016-05-09 00:04:37 +05:30