1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/server/src/middleware
2021-03-08 15:57:19 +00:00
..
authenticated.js Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 2021-02-12 20:34:54 +00:00
authorized.js Some fixes after testing webhooks as well as adding test cases for all webhook endpoints. 2021-03-08 15:57:19 +00:00
joi-validator.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
resourceId.js Fixing issues with builtin roles living in the database as well as in code (easier to change in the future this way) - discovered by basic test case. 2021-02-09 13:01:45 +00:00
selfhost.js When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 2021-01-14 17:01:31 +00:00
usageQuota.js Adding in self hosted API key. 2020-12-09 17:04:05 +00:00