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 3bcbb5f27c Merge branch 'feature/security-update' of github.com:Budibase/budibase into feature/self-hosting 6 years ago
..
deploy Making sure deployment object is used everywhere to hide all underlying deployment properties. 6 years ago
static Expanding on deployment, attempting to hide all the quota stuff behind layers that we can more easily abstract, as well as hiding away any AWS specific features in the index of deployment. 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 Changing the naming of access levels to be roles. 6 years ago
auth.js Changing the role system to have permissions integrated rather than the permissions being per user. 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
page.js remove superfluous files 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 Making public and basic roles accessible. 6 years ago
routing.js Changing the naming of access levels to be roles. 6 years ago
row.js users as table working end to end 6 years ago
screen.js Changing the naming of access levels to be roles. 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 Changing the role system to have permissions integrated rather than the permissions being per user. 6 years ago
webhook.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago