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.
 
 
 
 
 
 
Michael Drury 19bcecf9f3 Linting and fixing client test case, have to mock getAppId as the location will never be set during testing. 6 years ago
..
api Linting and fixing client test case, have to mock getAppId as the location will never be set during testing. 6 years ago
automations Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
constants simplify user authentication, remove anon user, fix login cookie issues 6 years ago
db Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
events Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
middleware Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId. 6 years ago
utilities Removing appIds from tokens to reduce confusion. 6 years ago
app.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
electron.js Removing sanisation, instead just using it as a central path system. 6 years ago
environment.js Fixing an issue with env variables not getting set correctly. 6 years ago
index.js Fixing typo. 6 years ago