1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00
budibase/packages/server/src/api/controllers
2021-10-21 17:23:10 +01:00
..
deploy adding debug log for deployments 2021-10-01 15:36:33 +01:00
row Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value. 2021-10-18 17:54:34 +01:00
static Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 2021-10-04 13:31:53 +01:00
table Remove optional chaining from server 2021-10-21 10:24:41 +01:00
view fix table view export in prod 2021-10-07 11:26:09 +01:00
analytics.js fix user ping event 2021-10-07 12:15:05 +01:00
apikeys.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 2021-08-05 09:59:08 +01:00
application.js Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 2021-10-08 18:21:40 +01:00
auth.js Fixing an issue with user metadata not always being present when user accessing app, causing weird issues. 2021-10-21 17:23:10 +01:00
automation.js Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 2021-09-17 17:18:52 +01: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 Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 2021-10-08 18:21:40 +01:00
component.js Add feature flags to manifest 2021-07-07 13:53:59 +01:00
datasource.js remove log statement 2021-09-30 10:39:21 +01:00
dev.js Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 2021-10-14 16:25:07 +01:00
hosting.js Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 2021-10-04 13:31:53 +01:00
integration.js
layout.js Fix instance name on layouts 2021-06-23 12:26:46 +01:00
metadata.js Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 2021-09-13 18:03:09 +01:00
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 some issues found with query while testing. 2021-10-13 13:22:13 +01:00
role.js lint:fix 2021-05-18 12:21:57 +02:00
routing.js Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 2021-06-04 12:13:29 +01:00
screen.js
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 ensure internal tableId always attached to user objects 2021-09-10 17:02:55 +01:00
webhook.js