1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
budibase/packages/server/src/api/controllers
2021-11-08 17:28:32 +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 SQL table building. 2021-10-28 19:39:42 +01:00
static
table Fixing some issues with MySQL and dropping foreign key constrained columns. 2021-11-02 13:36:23 +00:00
view Update snapshot 2021-10-26 09:43:00 +01:00
analytics.js
apikeys.js
application.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
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
hosting.js
integration.js
layout.js
metadata.js
permission.js
query.js Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-08 14:00:47 +00:00
role.js
routing.js
screen.js
script.js
templates.js
user.js Adding the sync call from the worker for creation, updating and deletion of users. Making sure that production and development apps are always up to date with user metadata. 2021-11-04 14:53:03 +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