2
0
Commit Graph

28 Commits

Author SHA1 Message Date
53104a4a5e 📝 Add OAuth scopes URL for Sheets config (#1732)
Added help link for OAuth consent screen when people are setting up
google sheets access they are forgetting to add the scopes to the screen
itself.
2024-08-22 17:12:29 +02:00
d49e006df0 📝 Remove enterprise discovery plan link for commercial license 2024-08-12 18:48:43 +02:00
a79f41e3c6 📝 Add proto header in reverse proxy instructions
Closes #1680
2024-08-12 15:17:59 +02:00
09277c264c Implement Pexels videos option to media popover (#1636)
Closes #1575 

Note: Need to create a new environment variable named
`NEXT_PUBLIC_PEXELS_API_KEY` to store the API Key obtained from Pexels!


https://github.com/user-attachments/assets/4250f799-0bd7-48e9-b9a8-4bc188ad7704

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
Co-authored-by: younesbenallal <younes.benallal.06@gmail.com>
2024-07-22 19:41:01 +02:00
5a3fd84214 ⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
2024-07-11 16:09:49 +02:00
6db0464fd7 Add attachments option to text input (#1608)
Closes #854
2024-06-26 10:13:38 +02:00
8e6cee5890 📝 Update docker.mdx (#1597)
Fixed typo in MinIO volume mapping "s3-data" in docker compose file
2024-06-24 11:57:15 +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
076a9503ef 📝 Add release section in self-hosting get-started page 2024-05-23 11:08:12 +02:00
0eacbebbbe 📄 Add Commercial License for ee folder (#1532) 2024-05-23 10:42:23 +02:00
1c84d296ca ✏️ Fix typo in self-hosting troubleshooting (#1478)
Hi Arno,

Thank you for your amazing project.

I have made the following small change in the docs:
- "signed" text should be "sign", fixed this small oversight in the
docs.
2024-04-29 09:28:38 +02:00
6594723daf 📝 Add docker manual image build instructions
Closes #1285
2024-04-23 08:48:59 +02:00
b6a31c2944 📝 Update db migration command instructions (#1410)
Since you proxy the prisma commands so they have the right env varaible
for DATABASE_URL & the location for schema.prisma file

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-04-09 13:45:48 +02:00
f0172198b9 📝 Split Google requirements for each APIs: auth, sheets, fonts 2024-03-19 11:18:09 +01:00
df209a8e9d 🧑‍💻 (whatsapp) Option to modify the default interactive split message number (#1296)
When using the whatsapp oficial api or another that use the same schema,
with env we can modify the number of groups that the interactive group
will be split.

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2024-03-07 08:05:08 +00:00
ddb7ac7915 ✏️ Rewrite "optionnal" to "optional" (#1278)
Update the spelling of the word "optionnal" to "optional" in 4 places.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Made the file type selection optional in the file upload feature.
- **Bug Fixes**
- Addressed issues with color mode synchronization, persistence, and
user reset behavior.
	- Improved caching and bundling of files.
- **Documentation**
- Corrected spelling errors and typos in various documentation files for
better clarity and accuracy.
- **Style**
	- Updated admin display labels for enhanced clarity.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-02-22 09:16:17 +01:00
ba219b7e59 📝 Fix secret generation broken link 2024-02-19 16:18:12 +01:00
3ddc24e04f 📝 Remove duplicate pnpm in Vercel deploy docs (#1261)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Simplified the build process for Vercel deployment by removing a
redundant command.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-02-19 15:57:44 +01:00
5226b06fe1 🧑‍💻 Allow for custom 404 system messages 2024-02-12 09:18:54 +01:00
26be94de37 🧑‍💻 (whatsapp) Set default template language to en_US 2024-02-08 10:00:14 +01:00
9f0c6b3cc4 👷 Add posthog keys to github secrets 2024-02-03 11:35:04 +01:00
fd4867f3ae 📈 Send onboarding replies to PostHog 2024-02-02 11:58:32 +01:00
92a1d672fd ♻️ Re-organize telemetry package 2024-02-01 14:19:24 +01:00
47af9a9a59 📝 Add env WHATSAPP_CLOUD_API_URL to possible change https://gr… (#1170)
refs #1117 

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Refactor**
- Dynamically construct API URLs for WhatsApp features using environment
variables for improved reliability and configurability.
- Updated `sendWhatsAppMessage` function to use
`env.WHATSAPP_CLOUD_API_URL` for URL construction, allowing for more
dynamic configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-01-29 09:37:19 +01:00
07d349eb75 📝 Add warning on manual deployment guide saying that it's not for local 2024-01-17 16:13:48 +01:00
218abcbc89 📝 Add auth callback URL info in custom oauth config 2024-01-17 15:33:58 +01:00
1e5fa5a575 📝 Migrate from Docusaurus to Mintlify (#1115)
Closes #868
2023-12-22 09:13:53 +01:00