1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00
budibase/packages/server/src/api/controllers
2021-01-08 18:22:03 +00:00
..
deploy Removing the static CSS bundling from the server as it is no longer required. 2020-12-09 12:30:21 +00:00
static Remove client CSS bundle from index.html template 2020-12-09 12:33:09 +00:00
view
analytics.js
apikeys.js
application.js Removing the static CSS bundling from the server as it is no longer required. 2020-12-09 12:30:21 +00:00
auth.js merge 2020-12-07 21:20:35 +00:00
automation.js
component.js
datasource.js new datasource design 2021-01-07 13:13:46 +00:00
integration.js separation of datasources and queries 2020-12-18 18:19:43 +00:00
layout.js Fix new layouts having bad styling 2020-12-23 09:23:03 +00:00
permission.js
query.js binding data context in component 2021-01-08 18:22:03 +00:00
role.js Updating role constraints and making sure roles can't be deleted if they are in use. 2020-12-07 15:21:06 +00:00
routing.js
row.js separation of datasources and queries 2020-12-18 18:19:43 +00:00
screen.js Removing the static CSS bundling from the server as it is no longer required. 2020-12-09 12:30:21 +00:00
table.js
templates.js
user.js Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 2020-12-09 10:54:30 +00:00
webhook.js