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 7a26f3769d Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
..
deploy adding debug log for deployments 5 years ago
row Fixing issue #2276 - allows reverting a SQL column to null if no input. 5 years ago
static Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 5 years ago
table Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
view fix table view export in prod 5 years ago
analytics.js fix user ping event 5 years ago
apikeys.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
application.js Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
auth.js Fixing issue with user's being logged in and trying to access other tenants public apps, this work makes sure that users from other tenants will not be 403'd immediately (too aggressive) but instead they will have all other their RBAC roles revoked. 5 years ago
automation.js Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 5 years ago
backup.js lint:fix 5 years ago
cloud.js Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
component.js Add feature flags to manifest 5 years ago
datasource.js remove log statement 5 years ago
dev.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
hosting.js Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 5 years ago
integration.js lint:fix 5 years ago
layout.js Fix instance name on layouts 5 years ago
metadata.js Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 5 years ago
permission.js Getting rid of the concept of permissions hierarchy, roles still have a hierarchy and base permissions still follow the old system, but resources can be given a stack of separate permissions which don't override each other. 5 years ago
query.js Saving progress towards re-working CTX usage in automation steps. 5 years ago
role.js lint:fix 5 years ago
routing.js Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 5 years ago
screen.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 5 years ago
script.js Adding a server logging script for testing and updating automation script functionality so that you can use 'return trigger.row.firstName' and it'll function as expected. 5 years ago
templates.js lint:fix 5 years ago
user.js ensure internal tableId always attached to user objects 5 years ago
webhook.js Add explicit prettier options 5 years ago