1
0
Fork 0
mirror of synced 2024-06-22 04:10:54 +12:00
budibase/packages/server/src/api/controllers
2022-04-20 12:54:58 +01:00
..
deploy Code style check 2022-04-19 14:56:56 +01:00
public Linting. 2022-03-25 12:15:42 +00:00
query Fix base path in server url for openapi3 import 2022-03-18 09:20:30 +00:00
row Get latest RevId if not provided 2022-04-20 11:51:01 +01:00
static Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools 2022-04-06 11:50:43 +01:00
table passing non-null required for doesContainStrings 2022-04-07 17:13:08 +01:00
view Fix for #4119 - any object based column will be exported with the comma types correctly encapsulated. 2022-02-08 14:34:52 +00:00
analytics.js error message fixes 2021-10-19 16:52:55 +01:00
apikeys.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
application.js Added events for viewing a production application and unpublishing 2022-04-20 11:08:06 +01:00
auth.js Link app context with tenancy, remove app tenancy middleware 2022-03-24 13:04:49 +00:00
automation.js Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
backup.js Refactor app exports to allow a streaming realtime backup, and tidy up 2021-10-18 12:08:12 +01:00
cloud.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
component.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
datasource.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
dev.js bug fix for handlebars expression, show budibase version in updates panel 2022-02-17 10:12:35 +01:00
integration.js fixing google sheets bug, respect google configuration hierarchy 2022-03-28 16:44:33 +01:00
layout.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00: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 Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
routing.js Tests updating, all now passing, fixed some issues discovered by them. 2022-01-28 15:43:51 +00:00
screen.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00: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 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 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 an issue with webhook controller. 2022-02-28 20:03:02 +00:00