pgadmin4/web/pgadmin/utils
Surinder Kumar 9e8e3fc787 Fix file selection on Windows. Fixes #1319
1) Unable to select sql file through query tool on windows OS. In file_manager.js, we are stripping initial slash '/' from the path obtained, but we should not strip if it is full path like 'c:/path/to/dir/filename.ext'

2) Handle directory path if STORAGE_DIR is None. Proper checks are added.
2016-06-10 17:06:22 +01:00
..
driver During encryption password is converted to buffer (instead of 2016-06-07 13:26:43 +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 Fix file selection on Windows. Fixes #1319 2016-06-10 17:06:22 +01:00
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