270 Commits

Author SHA1 Message Date
Milica Maksimovic
6bc33ab9b6 replace favicon 2024-09-09 16:02:23 +02:00
vincanger
702c133aaa fix pricing page docs url 2024-09-09 14:13:59 +02:00
vincanger
48f8c5ce73 small pricing updates 2024-09-09 13:52:57 +02:00
vincanger
cb3d75c0b6
add lemon squeezy as payment provider ()
* add lemon squeezy checkout and webhook

* add lemonSqueezy customer portal url

* Update AccountPage.tsx

* add lemon squeezy total revenue function

* update app diff

* update app diff

* add LS docs

* Update PricingPage.tsx

* add unified payment processor

* unify customer portal url

* Update paymentProcessor.ts

* update paymentProcessor logic

* update app diff to use both payments processors

* Update contentSections.ts.diff

* finishing touches

* Update e2e-tests.yml

* remove lemonsqueezy from app diff

* Update webhook.ts
2024-09-09 11:32:42 +02:00
vincanger
09b60a30bd
Update MOST-ANNOYING-COOKIE-BANNER.md 2024-08-29 17:36:54 +02:00
vincanger
26e23551c0
Update MOST-ANNOYING-COOKIE-BANNER.md 2024-08-29 17:35:09 +02:00
vincanger
20042ec92c
Create MOST-ANNOYING-COOKIE-BANNER.md 2024-08-29 17:18:17 +02:00
Luis Arce
8e3199cc38
Fix - remove duplicated dependency at Tailwind config file () 2024-08-23 12:08:06 +02:00
vincanger
3a5b800ecc Update operations.ts 2024-08-23 11:47:43 +02:00
Luis Arce
2a4c5e7206
Update stats.ts ()
Adding missing apostrophe at analytics stats file
2024-08-20 10:47:24 +02:00
Filip Sodić
f11989bcbc
Use a version range for Zod dep 2024-08-09 11:34:50 +02:00
Mihovil Ilakovac
b9d015f8dd Use a version range for Zod dep
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-08-09 11:20:12 +02:00
Harmik Lathiya
1c666d889a
Fixed logout button style on mobile responsive. () 2024-07-26 12:18:12 +02:00
vincanger
279786fbba
add job instructions to google analytics () 2024-07-26 12:15:59 +02:00
vincanger
189500325f Update BarChart.tsx 2024-07-22 11:48:36 +02:00
vincanger
03f989f910
Add test docs ()
* add test docs

* Update README.md

* Update contentSections.ts.diff
2024-07-18 13:06:13 +02:00
Filip Sodić
f7e91c69a5
Update test version to 0.14.0 () 2024-07-17 17:43:06 +02:00
Surendra Manjhi
5ea9f84064
Break up LandingPage components into sub-components ()
* 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
Ikko Eltociear Ashimine
1abcdf762c
docs: update seo.md ()
seperate -> separate
2024-07-16 20:47:51 +02:00
vincanger
205d072c77 Update .env.vault.diff 2024-07-16 14:37:11 +02:00
vincanger
94a6b8f645
Upgrade v0.14 ()
* 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 ()
* organize demo ai app vertically

* Update main.wasp.diff

* Update guided-tour.md

* Leftover vertical org changes ()

* newsletter dir & leftovers

* update app_diff

* Update guided-tour.md

* Update guided-tour.md
2024-07-15 16:06:50 +02:00
Yoseph Tamene
c9d43586bb
Update user-overview.md & guided-tour.md fixing typos ()
* Update user-overview.md

* updated guided-tour
2024-07-15 11:15:43 +02:00
vincanger
f9c920f0f1
reorganize admin dash ()
* 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 ()
* Fix MailGun in main.wasp to Mailgun

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

* update docs

* docs updates and small changes
2024-07-11 11:48:43 +02:00
vincanger
78a9189e32
refactor Stripe webhook ()
* 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 ()
* Vertically organized auth logic.

* Updated opensaas-sh app.

* Updated docs.
2024-07-10 16:07:44 +02:00
vincanger
10b7596f1d
create updated app_diff ()
* create updated app_diff

* fix requested changes
2024-07-02 17:36:49 +02:00
Martin Šošić
f01d2414da
Grouped all file-upload functionality. ()
* 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. () 2024-07-02 11:06:20 +02:00
Martin Šošić
f100fbd552
Added check for demo app patching to CI. ()
* Added check for demo app patching to CI.

* fix
2024-07-02 10:24:54 +02:00
vincanger
471217ba92
clean up db seeding file ()
* 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
Felipe Cruz
e421e82754
Update guided-tour.md ()
* 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 () 2024-06-27 16:30:32 +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
vincanger
3cb848727f Update email-sending.mdx 2024-06-27 12:21:21 +02:00
Cameron Blackwood
d0de9af8eb
Make the user entitiy use a uuid as its identifier ()
* 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
197549c8fc
Add note on sudo for Stripe CLI ()
* Update stripe-integration.md

* Update stripe-integration.md
2024-06-27 11:40:13 +02:00
vincanger
2cb9c3dc71
change filenames for auth user fields ()
* change filenames

* change names
2024-06-27 11:17:57 +02:00
vincanger
c3f9c8ae28
Update .env.server.example () 2024-06-24 11:18:34 +02:00
vincanger
3a153a40bd
add instructions for local e2e env vars ()
* add instructions for e2e env vars

* add env var to session

* Update README.md
2024-06-21 16:49:17 +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 () 2024-06-21 11:45:56 +02:00
vincanger
3067b5e90a
add zod checks to social auth user field getters ()
* add zod checks to social auth

* Update setUsername.ts
2024-06-21 11:33:25 +02:00
vincanger
486f851390
remove package-lock from template () 2024-06-21 11:31:49 +02:00
vincanger
c22a0714a3
add customization checklist ()
* 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