1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00
budibase/packages/server/src/api/routes
2021-01-04 18:57:16 +00:00
..
tests Removing the static CSS bundling from the server as it is no longer required. 2020-12-09 12:30:21 +00:00
analytics.js
apikeys.js
application.js
auth.js
automation.js
component.js
datasource.js allow execution of external connector queries from button clicks 2021-01-04 18:57:16 +00:00
deploy.js
index.js separation of datasources and queries 2020-12-18 18:19:43 +00:00
integration.js separation of datasources and queries 2020-12-18 18:19:43 +00:00
layout.js Quick update to allow deleting layouts if they are not currently in use. 2020-11-30 16:12:06 +00:00
permission.js Changing the role system to have permissions integrated rather than the permissions being per user. 2020-12-02 17:08:25 +00:00
query.js separation of datasources and queries 2020-12-18 18:19:43 +00:00
role.js Changing the role system to have permissions integrated rather than the permissions being per user. 2020-12-02 17:08:25 +00:00
routing.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
row.js Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 2020-12-08 17:33:08 +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
static.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 email as default user identifier 2020-12-04 12:22:45 +00:00
view.js
webhook.js