pgadmin4/web/pgadmin/browser
Ashesh Vashi c51ecc69e4 Resolved few intialization issue with Node model data, moved the
privileges functionality out of the backform.pgadmin.js to make it more
modular. Now - privileges will expect the privileges data in following
format:
<name_of_the_property> : [{
    "privileges": [{
        "privilege_type": <privilege_type>,
        "privilege": true,
        "with_grant": false
    },
    ...
    ],
    "grantee": <grantee>,
    "grantor": <grantor>
    },
   ...
]

Example:
acl": [{
    "privileges": [{
        "privilege_type": "CONNECT",
        "privilege": true,
        "with_grant": false
     	}],
    "grantee": '',
    "grantor": 'ashesh'
},{
    "privileges": [{
        "privilege_type": "CREATE",
        "privilege": true,
        "with_grant": false
    },{
        "privilege": true,
        "privilege_type": "TEMPORARY",
        "with_grant": false
    }],
    "grantee": test,
    "grantor": ashesh
}]
2015-12-23 12:10:23 +05:30
..
server_groups Resolved few intialization issue with Node model data, moved the 2015-12-23 12:10:23 +05:30
static Fixed few bugs and changed the node create/edit view to use the dialog 2015-08-11 19:19:29 +05:30
templates/browser Resolved few intialization issue with Node model data, moved the 2015-12-23 12:10:23 +05:30
__init__.py Changed the logic to identify the PostgreSQL server variant, when we 2015-11-19 23:18:00 +05:30
collection.py Added new url rules for each node by change NodeView class: 2015-11-23 13:57:43 +05:30
utils.py Resolved few intialization issue with Node model data, moved the 2015-12-23 12:10:23 +05:30