Luke Vella
c25ee09855
♻️ Update house keeping ( #1591 )
2025-02-28 12:27:22 +00:00
Luke Vella
ff4a1d16cb
🐛 Fix infinite loop when trying to migrate legacy cookie ( #1561 )
2025-02-13 10:14:03 +07:00
Luke Vella
4b26dc50b3
♻️ Upgrade to next-auth v5 ( #1558 )
2025-02-12 12:51:04 +07:00
Luke Vella
24558c26bd
⏪ Revert unwanted auth changes ( #1551 )
2025-02-08 21:30:36 +07:00
dependabot[bot]
ffafcbdb43
⬆️ Bump vitest from 2.1.1 to 2.1.9 ( #1548 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Luke Vella <me@lukevella.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-08 14:43:15 +07:00
Luke Vella
d4b6879a41
✅ Add test for guest to logged in user migration ( #1544 )
2025-02-03 12:18:02 +00:00
Luke Vella
f7264a885d
✅ Add guest to user flow test ( #1536 )
2025-01-31 16:54:41 +07:00
Luke Vella
f5ab25ed1f
✨ New Login Page ( #1504 )
2025-01-21 18:07:13 +00:00
Luke Vella
285860ec9e
🧑💻 Use mailpit as dev/test smtp server ( #1486 )
2025-01-10 14:27:08 +00:00
Luke Vella
ee68d80026
🎨 Add linting and prettier to more places ( #1432 )
2024-11-09 15:43:25 +00:00
Luke Vella
d55131c2ab
♻️ Update eslint config ( #1424 )
2024-11-02 11:50:09 +00:00
Luke Vella
8156dfd0a3
✅ Remove flaky test ( #1320 )
2024-09-06 14:40:26 +00:00
Luke Vella
f647fa0824
✅ Update timezone change tests ( #1319 )
2024-09-06 13:48:00 +00:00
Luke Vella
7255130699
✨ Detect time zone change ( #1254 )
2024-08-10 17:17:47 +00:00
Luke Vella
f66653c21a
📦 ️ Update smtp-tester and fix test environment config ( #1181 )
2024-06-27 14:37:00 +01:00
Luke Vella
997a1eec78
✨ New and Improved Screens ( #1151 )
2024-06-19 11:14:18 +01:00
Luke Vella
e9fb86516d
♻️ Remove headlessui ( #1124 )
2024-05-29 13:01:40 +10:00
Luke Vella
2185ec5b83
✨ Use dialogs to finalize and duplicate polls ( #1099 )
2024-05-16 16:14:48 +08:00
Luke Vella
3abd3608be
✨ Add login with microsoft ( #1008 )
2024-01-30 16:45:49 +07:00
Luke Vella
1e4fe071aa
🔑 Add option to log in with google account ( #997 )
2024-01-26 12:27:43 +07:00
Luke Vella
a1bac0c986
✨ Update admin layout and pages ( #976 )
2024-01-13 15:09:48 +07:00
Luke Vella
04211ac168
♻️ Update how we store poll status ( #957 )
2023-12-05 14:43:48 +07:00
Luke Vella
1cf242d134
🧪 Add legacy token conversion test
2023-11-04 14:41:03 +00:00
Luke Vella
b10c64b7da
🐛 Make identifier in verification tokens case insensitive ( #919 )
2023-10-27 07:59:23 +00:00
Luke Vella
4f1389c510
♻️ Add intermediate step for magic link login ( #910 )
2023-10-24 17:42:50 +01:00
Luke Vella
6fa66da681
♻️ Switch to next-auth for handling authentication ( #899 )
2023-10-19 09:14:53 +01:00
Luke Vella
90877821a3
🧹 Update house-keeping webhook ( #852 )
2023-09-13 09:42:11 +01:00
Luke Vella
dfc785f2d1
🩹 Fix broken e2e tests
2023-08-09 16:54:17 +01:00
Luke Vella
b1e3f63a2e
✨ Allow users to customize poll behaviour ( #785 )
2023-07-25 17:24:45 +01:00
Luke Vella
b8ce7522dc
🩹 Fix flaky test ( #766 )
2023-07-17 18:21:10 +01:00
Luke Vella
1920de1402
🌐 Remove abandoned languages ( #739 )
2023-07-13 14:34:15 +01:00
Luke Vella
c22b3abc4d
⬆️ v3.0.0 ( #704 )
2023-06-19 17:17:00 +01:00
Luke Vella
38454302b3
💬 Update email subject lines ( #652 )
2023-04-04 08:45:52 +00:00
Luke Vella
51c5016656
🏗️ Update how we store date values
...
This also fixes a few bugs:
- some values had end times that were before the start times
- some values has end times a couple of days in the future
It’s not entirely clear how users were able to set these values but this update fixes these values and helps avoid similar issues in the future.
2023-03-30 14:20:28 +01:00
Peter Lewis
e21949194b
🩹 Make email placeholders RFC 2606 compliant ( #622 )
2023-03-30 08:37:16 +00:00
Luke Vella
d8e3dcd357
✨ Skip user details step for logged in users ( #602 )
2023-03-23 12:17:56 +00:00
Luke Vella
cb52adab01
✨ Add ability to change participant's name ( #577 )
2023-03-17 19:00:14 +00:00
Luke Vella
2cf9ad467c
✨ Allow users to log in with magic link ( #553 )
2023-03-13 15:49:12 +00:00
Luke Vella
39a07558ee
✨ Update notification flow ( #548 )
2023-03-11 10:41:29 +00:00
Luke Vella
611d04eaaa
💬 Update email subject lines
2023-03-07 10:56:36 +00:00
Luke Vella
e06c55c131
⚡ ️ Make submitting a participant a bit faster
...
Send multiple emails in parallel rather than sequentially.
2023-03-07 10:56:36 +00:00
Luke Vella
0ac3c95755
✨ Allow participant to enter email to receive edit link ( #534 )
2023-03-03 16:50:50 +00:00
Luke Vella
309cb109aa
♻️ Refactor email templating code ( #533 )
2023-03-03 11:46:30 +00:00
Luke Vella
0a836aeec7
♻️ Switch to turborepo ( #532 )
2023-03-01 14:10:06 +00:00