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.
 
 
 
 
 
 
Peter Clement 4cdc96a0f6
Merge pull request #2984 from Budibase/bug/misc-automation-issues
5 years ago
..
api 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
automations Merge pull request #2984 from Budibase/bug/misc-automation-issues 5 years ago
constants Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones. 5 years ago
db Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
definitions SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
events Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 5 years ago
integrations tidy up 5 years ago
middleware 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
tests/utilities fix tests 5 years ago
utilities 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
app.ts merge develop into branch 5 years ago
environment.js Fixing an issue with env variables becoming numbers if they started with one. 5 years ago
index.ts First attempt and re-writing a portion of the server in typescript. 5 years ago