1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
budibase/packages/server/src/api/controllers
2021-07-14 17:51:35 +01:00
..
deploy Fixing deployment issue. 2021-07-14 17:51:35 +01:00
row Quick fix, make sure auto-columns never sent to DB. 2021-07-06 13:55:05 +01:00
static Add basic fallback error to real apps when client library fails to load 2021-07-06 18:37:21 +01:00
table Linting. 2021-07-01 14:25:23 +01:00
view apply fixes for common spelling mistakes 2021-07-09 17:54:49 +01:00
analytics.js
apikeys.js Cleaning up deployments into the app DB, moving API keys to be in global DB (which will be tenancy managed) and adding concept of platform info DB. 2021-07-14 16:29:32 +01:00
application.js Remove log statement, batch uploads and remove unecessary conditional 2021-07-09 16:42:09 +01:00
auth.js Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 2021-06-04 12:13:29 +01:00
automation.js Fixing issue with automation webhook URL being undefined. 2021-06-23 20:11:05 +01:00
backup.js
component.js Add feature flags to manifest 2021-07-07 13:53:59 +01:00
datasource.js bidirectional relationships, many to one 2021-07-01 22:23:47 +01:00
dev.js Linting. 2021-06-21 18:40:36 +01:00
hosting.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 2021-05-14 15:43:41 +01:00
integration.js
layout.js Fix instance name on layouts 2021-06-23 12:26:46 +01:00
permission.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 2021-05-14 15:43:41 +01:00
query.js end to end data providers and opinionated sql 2021-06-16 17:50:22 +01:00
role.js lint:fix 2021-05-18 12:21:57 +02:00
routing.js Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 2021-06-04 12:13:29 +01:00
screen.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 2021-05-14 15:43:41 +01:00
script.js Adding a server logging script for testing and updating automation script functionality so that you can use 'return trigger.row.firstName' and it'll function as expected. 2021-06-18 18:07:51 +01:00
templates.js
user.js Linting. 2021-06-14 15:32:24 +01:00
webhook.js