budibase/packages/server/src/api/controllers
Martin McKeaveney 6cb62f6625 fixing JSON and CSV import/export 2021-02-04 08:20:04 +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 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 2021-02-01 18:08:06 +00:00
view fixing JSON and CSV import/export 2021-02-04 08:20:04 +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 import and export apps 2021-01-27 13:55:46 +00:00
auth.js Merge pull request #1049 from Budibase/feature/selfhosting-info 2021-02-01 13:24:50 +00:00
automation.js
backup.js change backup to be appname 2021-02-03 13:28:11 +00:00
component.js Clean paths and file structure 2021-01-14 10:03:33 +00:00
datasource.js query and datasource unit tests 2021-01-14 20:51:03 +00:00
hosting.js When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 2021-01-14 17:01:31 +00:00
integration.js Remove server logging integration definitions every time they're fetched 2021-01-22 14:37:24 +00:00
layout.js Fix new layouts having bad styling 2020-12-23 09:23:03 +00:00
permission.js
query.js Adding a nicer error for when user input JSON is invalid. 2021-02-02 16:44:31 +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 fixing cypress test. 2021-02-02 14:55:52 +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 Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired. 2021-02-02 11:46:10 +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