1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/server/src/api/controllers
Martin McKeaveney 816d06d9e9 merge
2021-10-07 21:05:39 +01:00
..
deploy adding debug log for deployments 2021-10-01 15:36:33 +01:00
row Fixing issue #2276 - allows reverting a SQL column to null if no input. 2021-10-06 17:52:12 +01:00
static Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 2021-10-04 13:31:53 +01:00
table Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 2021-09-21 16:07:04 +01:00
view fix table view export in prod 2021-10-07 11:26:09 +01:00
analytics.js fix user ping event 2021-10-07 12:15:05 +01:00
apikeys.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 2021-08-05 09:59:08 +01:00
application.js Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 2021-10-04 13:31:53 +01:00
auth.js Fixing issue with user's being logged in and trying to access other tenants public apps, this work makes sure that users from other tenants will not be 403'd immediately (too aggressive) but instead they will have all other their RBAC roles revoked. 2021-10-07 15:49:26 +01:00
automation.js Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 2021-09-17 17:18:52 +01:00
backup.js lint:fix 2021-05-03 09:31:09 +02:00
cloud.js Only development apps. 2021-09-30 12:50:22 +01:00
component.js Add feature flags to manifest 2021-07-07 13:53:59 +01:00
datasource.js remove log statement 2021-09-30 10:39:21 +01:00
dev.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 2021-08-05 09:59:08 +01:00
hosting.js Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 2021-10-04 13:31:53 +01:00
integration.js lint:fix 2021-05-03 09:31:09 +02:00
layout.js Fix instance name on layouts 2021-06-23 12:26:46 +01:00
metadata.js Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 2021-09-13 18:03:09 +01:00
permission.js Getting rid of the concept of permissions hierarchy, roles still have a hierarchy and base permissions still follow the old system, but resources can be given a stack of separate permissions which don't override each other. 2021-09-23 19:04:53 +01:00
query.js Saving progress towards re-working CTX usage in automation steps. 2021-09-09 12:23:52 +01:00
role.js lint:fix 2021-05-18 12:21:57 +02:00
routing.js Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 2021-06-04 12:13:29 +01:00
screen.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 2021-05-14 15:43:41 +01:00
script.js Adding a server logging script for testing and updating automation script functionality so that you can use 'return trigger.row.firstName' and it'll function as expected. 2021-06-18 18:07:51 +01:00
templates.js lint:fix 2021-05-03 09:31:09 +02:00
user.js ensure internal tableId always attached to user objects 2021-09-10 17:02:55 +01:00
webhook.js Add explicit prettier options 2021-05-04 11:32:22 +01:00