2
0
Commit Graph

37 Commits

Author SHA1 Message Date
ff52a676f6 📦 Update packages 2022-10-16 10:54:21 +02:00
898367a33b Add usage-based new pricing plans 2022-09-27 08:30:42 +02:00
cf07cfe3ab 🧑‍💻 (smtp) Use secure prop instead of ignoreTLS
BREAKING CHANGE: The SMTP_IGNORE_TLS environment has been removed in favore of SMTP_SECURE. If
SMTP_SECURE is true,  the connection will use TLS when connecting to server. If false (the default)
then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if
you are connecting to port 465. For port 587 or 25 keep it false
2022-09-01 07:40:35 +02:00
ee338f62dc build: add pnpm 2022-08-10 18:49:06 +02:00
f801a29539 fix(docker): 🐛 Runtime public environment 2022-06-22 09:47:43 +02:00
3e47b37c2e Revert "fix(docker): 🐛 Runtime public environment"
This reverts commit e03fe9f7d9.
2022-06-22 07:21:02 +02:00
e03fe9f7d9 fix(docker): 🐛 Runtime public environment 2022-06-22 07:12:33 +02:00
3105adedb3 fix(auth): 🔧 Add ignoreTLS option for SMTP creds 2022-06-13 11:50:05 +02:00
ee370b5f26 add azure-ad login option 2022-06-07 10:01:46 +02:00
a04a11ae02 build(docker): 🧱 Improve runtime environment 2022-05-30 16:40:13 +02:00
5d786f59cc build: 👷 New compose file and entrypoints 2022-05-25 14:49:34 -07:00
98c1dea92a fix: 🎨 Code format 2022-05-17 08:16:55 -07:00
b39e892020 feat(auth): 🔒 add gitlab pagination 2022-05-17 08:16:55 -07:00
fe26e89902 fix: 🎨 Formatting 2022-04-30 07:10:02 -07:00
3db753e886 feat(auth): 🔒 add checking for required group 2022-04-26 09:51:11 +02:00
a4a62f23b6 feat(auth): 🔒 add gitlab provider 2022-04-26 09:50:02 +02:00
18319c88c8 docs: 📝 Improve configuration doc 2022-04-12 14:58:55 -05:00
c6578505a5 feat(auth): 👷 Disable smtp auth 2022-04-11 10:15:07 -05:00
69248f94d4 docs: 📝 Update env var and write Configuration doc 2022-03-13 08:56:10 +01:00
30fe7b3db0 fix(auth): 🐛 Attempt to fix auth issue behind proxy 2022-03-10 15:17:45 +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
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
56bd5fafc3 feat: ️ Add docs and connect Stripe 2022-02-14 16:41:39 +01:00
93fed893c0 fix(results): 🐛 Loading rows 2022-02-11 15:48:43 +01:00
d6238b3474 feat(editor): Add send email integration 2022-02-07 18:07:20 +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
73f277fce7 perf(e2e): ️ Migrate to Playwright 2022-01-28 09:42:31 +01:00
eea522f5bd fix(auth): 🐛 Production bug 2022-01-06 10:31:01 +01:00
e10fe1a186 Add user account page 2021-12-27 15:59:32 +01:00
641ba3db8a 💅 Renamed prisma package to db 2021-12-08 07:08:13 +01:00
575361ec19 🧯 Fix auth with db sessions 2021-12-07 07:37:53 +01:00
54a641b819 Add Dashboard 2021-12-06 15:58:45 +01:00
5e14a94dea Add authentication 2021-11-29 15:19:07 +01:00