@budibase/server 1.0.123-alpha.0 → 1.0.123
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/builder/assets/index.68a7f4e3.css +6 -0
- package/builder/assets/index.8d4a5b33.js +1291 -0
- package/builder/assets/{vendor.5240f480.js → vendor.8e34a169.js} +1 -1
- package/builder/index.html +3 -3
- package/coverage/clover.xml +1763 -758
- package/coverage/coverage-final.json +43 -28
- package/coverage/lcov-report/api/controllers/analytics.js.html +3 -8
- package/coverage/lcov-report/api/controllers/apikeys.js.html +4 -9
- package/coverage/lcov-report/api/controllers/application.js.html +1436 -0
- package/coverage/lcov-report/api/controllers/auth.js.html +3 -8
- package/coverage/lcov-report/api/controllers/automation.js.html +3 -8
- package/coverage/lcov-report/api/controllers/backup.js.html +3 -8
- package/coverage/lcov-report/api/controllers/cloud.js.html +3 -8
- package/coverage/lcov-report/api/controllers/component.js.html +3 -8
- package/coverage/lcov-report/api/controllers/datasource.js.html +6 -11
- package/coverage/lcov-report/api/controllers/dev.js.html +3 -8
- package/coverage/lcov-report/api/controllers/index.html +26 -16
- package/coverage/lcov-report/api/controllers/integration.js.html +3 -8
- package/coverage/lcov-report/api/controllers/layout.js.html +3 -8
- package/coverage/lcov-report/api/controllers/metadata.js.html +3 -8
- package/coverage/lcov-report/api/controllers/migrations.js.html +3 -8
- package/coverage/lcov-report/api/controllers/permission.js.html +3 -8
- package/coverage/lcov-report/api/controllers/query/index.html +26 -16
- package/coverage/lcov-report/api/controllers/query/index.js.html +713 -0
- package/coverage/lcov-report/api/controllers/query/validation.js.html +3 -8
- package/coverage/lcov-report/api/controllers/role.js.html +5 -10
- package/coverage/lcov-report/api/controllers/routing.js.html +4 -9
- package/coverage/lcov-report/api/controllers/row/external.js.html +3 -8
- package/coverage/lcov-report/api/controllers/row/index.html +35 -25
- package/coverage/lcov-report/api/controllers/row/index.js.html +524 -0
- package/coverage/lcov-report/api/controllers/row/internal.js.html +24 -32
- package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +16 -21
- package/coverage/lcov-report/api/controllers/row/staticFormula.js.html +19 -24
- package/coverage/lcov-report/api/controllers/row/utils.js.html +19 -33
- package/coverage/lcov-report/api/controllers/screen.js.html +4 -9
- package/coverage/lcov-report/api/controllers/script.js.html +3 -8
- package/coverage/lcov-report/api/controllers/table/bulkFormula.js.html +50 -55
- package/coverage/lcov-report/api/controllers/table/external.js.html +3 -8
- package/coverage/lcov-report/api/controllers/table/index.html +44 -19
- package/coverage/lcov-report/api/controllers/table/index.js.html +15 -20
- package/coverage/lcov-report/api/controllers/table/internal.js.html +620 -0
- package/coverage/lcov-report/api/controllers/table/utils.js.html +1331 -0
- package/coverage/lcov-report/api/controllers/templates.js.html +3 -8
- package/coverage/lcov-report/api/controllers/user.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/exporters.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/index.html +3 -8
- package/coverage/lcov-report/api/controllers/view/index.js.html +5 -10
- package/coverage/lcov-report/api/controllers/view/utils.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +3 -8
- package/coverage/lcov-report/api/controllers/webhook.js.html +5 -10
- package/coverage/lcov-report/api/index.html +13 -18
- package/coverage/lcov-report/api/index.js.html +8 -28
- package/coverage/lcov-report/api/routes/analytics.js.html +3 -8
- package/coverage/lcov-report/api/routes/apikeys.js.html +3 -8
- package/coverage/lcov-report/api/routes/application.js.html +179 -0
- package/coverage/lcov-report/api/routes/auth.js.html +3 -8
- package/coverage/lcov-report/api/routes/automation.js.html +3 -8
- package/coverage/lcov-report/api/routes/backup.js.html +3 -8
- package/coverage/lcov-report/api/routes/cloud.js.html +3 -8
- package/coverage/lcov-report/api/routes/component.js.html +3 -8
- package/coverage/lcov-report/api/routes/datasource.js.html +3 -8
- package/coverage/lcov-report/api/routes/deploy.js.html +3 -8
- package/coverage/lcov-report/api/routes/dev.js.html +4 -9
- package/coverage/lcov-report/api/routes/index.html +68 -13
- package/coverage/lcov-report/api/routes/index.js.html +266 -0
- package/coverage/lcov-report/api/routes/integration.js.html +3 -8
- package/coverage/lcov-report/api/routes/layout.js.html +3 -8
- package/coverage/lcov-report/api/routes/metadata.js.html +3 -8
- package/coverage/lcov-report/api/routes/migrations.js.html +3 -8
- package/coverage/lcov-report/api/routes/permission.js.html +3 -8
- package/coverage/lcov-report/api/routes/query.js.html +3 -8
- package/coverage/lcov-report/api/routes/role.js.html +3 -8
- package/coverage/lcov-report/api/routes/routing.js.html +3 -8
- package/coverage/lcov-report/api/routes/row.js.html +908 -0
- package/coverage/lcov-report/api/routes/screen.js.html +3 -8
- package/coverage/lcov-report/api/routes/script.js.html +3 -8
- package/coverage/lcov-report/{automations/steps/loop.js.html → api/routes/static.js.html} +80 -70
- package/coverage/lcov-report/api/routes/table.js.html +3 -8
- package/coverage/lcov-report/api/routes/templates.js.html +3 -8
- package/coverage/lcov-report/api/routes/user.js.html +3 -8
- package/coverage/lcov-report/api/routes/utils/index.html +3 -8
- package/coverage/lcov-report/api/routes/utils/validators.js.html +3 -8
- package/coverage/lcov-report/api/routes/view.js.html +3 -8
- package/coverage/lcov-report/api/routes/webhook.js.html +3 -8
- package/coverage/lcov-report/automations/actions.js.html +7 -21
- package/coverage/lcov-report/automations/automationUtils.js.html +23 -64
- package/coverage/lcov-report/automations/bullboard.js.html +3 -8
- package/coverage/lcov-report/automations/index.html +37 -27
- package/coverage/lcov-report/automations/index.js.html +3 -8
- package/coverage/lcov-report/automations/steps/bash.js.html +3 -8
- package/coverage/lcov-report/automations/steps/createRow.js.html +380 -0
- package/coverage/lcov-report/automations/steps/delay.js.html +3 -8
- package/coverage/lcov-report/automations/steps/deleteRow.js.html +347 -0
- package/coverage/lcov-report/automations/steps/discord.js.html +3 -8
- package/coverage/lcov-report/automations/steps/executeQuery.js.html +3 -8
- package/coverage/lcov-report/automations/steps/executeScript.js.html +3 -8
- package/coverage/lcov-report/automations/steps/filter.js.html +3 -8
- package/coverage/lcov-report/automations/steps/index.html +41 -31
- package/coverage/lcov-report/automations/steps/integromat.js.html +3 -8
- package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +4 -9
- package/coverage/lcov-report/automations/steps/queryRows.js.html +4 -9
- package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +3 -8
- package/coverage/lcov-report/automations/steps/serverLog.js.html +3 -8
- package/coverage/lcov-report/automations/steps/slack.js.html +3 -8
- package/coverage/lcov-report/automations/steps/updateRow.js.html +3 -8
- package/coverage/lcov-report/automations/steps/utils.js.html +9 -14
- package/coverage/lcov-report/automations/steps/zapier.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/app.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/cron.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/index.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/index.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +3 -8
- package/coverage/lcov-report/automations/triggers.js.html +11 -16
- package/coverage/lcov-report/automations/utils.js.html +665 -0
- package/coverage/lcov-report/block-navigation.js +0 -8
- package/coverage/lcov-report/constants/index.html +3 -8
- package/coverage/lcov-report/constants/index.js.html +42 -41
- package/coverage/lcov-report/constants/layouts.js.html +3 -8
- package/coverage/lcov-report/constants/screens.js.html +3 -8
- package/coverage/lcov-report/db/inMemoryView.js.html +3 -8
- package/coverage/lcov-report/db/index.html +3 -8
- package/coverage/lcov-report/db/index.js.html +4 -9
- package/coverage/lcov-report/db/linkedRows/LinkController.js.html +23 -25
- package/coverage/lcov-report/db/linkedRows/index.html +12 -17
- package/coverage/lcov-report/db/linkedRows/index.js.html +17 -22
- package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +7 -12
- package/coverage/lcov-report/db/newid.js.html +6 -11
- package/coverage/lcov-report/db/utils.js.html +79 -84
- package/coverage/lcov-report/events/AutomationEmitter.js.html +9 -14
- package/coverage/lcov-report/events/index.html +3 -8
- package/coverage/lcov-report/events/index.js.html +4 -9
- package/coverage/lcov-report/events/utils.js.html +13 -18
- package/coverage/lcov-report/index.html +132 -137
- package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +3 -8
- package/coverage/lcov-report/integrations/tests/index.html +3 -8
- package/coverage/lcov-report/middleware/appInfo.js.html +3 -8
- package/coverage/lcov-report/middleware/authorized.js.html +458 -0
- package/coverage/lcov-report/middleware/builder.js.html +3 -8
- package/coverage/lcov-report/middleware/currentapp.js.html +15 -65
- package/coverage/lcov-report/middleware/index.html +50 -25
- package/coverage/lcov-report/middleware/joi-validator.js.html +4 -9
- package/coverage/lcov-report/middleware/publicApi.js.html +3 -8
- package/coverage/lcov-report/middleware/resourceId.js.html +3 -8
- package/coverage/lcov-report/middleware/selfhost.js.html +4 -9
- package/coverage/lcov-report/middleware/usageQuota.js.html +572 -0
- package/coverage/lcov-report/middleware/utils.js.html +3 -8
- package/coverage/lcov-report/sorter.js +0 -26
- package/coverage/lcov-report/threads/automation.js.html +90 -581
- package/coverage/lcov-report/threads/index.html +40 -30
- package/coverage/lcov-report/threads/index.js.html +296 -0
- package/coverage/lcov-report/threads/query.js.html +4 -9
- package/coverage/lcov-report/threads/utils.js.html +9 -17
- package/coverage/lcov-report/utilities/bcrypt.js.html +3 -8
- package/coverage/lcov-report/utilities/budibaseDir.js.html +3 -8
- package/coverage/lcov-report/utilities/centralPath.js.html +3 -8
- package/coverage/lcov-report/utilities/csvParser.js.html +5 -10
- package/coverage/lcov-report/utilities/global.js.html +4 -9
- package/coverage/lcov-report/utilities/index.html +3 -8
- package/coverage/lcov-report/utilities/index.js.html +6 -11
- package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +9 -32
- package/coverage/lcov-report/utilities/queue/index.html +7 -12
- package/coverage/lcov-report/utilities/routing/index.html +3 -8
- package/coverage/lcov-report/utilities/routing/index.js.html +3 -8
- package/coverage/lcov-report/utilities/rowProcessor/index.html +27 -32
- package/coverage/lcov-report/utilities/rowProcessor/index.js.html +71 -67
- package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +106 -27
- package/coverage/lcov-report/utilities/scriptRunner.js.html +3 -8
- package/coverage/lcov-report/utilities/security.js.html +4 -9
- package/coverage/lcov-report/utilities/statusCodes.js.html +3 -8
- package/coverage/lcov-report/utilities/usageQuota/index.html +34 -24
- package/coverage/lcov-report/utilities/usageQuota/index.js.html +359 -0
- package/coverage/lcov-report/utilities/usageQuota/rows.js.html +39 -44
- package/coverage/lcov-report/utilities/usageQuota/usageQuoteReset.js.html +3 -8
- package/coverage/lcov-report/utilities/users.js.html +3 -8
- package/coverage/lcov-report/utilities/workerRequests.js.html +4 -9
- package/coverage/lcov.info +3061 -1290
- package/dist/api/controllers/application.js +73 -145
- package/dist/api/controllers/deploy/index.js +36 -68
- package/dist/api/controllers/public/applications.js +9 -29
- package/dist/api/controllers/public/queries.js +7 -27
- package/dist/api/controllers/public/rows.js +12 -32
- package/dist/api/controllers/public/tables.js +2 -2
- package/dist/api/controllers/public/users.js +8 -8
- package/dist/api/controllers/public/utils.js +1 -1
- package/dist/api/controllers/query/import/index.js +3 -3
- package/dist/api/controllers/query/index.js +44 -57
- package/dist/api/controllers/row/ExternalRequest.js +27 -27
- package/dist/api/controllers/row/index.js +60 -83
- package/dist/api/controllers/row/internal.js +1 -2
- package/dist/api/controllers/row/utils.js +1 -2
- package/dist/api/controllers/static/templates/BudibaseApp.svelte +0 -3
- package/dist/api/controllers/table/bulkFormula.js +1 -2
- package/dist/api/controllers/table/internal.js +55 -40
- package/dist/api/controllers/table/utils.js +229 -271
- package/dist/api/index.js +0 -5
- package/dist/api/routes/application.js +13 -39
- package/dist/api/routes/index.js +56 -61
- package/dist/api/routes/public/index.js +9 -6
- package/dist/api/routes/public/queries.js +1 -1
- package/dist/api/routes/public/rows.js +1 -1
- package/dist/api/routes/public/tables.js +3 -3
- package/dist/api/routes/public/users.js +1 -1
- package/dist/api/routes/row.js +17 -43
- package/dist/api/routes/static.js +13 -40
- package/dist/api/routes/tests/utilities/TestFunctions.js +33 -75
- package/dist/app.js +4 -8
- package/dist/automations/actions.js +0 -3
- package/dist/automations/automationUtils.js +0 -10
- package/dist/automations/steps/createRow.js +12 -12
- package/dist/automations/steps/deleteRow.js +16 -13
- package/dist/automations/tests/utilities/index.js +11 -13
- package/dist/automations/utils.js +133 -187
- package/dist/constants/index.js +7 -5
- package/dist/db/linkedRows/LinkController.js +1 -0
- package/dist/definitions/datasource.js +0 -1
- package/dist/environment.js +3 -2
- package/dist/index.js +0 -4
- package/dist/integrations/base/sql.js +2 -2
- package/dist/integrations/base/sqlTable.js +2 -2
- package/dist/integrations/googlesheets.js +1 -1
- package/dist/integrations/index.js +0 -4
- package/dist/integrations/microsoftSqlServer.js +8 -8
- package/dist/integrations/mysql.js +9 -9
- package/dist/integrations/oracle.js +7 -7
- package/dist/integrations/postgres.js +7 -7
- package/dist/integrations/queries/sql.js +2 -2
- package/dist/integrations/rest.js +1 -1
- package/dist/middleware/authorized.js +51 -51
- package/dist/middleware/currentapp.js +1 -15
- package/dist/middleware/usageQuota.js +154 -0
- package/dist/migrations/functions/appUrls.js +1 -1
- package/dist/migrations/functions/quotas1.js +2 -6
- package/dist/migrations/functions/usageQuotas/index.js +4 -0
- package/dist/migrations/functions/usageQuotas/syncApps.js +7 -4
- package/dist/migrations/functions/usageQuotas/syncRows.js +8 -5
- package/dist/migrations/index.js +1 -17
- package/dist/package.json +4 -10
- package/dist/threads/automation.js +27 -149
- package/dist/threads/index.js +10 -36
- package/dist/threads/utils.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/utilities/queue/inMemoryQueue.js +1 -6
- package/dist/utilities/rowProcessor/index.js +11 -6
- package/dist/utilities/rowProcessor/utils.js +27 -1
- package/dist/utilities/usageQuota/index.js +86 -0
- package/nodemon.json +1 -1
- package/package.json +9 -15
- package/scripts/dev/manage.js +0 -2
- package/src/api/controllers/{application.ts → application.js} +51 -118
- package/src/api/controllers/deploy/{index.ts → index.js} +29 -53
- package/src/api/controllers/public/applications.ts +2 -2
- package/src/api/controllers/public/queries.ts +1 -1
- package/src/api/controllers/public/rows.ts +1 -1
- package/src/api/controllers/query/{index.ts → index.js} +48 -51
- package/src/api/controllers/row/ExternalRequest.ts +1 -1
- package/src/api/controllers/row/{index.ts → index.js} +17 -24
- package/src/api/controllers/row/internal.js +1 -2
- package/src/api/controllers/row/utils.js +1 -4
- package/src/api/controllers/static/templates/BudibaseApp.svelte +0 -3
- package/src/api/controllers/table/bulkFormula.js +1 -1
- package/src/api/controllers/table/{internal.ts → internal.js} +48 -27
- package/src/api/controllers/table/{utils.ts → utils.js} +69 -86
- package/src/api/index.js +0 -5
- package/src/api/routes/{application.ts → application.js} +14 -8
- package/src/api/routes/index.js +62 -0
- package/src/api/routes/public/index.ts +4 -1
- package/src/api/routes/{row.ts → row.js} +15 -7
- package/src/api/routes/{static.ts → static.js} +11 -11
- package/src/api/routes/tests/misc.spec.js +37 -39
- package/src/api/routes/tests/routing.spec.js +0 -1
- package/src/api/routes/tests/utilities/{TestFunctions.ts → TestFunctions.js} +33 -57
- package/src/app.ts +2 -1
- package/src/automations/actions.js +0 -3
- package/src/automations/automationUtils.js +0 -12
- package/src/automations/steps/{createRow.ts → createRow.js} +15 -9
- package/src/automations/steps/{deleteRow.ts → deleteRow.js} +16 -10
- package/src/automations/tests/automation.spec.js +1 -0
- package/src/automations/tests/{createRow.spec.ts → createRow.spec.js} +15 -4
- package/src/automations/tests/{deleteRow.spec.ts → deleteRow.spec.js} +5 -3
- package/src/automations/tests/utilities/index.js +10 -12
- package/src/automations/{utils.ts → utils.js} +28 -39
- package/src/constants/index.js +8 -6
- package/src/db/linkedRows/LinkController.js +1 -0
- package/src/definitions/datasource.ts +0 -1
- package/src/environment.js +3 -2
- package/src/index.ts +0 -3
- package/src/integrations/index.ts +0 -4
- package/src/middleware/{authorized.ts → authorized.js} +14 -20
- package/src/middleware/currentapp.js +1 -16
- package/src/middleware/tests/usageQuota.spec.js +120 -0
- package/src/middleware/usageQuota.js +164 -0
- package/src/migrations/functions/tests/quotas1.spec.js +2 -0
- package/src/migrations/functions/usageQuotas/index.ts +5 -0
- package/src/migrations/functions/usageQuotas/syncApps.ts +6 -3
- package/src/migrations/functions/usageQuotas/syncRows.ts +6 -3
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.js +41 -0
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.js +45 -0
- package/src/migrations/index.ts +1 -13
- package/src/threads/automation.js +34 -196
- package/src/threads/{index.ts → index.js} +14 -18
- package/src/threads/utils.js +0 -1
- package/src/utilities/queue/inMemoryQueue.js +1 -7
- package/src/utilities/rowProcessor/index.js +12 -9
- package/src/utilities/rowProcessor/utils.js +29 -1
- package/src/utilities/tests/usageQuota/usageQuota.spec.js +72 -0
- package/src/utilities/usageQuota/index.js +93 -0
- package/tsconfig.json +2 -2
- package/builder/assets/index.89795487.css +0 -6
- package/builder/assets/index.be9a1b80.js +0 -1299
- package/dist/automations/steps/loop.js +0 -51
- package/dist/integrations/redis.js +0 -158
- package/dist/migrations/functions/developerQuota.js +0 -49
- package/dist/migrations/functions/publishedAppsQuota.js +0 -47
- package/dist/migrations/functions/usageQuotas/syncDevelopers.js +0 -24
- package/dist/migrations/functions/usageQuotas/syncPublishedApps.js +0 -26
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/src/api/routes/index.ts +0 -60
- package/src/automations/steps/loop.js +0 -50
- package/src/integrations/redis.ts +0 -152
- package/src/integrations/tests/redis.spec.js +0 -60
- package/src/migrations/functions/developerQuota.ts +0 -15
- package/src/migrations/functions/publishedAppsQuota.ts +0 -13
- package/src/migrations/functions/usageQuotas/syncDevelopers.ts +0 -19
- package/src/migrations/functions/usageQuotas/syncPublishedApps.ts +0 -21
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.ts +0 -34
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.ts +0 -40
- package/tsconfig.build.json +0 -10
|
@@ -1,44 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
const router_1 = __importDefault(require("@koa/router"));
|
|
30
|
-
const controller = __importStar(require("../controllers/application"));
|
|
31
|
-
const authorized_1 = __importDefault(require("../../middleware/authorized"));
|
|
32
|
-
const permissions_1 = require("@budibase/backend-core/permissions");
|
|
33
|
-
const router = new router_1.default();
|
|
2
|
+
const Router = require("@koa/router");
|
|
3
|
+
const controller = require("../controllers/application");
|
|
4
|
+
const authorized = require("../../middleware/authorized");
|
|
5
|
+
const { BUILDER } = require("@budibase/backend-core/permissions");
|
|
6
|
+
const usage = require("../../middleware/usageQuota");
|
|
7
|
+
const router = Router();
|
|
34
8
|
router
|
|
35
|
-
.post("/api/applications/:appId/sync", (
|
|
36
|
-
.post("/api/applications", (
|
|
9
|
+
.post("/api/applications/:appId/sync", authorized(BUILDER), controller.sync)
|
|
10
|
+
.post("/api/applications", authorized(BUILDER), usage, controller.create)
|
|
37
11
|
.get("/api/applications/:appId/definition", controller.fetchAppDefinition)
|
|
38
12
|
.get("/api/applications", controller.fetch)
|
|
39
13
|
.get("/api/applications/:appId/appPackage", controller.fetchAppPackage)
|
|
40
|
-
.put("/api/applications/:appId", (
|
|
41
|
-
.post("/api/applications/:appId/client/update", (
|
|
42
|
-
.post("/api/applications/:appId/client/revert", (
|
|
43
|
-
.delete("/api/applications/:appId", (
|
|
44
|
-
exports
|
|
14
|
+
.put("/api/applications/:appId", authorized(BUILDER), controller.update)
|
|
15
|
+
.post("/api/applications/:appId/client/update", authorized(BUILDER), controller.updateClient)
|
|
16
|
+
.post("/api/applications/:appId/client/revert", authorized(BUILDER), controller.revertClient)
|
|
17
|
+
.delete("/api/applications/:appId", authorized(BUILDER), usage, controller.delete);
|
|
18
|
+
module.exports = router;
|
package/dist/api/routes/index.js
CHANGED
|
@@ -1,66 +1,61 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const dev_1 = __importDefault(require("./dev"));
|
|
31
|
-
const cloud_1 = __importDefault(require("./cloud"));
|
|
32
|
-
const migrations_1 = __importDefault(require("./migrations"));
|
|
33
|
-
var static_1 = require("./static");
|
|
34
|
-
Object.defineProperty(exports, "staticRoutes", { enumerable: true, get: function () { return __importDefault(static_1).default; } });
|
|
35
|
-
var public_1 = require("./public");
|
|
36
|
-
Object.defineProperty(exports, "publicRoutes", { enumerable: true, get: function () { return __importDefault(public_1).default; } });
|
|
2
|
+
const authRoutes = require("./auth");
|
|
3
|
+
const layoutRoutes = require("./layout");
|
|
4
|
+
const screenRoutes = require("./screen");
|
|
5
|
+
const userRoutes = require("./user");
|
|
6
|
+
const applicationRoutes = require("./application");
|
|
7
|
+
const tableRoutes = require("./table");
|
|
8
|
+
const rowRoutes = require("./row");
|
|
9
|
+
const viewRoutes = require("./view");
|
|
10
|
+
const staticRoutes = require("./static");
|
|
11
|
+
const componentRoutes = require("./component");
|
|
12
|
+
const automationRoutes = require("./automation");
|
|
13
|
+
const webhookRoutes = require("./webhook");
|
|
14
|
+
const roleRoutes = require("./role");
|
|
15
|
+
const deployRoutes = require("./deploy");
|
|
16
|
+
const apiKeysRoutes = require("./apikeys");
|
|
17
|
+
const templatesRoutes = require("./templates");
|
|
18
|
+
const analyticsRoutes = require("./analytics");
|
|
19
|
+
const routingRoutes = require("./routing");
|
|
20
|
+
const integrationRoutes = require("./integration");
|
|
21
|
+
const permissionRoutes = require("./permission");
|
|
22
|
+
const datasourceRoutes = require("./datasource");
|
|
23
|
+
const queryRoutes = require("./query");
|
|
24
|
+
const backupRoutes = require("./backup");
|
|
25
|
+
const metadataRoutes = require("./metadata");
|
|
26
|
+
const devRoutes = require("./dev");
|
|
27
|
+
const cloudRoutes = require("./cloud");
|
|
28
|
+
const migrationRoutes = require("./migrations");
|
|
29
|
+
const publicRoutes = require("./public");
|
|
37
30
|
exports.mainRoutes = [
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
31
|
+
authRoutes,
|
|
32
|
+
deployRoutes,
|
|
33
|
+
layoutRoutes,
|
|
34
|
+
screenRoutes,
|
|
35
|
+
userRoutes,
|
|
36
|
+
applicationRoutes,
|
|
37
|
+
automationRoutes,
|
|
38
|
+
viewRoutes,
|
|
39
|
+
componentRoutes,
|
|
40
|
+
roleRoutes,
|
|
41
|
+
apiKeysRoutes,
|
|
42
|
+
templatesRoutes,
|
|
43
|
+
analyticsRoutes,
|
|
44
|
+
webhookRoutes,
|
|
45
|
+
routingRoutes,
|
|
46
|
+
integrationRoutes,
|
|
47
|
+
permissionRoutes,
|
|
48
|
+
datasourceRoutes,
|
|
49
|
+
queryRoutes,
|
|
50
|
+
backupRoutes,
|
|
51
|
+
metadataRoutes,
|
|
52
|
+
devRoutes,
|
|
53
|
+
cloudRoutes,
|
|
61
54
|
// these need to be handled last as they still use /api/:tableId
|
|
62
55
|
// this could be breaking as koa may recognise other routes as this
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
56
|
+
tableRoutes,
|
|
57
|
+
rowRoutes,
|
|
58
|
+
migrationRoutes,
|
|
66
59
|
];
|
|
60
|
+
exports.publicRoutes = publicRoutes;
|
|
61
|
+
exports.staticRoutes = staticRoutes;
|
|
@@ -8,6 +8,7 @@ const queries_1 = __importDefault(require("./queries"));
|
|
|
8
8
|
const tables_1 = __importDefault(require("./tables"));
|
|
9
9
|
const rows_1 = __importDefault(require("./rows"));
|
|
10
10
|
const users_1 = __importDefault(require("./users"));
|
|
11
|
+
const usageQuota_1 = __importDefault(require("../../../middleware/usageQuota"));
|
|
11
12
|
const authorized_1 = __importDefault(require("../../../middleware/authorized"));
|
|
12
13
|
const publicApi_1 = __importDefault(require("../../../middleware/publicApi"));
|
|
13
14
|
const resourceId_1 = require("../../../middleware/resourceId");
|
|
@@ -85,9 +86,9 @@ function addToRouter(endpoints) {
|
|
|
85
86
|
}
|
|
86
87
|
function applyRoutes(endpoints, permType, resource, subResource) {
|
|
87
88
|
const paramMiddleware = subResource
|
|
88
|
-
?
|
|
89
|
-
:
|
|
90
|
-
const publicApiMiddleware =
|
|
89
|
+
? resourceId_1.paramSubResource(resource, subResource)
|
|
90
|
+
: resourceId_1.paramResource(resource);
|
|
91
|
+
const publicApiMiddleware = publicApi_1.default({
|
|
91
92
|
requiresAppId: permType !== PermissionTypes.APP && permType !== PermissionTypes.USER,
|
|
92
93
|
});
|
|
93
94
|
addMiddleware(endpoints.read, publicApiMiddleware);
|
|
@@ -96,8 +97,10 @@ function applyRoutes(endpoints, permType, resource, subResource) {
|
|
|
96
97
|
addMiddleware(endpoints.read, paramMiddleware);
|
|
97
98
|
addMiddleware(endpoints.write, paramMiddleware);
|
|
98
99
|
// add the authorization middleware, using the correct perm type
|
|
99
|
-
addMiddleware(endpoints.read,
|
|
100
|
-
addMiddleware(endpoints.write,
|
|
100
|
+
addMiddleware(endpoints.read, authorized_1.default(permType, PermissionLevels.READ));
|
|
101
|
+
addMiddleware(endpoints.write, authorized_1.default(permType, PermissionLevels.WRITE));
|
|
102
|
+
// add the usage quota middleware
|
|
103
|
+
addMiddleware(endpoints.write, usageQuota_1.default);
|
|
101
104
|
// add the output mapper middleware
|
|
102
105
|
addMiddleware(endpoints.read, mapper_1.default, { output: true });
|
|
103
106
|
addMiddleware(endpoints.write, mapper_1.default, { output: true });
|
|
@@ -110,4 +113,4 @@ applyRoutes(users_1.default, PermissionTypes.USER, "userId");
|
|
|
110
113
|
applyRoutes(queries_1.default, PermissionTypes.QUERY, "queryId");
|
|
111
114
|
// needs to be applied last for routing purposes, don't override other endpoints
|
|
112
115
|
applyRoutes(rows_1.default, PermissionTypes.TABLE, "tableId", "rowId");
|
|
113
|
-
exports
|
|
116
|
+
module.exports = publicRouter;
|
|
@@ -66,5 +66,5 @@ write.push(new Endpoint_1.default("post", "/queries/:queryId", queries_1.default
|
|
|
66
66
|
* queries:
|
|
67
67
|
* $ref: '#/components/examples/queries'
|
|
68
68
|
*/
|
|
69
|
-
read.push(new Endpoint_1.default("post", "/queries/search", queries_1.default.search).addMiddleware(
|
|
69
|
+
read.push(new Endpoint_1.default("post", "/queries/search", queries_1.default.search).addMiddleware(validators_1.nameValidator()));
|
|
70
70
|
exports.default = { read, write };
|
|
@@ -225,5 +225,5 @@ read.push(new Endpoint_1.default("get", "/tables/:tableId/rows/:rowId", rows_1.d
|
|
|
225
225
|
* search:
|
|
226
226
|
* $ref: '#/components/examples/rows'
|
|
227
227
|
*/
|
|
228
|
-
read.push(new Endpoint_1.default("post", "/tables/:tableId/rows/search", rows_1.default.search).addMiddleware(
|
|
228
|
+
read.push(new Endpoint_1.default("post", "/tables/:tableId/rows/search", rows_1.default.search).addMiddleware(validators_1.externalSearchValidator()));
|
|
229
229
|
exports.default = { read, write };
|
|
@@ -37,7 +37,7 @@ const read = [], write = [];
|
|
|
37
37
|
* table:
|
|
38
38
|
* $ref: '#/components/examples/table'
|
|
39
39
|
*/
|
|
40
|
-
write.push(new Endpoint_1.default("post", "/tables", tables_1.default.create).addMiddleware(
|
|
40
|
+
write.push(new Endpoint_1.default("post", "/tables", tables_1.default.create).addMiddleware(validators_1.tableValidator()));
|
|
41
41
|
/**
|
|
42
42
|
* @openapi
|
|
43
43
|
* /tables/{tableId}:
|
|
@@ -68,7 +68,7 @@ write.push(new Endpoint_1.default("post", "/tables", tables_1.default.create).ad
|
|
|
68
68
|
* table:
|
|
69
69
|
* $ref: '#/components/examples/table'
|
|
70
70
|
*/
|
|
71
|
-
write.push(new Endpoint_1.default("put", "/tables/:tableId", tables_1.default.update).addMiddleware(
|
|
71
|
+
write.push(new Endpoint_1.default("put", "/tables/:tableId", tables_1.default.update).addMiddleware(validators_1.tableValidator()));
|
|
72
72
|
/**
|
|
73
73
|
* @openapi
|
|
74
74
|
* /tables/{tableId}:
|
|
@@ -143,5 +143,5 @@ read.push(new Endpoint_1.default("get", "/tables/:tableId", tables_1.default.rea
|
|
|
143
143
|
* tables:
|
|
144
144
|
* $ref: '#/components/examples/tables'
|
|
145
145
|
*/
|
|
146
|
-
read.push(new Endpoint_1.default("post", "/tables/search", tables_1.default.search).addMiddleware(
|
|
146
|
+
read.push(new Endpoint_1.default("post", "/tables/search", tables_1.default.search).addMiddleware(validators_1.nameValidator()));
|
|
147
147
|
exports.default = { read, write };
|
|
@@ -126,5 +126,5 @@ read.push(new Endpoint_1.default("get", "/users/:userId", users_1.default.read))
|
|
|
126
126
|
* users:
|
|
127
127
|
* $ref: '#/components/examples/users'
|
|
128
128
|
*/
|
|
129
|
-
read.push(new Endpoint_1.default("post", "/users/search", users_1.default.search).addMiddleware(
|
|
129
|
+
read.push(new Endpoint_1.default("post", "/users/search", users_1.default.search).addMiddleware(validators_1.nameValidator()));
|
|
130
130
|
exports.default = { read, write };
|
package/dist/api/routes/row.js
CHANGED
|
@@ -1,38 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
const router_1 = __importDefault(require("@koa/router"));
|
|
30
|
-
const rowController = __importStar(require("../controllers/row"));
|
|
31
|
-
const authorized_1 = __importDefault(require("../../middleware/authorized"));
|
|
32
|
-
const resourceId_1 = require("../../middleware/resourceId");
|
|
2
|
+
const Router = require("@koa/router");
|
|
3
|
+
const rowController = require("../controllers/row");
|
|
4
|
+
const authorized = require("../../middleware/authorized");
|
|
5
|
+
const usage = require("../../middleware/usageQuota");
|
|
6
|
+
const { paramResource, paramSubResource, } = require("../../middleware/resourceId");
|
|
33
7
|
const { PermissionLevels, PermissionTypes, } = require("@budibase/backend-core/permissions");
|
|
34
8
|
const { internalSearchValidator } = require("./utils/validators");
|
|
35
|
-
const router =
|
|
9
|
+
const router = Router();
|
|
36
10
|
router
|
|
37
11
|
/**
|
|
38
12
|
* @api {get} /api/:tableId/:rowId/enrich Get an enriched row
|
|
@@ -48,7 +22,7 @@ router
|
|
|
48
22
|
*
|
|
49
23
|
* @apiSuccess {object} row The response body will be the enriched row.
|
|
50
24
|
*/
|
|
51
|
-
.get("/api/:tableId/:rowId/enrich",
|
|
25
|
+
.get("/api/:tableId/:rowId/enrich", paramSubResource("tableId", "rowId"), authorized(PermissionTypes.TABLE, PermissionLevels.READ), rowController.fetchEnrichedRow)
|
|
52
26
|
/**
|
|
53
27
|
* @api {get} /api/:tableId/rows Get all rows in a table
|
|
54
28
|
* @apiName Get all rows in a table
|
|
@@ -63,7 +37,7 @@ router
|
|
|
63
37
|
*
|
|
64
38
|
* @apiSuccess {object[]} rows The response body will be an array of all rows found.
|
|
65
39
|
*/
|
|
66
|
-
.get("/api/:tableId/rows",
|
|
40
|
+
.get("/api/:tableId/rows", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.READ), rowController.fetch)
|
|
67
41
|
/**
|
|
68
42
|
* @api {get} /api/:tableId/rows/:rowId Retrieve a single row
|
|
69
43
|
* @apiName Retrieve a single row
|
|
@@ -77,7 +51,7 @@ router
|
|
|
77
51
|
*
|
|
78
52
|
* @apiSuccess {object} body The response body will be the row that was found.
|
|
79
53
|
*/
|
|
80
|
-
.get("/api/:tableId/rows/:rowId",
|
|
54
|
+
.get("/api/:tableId/rows/:rowId", paramSubResource("tableId", "rowId"), authorized(PermissionTypes.TABLE, PermissionLevels.READ), rowController.find)
|
|
81
55
|
/**
|
|
82
56
|
* @api {post} /api/:tableId/search Search for rows in a table
|
|
83
57
|
* @apiName Search for rows in a table
|
|
@@ -141,10 +115,10 @@ router
|
|
|
141
115
|
* @apiSuccess {string} bookmark The bookmark to be sent with the next request to get the next
|
|
142
116
|
* page.
|
|
143
117
|
*/
|
|
144
|
-
.post("/api/:tableId/search", internalSearchValidator(),
|
|
118
|
+
.post("/api/:tableId/search", internalSearchValidator(), paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.READ), rowController.search)
|
|
145
119
|
// DEPRECATED - this is an old API, but for backwards compat it needs to be
|
|
146
120
|
// supported still
|
|
147
|
-
.post("/api/search/:tableId/rows",
|
|
121
|
+
.post("/api/search/:tableId/rows", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.READ), rowController.search)
|
|
148
122
|
/**
|
|
149
123
|
* @api {post} /api/:tableId/rows Creates a new row
|
|
150
124
|
* @apiName Creates a new row
|
|
@@ -169,7 +143,7 @@ router
|
|
|
169
143
|
* @apiSuccess {string} [_rev] If saving to an internal table a revision will also be returned.
|
|
170
144
|
* @apiSuccess {object} body The contents of the row that was saved will be returned as well.
|
|
171
145
|
*/
|
|
172
|
-
.post("/api/:tableId/rows",
|
|
146
|
+
.post("/api/:tableId/rows", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.WRITE), usage, rowController.save)
|
|
173
147
|
/**
|
|
174
148
|
* @api {patch} /api/:tableId/rows Updates a row
|
|
175
149
|
* @apiName Update a row
|
|
@@ -178,7 +152,7 @@ router
|
|
|
178
152
|
* @apiDescription This endpoint is identical to the row creation endpoint but instead it will
|
|
179
153
|
* error if an _id isn't provided, it will only function for existing rows.
|
|
180
154
|
*/
|
|
181
|
-
.patch("/api/:tableId/rows",
|
|
155
|
+
.patch("/api/:tableId/rows", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.WRITE), usage, rowController.patch)
|
|
182
156
|
/**
|
|
183
157
|
* @api {post} /api/:tableId/rows/validate Validate inputs for a row
|
|
184
158
|
* @apiName Validate inputs for a row
|
|
@@ -199,7 +173,7 @@ router
|
|
|
199
173
|
* which do not match the table schema. The key name will be the column names that have breached
|
|
200
174
|
* the schema.
|
|
201
175
|
*/
|
|
202
|
-
.post("/api/:tableId/rows/validate",
|
|
176
|
+
.post("/api/:tableId/rows/validate", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.WRITE), rowController.validate)
|
|
203
177
|
/**
|
|
204
178
|
* @api {delete} /api/:tableId/rows Delete rows
|
|
205
179
|
* @apiName Delete rows
|
|
@@ -220,7 +194,7 @@ router
|
|
|
220
194
|
* of the deleted rows, if deleting a single row then the body will contain a "row" property which
|
|
221
195
|
* is the deleted row.
|
|
222
196
|
*/
|
|
223
|
-
.delete("/api/:tableId/rows",
|
|
197
|
+
.delete("/api/:tableId/rows", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.WRITE), usage, rowController.destroy)
|
|
224
198
|
/**
|
|
225
199
|
* @api {post} /api/:tableId/rows/exportRows Export Rows
|
|
226
200
|
* @apiName Export rows
|
|
@@ -234,5 +208,5 @@ router
|
|
|
234
208
|
*
|
|
235
209
|
* @apiSuccess {object[]|object}
|
|
236
210
|
*/
|
|
237
|
-
.post("/api/:tableId/rows/exportRows",
|
|
238
|
-
exports
|
|
211
|
+
.post("/api/:tableId/rows/exportRows", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.WRITE), usage, rowController.export);
|
|
212
|
+
module.exports = router;
|
|
@@ -1,27 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -31,18 +8,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
31
8
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
32
9
|
});
|
|
33
10
|
};
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const permissions_1 = require("@budibase/backend-core/permissions");
|
|
43
|
-
const env = __importStar(require("../../environment"));
|
|
44
|
-
const resourceId_1 = require("../../middleware/resourceId");
|
|
45
|
-
const router = new router_1.default();
|
|
11
|
+
const Router = require("@koa/router");
|
|
12
|
+
const controller = require("../controllers/static");
|
|
13
|
+
const { budibaseTempDir } = require("../../utilities/budibaseDir");
|
|
14
|
+
const authorized = require("../../middleware/authorized");
|
|
15
|
+
const { BUILDER, PermissionTypes, PermissionLevels, } = require("@budibase/backend-core/permissions");
|
|
16
|
+
const env = require("../../environment");
|
|
17
|
+
const { paramResource } = require("../../middleware/resourceId");
|
|
18
|
+
const router = Router();
|
|
46
19
|
/* istanbul ignore next */
|
|
47
20
|
router.param("file", (file, ctx, next) => __awaiter(void 0, void 0, void 0, function* () {
|
|
48
21
|
ctx.file = file && file.includes(".") ? file : "index.html";
|
|
@@ -55,7 +28,7 @@ router.param("file", (file, ctx, next) => __awaiter(void 0, void 0, void 0, func
|
|
|
55
28
|
}
|
|
56
29
|
else if (env.isDev()) {
|
|
57
30
|
// Serving the client library from your local dir in dev
|
|
58
|
-
ctx.devPath =
|
|
31
|
+
ctx.devPath = budibaseTempDir();
|
|
59
32
|
}
|
|
60
33
|
return next();
|
|
61
34
|
}));
|
|
@@ -67,9 +40,9 @@ if (env.isDev()) {
|
|
|
67
40
|
router
|
|
68
41
|
// TODO: for now this builder endpoint is not authorized/secured, will need to be
|
|
69
42
|
.get("/builder/:file*", controller.serveBuilder)
|
|
70
|
-
.post("/api/attachments/process", (
|
|
71
|
-
.post("/api/attachments/:tableId/upload",
|
|
43
|
+
.post("/api/attachments/process", authorized(BUILDER), controller.uploadFile)
|
|
44
|
+
.post("/api/attachments/:tableId/upload", paramResource("tableId"), authorized(PermissionTypes.TABLE, PermissionLevels.WRITE), controller.uploadFile)
|
|
72
45
|
.get("/:appId/:path*", controller.serveApp)
|
|
73
46
|
.get("/app/:appUrl/:path*", controller.serveApp)
|
|
74
|
-
.post("/api/attachments/:datasourceId/url", (
|
|
75
|
-
exports
|
|
47
|
+
.post("/api/attachments/:datasourceId/url", authorized(PermissionTypes.TABLE, PermissionLevels.READ), controller.getSignedUploadURL);
|
|
48
|
+
module.exports = router;
|