1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/server/src/api/controllers
2021-04-28 15:53:07 +01:00
..
deploy Merge branch 'next' of github.com:Budibase/budibase into spectrum-bbui 2021-04-28 15:53:07 +01:00
search encapsulate more auth functionality into shared module and use in worker 2021-04-08 11:20:37 +01:00
static Merge branch 'next' of github.com:Budibase/budibase into spectrum-bbui 2021-04-28 15:53:07 +01:00
table Updating some test cases to work with new system. 2021-04-09 17:33:21 +01:00
view Merge branch 'next' of github.com:Budibase/budibase into spectrum-bbui 2021-04-28 15:53:07 +01:00
analytics.js Upping automation coverage by adding webhook testing and increasing screen coverage. 2021-03-10 11:47:39 +00:00
apikeys.js Updating API keys and changing over system to allow use of builder endpoints when running in cloud. 2021-03-22 16:39:11 +00:00
application.js Fixing some issues with the ctx.user, this was previously filled in by the old auth middleware. 2021-04-13 15:27:47 +01:00
auth.js Updating the server to remove use of the email in the user ID. 2021-04-19 16:26:33 +01:00
automation.js Fixing up tests, need to mock most of the worker functionality so that worker doesn't need to run during tests. 2021-04-13 20:25:43 +01:00
backup.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
component.js Fixing cypress test issues. 2021-03-25 13:32:05 +00:00
datasource.js Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 2021-03-29 17:32:05 +01:00
dev.js Updating cypress tests to work with the new user ID system. 2021-04-21 11:33:12 +01:00
hosting.js Global users now working through the server, all requests proxied. 2021-04-09 15:11:49 +01:00
integration.js Remove server logging integration definitions every time they're fetched 2021-01-22 14:37:24 +00:00
layout.js Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 2021-03-29 17:32:05 +01:00
permission.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
query.js Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 2021-03-29 17:32:05 +01:00
role.js Updating some test cases to work with new system. 2021-04-09 17:33:21 +01:00
routing.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
row.js Linting and formatting. 2021-04-20 17:33:44 +01:00
screen.js Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 2021-03-29 17:32:05 +01: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 config specificity 2021-04-22 11:45:22 +01:00
webhook.js Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 2021-03-29 17:32:05 +01:00