2
0
Commit Graph

2347 Commits

Author SHA1 Message Date
76fcf7ee93 Add "Generate variables" actions in AI blocks
Closes #1586
2024-06-18 12:13:00 +02:00
bec9cb68ca ⬆️ Upgrade chakra version 2024-06-17 14:12:14 +02:00
0f2f4d2130 🚸 (nocodb) Clean up error messages
Closes #1568
2024-06-14 10:05:16 +02:00
ff16706d7d 🐛 (nocodb) Automatically ignore trailing slash for baseURL
Closes #1566
2024-06-14 09:56:44 +02:00
98699738d7 🐛 (editor) Fix groups paste when edge is not copied 2024-06-14 09:51:02 +02:00
f38af0d90b 🐛 (sendEmail) Fix body HTML parsing invalid escape 2024-06-11 19:06:27 +02:00
24db6c5693 🧑‍💻 Add healthcheck API endpoints on all apps (#1563)
fixes #1555
2024-06-11 19:05:12 +02:00
2e322c5acc 📝 Add 'customer success manager job description' blog post (#1558) 2024-06-11 18:25:44 +02:00
233ff91a57 🚸 Display error toast when script or set vari… nextjs-v0.2.87 react-v0.2.87 js-v0.2.87 2024-06-11 18:18:05 +02:00
d80b3eaddb 💚 Fix pnpm lock file nextjs-v0.2.86 react-v0.2.86 js-v0.2.86 2024-06-11 10:56:01 +02:00
ee834999e6 Support Vision for compatible AI models
Closes #1313
2024-06-11 10:51:02 +02:00
40ca02df8c 🔧 Fix landing page loading issue with query params
Closes #1560
2024-06-11 10:03:40 +02:00
fdbd9c08a3 📝 Add Transcript doc 2024-06-10 17:46:29 +02:00
ad6894e110 🐛 (setVariable) Fix setVariable array parsing when executed on client 2024-06-10 15:45:44 +02:00
209cec34b9 🐛 Fix date parsing with european format 2024-06-10 15:32:06 +02:00
2b420c4e44 📝 Add "chatfuel alternatives" blog post (#1544)
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2024-06-06 08:45:48 +02:00
c55973fac0 🚸 (onboarding) Introduce new onboarding floating videos mechanism 2024-06-04 18:25:46 +02:00
4a45e5e1f1 🚸 (openai) Raise assistants select limit to 100 2024-06-04 17:36:21 +02:00
abc35a8695 🐛 Fix SMTP auth without creds
Closes #1556
2024-06-04 17:30:17 +02:00
edbc5a0cef 📝 Add "best marketing chatgpt prompts" blog post (#1543)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-06-04 17:27:02 +02:00
d363b23efa 🧑‍💻 Skip email check if included in ADMIN_EMAIL (#1537) 2024-06-04 17:21:05 +02:00
6954aea488 Revert "⬆️ Upgrade isolated-vm"
This reverts commit 8c41d581ce.
2024-06-04 16:53:44 +02:00
8c41d581ce ⬆️ Upgrade isolated-vm
Closes #1554
v2.26.1
2024-06-04 15:42:44 +02:00
d81b8b10f8 🔖 Release v2.26.1 2024-06-04 15:42:01 +02:00
a936bc206a 🚑 Fix webhook sample result parsing 2024-06-04 15:41:18 +02:00
45aa4c6da5 📝 Add v2.26 newsletter 2024-06-03 16:35:38 +02:00
9ec3f35382 🐳 Fix docker image build by adding python package install v2.26.0 2024-06-03 12:23:42 +02:00
61c2533df3 🔖 Release v2.26.0 2024-06-03 11:24:51 +02:00
fa191fde8c 🐛 Fix storage bug when setVariableHistory conflicts 2024-05-30 10:55:53 +02:00
409c55308e 🐛 Fix sample result parsing on complex flows
Make sure to ignore already visited group ids
2024-05-30 10:19:19 +02:00
3d09ad1818 🚸 Properly parse single break lines in streaming bubble nextjs-v0.2.85 react-v0.2.85 js-v0.2.85 2024-05-29 08:50:02 +02:00
176e3a5fcf 🐛 (dify) Fix invalid parsing when text delta is multiline 2024-05-27 15:39:36 +02:00
85bcb699f8 🐛 (script) Fix script exec when one variable is object 2024-05-27 15:07:23 +02:00
a17781dfa6 Add NocoDB block (#1365)
#970 #997

Fully integrate NocoDB.

Added all API Functions:

- List Table Records
- Create Table Records
- Update Table Records
- Delete Table Records
- Read Table Record
- Count Table Records
- List Linked Records
- Link Records
- Unlink Records

Optional Todo:
- Save responses of non-get requests in a variable (error validation
try-catch is added and logged so i do not think so it is much needed)

You are free to implement any extra validation/function :D

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-05-27 10:46:42 +02:00
3e4e7531f6 🚸 (number) Avoid parsing numbers starting with 0 2024-05-27 10:36:30 +02:00
e1f1b58c1c 🚸 (dify) Improve error display when streaming 2024-05-25 19:59:34 +02:00
e015385a7c 📝 Add "Create whatsapp chatbot" article (#1502)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-05-24 11:03:00 +02:00
073c1d427c 🚑 Fix inline code evaluation 2024-05-24 10:30:57 +02:00
b5d0ea422b 🔥 Remove useless check for group id before saving … 2024-05-24 10:15:01 +02:00
3320e1b809 🚸 (url) Improve URL input behavior on web
Closes #1074
nextjs-v0.2.84 react-v0.2.84 js-v0.2.84
2024-05-23 16:38:32 +02:00
88d98f05a0 🐛 (whatsapp) Fix preview_url parsing 2024-05-23 16:36:10 +02:00
c53ce349af (api) Add textBubbleContentFormat option
Closes #1111
2024-05-23 16:30:56 +02:00
3031d26f03 🧑‍💻 Add more convenient classes to typebot elements
Closes #1073
2024-05-23 16:12:01 +02:00
58f2e3bdeb (difyAi) Enable streaming with Dify.AI block
Closes #1281
2024-05-23 16:09:07 +02:00
c2f3c9709f 🐛 (calCom) Fix book callback not working on second attempt 2024-05-23 15:37:51 +02:00
10cbf4dfbc 🐛 (calCom) Fix weekly and column layouts restrained from max-width prop 2024-05-23 15:37:51 +02:00
bb4bbd8f0e 🧑‍💻 Add keycloak auth provider (#1533)
#1529
2024-05-23 15:36:30 +02:00
29040c67e1 📝 Add "How to train chatbot on your own data" article (#1516)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-05-23 11:38:59 +02:00
076a9503ef 📝 Add release section in self-hosting get-started page 2024-05-23 11:08:12 +02:00
06ac93ce18 ✏️ Fix ee README broken image 2024-05-23 10:44:38 +02:00