1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/server/src/api/routes
2021-02-05 18:46:15 +00:00
..
tests Fixing test failure due to not deleting the ID attached to table in couchTest Utils. 2021-02-02 13:14:32 +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 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
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 Further work, need to have a larger think about the API of this. 2021-02-05 18:46:15 +00:00
query.js Some quick fixes to allow custom verbs. 2021-02-02 17:28:11 +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 Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 2020-12-08 17:33:08 +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 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
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