1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
budibase/packages/server/src/api/routes
2021-02-09 13:01:45 +00:00
..
tests 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
analytics.js WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 2020-11-11 17:34:15 +00:00
apikeys.js WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 2020-11-11 17:34:15 +00:00
application.js Fixing issues with the application API, it utilised /api/:appId heavily which is a route that matches nearly everything. 2020-11-19 16:55:59 +00:00
auth.js Add current user bindings, and current user relationships as data sources 2021-01-28 14:29:35 +00:00
automation.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
backup.js change backup to be appname 2021-02-03 13:28:11 +00:00
component.js WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 2020-11-11 17:34:15 +00:00
datasource.js merge 2021-01-11 20:29:33 +00:00
deploy.js WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 2020-11-11 17:34:15 +00:00
hosting.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
index.js import and export apps 2021-01-27 13:55:46 +00:00
integration.js separation of datasources and queries 2020-12-18 18:19:43 +00:00
layout.js Quick update to allow deleting layouts if they are not currently in use. 2020-11-30 16:12:06 +00:00
permission.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
query.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
role.js Further work, need to have a larger think about the API of this. 2021-02-05 18:46:15 +00:00
routing.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
row.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
screen.js Removing the static CSS bundling from the server as it is no longer required. 2020-12-09 12:30:21 +00:00
static.js This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there). 2021-01-28 18:30:59 +00:00
table.js Adding in resource IDs everywhere they should be accessible. 2021-02-08 17:22:07 +00:00
templates.js WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 2020-11-11 17:34:15 +00:00
user.js email as default user identifier 2020-12-04 12:22:45 +00:00
view.js fixing JSON and CSV import/export 2021-02-04 08:20:04 +00:00
webhook.js WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 2020-11-11 17:34:15 +00:00