1
0
Fork 0
mirror of synced 2024-05-16 02:14:06 +12:00
budibase/packages/server/src/api/controllers
2022-11-21 15:05:48 +00:00
..
deploy Typescript conversions - trying to get all of context/db layer into TS. 2022-11-11 11:57:50 +00:00
plugin Merge develop 2022-09-28 08:56:45 +01:00
public Some minor updates after running qa-core tests, found some issues that likely exists before context update. 2022-11-17 16:30:38 +00:00
query Some major reworks towards higher levels of typescript. 2022-11-16 17:23:12 +00:00
row Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-21 15:05:48 +00:00
static Fix attachments upload path 2022-11-01 21:17:39 +00:00
table Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-21 15:05:48 +00:00
view Refactoring more to Typescript, adding the ability to use the _find API of CouchDB. 2022-10-12 17:02:23 +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 Some minor updates after running qa-core tests, found some issues that likely exists before context update. 2022-11-17 16:30:38 +00:00
auth.ts Converting further DB layers to TS - fixing mocks. 2022-11-15 18:33:24 +00:00
automation.js Merge develop 2022-09-28 08:56:45 +01:00
backup.ts Removing timeout for export apps - #8589. 2022-11-08 20:12:32 +00:00
cloud.js Addressing majority of PR comments. 2022-10-24 10:04:14 +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.ts Re-building the context module to use a single object, meaning we can create new context frames and copy over whatever exists, then update. 2022-11-10 16:38:32 +00: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.ts Refactoring a lot of content around webhooks to Typescript, as well as fixing webhooks and automation app IDs on import of new app. 2022-10-25 18:19:18 +01:00