1
0
Fork 0
mirror of synced 2024-09-27 06:42:03 +12:00
budibase/packages/server/src/utilities
2021-04-20 17:17:44 +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 Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup. 2020-09-25 18:05:26 +01:00
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 Removing sanisation, instead just using it as a central path system. 2020-10-09 10:00:57 +01:00
centralPath.js Removing sanisation, instead just using it as a central path system. 2020-10-09 10:00:57 +01:00
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 default user 2021-04-15 23:14:10 +01:00
statusCodes.js further tidy up and removal 2020-05-07 13:52:24 +01:00
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 Swapping over everything to use the new user ID and updating everything after some end to end testing. 2021-04-20 17:17:44 +01:00