1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
budibase/packages/server/src/api/controllers
2021-02-12 12:02:07 +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 Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 2020-10-28 20:35:06 +00:00
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 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 2020-10-29 10:28:27 +00:00
backup.js app export with space in name 2021-02-05 10:55:54 +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 Initial work towards rbac. 2021-02-05 15:58:25 +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 Some more fixes for RBAC as well as fixing the duplication of roles. 2021-02-12 12:02:07 +00:00
query.js Update to add readable prop to every 'read' query to follow a consistent pattern as well as adding a get endpoint for a single query. 2021-02-05 16:45:23 +00:00
role.js Some more fixes for RBAC as well as fixing the duplication of roles. 2021-02-12 12:02:07 +00:00
routing.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
row.js code review 2021-02-10 14:24:42 +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 clean up index on table deletion 2021-02-09 18:57:32 +00:00
templates.js Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 2020-11-06 12:30:30 +00:00
user.js Fixing some issues found with users and row updates, specifically relationships and numbers. 2021-02-05 12:23:29 +00:00
webhook.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 2020-10-29 10:28:27 +00:00