1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00
budibase/packages/server/src/middleware
2021-04-20 17:17:44 +01:00
..
tests Updating the server to remove use of the email in the user ID. 2021-04-19 16:26:33 +01:00
authorized.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
currentapp.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
joi-validator.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
resourceId.js resourceId tests 2021-03-09 12:39:32 +00:00
selfhost.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
usageQuota.js Removing the lookup of _id in usage quota when in dev/self host for performance reasons as part of usage quota, re-writing some bits of fetch self for cleaner implementation, fixing some issues with updating/saving users from within app. 2021-04-13 17:11:55 +01:00