1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/server/src/api/controllers
2022-09-14 14:07:00 +01:00
..
deploy Fix for #7431 - reboot didn't work at all previously which is why apps couldn't be published with it enabled, this is now a self host only feature, I've removed the ability to enable a reboot cron in the Cloud and it will not run the lookup/execution. 2022-09-07 17:05:17 +01:00
plugin Add validation to plugins uploaded using file upload and allow component uploads via non-file sources in cloud 2022-09-14 11:58:59 +01:00
public Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
query Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
row Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
static Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-08-22 17:54:14 +01:00
table Fixing test cases. 2022-08-03 18:20:07 +01:00
view Merge branch 'master' into fix/datasource-not-exporting 2022-08-12 14:37:44 +01:00
analytics.ts Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
apikeys.js
application.ts Merge branch 'master' into develop 2022-09-12 14:05:36 +01:00
auth.js
automation.js Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
backup.js Fixing an issue with deleting large apps with a lot of internal table data and adding back the export modal which allows picking whether an export includes internal table rows - #7583. 2022-09-09 20:06:29 +01:00
cloud.js Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
component.js Fixing linting issue. 2022-09-14 14:07:00 +01:00
datasource.js Merge pull request #7333 from Budibase/feature/select-tables-to-fetch 2022-09-13 11:19:49 +01:00
dev.js Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
integration.js Making integrations more like what custom integrations look like (to simplify integration). 2022-08-12 17:03:06 +01:00
layout.js Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-15 15:32:33 +01:00
metadata.js
migrations.js
permission.js
role.js
routing.js
screen.js Fix version being referenced in app plugin metadata 2022-09-07 12:06:05 +01:00
script.js
templates.js
user.js
webhook.js