From: | Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Ensure sanity of the permissions on the storage and s |
Date: | 2019-04-22 06:00:03 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Ensure sanity of the permissions on the storage and session directories and the config database. Fixes #4182
(cherry picked from commit d728ee7436be86917f3cfac1c7f109ed521b1fe4)
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e9dba0ad58ebb5a0b6acec4d9b6d2b2651e02ddd
Author: Dave Page <dpage(at)pgadmin(dot)org>
Modified Files
--------------
docs/en_US/release_notes_4_6.rst | 3 ++-
web/pgadmin/__init__.py | 2 ++
web/pgadmin/setup/data_directory.py | 2 ++
web/pgadmin/setup/tests/test_permissions.py | 35 +++++++++++++++++++++++++++++
web/setup.py | 2 ++
5 files changed, 43 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2019-04-22 06:01:23 | pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event |
Previous Message | Aditya Toshniwal | 2019-04-19 12:28:17 | [pgAdmin][patch] browser beforeunload event code improvements |