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 4d5ac0ee9e Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
..
deploy Quick fix and making sure CSS temp files in app directory don't get uploaded. 6 years ago
static Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
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. 6 years ago
analytics.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
apikeys.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
application.js Fix bug with getting screen list in app definition 6 years ago
auth.js merge 6 years ago
automation.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
component.js Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 6 years ago
layout.js fix layout bugs, some tidy up 6 years ago
permission.js Changing the role system to have permissions integrated rather than the permissions being per user. 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 Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
screen.js Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
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. 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 builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
webhook.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago