Commit Graph

58 Commits

Author SHA1 Message Date
Baptiste Arnaud
20c402ad1b feat(engine): ️ Better URL validation 2022-04-28 12:34:39 -07:00
Baptiste Arnaud
e1d7533384 feat(engine): 🚧 Help to debug evaluated expressions 2022-04-20 11:33:44 -07:00
Baptiste Arnaud
a089a451b6 feat(engine): ️ Attempt to make redirections more reliable 2022-04-19 14:45:08 -07:00
Baptiste Arnaud
54a757b21b feat(results): ️ Improve logs details 2022-04-19 14:31:52 -07:00
Baptiste Arnaud
9fbe1cc34c fix(engine): 🐛 Nested typebots webhhok exec 2022-04-19 10:25:33 -07:00
Baptiste Arnaud
e50ce645eb fix(logic): ️ Make linked bot edge id work 2022-04-14 16:17:28 -07:00
Baptiste Arnaud
348055d68a feat(integrations): Add Pabbly block 2022-04-12 12:10:20 -05:00
Baptiste Arnaud
38c53fbbbc feat(integration): Add Make.com block 2022-04-10 17:02:01 -05:00
Baptiste Arnaud
5aac8229d2 feat(template): 📝 Add Quizz 2022-04-08 18:07:14 -05:00
Baptiste Arnaud
519723b2d8 feat(engine): ️ Lowercase resiliency on "contains" operator 2022-04-08 06:30:36 -05:00
Baptiste Arnaud
eb5a5d9a15 fix(engine): 🐛 Wrap webhook evalution in try catch 2022-04-05 10:05:34 +02:00
Baptiste Arnaud
da95cbd355 fix(engine): 🐛 Current id bug when linking to current bot 2022-04-04 10:23:34 +02:00
Baptiste Arnaud
3585e63c48 fix(engine): 🚑️ Webhook return func 2022-04-01 10:11:37 +02:00
Baptiste Arnaud
db10f1ee89 feat(engine): Improve variables in executed codes 2022-03-31 16:42:15 +02:00
Baptiste Arnaud
86117d6d3c fix(engine): 🐛 Webhook call on linked typebot 2022-03-31 10:33:35 +02:00
Baptiste Arnaud
60dcd5c246 fix(engine): 🐛 Save variables from webhooks in results 2022-03-28 17:07:47 +02:00
Baptiste Arnaud
d756dff99e feat(engine): ️ Await for async code block 2022-03-25 16:25:37 +01:00
Baptiste Arnaud
fb60dcf5ff feat(editor): ️ Add 'Current' to Link typebot 2022-03-25 14:59:40 +01:00
Baptiste Arnaud
ddb6798eba feat(integrations): 🚸 Add Reply-To field for email sending 2022-03-22 10:54:11 +01:00
Baptiste Arnaud
fb3d2bc9e6 fix(logic): 🐛 Parse variables for code step 2022-03-15 18:53:59 +01:00
Baptiste Arnaud
7e61ab19eb feat(engine): Link typebot step 2022-03-09 15:56:38 +01:00
Baptiste Arnaud
e3e07ddd4d feat(editor): Code step 2022-03-07 17:39:57 +01:00
Baptiste Arnaud
07104038c4 fix(engine): 🚸 Return empty string if evaluated JS is not defined 2022-03-07 09:48:10 +01:00
Baptiste Arnaud
4714e8046a fix(engine): 🐛 Chat chunk management 2022-03-03 10:15:20 +01:00
Baptiste Arnaud
a5a1fef597 feat(engine): 🚸 Always evaluate Set variable 2022-03-02 18:58:10 +01:00
Baptiste Arnaud
d6c3e8d41a fix(engine): 🐛 Standalone '?' when no query params 2022-03-01 15:01:27 +01:00
Baptiste Arnaud
ebf92b5536 feat(results): Add logs in results 2022-03-01 11:40:22 +01:00
Baptiste Arnaud
e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00
Baptiste Arnaud
c5b378dfad feat(engine): ️ Smarter website input 2022-02-28 11:04:30 +01:00
Baptiste Arnaud
dd671a5d2c fix(engine): 🐛 Equal condition number vs string 2022-02-23 18:50:41 +01:00
Baptiste Arnaud
b6618ba165 fix(engine): 🐛 Typing emulation on arabic chars 2022-02-23 18:21:15 +01:00
Baptiste Arnaud
d49461cde6 fix: 🚑️ Webhook and instant updates 2022-02-22 10:27:31 +01:00
Baptiste Arnaud
642a42779b feat(editor): Add Zapier step 2022-02-22 09:05:11 +01:00
Baptiste Arnaud
d0994e6577 feat(engine): Add {{state}} to body to get form state 2022-02-22 06:55:15 +01:00
Baptiste Arnaud
65c206e00a fix(engine): 🐛 Parse condition value variable 2022-02-20 11:21:04 +01:00
Baptiste Arnaud
b89e9b1b82 feat(editor): Add cc & bcc + Deletable credentials 2022-02-19 10:58:56 +01:00
Baptiste Arnaud
93e8f90ac3 fix: Allow webhook with basic auth 2022-02-15 15:03:39 +01:00
Baptiste Arnaud
f8a64151ef chore(editor): 👔 Send email disabled in preview 2022-02-13 07:49:56 +01:00
Baptiste Arnaud
cfbf3d4c0d chore(viewer): 🛂 Dynamically parse the viewer api host 2022-02-10 14:31:44 +01:00
Baptiste Arnaud
8c8d77e052 feat(engine): Add retry bubbles 2022-02-10 10:25:38 +01:00
Baptiste Arnaud
d6238b3474 feat(editor): Add send email integration 2022-02-07 18:07:20 +01:00
Baptiste Arnaud
524ef0812c chore(editor): ♻️ Revert tables to arrays
Yet another refacto. I improved many many mechanisms on this one including dnd. It is now end 2 end tested 🎉
2022-02-04 19:00:08 +01:00
Baptiste Arnaud
8a350eee6c refactor(editor): ♻️ Undo / Redo buttons + structure refacto
Yet another huge refacto... While implementing undo and redo features I understood that I updated the stored typebot too many times (i.e. on each key input) so I had to rethink it entirely. I also moved around some files.
2022-02-02 08:05:02 +01:00
Baptiste Arnaud
c5aaa323d1 refactor(♻️ Add defaults everywhere (+ settings page)): 2022-01-25 18:19:37 +01:00
Baptiste Arnaud
b0abe5b8fa feat(theme): Add chat theme settings 2022-01-24 15:07:09 +01:00
Baptiste Arnaud
619d10ae4e chore(theme): Add general theme settings tests 2022-01-24 09:36:28 +01:00
Baptiste Arnaud
a58600a38a feat(integration): Add webhooks 2022-01-22 18:24:57 +01:00
Baptiste Arnaud
c43fd1d386 feat(logic): Add Redirect step 2022-01-20 07:21:08 +01:00
Baptiste Arnaud
8bbd8977b2 refactor(graph): ♻️ Add Edges table in Typebot 2022-01-19 18:54:49 +01:00
Baptiste Arnaud
3506d86d50 feat(integration): Add Google Analytics integration 2022-01-19 14:25:15 +01:00