2
0
Commit Graph

129 Commits

Author SHA1 Message Date
7b6649408c feat: ️ Add sleekplan paths 2022-03-07 14:53:25 +01:00
57663fd05c build(signin): ️ Add SSO signin for Sleekplan 2022-03-07 10:40:09 +01:00
fd9c19a4c2 feat(integration): 🚸 Easy webhook config 2022-03-07 08:12:05 +01:00
ec18912879 build: 🔒️ Add extra user check in api 2022-03-04 17:21:01 +01:00
d13ca0fa9a feat(integration): ️ Improve feedback on GSheets errors 2022-03-04 14:40:13 +01:00
7045c02a15 build: 🏗️ Add minio in local config 2022-03-02 17:35:57 +01:00
0e14a238be chore: 👷 Add user info on Google sheets endpoints for Sentry 2022-03-02 07:41:08 +01:00
ebf92b5536 feat(results): Add logs in results 2022-03-01 11:40:22 +01:00
e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00
33497b8766 fix: 🐛 Fix duplication when customDomain is set 2022-02-28 14:14:38 +01:00
9e08ff574b fix: 🐛 Tiny bugs (Sentry) 2022-02-25 18:44:11 +01:00
74b3464474 fix(editor): ️ Overflow clip 2022-02-25 15:06:09 +01:00
658202eaee refactor: ♻️ Remove any trace of Cypress 2022-02-24 17:44:23 +01:00
7e7596d75e fix(auth): 🚑️ Don't allow user without id 2022-02-24 15:37:47 +01:00
cc1dd5152e fix(hotfix): 2022-02-24 15:36:03 +01:00
a499d85c98 feat(db): 🗃️ Add createdAt and updatedAt 2022-02-24 14:56:22 +01:00
b9dafa611e feat: Add collaboration 2022-02-24 11:13:19 +01:00
1dc2264bdf fix: 🐛 Smash tiny bugs 2022-02-22 16:30:41 +01:00
d49461cde6 fix: 🚑️ Webhook and instant updates 2022-02-22 10:27:31 +01:00
68ae69f366 feat(api): Add routes for subscribing webhook 2022-02-21 11:47:01 +01:00
5a80774ff5 feat(account): 🗃️Add api token 2022-02-21 07:06:44 +01:00
5d9356bd9c 🛂 Add god rule to view typebots 2022-02-20 08:54:48 +01:00
7a4b96ff7e fix(editor): 🐛 Edge not properly connecting to step target 2022-02-19 18:09:09 +01:00
b89e9b1b82 feat(editor): Add cc & bcc + Deletable credentials 2022-02-19 10:58:56 +01:00
f6d5eb5777 fix: 🛂 Protect from others to consult typebots and folders 2022-02-18 18:18:38 +01:00
7402ad5f6d chore: 🛂 Add context variables to support typebot 2022-02-18 17:15:18 +01:00
f3ecb948a1 feat: Add custom domains 2022-02-18 14:57:10 +01:00
aaf78e8a54 fix(results): 🐛 Collect prefilled variables in db 2022-02-17 16:08:01 +01:00
ab9c55e297 docs(dashboard): 📝 Add 2.0 annoucement modal 2022-02-16 06:47:06 +01:00
93e8f90ac3 fix: Allow webhook with basic auth 2022-02-15 15:03:39 +01:00
e6f6e2523c ci(e2e): 💚 Incomplete results 2022-02-14 20:40:55 +01:00
e7d1f5d674 build: 📦️ Update packages 2022-02-14 18:13:35 +01:00
bdfd7ac1bc build: 📈 Add Plausible Analytics 2022-02-14 17:18:19 +01:00
1fbe324e43 (dashboard): 💅 Add access to v1 banner 2022-02-14 16:55:06 +01:00
56bd5fafc3 feat: ️ Add docs and connect Stripe 2022-02-14 16:41:39 +01:00
f897102219 feat(app): Add support bubble 2022-02-14 11:33:38 +01:00
8501d39234 build: 🏗️ Add Sentry to builder 2022-02-14 10:57:57 +01:00
b345131b0b feat(account): Add coupon code input 2022-02-14 09:00:47 +01:00
9c20ef00b9 chore: ♻️ Better S3 env var format 2022-02-14 07:52:12 +01:00
ec470b578c feat(results): 🛂 Limit incomplete submissions 2022-02-12 12:54:16 +01:00
3a7b9a0c63 feat(dashboard): 🛂 Limit create folder to Pro user 2022-02-12 10:23:58 +01:00
b1f54b77c6 refactor(tests): ️ Add msw and mock authentication 2022-02-12 10:12:43 +01:00
93fed893c0 fix(results): 🐛 Loading rows 2022-02-11 15:48:43 +01:00
65b30bfc48 docs(share): 📝 Add embed instructions 2022-02-09 17:41:45 +01:00
d6238b3474 feat(editor): Add send email integration 2022-02-07 18:07:20 +01:00
1f320c5d99 feat(dashboard): Add lead generation template
While creating the template I also made sure to fix and improve everything I stumble upon
2022-02-07 07:13:16 +01:00
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
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
1c5bd06657 feat(editor): Add unlock/lock sidebar 2022-01-29 11:22:22 +01:00
02bd2b94ba chore(e2e): 👷 Fix e2e pipeline 2022-01-28 19:19:02 +01:00