2
0
Commit Graph

352 Commits

Author SHA1 Message Date
Baptiste Arnaud
cf07cfe3ab 🧑‍💻 (smtp) Use secure prop instead of ignoreTLS
BREAKING CHANGE: The SMTP_IGNORE_TLS environment has been removed in favore of SMTP_SECURE. If
SMTP_SECURE is true,  the connection will use TLS when connecting to server. If false (the default)
then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if
you are connecting to port 465. For port 587 or 25 keep it false
2022-09-01 07:40:35 +02:00
Baptiste Arnaud
57866c4aa3 chore: upgrade packages
Also fixes sendEmail viewer e2e test
2022-08-29 08:51:45 +02:00
Baptiste Arnaud
43891b06aa fix(webhooks): improve body parsing 2022-08-29 07:50:51 +02:00
Baptiste Arnaud
59281426b0 build: upgrade packages 2022-08-21 22:33:09 +02:00
Baptiste Arnaud
5333ba9088 fix(giphy): search 2022-08-12 08:34:53 +02:00
Baptiste Arnaud
ee338f62dc build: add pnpm 2022-08-10 18:49:06 +02:00
Baptiste Arnaud
5ff9afc2b0 docs: add builder url in viewer config 2022-08-06 08:01:01 +02:00
Baptiste Arnaud
d6aa6e7c75 fix: remove json escape for single variable body
Closes #110
2022-07-09 08:11:08 +02:00
Baptiste Arnaud
b0d1b11325 feat: 💄 Change to refreshed logo 2022-07-06 07:47:14 +02:00
Baptiste Arnaud
d35bfeb323 fix(api): 🐛 webhookSteps returns blocks instead of step 2022-07-06 07:19:56 +02:00
Baptiste Arnaud
9cddc755a3 fix(sheets): 🔒️ Check token id before updating creds 2022-07-02 08:28:20 +02:00
Baptiste Arnaud
38a3ee7010 fix(bot): 🐛 Accept file upload without fileType 2022-07-01 17:52:58 +02:00
Baptiste Arnaud
d84f99074d feat(results): Brand new Results table
- Resizable columns
- Hide / Show columns
- Reorganize columns
- Expand result
2022-07-01 17:21:11 +02:00
Baptiste Arnaud
a9a0aec375 fix(email): 🐛 Reply to name parsing 2022-07-01 09:00:27 +02:00
Baptiste Arnaud
f4c81f2f07 fix(integration): 🐛 From name behavior 2022-06-29 07:57:38 +02:00
Baptiste Arnaud
75604bd3b1 feat(integration): ️ Add reply-to name on from field 2022-06-27 07:55:04 +02:00
Baptiste Arnaud
56dca868c9 fix(results): 🐛 Remove storage on result delete 2022-06-26 19:21:11 +02:00
Baptiste Arnaud
fc4db575ac feat(editor): ️ Optimize graph navigation 2022-06-26 16:12:28 +02:00
Baptiste Arnaud
55108c80e8 feat(bot): ️ Add required option on file upload input 2022-06-25 09:24:47 +02:00
Baptiste Arnaud
7c3345ab13 feat(bot): ️ Add attachment in emails 2022-06-24 16:18:07 +02:00
Baptiste Arnaud
3a4f263c71 build: Archive results to still be able to check usage 2022-06-24 14:06:06 +02:00
Baptiste Arnaud
3392e04d38 ci: 👷 Simplify build on Vercel 2022-06-22 10:35:31 +02:00
Baptiste Arnaud
f801a29539 fix(docker): 🐛 Runtime public environment 2022-06-22 09:47:43 +02:00
Baptiste Arnaud
3e47b37c2e Revert "fix(docker): 🐛 Runtime public environment"
This reverts commit e03fe9f7d9.
2022-06-22 07:21:02 +02:00
Baptiste Arnaud
e03fe9f7d9 fix(docker): 🐛 Runtime public environment 2022-06-22 07:12:33 +02:00
Baptiste Arnaud
ea765640cf feat(bot): ️ Add custom file upload size limit 2022-06-21 17:00:47 +02:00
Baptiste Arnaud
20dbfe64c9 fix(webhook): 🐛 Properly escape backslash and quotes 2022-06-20 10:45:57 +02:00
Baptiste Arnaud
6f4267e7e2 fix: 🐛 Display file URL in CSV export 2022-06-17 07:08:37 +02:00
Baptiste Arnaud
0ffdd88dba fix(integrations): 🚑️ Empty body emails 2022-06-15 16:34:35 +02:00
Baptiste Arnaud
3105adedb3 fix(auth): 🔧 Add ignoreTLS option for SMTP creds 2022-06-13 11:50:05 +02:00
Baptiste Arnaud
75365a0d82 feat(editor): Add file upload input 2022-06-12 17:34:33 +02:00
Baptiste Arnaud
87a9e7e337 fix(bot): 🚑️ Add a variable update queue to avoid initial crash 2022-06-12 09:51:45 +02:00
Baptiste Arnaud
97980f42ca feat(bot): Custom email body and HTML content 2022-06-12 09:05:10 +02:00
Baptiste Arnaud
aeaaa5c398 feat(bot): ️ Improve first paint delay 2022-06-12 07:57:35 +02:00
Baptiste Arnaud
2df8338505 refactor: ♻️ Rename step to block 2022-06-11 08:14:52 +02:00
Baptiste Arnaud
ad32ae02ef feat(db): 🗃️ Remove duplicate fields in PublicTypebot 2022-06-04 11:05:46 +02:00
Baptiste Arnaud
a0929c492b feat(user): Revokable API tokens 2022-06-03 13:20:19 +02:00
Baptiste Arnaud
274f30c6c2 fix(engine): 🐛 Payment for zero-decimal currencies 2022-06-02 10:15:00 +02:00
Baptiste Arnaud
c1461f0758 feat(input): ️ Better payment accessibility 2022-06-01 08:47:15 +02:00
Baptiste Arnaud
7aa6dab78a fix(integration): 🐛 Empty receipt email 2022-05-31 11:59:21 +02:00
Baptiste Arnaud
797ff1892d fix(integration): 🐛 Payment receipt email parsing 2022-05-31 08:25:52 +02:00
Baptiste Arnaud
a04a11ae02 build(docker): 🧱 Improve runtime environment 2022-05-30 16:40:13 +02:00
Baptiste Arnaud
92cd56e5d0 fix(engine): 📦️ Compatible with iPhone 6 2022-05-30 11:02:43 +02:00
Baptiste Arnaud
d02f267588 fix(engine): 🐛 Multi-line var parsing for webhook 2022-05-27 11:05:50 -07:00
Baptiste Arnaud
2cb8330790 fix(editor): 🐛 Custom currency payment input 2022-05-27 09:55:51 -07:00
Baptiste Arnaud
5d786f59cc build: 👷 New compose file and entrypoints 2022-05-25 14:49:34 -07:00
Baptiste Arnaud
3a6ca3dbde feat(editor): Payment input 2022-05-24 15:14:06 -07:00
Baptiste Arnaud
c168b678dd fix(viewer): 🐛 Forwarded host check attempt 2022-05-23 14:51:11 -07:00
Baptiste Arnaud
a2dd26b60f Revert "fix(viewer): 🐛 Forwarded host checking"
This reverts commit 37dea9c403.
2022-05-23 14:16:43 -07:00
Baptiste Arnaud
37dea9c403 fix(viewer): 🐛 Forwarded host checking 2022-05-23 11:24:55 -07:00