@opengis/admin 0.3.24 → 0.3.26

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.
Files changed (202) hide show
  1. package/README.md +97 -97
  2. package/config.js +4 -4
  3. package/dist/{add-page-CY3jyjng.js → add-page-B3H-0GBH.js} +25 -20
  4. package/dist/{admin-interface-B09NhAi-.js → admin-interface-CpMI-QOq.js} +502 -481
  5. package/dist/{admin-view-obFqHA0_.js → admin-view-BuCmto5A.js} +8 -8
  6. package/dist/admin.js +1 -1
  7. package/dist/admin.umd.cjs +76 -76
  8. package/dist/assets/logo.svg +41 -41
  9. package/dist/{card-view-CAnhvY0b.js → card-view-C4EvhyJT.js} +3 -3
  10. package/dist/edit-page-Bk2BoWiz.js +145 -0
  11. package/dist/{import-file-DAyouRPm.js → import-file-DoPKjOx2.js} +21832 -21926
  12. package/dist/{profile-page-Cm3oX_ZN.js → profile-page-D2CDkSuS.js} +5 -5
  13. package/dist/style.css +1 -1
  14. package/module/settings/card/admin.accounts.table/index.yml +7 -7
  15. package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
  16. package/module/settings/card/admin.accounts.table/users.hbs +13 -13
  17. package/module/settings/card/admin.roles.table/access.hbs +11 -11
  18. package/module/settings/card/admin.roles.table/general_info.hbs +9 -9
  19. package/module/settings/card/admin.roles.table/index.yml +22 -22
  20. package/module/settings/card/admin.roles.table/users.hbs +12 -12
  21. package/module/settings/card/admin.routes.table/general_info.hbs +13 -13
  22. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  23. package/module/settings/card/admin.routes.table/index.yml +15 -15
  24. package/module/settings/card/admin.routes.table/users.hbs +16 -16
  25. package/module/settings/card/admin.table_properties.table/custom_columns.hbs +22 -22
  26. package/module/settings/card/admin.table_properties.table/index.yml +12 -12
  27. package/module/settings/card/admin.table_properties.table/info.hbs +17 -17
  28. package/module/settings/card/admin.users.table/general_info.hbs +18 -18
  29. package/module/settings/card/admin.users.table/index.yml +20 -20
  30. package/module/settings/card/admin.users.table/last_login.hbs +17 -17
  31. package/module/settings/card/admin.users.table/logs.hbs +16 -16
  32. package/module/settings/card/admin.users.table/routes.hbs +13 -13
  33. package/module/settings/card/admin.users.table/user_roles.hbs +35 -35
  34. package/module/settings/cls/change_type.json +13 -13
  35. package/module/settings/cls/core.actions.json +17 -17
  36. package/module/settings/cls/core.column_type.json +14 -14
  37. package/module/settings/cls/core.scope.json +13 -13
  38. package/module/settings/cls/properties.site_status.json +13 -13
  39. package/module/settings/cls/properties.widget_status.json +13 -13
  40. package/module/settings/cls/users.user_type.json +13 -13
  41. package/module/settings/cls/yes_no.json +11 -11
  42. package/module/settings/form/admin.accounts.form.json +13 -13
  43. package/module/settings/form/admin.custom_column.form.json +55 -55
  44. package/module/settings/form/admin.properties.form.json +15 -15
  45. package/module/settings/form/admin.roles.form.json +21 -21
  46. package/module/settings/form/admin.routes.form.json +25 -25
  47. package/module/settings/form/admin.rules.form.json +30 -30
  48. package/module/settings/form/admin.table_properties.form.json +19 -19
  49. package/module/settings/form/admin.user_properties.form.json +15 -15
  50. package/module/settings/form/admin.user_roles.form.json +24 -24
  51. package/module/settings/form/admin.user_roles_card.form.json +13 -13
  52. package/module/settings/form/admin.users.form.json +177 -177
  53. package/module/settings/form/admin.users_edit.form.json +145 -145
  54. package/module/settings/form/context.account_grants.form.json +24 -24
  55. package/module/settings/form/context.account_users.form.json +12 -12
  56. package/module/settings/form/user.user_roles.form.json +13 -13
  57. package/module/settings/interface/admin.properties.json +4 -4
  58. package/module/settings/interface/admin.roles.json +4 -4
  59. package/module/settings/interface/admin.routes.json +4 -4
  60. package/module/settings/interface/admin.users.json +4 -4
  61. package/module/settings/menu.json +72 -72
  62. package/module/settings/select/core.routes.sql +1 -1
  63. package/module/settings/select/core.user_mentioned.sql +1 -1
  64. package/module/settings/select/core.user_uid.sql +1 -1
  65. package/module/settings/table/admin.accounts.table.json +49 -49
  66. package/module/settings/table/admin.custom_column.table.json +100 -100
  67. package/module/settings/table/admin.properties.table.json +39 -39
  68. package/module/settings/table/admin.roles.table.json +77 -77
  69. package/module/settings/table/admin.routes.table.json +73 -73
  70. package/module/settings/table/admin.rules.table.json +77 -77
  71. package/module/settings/table/admin.table_properties.table.json +37 -37
  72. package/module/settings/table/admin.user_properties.table.json +34 -34
  73. package/module/settings/table/admin.user_roles.table.json +74 -74
  74. package/module/settings/table/admin.users.table.json +135 -135
  75. package/module/settings/table/context.account_grants.table.json +88 -88
  76. package/module/settings/table/context.account_users.table.json +53 -53
  77. package/module/settings/table/log.table_changes.table.json +100 -100
  78. package/package.json +102 -102
  79. package/plugin.js +30 -30
  80. package/server/helpers/core/badge.js +16 -16
  81. package/server/helpers/core/buttonHelper.js +21 -21
  82. package/server/helpers/core/coalesce.js +7 -7
  83. package/server/helpers/core/select.js +48 -48
  84. package/server/helpers/core/token.js +18 -18
  85. package/server/helpers/index.js +40 -40
  86. package/server/helpers/list/buttonHelper.js +21 -21
  87. package/server/helpers/list/descriptionList.js +45 -45
  88. package/server/helpers/list/tableList.js +82 -82
  89. package/server/helpers/list/utils/buttonDel.js +12 -12
  90. package/server/helpers/list/utils/buttonEdit.js +14 -14
  91. package/server/helpers/temp/contentList.js +58 -58
  92. package/server/helpers/temp/ifCond.js +101 -101
  93. package/server/helpers/utils/button.js +5 -5
  94. package/server/helpers/utils/buttonAdd.js +6 -6
  95. package/server/helpers/utils/buttonDel.js +6 -6
  96. package/server/helpers/utils/buttonEdit.js +5 -5
  97. package/server/helpers/utils/mdToHTML.js +17 -17
  98. package/server/helpers/utils/paddingNumber.js +3 -3
  99. package/server/plugins/access/funcs/getAdminAccess.js +12 -12
  100. package/server/plugins/access/index.mjs +6 -6
  101. package/server/plugins/adminHook.js +81 -81
  102. package/server/plugins/cron.js +10 -10
  103. package/server/plugins/docs.js +28 -28
  104. package/server/plugins/hook.js +276 -276
  105. package/server/plugins/vite.js +77 -77
  106. package/server/routes/access/controllers/access.group.js +29 -29
  107. package/server/routes/access/controllers/access.group.post.js +54 -54
  108. package/server/routes/access/controllers/access.interface.js +33 -33
  109. package/server/routes/access/index.mjs +11 -11
  110. package/server/routes/access/schema.mjs +67 -67
  111. package/server/routes/calendar/controllers/calendar.data.js +125 -125
  112. package/server/routes/calendar/index.mjs +7 -7
  113. package/server/routes/calendar/schema.js +21 -21
  114. package/server/routes/data/controllers/cardData.js +127 -127
  115. package/server/routes/data/controllers/cardTabData.js +49 -49
  116. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  117. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  118. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  119. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  120. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  121. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  122. package/server/routes/data/controllers/tableData.js +31 -31
  123. package/server/routes/data/controllers/tableDataId.js +27 -27
  124. package/server/routes/data/controllers/tableFilter.js +9 -9
  125. package/server/routes/data/controllers/tableInfo.js +112 -112
  126. package/server/routes/data/controllers/tokenInfo.js +9 -9
  127. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  128. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  129. package/server/routes/data/index.mjs +20 -20
  130. package/server/routes/data/schema.js +54 -54
  131. package/server/routes/dblist/controllers/readItems.js +20 -20
  132. package/server/routes/dblist/controllers/setItem.js +22 -22
  133. package/server/routes/dblist/index.mjs +18 -18
  134. package/server/routes/dblist/utils/formatData.js +7 -7
  135. package/server/routes/menu/controllers/getMenu.js +77 -77
  136. package/server/routes/menu/controllers/interfaces.js +20 -20
  137. package/server/routes/menu/index.mjs +7 -7
  138. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  139. package/server/routes/notifications/controllers/testEmail.js +35 -35
  140. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  141. package/server/routes/notifications/funcs/addNotification.js +21 -21
  142. package/server/routes/notifications/funcs/sendNotification.js +92 -92
  143. package/server/routes/notifications/hook/onWidgetSet.js +56 -56
  144. package/server/routes/notifications/index.mjs +26 -26
  145. package/server/routes/notifications/schema.js +16 -16
  146. package/server/routes/print/controllers/cardPrint.js +135 -135
  147. package/server/routes/print/controllers/printTemplate.add.js +37 -37
  148. package/server/routes/print/controllers/printTemplate.delete.js +29 -29
  149. package/server/routes/print/controllers/printTemplate.edit.js +42 -42
  150. package/server/routes/print/controllers/printTemplate.js +67 -67
  151. package/server/routes/print/controllers/printTemplateList.js +19 -19
  152. package/server/routes/print/controllers/printTemplatePreview.js +87 -87
  153. package/server/routes/print/index.mjs +19 -19
  154. package/server/routes/properties/controllers/admin.properties.get.js +31 -31
  155. package/server/routes/properties/controllers/table.properties.get.js +120 -120
  156. package/server/routes/properties/controllers/table.properties.post.js +115 -115
  157. package/server/routes/properties/controllers/user.properties.get.js +19 -19
  158. package/server/routes/properties/controllers/user.properties.post.js +10 -10
  159. package/server/routes/properties/index.mjs +21 -21
  160. package/server/routes/properties/schema.js +10 -10
  161. package/server/routes/properties/utils/dataInsert.js +26 -26
  162. package/server/routes/properties/utils/getColumnMetaData.js +17 -17
  163. package/server/routes/properties/utils/refreshData.js +128 -128
  164. package/server/routes/report/controllers/data.js +76 -76
  165. package/server/routes/report/controllers/list.js +18 -18
  166. package/server/routes/report/index.mjs +7 -7
  167. package/server/routes/report/utils/formatValue.js +179 -179
  168. package/server/routes/report/utils/getFilterQuery.js +67 -67
  169. package/server/routes/root.mjs +3 -3
  170. package/server/routes/templates/controllers/getTemplate.js +44 -44
  171. package/server/routes/templates/index.mjs +16 -16
  172. package/server/routes/templates/schema.js +8 -8
  173. package/server/routes/user/controllers/user.cls.id.js +14 -14
  174. package/server/routes/user/controllers/user.cls.js +72 -72
  175. package/server/routes/user/controllers/user.cls.post.js +54 -54
  176. package/server/routes/user/controllers/user.info.js +17 -17
  177. package/server/routes/user/schema.js +14 -14
  178. package/server/routes/util/controllers/code.generator.js +89 -89
  179. package/server/routes/util/index.mjs +5 -5
  180. package/server/routes/widget/controllers/widget.del.js +63 -63
  181. package/server/routes/widget/controllers/widget.get.js +125 -125
  182. package/server/routes/widget/controllers/widget.set.js +84 -84
  183. package/server/routes/widget/hook/onWidgetSet.js +12 -12
  184. package/server/routes/widget/index.mjs +16 -16
  185. package/server/routes/widget/schema.js +12 -12
  186. package/server/templates/cls/itree.recrzone_category.json +73 -73
  187. package/server/templates/cls/test.json +9 -9
  188. package/server/templates/form/admin.profile.form.json +31 -31
  189. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  190. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  191. package/server/templates/form/cp_building.form.json +32 -32
  192. package/server/templates/form/form-user-pass.json +10 -10
  193. package/server/templates/form/form-user_group.json +39 -39
  194. package/server/templates/form/form-users.json +156 -156
  195. package/server/templates/form/user_group_access.form.json +22 -22
  196. package/server/templates/pt/card-print.pt.hbs +245 -245
  197. package/server/templates/select/account_id.json +2 -2
  198. package/server/templates/table/gis.dataset.table.json +43 -43
  199. package/server/templates/table/management.user_group.table.json +112 -112
  200. package/server/templates/table/management.users.table.json +126 -126
  201. package/utils.js +26 -26
  202. package/dist/edit-page-DOpbSZWg.js +0 -140
