1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00
budibase/packages/server/src/api/controllers
Rory Powell 81ca6d3b22
Merge pull request #3104 from Budibase/view-not-set
Handle nulls / empty in views and tables
2021-10-25 10:16:23 +01:00
..
deploy adding debug log for deployments 2021-10-01 15:36:33 +01:00
row enable collapsible nodes in component tree 2021-10-21 16:24:58 +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 Feedback: Rename set/not set to not empty/empty, remove cell rendering 2021-10-25 09:58:05 +01:00
analytics.js error message fixes 2021-10-19 16:52:55 +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 issue with user's being logged in and trying to access other tenants public apps, this work makes sure that users from other tenants will not be 403'd immediately (too aggressive) but instead they will have all other their RBAC roles revoked. 2021-10-07 15:49:26 +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