1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00
budibase/packages
Peter Clement a4c0328c53
REST file handling and SMTP automation block attachments (#13403)
* handle files in rest connector

* fetch presigned url and return

* further updates to handle files in rest connector

* remove unused important and fix extension bug

* wrong expiry param

* tests

* add const for temp bucket

* handle ttl on bucket

* more bucket ttl work

* split out fileresponse and xmlresponse into utils

* lint

* remove log

* fix tests

* some pr comments

* update function naming and lint

* adding back needed response for frontend

* use fsp

* handle different content-disposition and potential path traversal

* add test container for s3 / minio

* add test case for filename* and ascii filenames

* move tests into separate describe

* remove log

* up timeout

* switch to minio image instead of localstack

* use minio image instead of s3 for testing

* stream file upload instead

* use streamUpload and update signatures

* update bucketcreate return

* throw real error

* tidy up

* pro

* pro ref fix?

* pro fix

* pro fix?

* move minio test provider to backend-core

* update email builder to allow attachments

* testing for sending files via smtp

* use backend-core minio test container in server

* handle different types of url

* fix minio test provider

* test with container host

* lint

* try different hostname?

* Revert "try different hostname?"

This reverts commit cfefdb8ded.

* fix issue with fetching of signed url with test minio

* update autoamtion attachments to take filename and url

* fix tests

* pro ref

* fix parsing of url object

* pr comments and linting

* pro ref

* fix pro again

* fix pro

* account-portal

* fix null issue

* fix ref

* ref

* When sending a file attachment in email fetch it directly from our object store

* add more checks to ensure we're working with a signed url

* update test to account for direct object store read

* formatting

* fix time issues within test

* update bucket and path extraction to regex

* use const in regex

* pro

* Updating TTL handling in upload functions (#13539)

* Updating TTL handling in upload functions

* describe ttl type

* account for ttl creation in existing buckets and update types

* fix tests

* pro

* pro
2024-04-22 15:30:57 +00:00
..
account-portal@c167c331ff Merge branch 'master' of github.com:Budibase/budibase into fix-oidc-error-logging 2024-04-19 13:29:21 +01:00
backend-core REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
bbui Revert "adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel" 2024-04-15 13:41:32 +01:00
builder REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
cli REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
client Merge branch 'master' into borderless-grid 2024-04-19 16:25:58 +01:00
frontend-core PR feedback 2024-04-22 09:12:05 +01:00
pro@dff7b5a9dd REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
sdk
server REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
shared-core Merge branch 'master' of github.com:Budibase/budibase into more-sqs-tests-4 2024-04-18 10:55:33 +01:00
string-templates Adding edge case handling to the binding readable/runtime conversion, checking if it is trying to replace a binding which a substring of a helper name, which causes the helper to become un-usable. 2024-04-19 16:40:45 +01:00
types REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
worker REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00