Commit Graph

72 Commits

Author SHA1 Message Date
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
vincanger
10b7596f1d create updated app_diff (#207)
* create updated app_diff

* fix requested changes
2024-07-02 17:36:49 +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
Martin Šošić
25ffc25a0b Updated edit page link to point to new repo structure. (#205) 2024-07-02 11:06:20 +02:00
Martin Šošić
f100fbd552 Added check for demo app patching to CI. (#206)
* Added check for demo app patching to CI.

* fix
2024-07-02 10:24:54 +02:00
Felipe Cruz
e421e82754 Update guided-tour.md (#204)
* Update guided-tour.md

Hey 👋 

I'm going through the Guided Tour and I found that when I changed my app name, I also had to migrate the DB again, and my previous data was lost. I added this info to the warning box so other users are aware of the impact.

* Update opensaas-sh/blog/src/content/docs/start/guided-tour.md

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-07-01 16:17:51 +02:00
vincanger
01b7739343 Update admin-dashboard.md 2024-06-27 17:05:12 +02:00
vincanger
f154688e21 Update README.md (#196) 2024-06-27 16:30:32 +02:00
vincanger
3cb848727f Update email-sending.mdx 2024-06-27 12:21:21 +02:00
vincanger
197549c8fc Add note on sudo for Stripe CLI (#191)
* Update stripe-integration.md

* Update stripe-integration.md
2024-06-27 11:40:13 +02:00
vincanger
dd42334c7c add code snippet to guided tour 2024-06-21 16:46:44 +02:00
vincanger
6e9e6eb040 add stripe prefix across all instances (#183) 2024-06-21 11:45:56 +02:00
vincanger
c22a0714a3 add customization checklist (#171)
* add customization checklist

* Update guided-tour.md

* Update opensaas-sh/blog/src/content/docs/start/guided-tour.md

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

* Apply suggestions from code review

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

* Update guided-tour.md

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-06-21 11:31:11 +02:00
vincanger
ddff078d4b remove redirect (#182) 2024-06-20 16:41:47 +02:00
vincanger
8bd4de6676 Create Config.ts.diff 2024-06-20 13:06:54 +02:00
Martin Sosic
947a3b5a40 Fixed deploying of demo app a bit. 2024-06-14 16:22:38 +02:00
Martin Sosic
0a100d532c Updated .gitignore to follow latest Wasp defaults. 2024-06-08 18:29:02 +02:00
Martin Šošić
5c3ea8ecc7 Fixed bug in dope.sh with not generating diffs for gitignored base files. (#167) 2024-06-07 10:57:31 +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
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