1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00
budibase/packages/server/src/api/controllers
2021-09-28 14:26:25 +01:00
..
deploy
row fallback SMTP configuration for cloud 2021-09-27 14:57:22 +01:00
static
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 Adding the ability to migrate from existing in db views to in memory views. 2021-09-21 17:37:26 +01:00
analytics.js turn analytics off for self hosted 2021-09-21 20:39:56 +01:00
apikeys.js
application.js Fix check to create default layouts and screens 2021-09-27 11:30:46 +01:00
auth.js
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
component.js
datasource.js check tables can be fetched before saving config 2021-09-28 12:25:57 +01:00
dev.js
hosting.js
integration.js
layout.js
metadata.js
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
role.js
routing.js
screen.js
script.js
templates.js
user.js
webhook.js