isite 2024.8.3 → 2024.8.6

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 (133) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +1384 -1387
  3. package/apps/charts/site_files/html/PieChart.html +35 -35
  4. package/apps/charts/site_files/html/PieChart2.html +35 -35
  5. package/apps/charts/site_files/html/XYChart.html +42 -42
  6. package/apps/charts/site_files/html/column.html +60 -60
  7. package/apps/charts/site_files/html/gauge.html +44 -44
  8. package/apps/charts/site_files/html/index.html +92 -92
  9. package/apps/charts/site_files/html/line-graph.html +42 -42
  10. package/apps/charts/site_files/html/pie-chart-rounded-corners.html +38 -38
  11. package/apps/charts/site_files/html/simple-3D-pie-chart.html +43 -43
  12. package/apps/charts/site_files/js/chart-animated.js +2 -2
  13. package/apps/charts/site_files/json/PieChart.json +41 -41
  14. package/apps/charts/site_files/json/PieChart2.json +23 -23
  15. package/apps/charts/site_files/json/XYChart.json +74 -74
  16. package/apps/charts/site_files/json/bar-chart.json +99 -99
  17. package/apps/charts/site_files/json/column-chart.json +80 -80
  18. package/apps/charts/site_files/json/gauge.json +36 -36
  19. package/apps/charts/site_files/json/line-graph.json +1867 -1867
  20. package/apps/charts/site_files/json/pie-chart-rounded-corners.json +42 -42
  21. package/apps/charts/site_files/json/simple-3D-pie-chart.json +50 -50
  22. package/apps/client-side/package-lock.json +5 -5
  23. package/apps/client-side/package.json +21 -21
  24. package/apps/client-side/site_files/css/bootstrap3.css +5 -5
  25. package/apps/client-side/site_files/css/bootstrap4.css +6 -6
  26. package/apps/client-side/site_files/css/bootstrap5.css +6 -6
  27. package/apps/client-side/site_files/css/checkbox.css +125 -125
  28. package/apps/client-side/site_files/css/font-awesome.css +4616 -4616
  29. package/apps/client-side/site_files/css/font-awesome.min.css +4 -4
  30. package/apps/client-side/site_files/css/fonts.css +85 -85
  31. package/apps/client-side/site_files/css/help.css +51 -51
  32. package/apps/client-side/site_files/css/main-menu.css +66 -66
  33. package/apps/client-side/site_files/css/print.css +144 -144
  34. package/apps/client-side/site_files/css/prism.css +139 -139
  35. package/apps/client-side/site_files/css/progress.css +7 -7
  36. package/apps/client-side/site_files/css/radio.css +103 -103
  37. package/apps/client-side/site_files/css/scrollbar.css +13 -13
  38. package/apps/client-side/site_files/css/semantic.css +363 -363
  39. package/apps/client-side/site_files/css/table.css +87 -87
  40. package/apps/client-side/site_files/css/treeview.css +84 -84
  41. package/apps/client-side/site_files/css/ui.css +28 -28
  42. package/apps/client-side/site_files/css/video-js.min.css +1 -0
  43. package/apps/client-side/site_files/fonts/fontawesome-webfont.svg +2671 -2671
  44. package/apps/client-side/site_files/fonts/glyphicons-halflings-regular.svg +287 -287
  45. package/apps/client-side/site_files/fonts/icons.svg +684 -684
  46. package/apps/client-side/site_files/js/Youtube.min.js +1 -0
  47. package/apps/client-side/site_files/js/angular-animate.js +4179 -4179
  48. package/apps/client-side/site_files/js/angular.js +36599 -36599
  49. package/apps/client-side/site_files/js/angular.min.js +351 -351
  50. package/apps/client-side/site_files/js/angular.min.js.map +8 -8
  51. package/apps/client-side/site_files/js/barcode.js +1 -1
  52. package/apps/client-side/site_files/js/base64.js +319 -319
  53. package/apps/client-side/site_files/js/bootstrap-5-directive.js +1456 -1456
  54. package/apps/client-side/site_files/js/bootstrap3.js +6 -6
  55. package/apps/client-side/site_files/js/bootstrap4.js +6 -6
  56. package/apps/client-side/site_files/js/bootstrap5.js +6 -6
  57. package/apps/client-side/site_files/js/custom.js +149 -149
  58. package/apps/client-side/site_files/js/directive.min.js +1 -1
  59. package/apps/client-side/site_files/js/hijri.js +965 -965
  60. package/apps/client-side/site_files/js/jquery.js +2 -2
  61. package/apps/client-side/site_files/js/moment.js +4511 -4511
  62. package/apps/client-side/site_files/js/prism.js +6 -6
  63. package/apps/client-side/site_files/js/qrcode.js +1398 -1398
  64. package/apps/client-side/site_files/js/semantic.js +10 -10
  65. package/apps/client-side/site_files/js/video.min.js +53 -0
  66. package/apps/client-side/site_files/js/xlsx.js +23 -23
  67. package/apps/client-side/site_files/semantic-themes/default/assets/fonts/brand-icons.svg +1008 -1008
  68. package/apps/client-side/site_files/semantic-themes/default/assets/fonts/icons.svg +1518 -1518
  69. package/apps/client-side/site_files/semantic-themes/default/assets/fonts/outline-icons.svg +366 -366
  70. package/apps/client-side/site_files/webfonts/fa-brands-400.svg +3717 -3717
  71. package/apps/client-side/site_files/webfonts/fa-regular-400.svg +801 -801
  72. package/apps/client-side/site_files/webfonts/fa-solid-900.svg +5034 -5034
  73. package/apps/security/README.md +12 -12
  74. package/apps/security/app.js +288 -288
  75. package/apps/security/libs/notifications.js +89 -89
  76. package/apps/security/site_files/html/add_modal.html +36 -36
  77. package/apps/security/site_files/html/content.html +36 -36
  78. package/apps/security/site_files/html/delete_modal.html +31 -31
  79. package/apps/security/site_files/html/head.html +7 -7
  80. package/apps/security/site_files/html/index.html +80 -80
  81. package/apps/security/site_files/html/login_modal.html +24 -24
  82. package/apps/security/site_files/html/logout_modal.html +21 -21
  83. package/apps/security/site_files/html/navbar.html +8 -8
  84. package/apps/security/site_files/html/register_modal.html +32 -32
  85. package/apps/security/site_files/html/update_modal.html +28 -28
  86. package/apps/security/site_files/html/view.html +74 -74
  87. package/apps/security/site_files/html/view_modal.html +32 -32
  88. package/apps/security/site_files/js/app.js +1 -1
  89. package/apps/security/site_files/js/index.js +278 -278
  90. package/apps/security/site_files/js/login.js +35 -35
  91. package/apps/security/site_files/js/logout.js +22 -22
  92. package/apps/security/site_files/js/navbar.js +26 -26
  93. package/apps/security/site_files/js/register.js +30 -30
  94. package/apps/security/site_files/json/permissions.json +7 -7
  95. package/apps/security/site_files/json/roles.json +33 -33
  96. package/apps/security/site_files/json/words.json +28 -28
  97. package/gulpfile.js +17 -17
  98. package/index.js +1 -1
  99. package/isite.postman_collection.json +7 -7
  100. package/isite_files/css/bootstrap.css +5 -5
  101. package/isite_files/css/font-awesome.css +4 -4
  102. package/isite_files/css/prism.css +139 -139
  103. package/isite_files/fonts/fontawesome-webfont.svg +2671 -2671
  104. package/isite_files/fonts/glyphicons-halflings-regular.svg +287 -287
  105. package/isite_files/html/files.html +9 -9
  106. package/isite_files/html/head.html +12 -12
  107. package/isite_files/html/index.html +30 -30
  108. package/isite_files/html/installing.html +27 -27
  109. package/isite_files/html/navbar.html +51 -51
  110. package/isite_files/html/routes.html +13 -13
  111. package/isite_files/html/sessions.html +13 -13
  112. package/isite_files/html/vars.html +9 -9
  113. package/isite_files/js/angular.js +334 -334
  114. package/isite_files/js/bootstrap.js +6 -6
  115. package/isite_files/js/custom.js +149 -149
  116. package/isite_files/js/jquery.js +4 -4
  117. package/isite_files/js/prism.js +6 -6
  118. package/lib/README.md +1 -1
  119. package/lib/collection.js +111 -17
  120. package/lib/cookie.js +81 -81
  121. package/lib/dashboard.js +189 -189
  122. package/lib/eval.js +48 -0
  123. package/lib/mongodb.js +819 -686
  124. package/lib/parser.js +910 -910
  125. package/lib/security.js +61 -61
  126. package/lib/session.js +153 -158
  127. package/lib/sessions.js +14 -30
  128. package/lib/ws.js +2 -2
  129. package/object-options/index.js +3 -3
  130. package/object-options/lib/fn.js +1 -1
  131. package/object-options/lib/isite.code-workspace +10 -10
  132. package/package.json +58 -55
  133. package/ssl/create_ssl.sh +3 -3
