1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00
budibase/packages/server/src/api/controllers
2021-11-11 16:20:30 +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 Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus 2021-11-09 11:20:17 +00:00
static bust cache when app versions are different 2021-11-11 12:21:45 +01:00
table Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables. 2021-11-10 15:01:44 +00: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 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-11 13:48:07 +00:00
auth.js Syncing user metadata when builder opened as well as including all global user props for filtering/searching. 2021-11-03 22:23:00 +00:00
automation.js
backup.js
cloud.js
component.js
datasource.js Adding many to many support, generating junction table and setting up constraints. 2021-10-29 18:37:29 +01:00
dev.js fix revert on unpublished app 2021-11-08 13:06:25 +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 issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 2021-11-11 16:20:30 +00:00
role.js
routing.js
screen.js
script.js
templates.js
user.js Updating per review comments. 2021-11-10 12:03:43 +00:00
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