1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/packages/server/src/utilities
Michael Drury 361589d18a
Merge pull request #3338 from Budibase/feature/query-rbac-timeouts
Query RBAC, query and automation threading/timeouts
2021-11-17 11:39:09 +00:00
..
appDirectoryTemplate
fileSystem Refactor app exports to allow a streaming realtime backup, and tidy up 2021-10-18 12:08:12 +01:00
queue Updating to manage completed events piling up, this will periodically clear out all events - repeats cannot be removed with the removeOnCompleted job option. 2021-11-16 18:58:24 +00:00
routing
rowProcessor add check for missing _rev 2021-10-18 09:51:13 +01:00
tests Linting and updating csv parser test case to match new functionality. 2021-11-12 19:39:12 +00:00
bcrypt.js
budibaseDir.js
centralPath.js
csvParser.js Fixing test case (didn't provide a schema). 2021-11-12 20:23:00 +00:00
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. 2021-11-04 14:53:03 +00:00
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). 2021-11-15 17:40:45 +00:00
redis.js
scriptRunner.js Adding worker controls to both automations and queries. 2021-11-11 12:11:09 +00:00
security.js
statusCodes.js
usageQuota.js Deny only when usage quota is exceeded 2021-10-04 14:07:10 +01:00
users.js
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. 2021-10-07 15:49:26 +01:00