@@ -1,11 +1,11 @@
1
- {
2
- "folders": [
3
- {
4
- "path": "F:\\nodes\\isite"
5
- },
6
- {
7
- "path": "F:\\nodes\\object-options"
8
- }
9
- ],
10
- "settings": {}
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "F:\\nodes\\isite"
5
+ },
6
+ {
7
+ "path": "F:\\nodes\\object-options"
8
+ }
9
+ ],
10
+ "settings": {}
11
11
  }
package/package.json CHANGED
@@ -1,55 +1,58 @@
1
- {
2
- "name": "isite",
3
- "version": "2024.08.03",
4
- "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
- "main": "index.js",
6
- "repository": {
7
- "type": "git",
8
- "url": "git://github.com/absunstar/isite"
9
- },
10
- "keywords": [
11
- "http",
12
- "route",
13
- "cookie",
14
- "session",
15
- "security",
16
- "upload",
17
- "download",
18
- "master page",
19
- "cache",
20
- "memory",
21
- "file",
22
- "api",
23
- "restful",
24
- "framework",
25
- "charts",
26
- "fonts",
27
- "arabic",
28
- "mongodb"
29
- ],
30
- "scripts": {
31
- "test": "echo \"Error: no test specified\" && exit 1"
32
- },
33
- "author": {
34
- "name": "Amr Barakat",
35
- "email": "Absunstar@gmail.com"
36
- },
37
- "license": "UNLICENSED",
38
- "dependencies": {
39
- "@pdf-lib/fontkit": "^1.1.1",
40
- "archiver": "^5.0.2",
41
- "cheerio": "^1.0.0-rc.12",
42
- "eval": "^0.1.8",
43
- "formidable": "^2.0.1",
44
- "md5": "^2.3.0",
45
- "mongodb": "^4.2.2",
46
- "mv": "^2.1.1",
47
- "node-fetch": "^3.3.2",
48
- "nodemailer": "^6.7.8",
49
- "pdf-lib": "^1.17.1",
50
- "utf8": "^3.0.0",
51
- "webp-converter": "^2.3.3",
52
- "ws": "^8.9.0",
53
- "xlsx": "^0.17.5"
54
- }
55
- }
1
+ {
2
+ "name": "isite",
3
+ "version": "2024.08.06",
4
+ "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
+ "main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git://github.com/absunstar/isite"
9
+ },
10
+ "keywords": [
11
+ "http",
12
+ "route",
13
+ "cookie",
14
+ "session",
15
+ "security",
16
+ "upload",
17
+ "download",
18
+ "master page",
19
+ "cache",
20
+ "memory",
21
+ "file",
22
+ "api",
23
+ "restful",
24
+ "framework",
25
+ "charts",
26
+ "fonts",
27
+ "arabic",
28
+ "mongodb"
29
+ ],
30
+ "scripts": {
31
+ "test": "echo \"Error: no test specified\" && exit 1"
32
+ },
33
+ "author": {
34
+ "name": "Amr Barakat",
35
+ "email": "Absunstar@gmail.com"
36
+ },
37
+ "license": "UNLICENSED",
38
+ "dependencies": {
39
+ "@pdf-lib/fontkit": "^1.1.1",
40
+ "archiver": "^5.0.2",
41
+ "cheerio": "^1.0.0-rc.12",
42
+ "eval": "^0.1.8",
43
+ "formidable": "^2.0.1",
44
+ "md5": "^2.3.0",
45
+ "mongodb": "^6.8.0",
46
+ "mv": "^2.1.1",
47
+ "node-fetch": "^3.3.2",
48
+ "nodemailer": "^6.9.14",
49
+ "pdf-lib": "^1.17.1",
50
+ "utf8": "^3.0.0",
51
+ "webp-converter": "^2.3.3",
52
+ "ws": "^8.18.0",
53
+ "xlsx": "^0.17.5"
54
+ },
55
+ "optionalDependencies": {
56
+ "bufferutil": "^4.0.8"
57
+ }
58
+ }
package/ssl/create_ssl.sh CHANGED
@@ -1,4 +1,4 @@
1
- openssl genrsa -out key.pem
2
- openssl req -new -key key.pem -out csr.pem
3
- openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
1
+ openssl genrsa -out key.pem
2
+ openssl req -new -key key.pem -out csr.pem
3
+ openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
4
4
  rm csr.pem