1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00
budibase/packages/server/src/api/controllers
2022-10-12 10:19:46 +01:00
..
deploy Merge develop 2022-09-28 08:56:45 +01:00
plugin Merge develop 2022-09-28 08:56:45 +01:00
public Fixing a regression of CSV table creation - normally if a CSV was used to create a table with an options column all of the options would be filled in but this had been broken. 2022-10-04 17:54:33 +01:00
query Merge branch 'master' of github.com:Budibase/budibase into develop 2022-10-06 16:54:25 +01:00
row Merge branch 'master' of github.com:Budibase/budibase into develop 2022-10-06 16:54:25 +01:00
static Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-10-07 11:31:32 +01:00
table ensure correct revert endpoint being hit, update call to revert 2022-10-09 19:31:35 +01:00
view Merge develop 2022-09-28 08:56:45 +01:00
analytics.ts Merge develop 2022-09-28 08:56:45 +01:00
apikeys.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
application.ts Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need. 2022-10-07 18:05:18 +01:00
auth.ts Merge develop 2022-09-28 08:56:45 +01:00
automation.js Merge develop 2022-09-28 08:56:45 +01:00
backup.js Merge develop 2022-09-28 08:56:45 +01:00
cloud.js Merge develop 2022-09-28 08:56:45 +01:00
component.ts Merge develop 2022-09-28 08:56:45 +01:00
datasource.js Merge develop 2022-09-28 08:56:45 +01:00
dev.js ensure correct revert endpoint being hit, update call to revert 2022-10-09 19:31:35 +01:00
integration.js turn on gsheets 2022-10-10 09:02:17 +01:00
layout.js Merge develop 2022-09-28 08:56:45 +01:00
metadata.js Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
migrations.js Add app db support + app url migration 2022-01-27 10:40:31 +00:00
permission.js Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 2022-03-28 16:34:50 +01:00
role.js Merge develop 2022-09-28 08:56:45 +01:00
routing.js Tests updating, all now passing, fixed some issues discovered by them. 2022-01-28 15:43:51 +00:00
screen.ts Merge develop 2022-09-28 08:56:45 +01:00
script.js Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 2021-10-12 18:45:13 +01:00
templates.js default value for env variable 2022-05-19 10:56:51 +01:00
user.js Fixing an issue with user syncing on save to app DBs as well as fixing a problem with pretty app URLs not setting the app ID correctly into the context. 2022-02-04 17:37:13 +00:00
webhook.js Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00