Commit Graph

3061 Commits

Author SHA1 Message Date
Baptiste Arnaud
9a1907d7c7
🐛 Fix webhook listening error when body is not JSON 2025-05-05 15:08:05 +02:00
Baptiste Arnaud
e1c7c27667
🐛 Fix restore published bot not working on v6.1 2025-05-05 15:02:33 +02:00
Baptiste Arnaud
79254cb910
🐛 Fix buttons invalid reply when internal value is empty string 2025-05-05 10:21:26 +02:00
Baptiste Arnaud
abde4227c3
🐛 Add ENTERPRISE plan in hasProPerks helper function 2025-05-05 08:05:11 +02:00
Baptiste Arnaud
8ab1f0235d
♻️ Improve transcript computation for jump and return blocks
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-05-02 19:23:16 +02:00
Baptiste Arnaud
6cd070580a
🚸 (analytics) Take into account Jump blocks for analytics
Also rework edge visits algorithm to avoid infinite recursions
2025-05-02 18:14:35 +02:00
Baptiste Arnaud
d32b6f8fa4
🔧 Update GitHub Actions workflow to use CONTENTS_RW_PAT for GITHUB_TOKEN 2025-05-02 17:26:27 +02:00
Baptiste Arnaud
0027867bee
🐛 Map allow comments and reation Blink options 2025-05-02 15:45:54 +02:00
Baptiste Arnaud
04d2a2d6eb
💄 Fix chat bubble window dynamic height on mobile
Closes #2143
2025-05-02 14:29:03 +02:00
Baptiste Arnaud
14b1a26acf
Add "Send Feed Event" Blink action
Closes #2097
2025-05-02 11:24:08 +02:00
Baptiste Arnaud
1f1baadb59
🐛 Fix black background not showing on popup embed
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-30 10:30:08 +02:00
Vitor Silva
ce637fb608
🧑‍💻 Use custom HOSTNAME and PORT in docker entrypoints (#2148)
This PR addresses [issue
#2133](https://github.com/baptisteArno/typebot.io/issues/2133) by
allowing the Typebot builder and viewer to bind to IPv6 addresses when
`HOSTNAME=::` is provided via environment variable.

 Changes made:
- Updated `scripts/builder-entrypoint.sh` and
`scripts/viewer-entrypoint.sh`
- Respect `HOSTNAME` and `PORT` environment variables if set
- Default to `0.0.0.0` and `3000` if not defined

🧪 Tested:
- Successfully deployed on Amazon EKS IPv6-only cluster
- Server binds correctly on `[::]:3000`

🧑‍💻 Contributors:
- [@silvadavitor](https://github.com/silvadavitor)
- [@RanielHaendchen](https://github.com/RanielHaendchen) (assisted with
cluster testing and validation)


![test](https://github.com/user-attachments/assets/640e2eca-e201-4254-a747-d7259f2d25cc)
2025-04-30 10:25:17 +02:00
Baptiste Arnaud
ba338b1ac6
🐛 Fix resetOutgoingEdgeIdProp, look for from props only 2025-04-29 16:04:37 +02:00
Baptiste Arnaud
a78498f829
🐛 Fix cards block duplication
Especially when button paths are connected
2025-04-29 15:46:45 +02:00
Baptiste Arnaud
1d43f14cb6
🐛 Update invitation count query to exclude guests from existing members 2025-04-28 11:23:05 +02:00
Baptiste Arnaud
a43173cc47
🐛 (condition) matched condition without connected edge should end the session
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Monthly job / clean (push) Has been cancelled
2025-04-27 18:36:36 +02:00
Baptiste Arnaud
85eafc2f39
🐛 Fix Else item not displayed 2025-04-27 18:15:09 +02:00
Baptiste Arnaud
ecda1d82d3
Add "Return" logic block 2025-04-27 17:28:58 +02:00
Baptiste Arnaud
1217bd58e6
♻️ Migrate chat api schemas to its own package 2025-04-27 15:17:53 +02:00
Baptiste Arnaud
f2a3ff072d
🚸 Add error toast on workspace member inviation failure 2025-04-26 14:31:11 +02:00
Baptiste Arnaud
8a9e16ecc7
💚 Fix CI build 2025-04-25 17:57:54 +02:00
Baptiste Arnaud
ec5bd44081
🐛 (cards) Dynamic internal value not being saved
Closes #2137
2025-04-25 17:29:59 +02:00
Baptiste Arnaud
7807d4c0a2
🐛 Fix svg image not displaying on Firefox 2025-04-25 15:38:12 +02:00
Baptiste Arnaud
d007ad0d51
🐛 Fix file re-upload not working
Closes #2131
2025-04-25 15:23:17 +02:00
Baptiste Arnaud
148b64deaf
🐛 Fix TypebotHeader overlapping blocks settings window
Closes #2134
2025-04-25 15:11:49 +02:00
Baptiste Arnaud
26fd11ab1a
💄 Fix border on file attached on text input 2025-04-25 15:03:03 +02:00
Baptiste Arnaud
10cf18d681
💄 Remove hero height constraint on mobild to fix scroll glitch 2025-04-25 14:59:15 +02:00
Baptiste Arnaud
9305ae8fd8
💄 Fix condition items overflow with long variable names
Closes #2129
2025-04-25 14:46:35 +02:00
Baptiste Arnaud
b69d76d8b2
🚸 (lp) fix scroll glitch ios due to vh height 2025-04-25 14:20:33 +02:00
Baptiste Arnaud
9cc605471d
💄 (lp) remove book a demo button 2025-04-25 14:16:26 +02:00
Baptiste Arnaud
98441264ec
🗃️ Add Enterprise to Plan enum 2025-04-25 09:50:15 +02:00
Baptiste Arnaud
ee8a41ceae
🐛 Fix results files duplication on typebot duplication
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-24 12:20:23 +02:00
younesbenallal
ea913782e2
📝 Add "feedback chatbot" blog post (#2140)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-04-23 18:22:21 +02:00
Baptiste Arnaud
a95364fadf
🔒️ Add necessary auto add project workflow PAT
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-22 16:09:11 +02:00
Baptiste Arnaud
547ecac156
💚 Explicitely add GITHUB_TOKEN in auto tag workflow 2025-04-22 15:56:19 +02:00
Baptiste Arnaud
59627ab1d8
🔒️ Remove use of PAT in Github workflows 2025-04-22 15:53:52 +02:00
Baptiste Arnaud
98309fcb3b
🐛 Fix clientSideActions executed from linked bot
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-17 17:35:07 +02:00
Baptiste Arnaud
21767d2eee
🚑️ Fix maximum callstack size issue from setVariableHistory 2025-04-17 15:04:06 +02:00
Baptiste Arnaud
08ad39558a
🐛 Fix copy/paste not pasting variable ids in block items 2025-04-17 12:32:06 +02:00
Baptiste Arnaud
2a85bb26dc
🐛 Correctly update startTimeout in exec loop 2025-04-17 11:28:17 +02:00
Baptiste Arnaud
98b33832d1
🐛 Correctly update start time in group execution loop 2025-04-17 09:57:30 +02:00
Baptiste Arnaud
601ddf3c07
🚑️ Fix edge case when calling link to typebot after input 2025-04-16 21:59:36 +02:00
Baptiste Arnaud
25808a97f0
🐛 Fix starting preview from group not working 2025-04-16 15:51:38 +02:00
Baptiste Arnaud
47107e3b55
🚸 (auth) Add user change email form 2025-04-16 15:27:48 +02:00
Baptiste Arnaud
3f53bfec5d
🧑‍💻 Upgrade to next-auth v5 and next v15 2025-04-16 10:58:00 +02:00
Baptiste Arnaud
1f133d1467
💄 fix combobox input border color
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-15 20:08:53 +02:00
Baptiste Arnaud
86e8477bde
(openai) Add new 4.1 models 2025-04-15 20:06:35 +02:00
Baptiste Arnaud
3f96958cc2
Add current bot linking test 2025-04-15 19:39:16 +02:00
Baptiste Arnaud
6953a5e67e
🚑️ Fix previous typebot link freeze 2025-04-15 19:32:18 +02:00
Baptiste Arnaud
54ed980cbb
🚑️ Fix typebot link block freeze 2025-04-15 18:48:51 +02:00