Commit graph

1182 commits

Author SHA1 Message Date
Luke Vella
e65850370f
♻️ Create guest user in middleware (#927) 2023-11-04 13:50:15 +00:00
Luke Vella
25da819774 🐛 Only migrate legacy token if nextauth token doesn’t exist 2023-11-03 22:33:46 +00:00
Luke Vella
1e93a4f65b 🐛 Avoid setting expired legacy user 2023-11-03 21:24:11 +00:00
Luke Vella
1d79f117b3 ♻️ Move paddle script 2023-11-03 20:38:57 +00:00
Luke Vella
30f57948e2 🐛Remove call to trpc 2023-11-03 19:52:05 +00:00
Luke Vella
90d85de8c0
💬 Fix crowdin issues (#926) 2023-11-03 11:17:37 +00:00
Luke Vella
ca137509a6 🔖 Release 3.2.1 2023-10-30 19:42:39 +00:00
Luke Vella
faaf21c08a
🐛 Use current origin as base url for code verification (#925) 2023-10-30 19:41:45 +00:00
Luke Vella
1b5543d20c 🔖 Release 3.2.0 2023-10-30 10:26:18 +00:00
Luke Vella
3e90c302d6
♻️ Handle self-hosting environment with updated authentication (#918) 2023-10-30 10:23:43 +00:00
Luke Vella
221ae62d8e 📝 Update support docs 2023-10-27 14:40:29 +01:00
Luke Vella
692068bc5d Include email address and year in csv exporter 2023-10-27 12:03:23 +01:00
Luke Vella
b10c64b7da
🐛 Make identifier in verification tokens case insensitive (#919) 2023-10-27 07:59:23 +00:00
Luke Vella
768b73c89a
🍃 Update seed script (#917) 2023-10-26 17:41:35 +00:00
Luke Vella
f24c95afe1
🐛 Fix emails package complaining about missing static folder (#915) 2023-10-25 13:51:13 +01:00
Luke Vella
f771f6aab5
📈 Track login events in posthog (#911) 2023-10-24 18:05:33 +01:00
Luke Vella
4f1389c510
♻️ Add intermediate step for magic link login (#910) 2023-10-24 17:42:50 +01:00
Luke Vella
825f2ece2f
🌐 New Crowdin updates (#905) 2023-10-24 14:56:15 +01:00
Luke Vella
d95d648012
🐛 Fix magic link consumed before user gets it (#909)
* 🐛 Fix magic link consumed before user gets it

* Improve abstraction

* Remove extra comment
2023-10-23 18:54:39 +01:00
Luke Vella
ac1d844b7a 🐛 Fix handle incorrect 6 digit code 2023-10-23 16:09:44 +01:00
Luke Vella
cdcd2a2305
📦 Update sentry (#908) 2023-10-23 12:24:09 +01:00
Luke Vella
c6b17aa22b 🐛 Fix dayjs locale should default to router locale 2023-10-23 09:51:11 +01:00
Luke Vella
7c54268b58
🐛 Fix merge guest user into logged in user (#907) 2023-10-20 15:45:43 +00:00
Luke Vella
5be17fd249
♻️ Move trpc client code to app (#906) 2023-10-20 15:46:02 +01:00
Luke Vella
502f2a7a43 🐛 Fix broken checkout and portal 2023-10-20 12:13:03 +01:00
Luke Vella
703d551aac
♻️ Refactor code for generating absolute url (#904) 2023-10-19 17:01:00 +00:00
Luke Vella
eaa8f5813d
💄 Add custom auth error page (#903) 2023-10-19 16:11:33 +01:00
Luke Vella
6fa66da681
♻️ Switch to next-auth for handling authentication (#899) 2023-10-19 09:14:53 +01:00
dependabot[bot]
5f9e428432
Bump zod from 3.22.2 to 3.22.3 (#901)
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.22.2...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 10:29:47 +00:00
dependabot[bot]
4a6f8576a4
Bump @babel/traverse from 7.21.2 to 7.23.2 (#902)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 10:28:41 +00:00
dependabot[bot]
42820deee7
Bump postcss from 8.4.21 to 8.4.31 (#897)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 11:23:05 +01:00
Luke Vella
e85045a562
🐛 Fix 404 error on invite page (#898) 2023-10-09 14:50:39 +01:00
Luke Vella
3a57a9551d 🧹 Remove unnecessary label 2023-10-06 10:53:39 +01:00
Luke Vella
fc87ac9cf1
🐛 Fix time zone conversion for dst dates (#895) 2023-10-02 16:20:26 +00:00
Luke Vella
557612b9b3 🐛 Fix time zone conversion from utc date 2023-10-02 15:44:10 +01:00
Luke Vella
04d8b71281
🐛 Fix timezone conversion (#894) 2023-10-02 15:05:23 +01:00
Luke Vella
ba3fcf8635
🌐 New Crowdin updates (#887) 2023-10-02 10:50:34 +01:00
Luke Vella
e641db9dea
🌐 New Crowdin updates (#885) 2023-09-22 17:05:43 +01:00
Luke Vella
029ab48df5
📝 Update pricing page (#884) 2023-09-22 16:30:48 +01:00
Luke Vella
a089eba82b
🌐 New Crowdin updates (#883) 2023-09-22 09:24:50 +01:00
Luke Vella
fb848e4d0d 🔗 Fix link to workflow 2023-09-21 15:05:17 +01:00
Luke Vella
6f92bed188 📝 Fix link and update docs 2023-09-21 11:19:42 +01:00
Luke Vella
7ca9bd5a82
📝 Update Documentation (#881) 2023-09-21 09:46:17 +00:00
Luke Vella
fc34858f86 🔧 Tone down the animations on the landing page 2023-09-20 11:52:16 +01:00
Luke Vella
d0104a76a8
⬆️ Upgrade to next 13.5 (#880) 2023-09-20 10:36:09 +01:00
Luke Vella
8ff6cc0c06 🔖 Release 3.1.0 2023-09-20 09:34:39 +01:00
Luke Vella
393269d7d6
🌐 New Crowdin updates (#879) 2023-09-20 09:34:25 +01:00
Luke Vella
f7d28d86a2
🐛 Ignore completed checkout sessions for one-time payments (#878) 2023-09-19 19:37:51 +01:00
Luke Vella
946e1828f4
🌐 New Crowdin updates (#875) 2023-09-19 17:47:11 +01:00
Luke Vella
0341f3a09b
🐛 Fix double render for subscribed users (#877) 2023-09-19 16:36:35 +00:00