Commit Graph

185 Commits

Author SHA1 Message Date
Surendra Manjhi
5ea9f84064 Break up LandingPage components into sub-components (#214)
* Break up LandingPage components into sub-components

* Resolve paths

* Fixed formatting, Seperate svgs in icons folder, added types

* Fixed formatting

* resolve formatting issue

* Update Header.tsx

* Update Hero.tsx

* Rename icons to logos, seperate components, remove types file, fix indentation

* Renamed components dir, used interface

* small fixes.

* fix

* Updated app_diff.

* fix

* Update contentSections.ts.diff

---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2024-07-17 11:24:06 +02:00
vincanger
94a6b8f645 Upgrade v0.14 (#232)
* Create schema.prisma

* update admin pages

* update app_diff

* Update e2e-tests.yml

* update docs & rename hook

* Update schema.prisma

* update app_diff

* add discord auth and app_diff

* update docs

* Update template/app/src/auth/userSignupFields.ts

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* move landing page

* update .env.vault

* Update e2e-tests.yml

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-07-16 12:01:03 +02:00
vincanger
f52bc42de1 Openai demo app vertical reorg (#234)
* organize demo ai app vertically

* Update main.wasp.diff

* Update guided-tour.md

* Leftover vertical org changes (#233)

* newsletter dir & leftovers

* update app_diff

* Update guided-tour.md

* Update guided-tour.md
2024-07-15 16:06:50 +02:00
vincanger
f9c920f0f1 reorganize admin dash (#227)
* reorganize admin dash

* remove messages & ui stuff from admin

* separate analytics from admin

* update app_diff

* Update .env.vault.diff
2024-07-15 11:10:17 +02:00
Martin Šošić
a812b2d7ac Fix MailGun in main.wasp to Mailgun (#221)
* Fix MailGun in main.wasp to Mailgun

* fix
2024-07-11 18:26:53 +02:00
Martin Šošić
a348a85660 Organized 'users' functionality vertically. (#226) 2024-07-11 12:57:30 +02:00
vincanger
0e4e76ae88 Organize payments vertically (#225)
* organize payments vertically

* update docs

* docs updates and small changes
2024-07-11 11:48:43 +02:00
vincanger
78a9189e32 refactor Stripe webhook (#200)
* rename TierIds to PaymentPlanIds

* refactor webhook and util functions

* pass userDelegate to function

* Update dbSeeds.ts

* update app diff

* Update template/app/src/server/stripe/stripeClient.ts

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* extract event handlers and more

* Update AccountPage.tsx

* address filips pro effective typescripting and stuff

* Martin's attempt at consolidating types.

* fix

* fix webhook events and validation

* small changes

* put stripe event handlers back for marty merge

* merge consilidated types from martin

* move some types around

* add docs for stripe api version

* Update AccountPage.tsx

* Update stripe.ts

* update SubscriptionStatus type

* Update actions.ts

* add assertUnreachable util

* more small changes

* Update deploying.md

* update accountPage and docs

* update app_diff

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-07-10 16:08:20 +02:00
Martin Šošić
138552d541 Vertical auth (#210)
* Vertically organized auth logic.

* Updated opensaas-sh app.

* Updated docs.
2024-07-10 16:07:44 +02:00
Martin Šošić
f01d2414da Grouped all file-upload functionality. (#170)
* Grouped all file-upload functionality.

* fix
2024-07-02 14:36:25 +02:00
vincanger
471217ba92 clean up db seeding file (#197)
* improve naming and flow

* make seed code cleaner

* Update dbSeeds.ts

* Update template/app/src/server/scripts/dbSeeds.ts

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* cleaner seed script

* Update dbSeeds.ts

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-07-02 10:10:40 +02:00
vincanger
821d1a0b8d update openai sdk to latest version 2024-06-27 12:47:32 +02:00
vincanger
2098add01e change type fileArgs to FileDescription 2024-06-27 12:34:20 +02:00
Cameron Blackwood
d0de9af8eb Make the user entitiy use a uuid as its identifier (#189)
* Make the user entitiy user a uuid as its identifier

* migrate to string types for user id everywhere
2024-06-27 11:52:00 +02:00
vincanger
2cb9c3dc71 change filenames for auth user fields (#193)
* change filenames

* change names
2024-06-27 11:17:57 +02:00
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 459de18847, reversing
changes made to 0789209b3a.
2024-06-05 14:19:36 +02:00
vincanger
c06d060b5f Revert "fix landing page import"
This reverts commit 0993d68b17.
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