9d6ee94708
chore: add title and description to individual pages ( #847 )
...
Add Title and Description to Individual Pages.
eg:- Security | Documenso, Profile | Documenso etc.
2024-01-29 17:53:44 +11:00
8619e02d04
chore: quote fix
2024-01-26 12:02:30 +01:00
91c89e8bfb
chore: quote fix
2024-01-26 12:01:53 +01:00
fdeab19a7f
chore: fix paragh quote break
2024-01-26 12:00:00 +01:00
56f65f3bb3
chore: typos
2024-01-25 15:39:34 +01:00
75ad8a4885
chore: typos
2024-01-25 15:35:57 +01:00
2be022b9fc
feat: commodofying signing blogpost
2024-01-24 18:01:26 +01:00
0fac7d7b70
chore: add tags to manifest
2024-01-24 16:52:38 +01:00
1efadb19f5
chore: add addi to open page
2024-01-23 15:54:57 +01:00
efb9e9f3ec
Merge branch 'main' into feature/linear-gh
2024-01-18 17:17:01 +01:00
a7672545d7
Update apps/marketing/content/blog/linear-gh.mdx
...
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
2024-01-18 17:16:49 +01:00
1a10cd2ae1
Update apps/marketing/content/blog/linear-gh.mdx
...
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
2024-01-18 17:16:28 +01:00
9ff44f10a6
chore: add incident blog post
2024-01-17 21:41:00 +11:00
58b3a127ea
chore: fix color for light mode icon ( #806 )
2024-01-15 10:48:55 +11:00
1a73f3e007
chore: feedback and phrasing
2024-01-11 14:27:44 +01:00
ea0120abc8
chore: typo
2024-01-10 16:51:42 +01:00
b501ffdee9
chore: images
2024-01-10 16:37:53 +01:00
31050d6b7b
chore: spelling
2024-01-10 16:14:28 +01:00
ed1998278a
feat: draft github blogpost
2024-01-10 16:14:02 +01:00
f9d26e6b3f
fix: stepsRemaining value of the early adopters plan's input section ( #803 )
2024-01-08 19:09:34 +11:00
e646c4cf08
Merge branch 'main' into feat/1click-deploys
2024-01-03 12:49:59 +05:30
5d56b152d6
fix: fixed padding in footer ( #794 )
...
fixes : #793
2024-01-03 13:29:13 +11:00
5c16b10dc2
fix: update footer to be responsive
2024-01-03 13:16:27 +11:00
5d6f69dc19
fixed padding issue in footer
2023-12-28 23:30:20 +05:30
5307fa6453
fixed padding issue in footer
2023-12-28 23:29:44 +05:30
32633f96d2
feat: dateformat and timezone customization ( #506 )
2023-12-27 14:05:49 +11:00
8f4fea2f14
chore: user metrics naming, adopters description ( #769 )
...
Rename Metrics
2023-12-26 13:25:45 +11:00
268a5c6508
fix: swap server-actions for trpc mutations
2023-12-21 17:01:12 +11:00
c40c9b20ec
Merge branch 'main' into feat/document-templates
2023-12-21 14:25:22 +11:00
775a1b774d
chore: fix vulnerability with sharp
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:26 +05:30
83dfe92d7a
refactor: used constant for steps instead of strings ( #751 )
...
fixes #750
2023-12-15 15:07:45 +02:00
82da337a56
fix: remove templateToken
2023-12-15 22:07:27 +11:00
88534fa1c6
feat: add multi subscription support ( #734 )
...
## Description
Previously we assumed that there can only be 1 subscription per user.
However, that will soon no longer the case with the introduction of the
Teams subscription.
This PR will apply the required migrations to support multiple
subscriptions.
## Changes Made
- Updated the Prisma schema to allow for multiple `Subscriptions` per
`User`
- Added a Stripe `customerId` field to the `User` model
- Updated relevant billing sections to support multiple subscriptions
## Testing Performed
- Tested running the Prisma migration on a demo database created on the
main branch
Will require a lot of additional testing.
## Checklist
- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [X] I have followed the project's coding style guidelines.
## Additional Notes
Added the following custom SQL statement to the migration:
> DELETE FROM "Subscription" WHERE "planId" IS NULL OR "priceId" IS
NULL;
Prior to deployment this will require changes to Stripe products:
- Adding `type` meta attribute
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2023-12-14 15:22:54 +11:00
31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
43b1a89c76
Merge branch 'main' into main
2023-12-07 15:20:29 +11:00
1a34f9fa7a
fix: import updates and api route body sizes
2023-12-07 15:08:00 +11:00
b39a42ecd2
feat(marketing): add careers page ( #733 )
2023-12-06 18:59:02 +11:00
b903de983b
chore: v1.2.3
2023-12-02 14:56:00 +11:00
39d18e93c5
chore: v1.2.2
2023-12-02 13:34:36 +11:00
fbfaca190b
chore: release 1.2.1
2023-12-02 12:43:55 +11:00
16fb90f4d2
chore: v1.2.0
2023-12-02 11:57:50 +11:00
53cb38a394
fix: pricing page deopted into csr
2023-12-02 11:14:46 +11:00
39c01f4e8d
fix: remove server actions ( #684 )
2023-12-02 09:38:24 +11:00
1d79ebbda3
fix: body exeeded undefined limit ( #679 )
...
* fixed bodySizeLimit
* fix: update marketing config
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2023-11-30 09:46:33 +02:00
d8688692f7
fix: move singleplayer create to trpc
2023-11-24 16:58:18 +11:00
8230349114
fix: unable to load font for signing
2023-11-24 16:17:54 +11:00
9444e0cc67
fix: docker build requires smtp host ( #672 )
...
set a default for smtp host and add an action
for testing docker builds on each pull request
2023-11-22 16:26:39 +11:00
7ce4cf8381
feat: add dark mode toggle ( #529 )
2023-11-17 17:01:39 +11:00
8722e4de74
chore: marketing site updates ( #654 )
...
Change "Open" links to "Open Startup" to reduce confusion about how to open the web app.
Additionally add the OSS Friends link to the footer since it was dropped during some changes.
2023-11-16 13:39:22 +11:00
67f3b2de45
fix: fetch the correct number of open issues using the github search api ( #495 )
2023-11-15 21:56:09 +11:00