1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/server/src/api/routes
2021-04-07 17:17:00 +01:00
..
tests Merge branch 'dev-experience' of github.com:Budibase/budibase into feature/global-user-management 2021-04-07 15:22:22 +01: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 Fixing an issue with builder auth, adding a temporary endpoint which the server can set builder token on. 2021-04-07 16:08:29 +01: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 Adding a nuke stack option at top of repo and then setting up proxy for dev experience through envoy. 2021-04-01 12:02:31 +01:00
datasource.js Fixing issue with datasource find endpoint, removing un-used code and updating data source test. 2021-03-10 11:56:52 +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 Adding test cases for component, templates and hosting as well as updating some existing test cases. 2021-03-09 16:07:44 +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 Some more fixes after testing permissions a bit further. 2021-02-09 16:01:02 +00:00
query.js allow empty params 2021-02-23 10:06:55 +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 code review 2021-02-10 14:24:42 +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
search.js Updating some route middleware security. 2021-04-01 14:38:31 +01:00
static.js Updating some route middleware security. 2021-04-01 14:38:31 +01:00
table.js First lot of work to update the auto fields into schema. 2021-02-10 17:55:19 +00:00
templates.js Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 2021-03-19 19:07:47 +00:00
user.js Upping user test cases to cover all of controller. 2021-03-09 17:09:18 +00:00
view.js control RBAC from data section 2021-02-10 18:18:31 +00:00
webhook.js Linting. 2021-02-27 10:45:01 +00:00