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 d7a0d29b03 switching between queries 6 years ago
..
deploy Removing the static CSS bundling from the server as it is no longer required. 6 years ago
static Remove client CSS bundle from index.html template 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 Removing the static CSS bundling from the server as it is no longer required. 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
datasource.js switching between queries 6 years ago
integration.js separation of datasources and queries 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
query.js switching between queries 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 separation of datasources and queries 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 #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 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