120 Commits

Author SHA1 Message Date
vincanger
c3f9c8ae28
Update .env.server.example (#190) 2024-06-24 11:18:34 +02:00
vincanger
3a153a40bd
add instructions for local e2e env vars (#184)
* add instructions for e2e env vars

* add env var to session

* Update README.md
2024-06-21 16:49:17 +02:00
vincanger
6e9e6eb040
add stripe prefix across all instances (#183) 2024-06-21 11:45:56 +02:00
vincanger
3067b5e90a
add zod checks to social auth user field getters (#185)
* add zod checks to social auth

* Update setUsername.ts
2024-06-21 11:33:25 +02:00
vincanger
486f851390
remove package-lock from template (#186) 2024-06-21 11:31:49 +02:00
vincanger
ddff078d4b
remove redirect (#182) 2024-06-20 16:41:47 +02:00
vincanger
45032001fe add sticky back to navbar 2024-06-20 12:03:49 +02:00
vincanger
027d7c2018
avoid cookie setting race condition (#176)
* increase max time to await cookies

* Update landingPageTests.spec.ts

* Update landingPageTests.spec.ts

* Update e2e-tests.yml

* Update landingPageTests.spec.ts

* Update landingPageTests.spec.ts

* Update landingPageTests.spec.ts

* extract cookie check to function

* apply marty's suggestions
2024-06-13 16:41:46 +02:00
Martin Sosic
0a100d532c Updated .gitignore to follow latest Wasp defaults. 2024-06-08 18:29:02 +02:00
Martin Šošić
3f690ba6ad
Removed exception for .env.client from .gitignore 2024-06-07 12:35:02 +02:00
vincanger
9617b95ebc
Update .gitignore 2024-06-07 12:31:18 +02:00
Martin Šošić
5b44c08cfa
Updated .gitignore to the version that will be coming with new Wasp soon. (#168)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2024-06-07 11:30:20 +02:00
vincanger
5dd28bc920 Update .gitignore 2024-06-07 11:23:39 +02:00
vincanger
602aad0f75 add cookie consent banner and tests (#163)
* add cookie consent banner and tests

* update docs and app_diff

* Create .env.client.diff

* Update main.wasp.diff

* add migrattion_lock diff again

* small typo fixes
2024-06-06 16:27:37 +02:00
vincanger
bceb832909 revert landing page 2024-06-05 14:21:18 +02:00
vincanger
3cb46f420c Revert "Merge branch 'pr/157'"
This reverts commit 459de18847deba85e5ae56a171df364f0ab1a0a7, reversing
changes made to 0789209b3aef32351c9f0638372de3d10b7cddbc.
2024-06-05 14:19:36 +02:00
vincanger
c06d060b5f Revert "fix landing page import"
This reverts commit 0993d68b17143bfae2a1c85ce3e8072ae8f87642.
2024-06-05 14:19:28 +02:00
vincanger
0993d68b17 fix landing page import 2024-06-05 11:35:20 +02:00
vincanger
459de18847 Merge branch 'pr/157' 2024-06-05 11:21:31 +02:00
Martin Šošić
04553cd60c
All in dirs (#154)
* Split the project into template and opensaas-sh (demo app (diff) + docs).

* fix
2024-06-04 13:24:32 +02:00