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 a726d158b8 Merge pull request #3338 from Budibase/feature/query-rbac-timeouts 5 years ago
..
appDirectoryTemplate Remove some other reference to standard-components 5 years ago
fileSystem Refactor app exports to allow a streaming realtime backup, and tidy up 5 years ago
queue Updating to manage completed events piling up, this will periodically clear out all events - repeats cannot be removed with the removeOnCompleted job option. 5 years ago
routing Add explicit prettier options 5 years ago
rowProcessor add check for missing _rev 5 years ago
tests Linting and updating csv parser test case to match new functionality. 5 years ago
bcrypt.js Add explicit prettier options 5 years ago
budibaseDir.js Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 5 years ago
centralPath.js lint:fix 5 years ago
csvParser.js Fixing test case (didn't provide a schema). 5 years ago
global.js Adding the sync call from the worker for creation, updating and deletion of users. Making sure that production and development apps are always up to date with user metadata. 5 years ago
index.js Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
redis.js Introducing the concept of flagging an automation as 'in test' which means it can run with triggers and everything as it normally would in development. 5 years ago
scriptRunner.js Adding worker controls to both automations and queries. 5 years ago
security.js Formatting. 5 years ago
statusCodes.js further tidy up and removal 6 years ago
usageQuota.js Deny only when usage quota is exceeded 5 years ago
users.js Fixing issues with search endpoint not handling users fully. 5 years ago
workerRequests.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