@@ -1,35 +1,35 @@
1
- import config from '../../../../config.js';
2
-
3
- import sendNotification from '../funcs/sendNotification.js';
4
-
5
- export default async function testNotification({
6
- pg, query = {}, session = {},
7
- }) {
8
- const { local } = config || {};
9
-
10
- if (!session?.passport?.user?.user_type?.includes('admin') && !local) {
11
- return { message: 'Forbidden', status: 403 };
12
- }
13
-
14
- const date = new Date().toISOString().split('T')[0];
15
- if (!query.to) {
16
- return { message: 'param to is required', status: 400 };
17
- }
18
-
19
- const {
20
- to, template, table, id, nocache,
21
- } = query;
22
-
23
- const data = await sendNotification({
24
- pg,
25
- to,
26
- template,
27
- title: `Test Softpro ${date}`,
28
- table,
29
- nocache,
30
- id,
31
- message: `Test mail Softpro ${date} Lorem Ipsum Lorem Ipsum`,
32
- });
33
-
34
- return { message: data || 'ok' };
35
- }
1
+ import config from '../../../../config.js';
2
+
3
+ import sendNotification from '../funcs/sendNotification.js';
4
+
5
+ export default async function testNotification({
6
+ pg, query = {}, session = {},
7
+ }) {
8
+ const { local } = config || {};
9
+
10
+ if (!session?.passport?.user?.user_type?.includes('admin') && !local) {
11
+ return { message: 'Forbidden', status: 403 };
12
+ }
13
+
14
+ const date = new Date().toISOString().split('T')[0];
15
+ if (!query.to) {
16
+ return { message: 'param to is required', status: 400 };
17
+ }
18
+
19
+ const {
20
+ to, template, table, id, nocache,
21
+ } = query;
22
+
23
+ const data = await sendNotification({
24
+ pg,
25
+ to,
26
+ template,
27
+ title: `Test Softpro ${date}`,
28
+ table,
29
+ nocache,
30
+ id,
31
+ message: `Test mail Softpro ${date} Lorem Ipsum Lorem Ipsum`,
32
+ });
33
+
34
+ return { message: data || 'ok' };
35
+ }
@@ -1,53 +1,53 @@
1
- // for example only
2
- /*
3
- const res = await dataInsert({
4
- pg,
5
- table: 'crm.notifications',
6
- data: {
7
- subject: 'notif title',
8
- body: 'notif body',
9
- link: 'http://localhost:3000/api/notification',
10
- addressee_id: userId,
11
- author_id: userId,
12
- },
13
- });
14
- */
15
-
16
- import { getSelectVal } from '@opengis/fastify-table/utils.js';
17
-
18
- const maxLimit = 100;
19
-
20
- export default async function userNotifications({
21
- pg, query = {}, session = {},
22
- }) {
23
- const time = Date.now();
24
-
25
- const { uid } = session.passport?.user || {};
26
-
27
- if (!uid) {
28
- return { message: 'access restricted', status: 403 };
29
- }
30
-
31
- const limit = Math.min(maxLimit, +(query.limit || 5));
32
- const offset = query.page && query.page > 0 ? (query.page - 1) * limit : 0;
33
-
34
- const q = `select notification_id as id, subject, body, cdate,
35
- author_id, read, link, entity_id, (select avatar from admin.users where uid=a.author_id limit 1) as avatar from crm.notifications a where addressee_id=$1 order by cdate desc limit $2 offset $3`;
36
-
37
- if (query.sql) return q;
38
-
39
- const { rows = [] } = await pg.query(q, [uid, limit, offset]);
40
-
41
- const values = rows.map((el) => el.author_id)
42
- ?.filter((el, idx, arr) => el && arr.indexOf(el) === idx);
43
-
44
- if (values?.length) {
45
- const vals = await getSelectVal({ name: 'core.user_mentioned', values });
46
- rows.forEach((row) => {
47
- Object.assign(row, { author: vals?.[row.author_id] });
48
- });
49
- }
50
-
51
- return { time: Date.now() - time, total: rows?.length, rows };
52
-
53
- }
1
+ // for example only
2
+ /*
3
+ const res = await dataInsert({
4
+ pg,
5
+ table: 'crm.notifications',
6
+ data: {
7
+ subject: 'notif title',
8
+ body: 'notif body',
9
+ link: 'http://localhost:3000/api/notification',
10
+ addressee_id: userId,
11
+ author_id: userId,
12
+ },
13
+ });
14
+ */
15
+
16
+ import { getSelectVal } from '@opengis/fastify-table/utils.js';
17
+
18
+ const maxLimit = 100;
19
+
20
+ export default async function userNotifications({
21
+ pg, query = {}, session = {},
22
+ }) {
23
+ const time = Date.now();
24
+
25
+ const { uid } = session.passport?.user || {};
26
+
27
+ if (!uid) {
28
+ return { message: 'access restricted', status: 403 };
29
+ }
30
+
31
+ const limit = Math.min(maxLimit, +(query.limit || 5));
32
+ const offset = query.page && query.page > 0 ? (query.page - 1) * limit : 0;
33
+
34
+ const q = `select notification_id as id, subject, body, cdate,
35
+ author_id, read, link, entity_id, (select avatar from admin.users where uid=a.author_id limit 1) as avatar from crm.notifications a where addressee_id=$1 order by cdate desc limit $2 offset $3`;
36
+
37
+ if (query.sql) return q;
38
+
39
+ const { rows = [] } = await pg.query(q, [uid, limit, offset]);
40
+
41
+ const values = rows.map((el) => el.author_id)
42
+ ?.filter((el, idx, arr) => el && arr.indexOf(el) === idx);
43
+
44
+ if (values?.length) {
45
+ const vals = await getSelectVal({ name: 'core.user_mentioned', values });
46
+ rows.forEach((row) => {
47
+ Object.assign(row, { author: vals?.[row.author_id] });
48
+ });
49
+ }
50
+
51
+ return { time: Date.now() - time, total: rows?.length, rows };
52
+
53
+ }
@@ -1,21 +1,21 @@
1
- import { dataInsert } from '@opengis/fastify-table/utils.js';
2
-
3
- export default async function addNotification({
4
- pg, session = {}, subject, body, link, uid, entity,
5
- }) {
6
- const { uid: author } = session.passport?.user || {};
7
- const res = await dataInsert({
8
- pg,
9
- table: 'crm.notifications',
10
- data: {
11
- subject,
12
- body,
13
- link,
14
- addressee_id: uid,
15
- author_id: author,
16
- entity_id: entity,
17
- uid: author,
18
- },
19
- });
20
- return res?.rows?.[0] || {};
21
- }
1
+ import { dataInsert } from '@opengis/fastify-table/utils.js';
2
+
3
+ export default async function addNotification({
4
+ pg, session = {}, subject, body, link, uid, entity,
5
+ }) {
6
+ const { uid: author } = session.passport?.user || {};
7
+ const res = await dataInsert({
8
+ pg,
9
+ table: 'crm.notifications',
10
+ data: {
11
+ subject,
12
+ body,
13
+ link,
14
+ addressee_id: uid,
15
+ author_id: author,
16
+ entity_id: entity,
17
+ uid: author,
18
+ },
19
+ });
20
+ return res?.rows?.[0] || {};
21
+ }
@@ -1,92 +1,92 @@
1
- // eslint-disable-next-line max-len, no-control-regex
2
- const emailReg = /(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/g;
3
-
4
- import sendEmail from './utils/sendEmail.js';
5
-
6
- import { handlebars, pgClients, getTemplate, getRedis, logger } from '@opengis/fastify-table/utils.js';
7
-
8
- async function generateNotificationContent({
9
- pg, table, template, id, message, data: data1,
10
- }) {
11
- if (template) {
12
- const data = table && id ? await pg.one(`select * from ${table} where ${pg.pk[table]}=$1`, [id]) : data1;
13
- // console.log(data);
14
- const body = await getTemplate('pt', template);
15
- // console.log(body);
16
- const html = handlebars.compile(body || template || 'template not found')(data || {});
17
- // console.log(html);
18
- return html;
19
- }
20
- return message;
21
- }
22
-
23
- // to do: refactor fastify-file to remove funcs completely
24
- export default async function notification({
25
- pg = pgClients.client,
26
- provider = ['email'],
27
- from,
28
- to,
29
- template,
30
- table,
31
- message,
32
- title,
33
- file,
34
- data,
35
- id,
36
- nocache,
37
- }) {
38
- const rclient = getRedis();
39
-
40
- if (!pg) throw new Error('need pg');
41
-
42
- if (pg?.readonly) {
43
- return null;
44
- }
45
-
46
- const keyTo = `${pg.options?.database}:mail:${provider[0]}:${to || ''}${id || ''}${table || ''}${title || ''}`;
47
- const uniqueTo = await rclient.setnx(keyTo, 1);
48
-
49
-
50
- if (!uniqueTo && !nocache) {
51
- logger.file('notification/sent', { keyTo, send: uniqueTo, nocache });
52
- return `already sent: ${keyTo}`;
53
- }
54
- await rclient.expire(keyTo, 1000 * 600);
55
-
56
- if (!to.length) {
57
- return null;
58
- }
59
-
60
- if (!(Array.isArray(provider) && provider.length)) {
61
- return 'notification provider - must be array and not empty';
62
- }
63
-
64
- const html = await generateNotificationContent({
65
- pg, table, template, id, message, data,
66
- });
67
-
68
- if (provider.includes('email')) {
69
- const files = Array.isArray(file) ? file : [file];
70
- const attachments = files?.length && false ? await Promise.all(files?.filter((el) => el).map(async (el) => {
71
- /* const content = await downloadFile(el, { buffer: true }); // ?
72
- return {
73
- filename: el.split('/').pop(),
74
- encoding: 'base64',
75
- content,
76
- }; */
77
- })) : [];
78
-
79
- const toEmail = Array.isArray(to) ? to.map((emails) => emails.match(emailReg)?.join(',')) : to;
80
-
81
- const result = await sendEmail({
82
- attachments,
83
- html,
84
- subject: title,
85
- from,
86
- to: toEmail,
87
- });
88
-
89
- return result;
90
- }
91
- return null;
92
- }
1
+ // eslint-disable-next-line max-len, no-control-regex
2
+ const emailReg = /(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/g;
3
+
4
+ import sendEmail from './utils/sendEmail.js';
5
+
6
+ import { handlebars, pgClients, getTemplate, getRedis, logger } from '@opengis/fastify-table/utils.js';
7
+
8
+ async function generateNotificationContent({
9
+ pg, table, template, id, message, data: data1,
10
+ }) {
11
+ if (template) {
12
+ const data = table && id ? await pg.one(`select * from ${table} where ${pg.pk[table]}=$1`, [id]) : data1;
13
+ // console.log(data);
14
+ const body = await getTemplate('pt', template);
15
+ // console.log(body);
16
+ const html = handlebars.compile(body || template || 'template not found')(data || {});
17
+ // console.log(html);
18
+ return html;
19
+ }
20
+ return message;
21
+ }
22
+
23
+ // to do: refactor fastify-file to remove funcs completely
24
+ export default async function notification({
25
+ pg = pgClients.client,
26
+ provider = ['email'],
27
+ from,
28
+ to,
29
+ template,
30
+ table,
31
+ message,
32
+ title,
33
+ file,
34
+ data,
35
+ id,
36
+ nocache,
37
+ }) {
38
+ const rclient = getRedis();
39
+
40
+ if (!pg) throw new Error('need pg');
41
+
42
+ if (pg?.readonly) {
43
+ return null;
44
+ }
45
+
46
+ const keyTo = `${pg.options?.database}:mail:${provider[0]}:${to || ''}${id || ''}${table || ''}${title || ''}`;
47
+ const uniqueTo = await rclient.setnx(keyTo, 1);
48
+
49
+
50
+ if (!uniqueTo && !nocache) {
51
+ logger.file('notification/sent', { keyTo, send: uniqueTo, nocache });
52
+ return `already sent: ${keyTo}`;
53
+ }
54
+ await rclient.expire(keyTo, 1000 * 600);
55
+
56
+ if (!to.length) {
57
+ return null;
58
+ }
59
+
60
+ if (!(Array.isArray(provider) && provider.length)) {
61
+ return 'notification provider - must be array and not empty';
62
+ }
63
+
64
+ const html = await generateNotificationContent({
65
+ pg, table, template, id, message, data,
66
+ });
67
+
68
+ if (provider.includes('email')) {
69
+ const files = Array.isArray(file) ? file : [file];
70
+ const attachments = files?.length && false ? await Promise.all(files?.filter((el) => el).map(async (el) => {
71
+ /* const content = await downloadFile(el, { buffer: true }); // ?
72
+ return {
73
+ filename: el.split('/').pop(),
74
+ encoding: 'base64',
75
+ content,
76
+ }; */
77
+ })) : [];
78
+
79
+ const toEmail = Array.isArray(to) ? to.map((emails) => emails.match(emailReg)?.join(',')) : to;
80
+
81
+ const result = await sendEmail({
82
+ attachments,
83
+ html,
84
+ subject: title,
85
+ from,
86
+ to: toEmail,
87
+ });
88
+
89
+ return result;
90
+ }
91
+ return null;
92
+ }
@@ -1,56 +1,56 @@
1
- /* eslint-disable camelcase */
2
- import { config, pgClients, getSelect } from '@opengis/fastify-table/utils.js';
3
-
4
- import { addNotification, sendNotification } from '../../../../utils.js';
5
-
6
- function sequence(arr, data, fn) {
7
- return arr.reduce((promise, row) => promise.then(() => fn({
8
- ...data, ...row,
9
- })), Promise.resolve());
10
- }
11
-
12
- export default async function onWidgetSet({ pg = pgClients?.client, link, session, type, payload: data = {} }) {
13
- const values = data.body?.match(/\B@[a-zA-z0-9а-яА-яіїІЇєЄ]+ [a-zA-z0-9а-яА-яіїІЇєЄ]+/g)
14
- ?.filter((el, idx, arr) => el?.replace && arr.indexOf(el) === idx)
15
- ?.map((el) => el.replace(/@/g, ''));
16
-
17
- if (type !== 'comment' || !values?.length) {
18
- return null;
19
- }
20
-
21
- const { sql } = await getSelect('core.user_mentioned');
22
-
23
- const { rows = [] } = await pg.query(`with data (id,name,email) as (${sql})
24
- select id, name, email from data where name = any($1)`, [values]);
25
-
26
- if (!rows?.length) {
27
- return null;
28
- }
29
-
30
- const message = `${data.body?.substring(0, 50)}...`;
31
- const subject = 'You were mentioned';
32
-
33
- await sequence(rows, {}, async ({ id, name, email }) => {
34
- const res = await addNotification({
35
- pg, session, subject, entity: data.entity_id, body: message, link, uid: id,
36
- });
37
- try {
38
- const res1 = await sendNotification({
39
- pg,
40
- to: email,
41
- // template,
42
- message,
43
- title: subject,
44
- data,
45
- nocache: 1,
46
- });
47
- if (config.local) console.info('comment notification', name, id, email, res1);
48
- await pg.query('update crm.notifications set sent=true where notification_id=$1', [res?.notification_id]);
49
- }
50
- catch (err) {
51
- console.error('comment notification send error', err.toString());
52
- }
53
- });
54
- console.log('comment notification add', rows);
55
- return null;
56
- }
1
+ /* eslint-disable camelcase */
2
+ import { config, pgClients, getSelect } from '@opengis/fastify-table/utils.js';
3
+
4
+ import { addNotification, sendNotification } from '../../../../utils.js';
5
+
6
+ function sequence(arr, data, fn) {
7
+ return arr.reduce((promise, row) => promise.then(() => fn({
8
+ ...data, ...row,
9
+ })), Promise.resolve());
10
+ }
11
+
12
+ export default async function onWidgetSet({ pg = pgClients?.client, link, session, type, payload: data = {} }) {
13
+ const values = data.body?.match(/\B@[a-zA-z0-9а-яА-яіїІЇєЄ]+ [a-zA-z0-9а-яА-яіїІЇєЄ]+/g)
14
+ ?.filter((el, idx, arr) => el?.replace && arr.indexOf(el) === idx)
15
+ ?.map((el) => el.replace(/@/g, ''));
16
+
17
+ if (type !== 'comment' || !values?.length) {
18
+ return null;
19
+ }
20
+
21
+ const { sql } = await getSelect('core.user_mentioned');
22
+
23
+ const { rows = [] } = await pg.query(`with data (id,name,email) as (${sql})
24
+ select id, name, email from data where name = any($1)`, [values]);
25
+
26
+ if (!rows?.length) {
27
+ return null;
28
+ }
29
+
30
+ const message = `${data.body?.substring(0, 50)}...`;
31
+ const subject = 'You were mentioned';
32
+
33
+ await sequence(rows, {}, async ({ id, name, email }) => {
34
+ const res = await addNotification({
35
+ pg, session, subject, entity: data.entity_id, body: message, link, uid: id,
36
+ });
37
+ try {
38
+ const res1 = await sendNotification({
39
+ pg,
40
+ to: email,
41
+ // template,
42
+ message,
43
+ title: subject,
44
+ data,
45
+ nocache: 1,
46
+ });
47
+ if (config.local) console.info('comment notification', name, id, email, res1);
48
+ await pg.query('update crm.notifications set sent=true where notification_id=$1', [res?.notification_id]);
49
+ }
50
+ catch (err) {
51
+ console.error('comment notification send error', err.toString());
52
+ }
53
+ });
54
+ console.log('comment notification add', rows);
55
+ return null;
56
+ }
@@ -1,26 +1,26 @@
1
- import { addHook } from '@opengis/fastify-table/utils.js';
2
-
3
- // api
4
- import testEmail from './controllers/testEmail.js';
5
- import readNotifications from './controllers/readNotifications.js'; // mark as read
6
- import userNotifications from './controllers/userNotifications.js'; // check all, backend pagination
7
-
8
- // hook
9
- import onWidgetSet from './hook/onWidgetSet.js'; // send notification on comment
10
-
11
- // funcs
12
- // import addNotification from '../notifications/funcs/addNotification.js'; // add to db
13
- // import notification from '../notifications/funcs/sendNotification.js'; // send notification
14
-
15
- import { notificationSchema, emailSchema } from './schema.js';
16
-
17
- export default async function route(fastify) {
18
-
19
- // fastify.decorate('addNotification', addNotification);
20
- // fastify.decorate('notification', notification);
21
-
22
- fastify.get('/test-email', { config: { policy: ['user'] }, schema: emailSchema }, testEmail);
23
- fastify.get('/notification', { config: { policy: ['user'] }, schema: notificationSchema }, userNotifications);
24
- fastify.get('/notification-read/:id?', { config: { policy: ['user'] }, schema: notificationSchema }, readNotifications);
25
- addHook('onWidgetSet', onWidgetSet);
26
- }
1
+ import { addHook } from '@opengis/fastify-table/utils.js';
2
+
3
+ // api
4
+ import testEmail from './controllers/testEmail.js';
5
+ import readNotifications from './controllers/readNotifications.js'; // mark as read
6
+ import userNotifications from './controllers/userNotifications.js'; // check all, backend pagination
7
+
8
+ // hook
9
+ import onWidgetSet from './hook/onWidgetSet.js'; // send notification on comment
10
+
11
+ // funcs
12
+ // import addNotification from '../notifications/funcs/addNotification.js'; // add to db
13
+ // import notification from '../notifications/funcs/sendNotification.js'; // send notification
14
+
15
+ import { notificationSchema, emailSchema } from './schema.js';
16
+
17
+ export default async function route(fastify) {
18
+
19
+ // fastify.decorate('addNotification', addNotification);
20
+ // fastify.decorate('notification', notification);
21
+
22
+ fastify.get('/test-email', { config: { policy: ['user'] }, schema: emailSchema }, testEmail);
23
+ fastify.get('/notification', { config: { policy: ['user'] }, schema: notificationSchema }, userNotifications);
24
+ fastify.get('/notification-read/:id?', { config: { policy: ['user'] }, schema: notificationSchema }, readNotifications);
25
+ addHook('onWidgetSet', onWidgetSet);
26
+ }
@@ -1,17 +1,17 @@
1
- const notificationSchema = {
2
- params: {
3
- id: { type: 'string', pattern: '^([\\d\\w]+)$' },
4
- },
5
- querystring: {
6
- nocache: { type: 'string', pattern: '^(\\d+)$' },
7
- },
8
- };
9
-
10
- const emailSchema = {
11
- quertstring: {
12
- to: { type: 'string', pattern: '^((?!\\.)[\\w\\-_.]*[^.])(@\\w+)(\\.\\w+(\\.\\w+)?[^.\\W])$' },
13
- },
14
- };
15
-
16
- export default null;
1
+ const notificationSchema = {
2
+ params: {
3
+ id: { type: 'string', pattern: '^([\\d\\w]+)$' },
4
+ },
5
+ querystring: {
6
+ nocache: { type: 'string', pattern: '^(\\d+)$' },
7
+ },
8
+ };
9
+
10
+ const emailSchema = {
11
+ quertstring: {
12
+ to: { type: 'string', pattern: '^((?!\\.)[\\w\\-_.]*[^.])(@\\w+)(\\.\\w+(\\.\\w+)?[^.\\W])$' },
13
+ },
14
+ };
15
+
16
+ export default null;
17
17
  export { notificationSchema, emailSchema }