@opengis/admin 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -29
- package/config.js +4 -4
- package/dist/{IconChevronDown-B3Ry6l2F.js → IconChevronDown-BCpDxWU9.js} +1 -1
- package/dist/{add-page-Dv6JSPJD.js → add-page-CKy5L_78.js} +1 -1
- package/dist/{admin-interface-BWZcS6r_.js → admin-interface-BX613rWQ.js} +259 -260
- package/dist/{admin-view-xT8rj54J.js → admin-view-DJBkad_B.js} +3 -3
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +54 -54
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-DbHBF1Gz.js → card-view-CdCsaogK.js} +1 -1
- package/dist/{edit-page-TnYoAVr7.js → edit-page-C76NxZRq.js} +1 -1
- package/dist/{import-file-1QgPYOHQ.js → import-file-CknmeGNO.js} +6116 -6159
- package/dist/style.css +1 -1
- package/module/settings/card/admin.accounts.table/index.yml +7 -7
- package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
- package/module/settings/card/admin.accounts.table/users.hbs +13 -13
- package/module/settings/card/admin.roles.table/access.hbs +3 -3
- package/module/settings/card/admin.roles.table/general_info.hbs +1 -1
- package/module/settings/card/admin.roles.table/index.yml +21 -21
- package/module/settings/card/admin.roles.table/users.hbs +6 -6
- package/module/settings/card/admin.routes.table/general_info.hbs +13 -13
- package/module/settings/card/admin.routes.table/groups.hbs +11 -11
- package/module/settings/card/admin.routes.table/index.yml +11 -11
- package/module/settings/card/admin.routes.table/users.hbs +16 -16
- package/module/settings/card/admin.users.table/context.hbs +14 -14
- package/module/settings/card/admin.users.table/general_info.hbs +12 -12
- package/module/settings/card/admin.users.table/index.yml +22 -22
- package/module/settings/card/admin.users.table/last_login.hbs +9 -9
- package/module/settings/card/admin.users.table/logs.hbs +10 -10
- package/module/settings/card/admin.users.table/routes.hbs +7 -7
- package/module/settings/card/admin.users.table/user_roles.hbs +12 -12
- package/module/settings/cls/core.actions.json +17 -17
- package/module/settings/cls/core.scope.json +13 -13
- package/module/settings/cls/properties.site_status.json +13 -13
- package/module/settings/cls/properties.widget_status.json +13 -13
- package/module/settings/cls/users.user_type.json +13 -13
- package/module/settings/form/admin.accounts.form.json +13 -13
- package/module/settings/form/admin.custom_column.form.json +71 -71
- package/module/settings/form/admin.properties.form.json +15 -15
- package/module/settings/form/admin.roles.form.json +21 -21
- package/module/settings/form/admin.routes.form.json +25 -25
- package/module/settings/form/admin.rules.form.json +30 -30
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles.form.json +13 -13
- package/module/settings/form/admin.user_roles_card.form.json +13 -13
- package/module/settings/form/admin.users.form.json +153 -153
- package/module/settings/form/context.account_grants.form.json +23 -23
- package/module/settings/form/context.account_users.form.json +12 -12
- package/module/settings/form/user.user_roles.form.json +13 -13
- package/module/settings/interface/admin.properties.json +4 -4
- package/module/settings/interface/admin.roles.json +4 -4
- package/module/settings/interface/admin.routes.json +4 -4
- package/module/settings/interface/admin.users.json +4 -4
- package/module/settings/menu.json +84 -84
- package/module/settings/select/core.routes.sql +1 -1
- package/module/settings/select/core.user_mentioned.sql +1 -1
- package/module/settings/select/core.user_uid.sql +1 -1
- package/module/settings/table/admin.accounts.table.json +42 -42
- package/module/settings/table/admin.custom_column.table.json +99 -99
- package/module/settings/table/admin.properties.table.json +39 -39
- package/module/settings/table/admin.roles.table.json +64 -64
- package/module/settings/table/admin.routes.table.json +73 -73
- package/module/settings/table/admin.rules.table.json +76 -76
- package/module/settings/table/admin.user_properties.table.json +34 -34
- package/module/settings/table/admin.user_roles.table.json +72 -72
- package/module/settings/table/admin.users.table.json +132 -132
- package/module/settings/table/context.account_grants.table.json +67 -67
- package/module/settings/table/context.account_users.table.json +37 -37
- package/package.json +83 -83
- package/plugin.js +29 -29
- package/server/helpers/core/badge.js +16 -16
- package/server/helpers/core/buttonHelper.js +21 -21
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/index.js +29 -28
- package/server/helpers/list/buttonHelper.js +21 -21
- package/server/helpers/list/descriptionList.js +43 -43
- package/server/helpers/list/tableList.js +81 -81
- package/server/helpers/list/utils/button.js +5 -5
- package/server/helpers/temp/contentList.js +58 -58
- package/server/helpers/temp/ifCond.js +101 -101
- package/server/helpers/utils/button.js +5 -5
- package/server/helpers/utils/buttonAdd.js +5 -5
- package/server/helpers/utils/buttonDel.js +5 -5
- package/server/helpers/utils/buttonEdit.js +5 -5
- package/server/plugins/access/funcs/getAdminAccess.js +12 -12
- package/server/plugins/access/index.mjs +6 -6
- package/server/plugins/adminHook.js +81 -81
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/plugins/hook.js +236 -230
- package/server/plugins/vite.js +71 -71
- package/server/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +49 -49
- package/server/routes/access/index.mjs +8 -8
- package/server/routes/access/schema.mjs +57 -57
- package/server/routes/calendar/controllers/calendar.data.js +87 -87
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- package/server/routes/data/controllers/cardData.js +105 -105
- package/server/routes/data/controllers/cardTabData.js +49 -49
- package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
- package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
- package/server/routes/data/controllers/tableData.js +29 -29
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +67 -67
- package/server/routes/data/controllers/tokenInfo.js +9 -9
- package/server/routes/data/controllers/utils/assignTokens.js +30 -30
- package/server/routes/data/controllers/utils/conditions.js +20 -20
- package/server/routes/data/controllers/utils/getColumns.js +8 -8
- package/server/routes/data/index.mjs +17 -17
- package/server/routes/data/schema.js +54 -54
- package/server/routes/menu/controllers/getMenu.js +58 -58
- package/server/routes/menu/index.mjs +5 -5
- package/server/routes/notifications/controllers/readNotifications.js +27 -27
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/funcs/addNotification.js +21 -21
- package/server/routes/notifications/funcs/sendNotification.js +92 -92
- package/server/routes/notifications/hook/onWidgetSet.js +57 -57
- package/server/routes/notifications/index.mjs +27 -27
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/properties/controllers/admin.properties.get.js +29 -29
- package/server/routes/properties/controllers/user.properties.get.js +30 -30
- package/server/routes/properties/controllers/user.properties.post.js +30 -30
- package/server/routes/properties/funcs/getSettings.js +56 -56
- package/server/routes/properties/funcs/setSettings.js +44 -44
- package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
- package/server/routes/properties/index.mjs +14 -14
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +43 -41
- package/server/routes/templates/index.mjs +16 -16
- package/server/routes/templates/schema.js +8 -8
- package/server/routes/user/controllers/user.cls.id.js +14 -14
- package/server/routes/user/controllers/user.cls.js +71 -71
- package/server/routes/user/controllers/user.cls.post.js +52 -52
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/widget/controllers/utils/historyFormat.js +75 -75
- package/server/routes/widget/controllers/utils/obj2db.js +13 -13
- package/server/routes/widget/controllers/widget.del.js +41 -41
- package/server/routes/widget/controllers/widget.get.js +96 -96
- package/server/routes/widget/controllers/widget.set.js +76 -76
- package/server/routes/widget/index.mjs +11 -11
- package/server/routes/widget/schema.js +12 -12
- package/server/templates/cls/itree.recrzone_category.json +73 -73
- package/server/templates/cls/test.json +9 -9
- package/server/templates/form/admin.user_cls.data.form.json +49 -49
- package/server/templates/form/admin.user_group_rel.form.json +21 -21
- package/server/templates/form/cp_building.form.json +32 -32
- package/server/templates/form/form-user-pass.json +10 -10
- package/server/templates/form/form-user_group.json +39 -39
- package/server/templates/form/form-users.json +156 -156
- package/server/templates/form/user_group_access.form.json +22 -22
- package/server/templates/select/account_id.json +2 -2
- package/server/templates/table/gis.dataset.table.json +43 -43
- package/server/templates/table/management.user_group.table.json +112 -112
- package/server/templates/table/management.users.table.json +126 -126
- package/utils.js +29 -29
package/server/plugins/vite.js
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
import fs from 'fs';
|
|
2
|
-
import path, { dirname } from 'path';
|
|
3
|
-
import { fileURLToPath } from 'url';
|
|
4
|
-
|
|
5
|
-
const dir = dirname(fileURLToPath(import.meta.url));
|
|
6
|
-
const root = `${dir}/../..`;
|
|
7
|
-
|
|
8
|
-
const isProduction = process.env.NODE_ENV === 'production';
|
|
9
|
-
|
|
10
|
-
async function plugin(fastify) {
|
|
11
|
-
// vite server
|
|
12
|
-
if (!isProduction) {
|
|
13
|
-
const vite = await import('vite');
|
|
14
|
-
|
|
15
|
-
const viteServer = await vite.createServer({
|
|
16
|
-
server: {
|
|
17
|
-
middlewareMode: true,
|
|
18
|
-
},
|
|
19
|
-
});
|
|
20
|
-
// hot reload
|
|
21
|
-
viteServer.watcher.on('all', function (d, t) {
|
|
22
|
-
if (!t.includes('module')) return;
|
|
23
|
-
console.log(d, t);
|
|
24
|
-
viteServer.ws.send({ type: 'full-reload' });
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
// this is middleware for vite's dev servert
|
|
28
|
-
fastify.addHook('onRequest', async (req, reply) => {
|
|
29
|
-
const { user } = req.session?.passport || {};
|
|
30
|
-
if (!user) return reply.redirect('/login');
|
|
31
|
-
|
|
32
|
-
const next = () => new Promise((resolve) => {
|
|
33
|
-
viteServer.middlewares(req.raw, reply.raw, () => resolve());
|
|
34
|
-
});
|
|
35
|
-
await next();
|
|
36
|
-
});
|
|
37
|
-
fastify.get('*', async () => { });
|
|
38
|
-
return;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// From Build
|
|
42
|
-
fastify.get('*', async (req, reply) => {
|
|
43
|
-
const { user } = req.session?.passport || {};
|
|
44
|
-
|
|
45
|
-
if (!user) return reply.redirect('/login');
|
|
46
|
-
const stream = fs.createReadStream('dist/index.html');
|
|
47
|
-
return reply.type('text/html').send(stream);
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
const fileSize = {}
|
|
51
|
-
async function staticFile(req, reply) {
|
|
52
|
-
const assetsDir = 'dist';
|
|
53
|
-
const filePath = path.join(root, assetsDir, req.url);
|
|
54
|
-
const ext = path.extname(filePath);
|
|
55
|
-
|
|
56
|
-
if (!fs.existsSync(filePath)) return { status: 404, message: 'not found' }
|
|
57
|
-
fileSize[filePath] = fileSize[filePath] || fs.statSync(filePath).size;
|
|
58
|
-
const mime = {
|
|
59
|
-
'.js': 'text/javascript', '.css': 'text/css', '.woff2': 'application/font-woff', '.png': 'image/png', '.svg': 'image/svg+xml', '.jpg': 'image/jpg',
|
|
60
|
-
}[ext];
|
|
61
|
-
reply.headers({ 'Cache-control': 'max-age=3600, public', 'Content-length': fileSize[filePath], 'Content-Encoding': 'identity' });
|
|
62
|
-
|
|
63
|
-
const stream = fs.createReadStream(filePath);
|
|
64
|
-
return mime ? reply.type(mime).send(stream) : stream;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
fastify.get('/assets/*', staticFile);
|
|
68
|
-
fastify.get('/public/*', staticFile);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export default plugin;
|
|
1
|
+
import fs from 'fs';
|
|
2
|
+
import path, { dirname } from 'path';
|
|
3
|
+
import { fileURLToPath } from 'url';
|
|
4
|
+
|
|
5
|
+
const dir = dirname(fileURLToPath(import.meta.url));
|
|
6
|
+
const root = `${dir}/../..`;
|
|
7
|
+
|
|
8
|
+
const isProduction = process.env.NODE_ENV === 'production';
|
|
9
|
+
|
|
10
|
+
async function plugin(fastify) {
|
|
11
|
+
// vite server
|
|
12
|
+
if (!isProduction) {
|
|
13
|
+
const vite = await import('vite');
|
|
14
|
+
|
|
15
|
+
const viteServer = await vite.createServer({
|
|
16
|
+
server: {
|
|
17
|
+
middlewareMode: true,
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
// hot reload
|
|
21
|
+
viteServer.watcher.on('all', function (d, t) {
|
|
22
|
+
if (!t.includes('module')) return;
|
|
23
|
+
console.log(d, t);
|
|
24
|
+
viteServer.ws.send({ type: 'full-reload' });
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
// this is middleware for vite's dev servert
|
|
28
|
+
fastify.addHook('onRequest', async (req, reply) => {
|
|
29
|
+
const { user } = req.session?.passport || {};
|
|
30
|
+
if (!user) return reply.redirect('/login');
|
|
31
|
+
|
|
32
|
+
const next = () => new Promise((resolve) => {
|
|
33
|
+
viteServer.middlewares(req.raw, reply.raw, () => resolve());
|
|
34
|
+
});
|
|
35
|
+
await next();
|
|
36
|
+
});
|
|
37
|
+
fastify.get('*', async () => { });
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// From Build
|
|
42
|
+
fastify.get('*', async (req, reply) => {
|
|
43
|
+
const { user } = req.session?.passport || {};
|
|
44
|
+
|
|
45
|
+
if (!user) return reply.redirect('/login');
|
|
46
|
+
const stream = fs.createReadStream('dist/index.html');
|
|
47
|
+
return reply.type('text/html').send(stream);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
const fileSize = {}
|
|
51
|
+
async function staticFile(req, reply) {
|
|
52
|
+
const assetsDir = 'dist';
|
|
53
|
+
const filePath = path.join(root, assetsDir, req.url);
|
|
54
|
+
const ext = path.extname(filePath);
|
|
55
|
+
|
|
56
|
+
if (!fs.existsSync(filePath)) return { status: 404, message: 'not found' }
|
|
57
|
+
fileSize[filePath] = fileSize[filePath] || fs.statSync(filePath).size;
|
|
58
|
+
const mime = {
|
|
59
|
+
'.js': 'text/javascript', '.css': 'text/css', '.woff2': 'application/font-woff', '.png': 'image/png', '.svg': 'image/svg+xml', '.jpg': 'image/jpg',
|
|
60
|
+
}[ext];
|
|
61
|
+
reply.headers({ 'Cache-control': 'max-age=3600, public', 'Content-length': fileSize[filePath], 'Content-Encoding': 'identity' });
|
|
62
|
+
|
|
63
|
+
const stream = fs.createReadStream(filePath);
|
|
64
|
+
return mime ? reply.type(mime).send(stream) : stream;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
fastify.get('/assets/*', staticFile);
|
|
68
|
+
fastify.get('/public/*', staticFile);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export default plugin;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { pgClients } from '@opengis/fastify-table/utils.js';
|
|
2
|
-
|
|
3
|
-
import { getAdminAccess } from '../../../../utils.js';
|
|
4
|
-
|
|
5
|
-
export default async function accessGroup({
|
|
6
|
-
pg = pgClients.client, params = {}, session = {},
|
|
7
|
-
}) {
|
|
8
|
-
const { user = {} } = session?.passport || {};
|
|
9
|
-
|
|
10
|
-
if (!params?.id) {
|
|
11
|
-
return { message: 'not enough params: id', status: 400 };
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
// restrict access - admin only
|
|
15
|
-
const check = await getAdminAccess({
|
|
16
|
-
id: params.id, user,
|
|
17
|
-
});
|
|
18
|
-
if (check) return check;
|
|
19
|
-
|
|
20
|
-
const { rows: routes = [] } = await pg.query(`select a.route_id as path, b.actions from admin.routes a
|
|
21
|
-
left join admin.role_access b on a.route_id=b.route_id
|
|
22
|
-
where b.role_id=$1`, [params.id]);
|
|
23
|
-
|
|
24
|
-
const { rows: users = [] } = await pg.query(`select user_uid as id, user_name as name, access_granted,
|
|
25
|
-
b.cdate as user_created, b.last_activity_date as last_activity from admin.user_roles a
|
|
26
|
-
left join admin.users b on a.user_uid=b.uid
|
|
27
|
-
where a.role_id=$1`, [params.id]);
|
|
28
|
-
|
|
29
|
-
return { routes, users };
|
|
1
|
+
import { pgClients } from '@opengis/fastify-table/utils.js';
|
|
2
|
+
|
|
3
|
+
import { getAdminAccess } from '../../../../utils.js';
|
|
4
|
+
|
|
5
|
+
export default async function accessGroup({
|
|
6
|
+
pg = pgClients.client, params = {}, session = {},
|
|
7
|
+
}) {
|
|
8
|
+
const { user = {} } = session?.passport || {};
|
|
9
|
+
|
|
10
|
+
if (!params?.id) {
|
|
11
|
+
return { message: 'not enough params: id', status: 400 };
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// restrict access - admin only
|
|
15
|
+
const check = await getAdminAccess({
|
|
16
|
+
id: params.id, user,
|
|
17
|
+
});
|
|
18
|
+
if (check) return check;
|
|
19
|
+
|
|
20
|
+
const { rows: routes = [] } = await pg.query(`select a.route_id as path, b.actions from admin.routes a
|
|
21
|
+
left join admin.role_access b on a.route_id=b.route_id
|
|
22
|
+
where b.role_id=$1`, [params.id]);
|
|
23
|
+
|
|
24
|
+
const { rows: users = [] } = await pg.query(`select user_uid as id, user_name as name, access_granted,
|
|
25
|
+
b.cdate as user_created, b.last_activity_date as last_activity from admin.user_roles a
|
|
26
|
+
left join admin.users b on a.user_uid=b.uid
|
|
27
|
+
where a.role_id=$1`, [params.id]);
|
|
28
|
+
|
|
29
|
+
return { routes, users };
|
|
30
30
|
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { config, pgClients } from '@opengis/fastify-table/utils.js';
|
|
2
|
-
|
|
3
|
-
import { getAdminAccess } from '../../../../utils.js';
|
|
4
|
-
import accessGroup from './access.group.js';
|
|
5
|
-
|
|
6
|
-
export default async function accessGroupPost({
|
|
7
|
-
pg = pgClients.client, params = {}, session = {}, body = {},
|
|
8
|
-
}) {
|
|
9
|
-
const { id } = params;
|
|
10
|
-
const { user } = session?.passport || {};
|
|
11
|
-
if (!user) return { status: 403, message: 'access restricted' }
|
|
12
|
-
|
|
13
|
-
// restrict access - admin only
|
|
14
|
-
const check = await getAdminAccess({ id, user });
|
|
15
|
-
if (check) return check;
|
|
16
|
-
|
|
17
|
-
const { users = [], routes = [] } = body;
|
|
18
|
-
|
|
19
|
-
if (!routes?.length && !users?.length) {
|
|
20
|
-
return { message: 'not enough params: users / routes', status: 400 };
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
if (routes?.length) {
|
|
24
|
-
const { routesDB = [] } = await pg.query('select array_agg(route_id) as "routesDB" from admin.routes where enabled')
|
|
25
|
-
.then((res1) => res1.rows?.[0] || {});
|
|
26
|
-
await pg.query(`delete from admin.role_access where role_id=$1;`, [id]);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const q = `insert into admin.role_access(role_id,route_id,actions) values ($1,$2,$3)`;
|
|
30
|
-
await Promise.all(routes.filter(el => routesDB.includes(el.path) && el.actions).map(el => pg.query(q, [id, el.path, el.actions])))
|
|
31
|
-
|
|
32
|
-
const { rows } = await pg.query(`select a.route_id as path, b.actions as actions from admin.routes a
|
|
33
|
-
left join admin.role_access b on a.route_id=b.route_id
|
|
34
|
-
where b.role_id=$1`, [id]);
|
|
35
|
-
|
|
36
|
-
if (!users?.length) {
|
|
37
|
-
return { message: { id, routes: rows }, status: 200 };
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const q = `delete from admin.user_roles where role_id='${id.replace(/'/g, "''")}';
|
|
42
|
-
insert into admin.user_roles(role_id,user_uid,access_granted)
|
|
43
|
-
values ${users.filter((el) => el?.id).map((el) => `('${id.replace(/'/g, "''")}','${el.id.replace(/'/g, "''")}','${uid?.replace(/'/g, "''")}')`)}`;
|
|
44
|
-
|
|
45
|
-
await pg.query(q);
|
|
46
|
-
|
|
47
|
-
const res = await accessGroup({ pg, params, session });
|
|
48
|
-
|
|
49
|
-
return res;
|
|
1
|
+
import { config, pgClients } from '@opengis/fastify-table/utils.js';
|
|
2
|
+
|
|
3
|
+
import { getAdminAccess } from '../../../../utils.js';
|
|
4
|
+
import accessGroup from './access.group.js';
|
|
5
|
+
|
|
6
|
+
export default async function accessGroupPost({
|
|
7
|
+
pg = pgClients.client, params = {}, session = {}, body = {},
|
|
8
|
+
}) {
|
|
9
|
+
const { id } = params;
|
|
10
|
+
const { user } = session?.passport || {};
|
|
11
|
+
if (!user) return { status: 403, message: 'access restricted' }
|
|
12
|
+
|
|
13
|
+
// restrict access - admin only
|
|
14
|
+
const check = await getAdminAccess({ id, user });
|
|
15
|
+
if (check) return check;
|
|
16
|
+
|
|
17
|
+
const { users = [], routes = [] } = body;
|
|
18
|
+
|
|
19
|
+
if (!routes?.length && !users?.length) {
|
|
20
|
+
return { message: 'not enough params: users / routes', status: 400 };
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
if (routes?.length) {
|
|
24
|
+
const { routesDB = [] } = await pg.query('select array_agg(route_id) as "routesDB" from admin.routes where enabled')
|
|
25
|
+
.then((res1) => res1.rows?.[0] || {});
|
|
26
|
+
await pg.query(`delete from admin.role_access where role_id=$1;`, [id]);
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
const q = `insert into admin.role_access(role_id,route_id,actions) values ($1,$2,$3)`;
|
|
30
|
+
await Promise.all(routes.filter(el => routesDB.includes(el.path) && el.actions).map(el => pg.query(q, [id, el.path, el.actions])))
|
|
31
|
+
|
|
32
|
+
const { rows } = await pg.query(`select a.route_id as path, b.actions as actions from admin.routes a
|
|
33
|
+
left join admin.role_access b on a.route_id=b.route_id
|
|
34
|
+
where b.role_id=$1`, [id]);
|
|
35
|
+
|
|
36
|
+
if (!users?.length) {
|
|
37
|
+
return { message: { id, routes: rows }, status: 200 };
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const q = `delete from admin.user_roles where role_id='${id.replace(/'/g, "''")}';
|
|
42
|
+
insert into admin.user_roles(role_id,user_uid,access_granted)
|
|
43
|
+
values ${users.filter((el) => el?.id).map((el) => `('${id.replace(/'/g, "''")}','${el.id.replace(/'/g, "''")}','${uid?.replace(/'/g, "''")}')`)}`;
|
|
44
|
+
|
|
45
|
+
await pg.query(q);
|
|
46
|
+
|
|
47
|
+
const res = await accessGroup({ pg, params, session });
|
|
48
|
+
|
|
49
|
+
return res;
|
|
50
50
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import accessGroup from "./controllers/access.group.js";
|
|
2
|
-
import accessGroupPost from "./controllers/access.group.post.js";
|
|
3
|
-
import { accessGroupPostSchema, accessGroupSchema } from "./schema.mjs";
|
|
4
|
-
|
|
5
|
-
export default async function route(fastify) {
|
|
6
|
-
fastify.get('/access-group/:id', { schema: accessGroupSchema }, accessGroup);
|
|
7
|
-
fastify.post('/access-group/:id', { schema: accessGroupPostSchema }, accessGroupPost);
|
|
8
|
-
}
|
|
1
|
+
import accessGroup from "./controllers/access.group.js";
|
|
2
|
+
import accessGroupPost from "./controllers/access.group.post.js";
|
|
3
|
+
import { accessGroupPostSchema, accessGroupSchema } from "./schema.mjs";
|
|
4
|
+
|
|
5
|
+
export default async function route(fastify) {
|
|
6
|
+
fastify.get('/access-group/:id', { schema: accessGroupSchema }, accessGroup);
|
|
7
|
+
fastify.post('/access-group/:id', { schema: accessGroupPostSchema }, accessGroupPost);
|
|
8
|
+
}
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
export default null;
|
|
2
|
-
export { accessGroupSchema, accessGroupPostSchema }
|
|
3
|
-
|
|
4
|
-
const accessGroupSchema = {
|
|
5
|
-
params: {
|
|
6
|
-
type: 'object',
|
|
7
|
-
properties: {
|
|
8
|
-
id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
|
9
|
-
},
|
|
10
|
-
required: ['id'],
|
|
11
|
-
},
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
const accessGroupPostSchema = {
|
|
15
|
-
params: {
|
|
16
|
-
type: 'object',
|
|
17
|
-
properties: {
|
|
18
|
-
id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
|
19
|
-
},
|
|
20
|
-
required: ['id'],
|
|
21
|
-
},
|
|
22
|
-
body: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
users: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
items: {
|
|
28
|
-
type: 'object',
|
|
29
|
-
properties: {
|
|
30
|
-
id: {
|
|
31
|
-
type: 'string',
|
|
32
|
-
pattern: '^([\\d\\w._-]+)$',
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
routes: {
|
|
38
|
-
type: 'array',
|
|
39
|
-
/*items: {
|
|
40
|
-
type: 'object',
|
|
41
|
-
properties: {
|
|
42
|
-
path: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
pattern: '^([\\d\\w._-]+)$',
|
|
45
|
-
},
|
|
46
|
-
actions: {
|
|
47
|
-
type: 'array',
|
|
48
|
-
items: {
|
|
49
|
-
type: 'string',
|
|
50
|
-
enum: ['get', 'add', 'edit', 'del'],
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
},*/
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
},
|
|
1
|
+
export default null;
|
|
2
|
+
export { accessGroupSchema, accessGroupPostSchema }
|
|
3
|
+
|
|
4
|
+
const accessGroupSchema = {
|
|
5
|
+
params: {
|
|
6
|
+
type: 'object',
|
|
7
|
+
properties: {
|
|
8
|
+
id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
|
9
|
+
},
|
|
10
|
+
required: ['id'],
|
|
11
|
+
},
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const accessGroupPostSchema = {
|
|
15
|
+
params: {
|
|
16
|
+
type: 'object',
|
|
17
|
+
properties: {
|
|
18
|
+
id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
|
19
|
+
},
|
|
20
|
+
required: ['id'],
|
|
21
|
+
},
|
|
22
|
+
body: {
|
|
23
|
+
type: 'object',
|
|
24
|
+
properties: {
|
|
25
|
+
users: {
|
|
26
|
+
type: 'array',
|
|
27
|
+
items: {
|
|
28
|
+
type: 'object',
|
|
29
|
+
properties: {
|
|
30
|
+
id: {
|
|
31
|
+
type: 'string',
|
|
32
|
+
pattern: '^([\\d\\w._-]+)$',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
routes: {
|
|
38
|
+
type: 'array',
|
|
39
|
+
/*items: {
|
|
40
|
+
type: 'object',
|
|
41
|
+
properties: {
|
|
42
|
+
path: {
|
|
43
|
+
type: 'string',
|
|
44
|
+
pattern: '^([\\d\\w._-]+)$',
|
|
45
|
+
},
|
|
46
|
+
actions: {
|
|
47
|
+
type: 'array',
|
|
48
|
+
items: {
|
|
49
|
+
type: 'string',
|
|
50
|
+
enum: ['get', 'add', 'edit', 'del'],
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
},*/
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
58
|
};
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
import { handlebars, getMeta, getTemplate } from '@opengis/fastify-table/utils.js';
|
|
2
|
-
|
|
3
|
-
export default async function calendarData({
|
|
4
|
-
pg, params = {}, query = {}, session = {},
|
|
5
|
-
}) {
|
|
6
|
-
const { name } = params;
|
|
7
|
-
const { uid } = session.passport?.user || {};
|
|
8
|
-
if (!name) {
|
|
9
|
-
return { message: 'not enough params: name', status: 400 };
|
|
10
|
-
}
|
|
11
|
-
const { date, sql } = query;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const body = await getTemplate('calendar', name);
|
|
15
|
-
|
|
16
|
-
if (!body) {
|
|
17
|
-
return { message: `calendar not found: ${name}`, status: 404 };
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
const {
|
|
21
|
-
title,
|
|
22
|
-
table,
|
|
23
|
-
query: query1 = '1=1',
|
|
24
|
-
meta = {},
|
|
25
|
-
filter = [],
|
|
26
|
-
} = body;
|
|
27
|
-
|
|
28
|
-
if (!table) {
|
|
29
|
-
return { message: 'not enough calendar params: table', status: 404 };
|
|
30
|
-
}
|
|
31
|
-
if (!pg.pk?.[table]) {
|
|
32
|
-
return { message: `table pkey not found: ${table}`, status: 404 };
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
const filterWhere = filter?.length && query.filter?.length
|
|
36
|
-
? filter.filter((el) => (Object.hasOwn(el, 'enabled') ? el?.enabled : true))
|
|
37
|
-
.map((el) => {
|
|
38
|
-
const val = query.filter.split(',').find((e) => e?.split('=')?.shift()?.includes(el.column || el.name))?.split('=')?.pop();
|
|
39
|
-
if (val) return el.column && val ? `(${[`${el.column}::text='${val.replace(/'/g,"''")}'::text`, el.query].filter((el) => el).join(' and ')})` : el.query;
|
|
40
|
-
}).filter((el) => el).join(' and ')
|
|
41
|
-
: undefined;
|
|
42
|
-
// console.log(filterWhere);
|
|
43
|
-
|
|
44
|
-
const queryWhere = await handlebars.compile(query1)({ uid });
|
|
45
|
-
const filterDate = date ? `date_trunc('month', "${meta?.date || meta?.start}"::date)='${date}'::date` : undefined;
|
|
46
|
-
const where = [queryWhere, filterDate, filterWhere].filter((el) => el).join(' and ');
|
|
47
|
-
|
|
48
|
-
const filtersByColumn = filter.filter((el) => (Object.hasOwn(el, 'enabled') ? el?.enabled : true) && el?.column);
|
|
49
|
-
|
|
50
|
-
const filters = [];
|
|
51
|
-
if (filtersByColumn?.length) {
|
|
52
|
-
await Promise.all(filtersByColumn.map(async (el) => {
|
|
53
|
-
const { rows: filterData = [] } = await pg.query(`select $1 as id, count(*) from $2
|
|
54
|
-
where ${el.query || '1=1'} and ${filterWhere || '1=1'} group by $1`, [el.column, table] );
|
|
55
|
-
if (!filterData?.length) return;
|
|
56
|
-
|
|
57
|
-
// const clsData = await getSelectVal({ pg, name: el.cls, values: filterData.map((el) => el.id) });
|
|
58
|
-
const clsData = el.cls ? await getTemplate(['cls', 'select'], el.cls) : undefined;
|
|
59
|
-
|
|
60
|
-
if (!el.cls) {
|
|
61
|
-
filterData.forEach((el1) => filters.push(el1));
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
filterData.forEach((el1) => {
|
|
66
|
-
const cls = clsData.find((item) => item.id === el1.id.toString());
|
|
67
|
-
Object.assign(el1, { title: cls?.text, color: cls?.color });
|
|
68
|
-
filters.push(el1);
|
|
69
|
-
});
|
|
70
|
-
}));
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
const tableMeta = await getMeta({ pg, table });
|
|
74
|
-
const columnList = tableMeta?.columns?.map((el) => el?.name);
|
|
75
|
-
const columns = Object.keys(meta).filter((el) => ['date', 'start','end','title','status'].includes(el) && columnList.includes(meta[el])).map((el) => `"${meta[el]}" as ${el}`);
|
|
76
|
-
|
|
77
|
-
if (!columns?.length) {
|
|
78
|
-
return { message: `calendar param meta is invalid: invalid/empty keys`, status: 404 };
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
const q = `select &1 from $2 where $3`;
|
|
82
|
-
if (sql) return q;
|
|
83
|
-
|
|
84
|
-
const { rows = [] } = await pg.query(q, [columns.join(','), table, where]);
|
|
85
|
-
|
|
86
|
-
return { title, filters, rows };
|
|
87
|
-
|
|
1
|
+
import { handlebars, getMeta, getTemplate } from '@opengis/fastify-table/utils.js';
|
|
2
|
+
|
|
3
|
+
export default async function calendarData({
|
|
4
|
+
pg, params = {}, query = {}, session = {},
|
|
5
|
+
}) {
|
|
6
|
+
const { name } = params;
|
|
7
|
+
const { uid } = session.passport?.user || {};
|
|
8
|
+
if (!name) {
|
|
9
|
+
return { message: 'not enough params: name', status: 400 };
|
|
10
|
+
}
|
|
11
|
+
const { date, sql } = query;
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
const body = await getTemplate('calendar', name);
|
|
15
|
+
|
|
16
|
+
if (!body) {
|
|
17
|
+
return { message: `calendar not found: ${name}`, status: 404 };
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const {
|
|
21
|
+
title,
|
|
22
|
+
table,
|
|
23
|
+
query: query1 = '1=1',
|
|
24
|
+
meta = {},
|
|
25
|
+
filter = [],
|
|
26
|
+
} = body;
|
|
27
|
+
|
|
28
|
+
if (!table) {
|
|
29
|
+
return { message: 'not enough calendar params: table', status: 404 };
|
|
30
|
+
}
|
|
31
|
+
if (!pg.pk?.[table]) {
|
|
32
|
+
return { message: `table pkey not found: ${table}`, status: 404 };
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
const filterWhere = filter?.length && query.filter?.length
|
|
36
|
+
? filter.filter((el) => (Object.hasOwn(el, 'enabled') ? el?.enabled : true))
|
|
37
|
+
.map((el) => {
|
|
38
|
+
const val = query.filter.split(',').find((e) => e?.split('=')?.shift()?.includes(el.column || el.name))?.split('=')?.pop();
|
|
39
|
+
if (val) return el.column && val ? `(${[`${el.column}::text='${val.replace(/'/g,"''")}'::text`, el.query].filter((el) => el).join(' and ')})` : el.query;
|
|
40
|
+
}).filter((el) => el).join(' and ')
|
|
41
|
+
: undefined;
|
|
42
|
+
// console.log(filterWhere);
|
|
43
|
+
|
|
44
|
+
const queryWhere = await handlebars.compile(query1)({ uid });
|
|
45
|
+
const filterDate = date ? `date_trunc('month', "${meta?.date || meta?.start}"::date)='${date}'::date` : undefined;
|
|
46
|
+
const where = [queryWhere, filterDate, filterWhere].filter((el) => el).join(' and ');
|
|
47
|
+
|
|
48
|
+
const filtersByColumn = filter.filter((el) => (Object.hasOwn(el, 'enabled') ? el?.enabled : true) && el?.column);
|
|
49
|
+
|
|
50
|
+
const filters = [];
|
|
51
|
+
if (filtersByColumn?.length) {
|
|
52
|
+
await Promise.all(filtersByColumn.map(async (el) => {
|
|
53
|
+
const { rows: filterData = [] } = await pg.query(`select $1 as id, count(*) from $2
|
|
54
|
+
where ${el.query || '1=1'} and ${filterWhere || '1=1'} group by $1`, [el.column, table] );
|
|
55
|
+
if (!filterData?.length) return;
|
|
56
|
+
|
|
57
|
+
// const clsData = await getSelectVal({ pg, name: el.cls, values: filterData.map((el) => el.id) });
|
|
58
|
+
const clsData = el.cls ? await getTemplate(['cls', 'select'], el.cls) : undefined;
|
|
59
|
+
|
|
60
|
+
if (!el.cls) {
|
|
61
|
+
filterData.forEach((el1) => filters.push(el1));
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
filterData.forEach((el1) => {
|
|
66
|
+
const cls = clsData.find((item) => item.id === el1.id.toString());
|
|
67
|
+
Object.assign(el1, { title: cls?.text, color: cls?.color });
|
|
68
|
+
filters.push(el1);
|
|
69
|
+
});
|
|
70
|
+
}));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
const tableMeta = await getMeta({ pg, table });
|
|
74
|
+
const columnList = tableMeta?.columns?.map((el) => el?.name);
|
|
75
|
+
const columns = Object.keys(meta).filter((el) => ['date', 'start','end','title','status'].includes(el) && columnList.includes(meta[el])).map((el) => `"${meta[el]}" as ${el}`);
|
|
76
|
+
|
|
77
|
+
if (!columns?.length) {
|
|
78
|
+
return { message: `calendar param meta is invalid: invalid/empty keys`, status: 404 };
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
const q = `select &1 from $2 where $3`;
|
|
82
|
+
if (sql) return q;
|
|
83
|
+
|
|
84
|
+
const { rows = [] } = await pg.query(q, [columns.join(','), table, where]);
|
|
85
|
+
|
|
86
|
+
return { title, filters, rows };
|
|
87
|
+
|
|
88
88
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import calendarData from "./controllers/calendar.data.js";
|
|
2
|
-
|
|
3
|
-
import { calendarDataSchema } from './schema.js';
|
|
4
|
-
|
|
5
|
-
export default async function route(fastify) {
|
|
6
|
-
fastify.get('/calendar/:name', { schema: calendarDataSchema }, calendarData);
|
|
7
|
-
}
|
|
1
|
+
import calendarData from "./controllers/calendar.data.js";
|
|
2
|
+
|
|
3
|
+
import { calendarDataSchema } from './schema.js';
|
|
4
|
+
|
|
5
|
+
export default async function route(fastify) {
|
|
6
|
+
fastify.get('/calendar/:name', { schema: calendarDataSchema }, calendarData);
|
|
7
|
+
}
|