1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00
budibase/packages/server/src/api/controllers
2021-01-12 17:04:51 +00:00
..
deploy Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 2021-01-06 16:58:29 +00:00
static Some minor updates, making template object store URL in self hosting relative so everything just goes through the proxy, and fixing issue with API key being required to create apps in self hosting. 2021-01-07 15:37:41 +00:00
view Starting work off towards routing of screens in backend, getting view ready and a bit of cleanup to make internal views easier to create. 2020-11-10 17:22:41 +00:00
analytics.js
apikeys.js Updating API key controller in self-host mode to return self host API key. 2020-12-09 17:10:53 +00:00
application.js WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use. 2020-12-14 18:31:48 +00:00
auth.js Update after testing, it is now possible to make a deployment to a self hosted environment. Some work still required, better authentication around MINIO deployment, currently the bucket is set to public read and there is no signing/verification to the upload process, also right now four different URLs are needed for the builder to connect correctly, ideally this shouldn't be the case. 2020-12-18 12:54:20 +00:00
automation.js
component.js
datasource.js allow deletion of queries and datasources 2021-01-12 17:04:51 +00:00
hosting.js Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 2021-01-06 16:58:29 +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 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 allow deletion of queries and datasources 2021-01-12 17:04:51 +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 Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
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 Fixing #848 - standard components was not using the same API calls consistently which was breaking some things like charts. For now just make it consistent by updating it to make calls the same way as client lib does but the SDK will eventually replace all this and solve these problems. 2020-11-10 15:09:54 +00:00
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