2
0
Commit Graph

913 Commits

Author SHA1 Message Date
Baptiste Arnaud
abc3abd86b 🔒 (auth) Block disposable emails during sign up 2023-07-27 09:29:17 +02:00
Baptiste Arnaud
7a7d471805 🐛 (analytics) Fix previous total computation max call stack exceeded
Closes #624
2023-07-25 17:29:06 +02:00
Baptiste Arnaud
4607f0ea39 💄 Fix round icons color in dark mode
Closes #609
2023-07-25 17:17:39 +02:00
Baptiste Arnaud
43555c171e 🚸 New dedicated onboarding page 2023-07-25 16:21:40 +02:00
Baptiste Arnaud
283c55c1a4 🚸 Update onboarding bot
Closes #400
2023-07-25 09:12:53 +02:00
Baptiste Arnaud
b171b39606 🐛 Fix table list when empty always show "add" button
Closes #544
2023-07-24 17:54:08 +02:00
Baptiste Arnaud
3283d7e261 🧑‍💻 (results) Add get result by id API endpoint 2023-07-24 07:50:50 +02:00
Baptiste Arnaud
1ebd528753 (video) Add youtube shorts auto parsing 2023-07-21 08:02:15 +02:00
Johannes Zellner
48f074cdf7 Support specifying custom OAuth scope (#619)
For OpenID connect over OAuth, at least `openid profile` need to be set
there, but since the email is also used, the `email` scope will instruct
the OpenID provider to also deliver that.

---------

Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2023-07-20 11:38:21 +02:00
Baptiste Arnaud
13ac46975d 🐛 Fix viewer's .env.local.example inline comment 2023-07-18 14:54:11 +02:00
Baptiste Arnaud
aa4c16dad7 Regroup database queries of /sendMessage in one place
Potentially reduces the total queries to database and it will help to migrate to Edge runtime
2023-07-18 14:31:20 +02:00
Baptiste Arnaud
1095cf7f09 ⬆️ Upgrade giphy package 2023-07-18 09:25:24 +02:00
Baptiste Arnaud
3426d6689d Replace updates with updateManys when possible
Easy performance win to avoid triggering SELECT query after an UPDATE
2023-07-16 18:52:30 +02:00
Baptiste Arnaud
12ce4eb01b 📝 Remove pixel troubleshoot section 2023-07-16 18:21:24 +02:00
Baptiste Arnaud
be7be7bf7a (embed) Add new command setInputValue 2023-07-15 17:38:12 +02:00
Baptiste Arnaud
d3fb31b43a Downgrade next package version
Introduced "Invalid left-hand side in assignment"
2023-07-15 14:47:09 +02:00
Baptiste Arnaud
e293cb0111 Add Next.js embed library 2023-07-15 12:28:10 +02:00
Baptiste Arnaud
81bc0746cf ⬆️ Upgrade dependencies 2023-07-15 10:46:36 +02:00
Baptiste Arnaud
de08179f8b 🚸 (billing) Set existing stripe customer for custom plan checkout 2023-07-13 18:03:59 +02:00
Baptiste Arnaud
455c3bdfd7 👷 Improve monthly clean database script
Archive results that were not properly archived
2023-07-12 12:00:23 +02:00
Baptiste Arnaud
fc0e3782b1 🐛 (workspace) Fix members list limit bug 2023-07-11 18:14:23 +02:00
Baptiste Arnaud
a31345ae26 🚸 (theme) Move isBrandingEnable param in the Theme tab 2023-07-11 10:43:49 +02:00
Baptiste Arnaud
8ce5447012 🐛 (ga) Fix gtag not initializing properly 2023-07-11 08:09:11 +02:00
Baptiste Arnaud
5ae6c64d06 🚸 (video) Improve video autoplay behavior
Autoplay video only when displayed entirely and fix weird Safari autoplay issues when scrolling
2023-07-07 12:02:40 +02:00
Baptiste Arnaud
31b70223c8 🚸 Remove new typebot default user avatar 2023-07-07 11:44:14 +02:00
Baptiste Arnaud
5a05310a9c 🛂 Add isSuspended prop on workspace 2023-07-04 14:56:36 +02:00
Baptiste Arnaud
b0f25f301b (analytics) Improve analytics graph accuracy 2023-06-30 12:39:20 +02:00
Baptiste Arnaud
55ff944ebb 💄 Correctly highlight current line in code editor 2023-06-29 15:37:56 +02:00
Baptiste Arnaud
50fcbfd95e (pixel) Add skip initialization option 2023-06-28 10:37:01 +02:00
Baptiste Arnaud
033f8f99dd Add Meta Pixel block
Closes #582
2023-06-28 09:52:03 +02:00
Baptiste Arnaud
3575fef34f 🐛 (results) Fix export duplicate columns when no order set 2023-06-26 17:41:48 +02:00
Baptiste Arnaud
6f7ef820e2 📈 (billing) Track when workspace subscription is cancelled 2023-06-26 11:33:06 +02:00
Baptiste Arnaud
0582ca74ac 🚸 (editor) Improve editor performance by rounding paths
Related to #575
2023-06-24 11:48:46 +02:00
Baptiste Arnaud
69254c3624 🧑‍💻 (api) Add icon field in create workspace endpoint 2023-06-24 10:26:38 +02:00
Baptiste Arnaud
6864667297 🛂 (billing) Enable Published bot branding when plan cancelled 2023-06-24 10:26:07 +02:00
Baptiste Arnaud
de0b105276 🛂 (billing) Display branding when subscription… 2023-06-23 11:30:26 +02:00
Baptiste Arnaud
97fcee2764 🛂 (billing) Always invoice when subscription is updated 2023-06-22 10:21:17 +02:00
Baptiste Arnaud
7c2e5740dc 🔒 Add rate limiter on email signin endpoint 2023-06-20 15:49:54 +02:00
Baptiste Arnaud
eaadc59b1f Add recent section in icon and emoji picker
Closes #536
2023-06-20 14:04:33 +02:00
Baptiste Arnaud
da289a0da7 📝 (embed) Improve Wix embed instructions 2023-06-20 07:40:14 +02:00
Baptiste Arnaud
471dedccc8 📝 Change CNAME value to vercel domain
To avoid CNAME Cross-User ban from Cloudflare
2023-06-20 07:28:35 +02:00
Baptiste Arnaud
f1b643c5be 🔒 Revert ddos lockdown 2023-06-19 18:41:00 +02:00
Baptiste Arnaud
00945bfa0c 🔒 Disable email auth 2023-06-19 15:23:21 +02:00
Baptiste Arnaud
cec072b2a2 🐛 (conditions) Fix negative comparisons 2023-06-19 10:41:07 +02:00
Baptiste Arnaud
d8e56050f3 🚸 Move item settings button to the left 2023-06-17 08:08:30 +02:00
Baptiste Arnaud
83f2a29faa (openai) Add new models and remove tiktoken
Instead of computing total tokens with tiktoken we just attempt retries after trimming the first message
2023-06-16 16:50:32 +02:00
Baptiste Arnaud
e54aab452a 🚸 (webhook) Show save in variables accordion only when needed 2023-06-16 07:32:21 +02:00
Baptiste Arnaud
42234850ed (numberInput) Variabalize min, max, step 2023-06-15 15:20:46 +02:00
Baptiste Arnaud
d8c1a36bc0 (setVariable) Add "Moment of the day" variable value
Closes #564
2023-06-15 14:45:42 +02:00
Baptiste Arnaud
fbe63aa3f3 🚸 (sheets) Show info log instead of error when no rows are found 2023-06-15 14:42:20 +02:00