2
0
Commit Graph

677 Commits

Author SHA1 Message Date
9e0109f561 (whatsapp) Improve whatsApp management and media collection
Closes #796
2023-09-22 11:08:41 +02:00
85272af8f3 🚑 (upload) Fix upload in embed 2023-09-21 19:08:43 +02:00
9d80a3f68b 🚑 Fix file upload expiration issue 2023-09-21 08:22:03 +02:00
d7dc5fb5fb ♻️ Remove storage limit related code 2023-09-20 16:06:53 +02:00
7d57e8dd06 ♻️ Export bot-engine code into its own package 2023-09-20 15:42:34 +02:00
bb13c2bd61 🛂 (fileUpload) Improve file upload size limit enforcement
Closes #799, closes #797
2023-09-19 15:42:33 +02:00
f626c9867c (whatsapp) Improve WhatsApp preview management
Closes #800
2023-09-19 11:53:18 +02:00
69ef41b534 🐛 (payment) Fix postalCode camel case issue
Closes #822
2023-09-18 18:43:30 +02:00
322c48cddc (customDomain) Add configuration modal for domain verification
Closes #742
2023-09-18 17:16:30 +02:00
0ccc2efa45 🚸 (billing) Improve feedback when subscription is "past_due" 2023-09-12 13:17:14 +02:00
6375a2425f 📝 Update support contact email 2023-09-12 09:45:45 +02:00
75e4b16af0 Add Zemantic AI Integration block (#752)
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2023-09-08 16:21:50 +02:00
fbb198af9d (s3) Improve storage management and type safety
Closes #756
2023-09-08 15:28:11 +02:00
a2e24d08a0 (date) Add min and max options to date input block
Closes #792
2023-09-08 11:38:23 +02:00
9e8fa124b5 (dateInput) Add format option and improve parsing
Use date-fns for custom format and make sure dates are timezone independants

Closes #533, closes #592
2023-09-05 10:34:56 +02:00
111fb323b1 (wait) Add pause option on Wait block
Closes #751
2023-09-04 14:52:16 +02:00
27a5f4eb74 (openai) Add custom provider and custom models
Closes #532
2023-09-01 16:19:59 +02:00
3d7f778dee 🔥 Remove cloudron-specific files
Related to #568
2023-09-01 11:37:24 +02:00
37ccb5da5e 🚸 (sendEmail) Improve variable parsing in sendEmail body
Support for multi line variables as well

Closes #749
2023-09-01 11:33:45 +02:00
5fb17dbf9e 🚸 (bot) Don't auto scroll if a text bubble was streamed
Closes #702
2023-08-31 14:52:32 +02:00
6207edfeef 🛂 Send alert emails only to workspace admins 2023-08-31 10:19:32 +02:00
dfcfdf2138 🚸 Skip validation if __ENV.js file does not exist 2023-08-31 09:57:54 +02:00
96ddfadaa7 🔊 Add logs to debug invalid env 2023-08-30 18:47:57 +02:00
23b629f82c ♻️ Move s3-related files to specific lib folder 2023-08-30 09:36:45 +02:00
9a79bc38ee Use minio for presigned urls and remove aws sdk 2023-08-30 09:08:05 +02:00
da4005e160 🐛 (embed) Make sure env.ts is not bundled in js embed lib 2023-08-29 15:00:04 +02:00
5b20f414c8 🐛 (embed) Fix env reading in embed 2023-08-29 14:33:41 +02:00
b852b4af0b Add WhatsApp integration beta test (#722)
Related to #401
2023-08-29 10:05:24 +02:00
036b407a11 🐛 Improve parse runtime env reading function 2023-08-28 14:50:58 +02:00
efd4600b7e 🚑 Set proper env defaults 2023-08-28 11:08:15 +02:00
786e5cb582 🧑‍💻 Improve env variables type safety and management (#718)
Closes #679
2023-08-28 09:13:53 +02:00
e62e71c133 🛂 Check if isQuarantined can be toggled on sub update 2023-08-24 15:38:50 +02:00
d700af17e9 🚸 (openai) Implement retries if openai rate limit reached 2023-08-24 15:28:44 +02:00
793218a673 🚑 Properly preprocess typebot version 2023-08-24 09:29:32 +02:00
06ecdf040e 🐛 (sendMessage) Correctly preprocess and parse fetched bot 2023-08-24 09:11:10 +02:00
ee3b94c35d (typebotLink) Better typebot link with merge option
Closes #675
2023-08-24 08:19:41 +02:00
0acede92ef 🚸 Improve parsing preprocessing on typebots 2023-08-23 10:57:38 +02:00
fe54888350 🐛 Fix legacy publicId format validation 2023-08-22 11:43:35 +02:00
83352d77f5 🐛 (customDomains) Transform name to lower case before validating 2023-08-22 11:11:20 +02:00
c08e0cdb0a (customDomains) Fix custom domain update feedback 2023-08-21 15:32:27 +02:00
ed77f5d124 🐛 (webhook) Fix variable list parsing in custom body
Closes #687
2023-08-18 15:57:52 +02:00
19fc576957 🚸 Loosen file import parsing strictness 2023-08-18 09:27:14 +02:00
fca5865999 🚑 Fix customDomain regex validation 2023-08-17 10:01:45 +02:00
454d320c6b (api) Add CRUD typebot endpoints
Closes #320, closes #696
2023-08-17 09:39:11 +02:00
019f72ac7e 🐛 Deprecate blockId field in items 2023-08-16 09:33:57 +02:00
6786db80ee (embed) Customizable preview message close button 2023-08-11 14:49:35 +02:00
af1bee8756 🚸 (bot) Update reply if we get new format from backend 2023-08-07 15:24:15 +02:00
ec0a5be793 💄 (textInput) Show send icon if send label is empty 2023-08-07 14:37:11 +02:00
4d3f67c752 🚸 (setVariable) Rename Today setVar type to Now 2023-08-07 14:32:30 +02:00
037d4ce345 (audio) Add autoplay switch in settings 2023-08-07 12:20:38 +02:00