1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00
budibase/packages/server/src/utilities
2021-04-29 19:06:58 +01:00
..
appDirectoryTemplate More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created. 2020-11-05 12:43:03 +00:00
builder Linting. 2021-04-14 16:44:10 +01:00
fileSystem Fixing an issue with group by views. 2021-04-07 13:08:28 +01:00
queue
routing Adding in all the automation step tests, beginning work on the general automation tests. 2021-03-12 15:32:16 +00:00
security Some work towards implementing the current app cookie, removing some old dead code and re-working some of the different middlewares involved. 2021-04-12 18:31:58 +01:00
tests moving some test cases to not use file system and re-introducing the image processor. 2021-03-22 17:19:45 +00:00
bcrypt.js Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 2021-03-29 17:32:05 +01:00
budibaseDir.js
centralPath.js
csvParser.js Allow CSV upload in browser and add display column option 2020-10-19 19:24:05 +01:00
index.js Some more server-side fixes, updating it so that builders have permissions to do anything for now (means that a builder user doesn't have to be present in app database to work. 2021-04-14 16:00:58 +01:00
rowProcessor.js Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 2021-04-29 19:06:58 +01:00
statusCodes.js
usageQuota.js Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 2021-03-24 18:21:23 +00:00
users.js Updating the server to remove use of the email in the user ID. 2021-04-19 16:26:33 +01:00
workerRequests.js Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 2021-04-29 19:06:58 +01:00