123 Commits

Author SHA1 Message Date
Mihovil Ilakovac
0af9f859d8
Adds Zod validation for webhook payloads () 2025-04-22 22:43:20 +02:00
Anish Roy
60d757e704
Add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README ()
* Add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README

Fixes 

Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to `template/app/.env.server.example` file.

* Add a new section to the file to skip email verification in development mode.
* Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to the new section.

* Update .env.server.example

Update README with SKIP_EMAIL_VERIFICATION_IN_DEV instructions and remove default from .env

* Update e2e-tests/README.md

Added more detailed explanations about the SKIP_EMAIL_VERIFICATION_IN_DEV variable in e2e-tests/README.md, including its significance, usage in CI pipelines, and troubleshooting tips. Let me know if any additional clarifications are needed!

* Remove SKIP_EMAIL_VERIFICATION_IN_DEV from .env
2025-04-02 14:28:05 +02:00
vincanger
02ac3c6977
Update operations.ts () 2025-03-31 17:58:17 +02:00
vincanger
f98d17b2ad
remove newsletter stuff ()
* remove newsletter stuff

* Update guided-tour.md

* Update deletions
2025-03-03 09:43:51 -05:00
Mihovil Ilakovac
d088cff84b
Merge pull request from wasp-lang/miho-s3-validation 2025-02-28 19:03:38 +01:00
Mihovil Ilakovac
66d1155a0d Handle missing Discord email sooner. Make sure emails are verified. 2025-02-26 15:25:17 +01:00
Mihovil Ilakovac
54e6ab50b1 Update S3 upload to validate file size and use POST 2025-02-25 16:39:33 +01:00
Filip Sodić
fbb4551d10 Set default email filter to undefined 2025-02-24 17:25:00 +01:00
Filip Sodić
90a0ddbea4 Fix diffs 2025-02-24 15:37:03 +01:00
Filip Sodić
490f32b43a Merge branch 'filip-refactor-users-table' into filip-dry-subscription-status 2025-02-24 15:26:51 +01:00
Filip Sodić
e97a3412a5 Merge branch 'filip-refactor-user-module' into filip-refactor-users-table 2025-02-24 15:10:13 +01:00
Filip Sodić
00558aca36 Make switches controlled components 2025-02-24 13:36:14 +01:00
Filip Sodić
ae1be71115 Merge branch 'filip-refactor-users-table' into filip-dry-subscription-status 2025-02-23 19:31:56 +01:00
Filip Sodić
91fe98c064 Address review comments 2025-02-23 19:29:23 +01:00
Filip Sodić
c0675b77eb Fix has-not-subscribed not being selected 2025-02-23 18:53:47 +01:00
Filip Sodić
4de2643a2b Merge branch 'filip-refactor-users-table' into filip-dry-subscription-status 2025-02-23 17:53:15 +01:00
Filip Sodić
145a02b0b9 Merge branch 'filip-refactor-user-module' into filip-refactor-users-table 2025-02-23 16:11:55 +01:00
Filip Sodić
ba6232033b Fix post-merge issues 2025-02-22 15:14:58 +01:00
Filip Sodić
859c4acef4 Merge branch 'main' into filip-refactor-user-module 2025-02-22 14:52:48 +01:00
Filip Sodić
88da62d346 Change function expressions to statements 2025-02-21 21:25:47 +01:00
Filip Sodić
11d2c3036d Extract SVGs in FormElementsPage 2025-02-21 21:19:55 +01:00
Mihovil Ilakovac
f3128d6e9c Cleanup 2025-02-21 20:08:01 +01:00
Mihovil Ilakovac
e270084101 Simplify code 2025-02-21 20:04:20 +01:00
Filip Sodić
d64dff82d2 Collect switcher labels and inputs with IDs 2025-02-21 15:46:31 +01:00
Filip Sodić
3adfacc5ed Fix abstraction leak in Switchers 2025-02-21 15:42:17 +01:00
Filip Sodić
7ddcac2196 Fix wrong type of getPaginatedUsers payload 2025-02-21 14:59:31 +01:00
Filip Sodić
86a8ecd88c Define all the subscription statuses in a single place 2025-02-21 14:36:52 +01:00
Filip Sodić
0543c9f3cc Remove reminder comment 2025-02-21 14:33:27 +01:00
Filip Sodić
a1e751407f Refactor UserTable and getPaginatedUsers query 2025-02-21 14:07:15 +01:00
Mihovil Ilakovac
077bede063 Diffs. Cleanup. 2025-02-20 22:38:54 +01:00
Mihovil Ilakovac
ae3782bd15 Adds runtime validation for operation inputs. 2025-02-20 22:22:38 +01:00
Filip Sodić
c4c46fc39d Merge branch 'main' into filip-refactor-user-module 2025-02-20 16:20:11 +01:00
Filip Sodić
40f6b72290
Merge pull request from wasp-lang/update-updateUser-info
remove user lastActiveTimestamp property
2025-02-20 15:42:24 +01:00
Filip Sodić
269ec79caf Merge branch 'main' into filip-refactor-user-module 2025-02-20 15:41:57 +01:00
vincanger
e1a9436029
improve one-time payment webhook logic ()
* improve one-time payment webhook logic

* Update paymentProcessor.ts.diff

* update tests and docs

* fix requested changes
2025-02-20 10:58:51 +01:00
Filip Sodić
949722f20e Remove redundant import 2025-02-19 17:56:33 +01:00
Filip Sodić
15551ab381 Refactor updateIsUserAdminById and affected code 2025-02-19 17:52:16 +01:00
vincanger
e83ab21f96 EOF newline 2025-02-19 14:12:46 +01:00
vincanger
eced7c2df8 add star our repo CTA 2025-02-19 14:11:39 +01:00
vincanger
9536481a82 Update operations.ts 2025-02-14 14:50:28 +01:00
vincanger
c6152345a8 remove user.lastActiveTimestamp 2025-02-14 14:48:24 +01:00
vincanger
6c9d54e526 Update App.tsx 2025-02-14 14:24:00 +01:00
vincanger
4db607890b return user id and timestamp only 2025-02-14 14:17:54 +01:00
vincanger
bcc9432f95 update users table 2025-02-13 13:39:55 +01:00
vincanger
ef0df9aa02 updateIsUserAdminById 2025-02-13 13:38:37 +01:00
vincanger
7a30c41529 change func name 2025-02-13 13:19:37 +01:00
vincanger
7e46899a44 change url to wasp.sh 2025-02-13 12:59:17 +01:00
Mihovil Ilakovac
47b21486f8 Update tsconfig.json to 0.16.0 latest version
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2025-01-29 17:36:23 +01:00
vincanger
8eecd97147
Upgrade v0.16 ()
* bump version

* add update banner and cursorrules
2025-01-29 12:26:21 +01:00
Mihovil Ilakovac
73c623e011
Adds tailwindcss as explicit dep () 2025-01-23 15:44:13 +01:00