Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin McKeaveney 2b74fd887b test 6 years ago
..
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. 6 years ago
static Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
view fixing JSON and CSV import/export 6 years ago
analytics.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
apikeys.js Updating API key controller in self-host mode to return self host API key. 6 years ago
application.js import and export apps 6 years ago
auth.js Merge pull request #1049 from Budibase/feature/selfhosting-info 6 years ago
automation.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
backup.js app export with space in name 6 years ago
component.js Clean paths and file structure 6 years ago
datasource.js query and datasource unit tests 6 years ago
hosting.js When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 6 years ago
integration.js Remove server logging integration definitions every time they're fetched 6 years ago
layout.js Fix new layouts having bad styling 6 years ago
permission.js Changing the role system to have permissions integrated rather than the permissions being per user. 6 years ago
query.js Adding a nicer error for when user input JSON is invalid. 6 years ago
role.js Updating role constraints and making sure roles can't be deleted if they are in use. 6 years ago
routing.js Changing the naming of access levels to be roles. 6 years ago
row.js test 6 years ago
screen.js Removing the static CSS bundling from the server as it is no longer required. 6 years ago
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. 6 years ago
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. 6 years ago
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. 6 years ago
webhook.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago