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.
 
 
 
 
 
 
mike12345567 cae779c1dc Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 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 Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package). 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 Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 6 years ago
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. 6 years ago
role.js Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 6 years ago
routing.js Changing the naming of access levels to be roles. 6 years ago
row.js Fixing an issue with complex relationships that are heavily intra-related. 6 years ago
screen.js Removing the static CSS bundling from the server as it is no longer required. 6 years ago
table.js Fixing an edge case, create table with auto ID, create some rows, then update a column and try to create another row, ID generation would have reset, this makes sure internal changes to the table are kept. 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 Fixing some issues found with users and row updates, specifically relationships and numbers. 6 years ago
webhook.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago