1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00
budibase/packages/server/src/api/controllers
2021-11-03 14:08:47 +00:00
..
deploy Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled. 2021-10-22 14:34:20 +01:00
row enable collapsible nodes in component tree 2021-10-21 16:24:58 +01:00
static
table Remove optional chaining from server 2021-10-21 10:24:41 +01:00
view Update snapshot 2021-10-26 09:43:00 +01:00
analytics.js error message fixes 2021-10-19 16:52:55 +01:00
apikeys.js
application.js Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled. 2021-10-22 14:34:20 +01:00
auth.js Fixing an issue with user metadata not always being present when user accessing app, causing weird issues. 2021-10-21 17:23:10 +01:00
automation.js
backup.js Refactor app exports to allow a streaming realtime backup, and tidy up 2021-10-18 12:08:12 +01:00
cloud.js
component.js
datasource.js
dev.js Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 2021-10-14 16:25:07 +01:00
hosting.js
integration.js
layout.js
metadata.js
permission.js Fixing issue with permissions, if some permissions have already been set for a role an error would be thrown which would break the UI and make it impossible to setup permissions for other tables. 2021-10-19 16:19:48 +01:00
query.js Fixing REST PUT using POST as per #3227. 2021-11-03 13:12:20 +00:00
role.js
routing.js
screen.js
script.js
templates.js Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 2021-10-14 14:18:41 +01:00
user.js
webhook.js Fixing an issue with webhooks, couldn't use them in development (like getting schema) and making sure trigger will always use production app #3143. 2021-11-03 14:08:47 +00:00