This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c68c902d2c
budibase
/
packages
/
server
/
src
/
middleware
History
mike12345567
4f1a0ac645
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
..
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
Adding basic permissions test which proves a public user can read from a table, but cannot write.
2021-02-09 17:24:36 +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