1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/packages/server/src/utilities
2021-12-06 18:23:18 +00:00
..
appDirectoryTemplate Remove some other reference to standard-components 2021-09-06 18:45:39 +01:00
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 Add explicit prettier options 2021-05-04 11:32:22 +01:00
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 Add explicit prettier options 2021-05-04 11:32:22 +01:00
budibaseDir.js Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 2021-05-06 19:27:24 +01:00
centralPath.js lint:fix 2021-05-03 09:31:09 +02:00
csvParser.js Exporting date and auto id field, but not importing autocolumns when table is created. 2021-12-02 16:17:10 +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 Adding stats, code, timings and size of request. 2021-12-06 18:23:18 +00:00
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. 2021-09-10 14:37:34 +01:00
scriptRunner.js Adding worker controls to both automations and queries. 2021-11-11 12:11:09 +00:00
security.js Formatting. 2021-05-14 16:32:51 +01:00
statusCodes.js
usageQuota.js Deny only when usage quota is exceeded 2021-10-04 14:07:10 +01:00
users.js Fixing issues with search endpoint not handling users fully. 2021-09-02 17:13:00 +01:00
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