ecc9dc63ea
feat: the rest of the owl
2024-02-29 13:22:21 +11:00
b498f8edb7
feat: update ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:40:42 +11:00
b1261510d2
feat: update signin signup pages
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:20 +11:00
65d762dd4b
feat: update signin signup ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:19 +11:00
deea6b1535
feat: update marketing site
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:36:40 +11:00
a54d09ab19
Merge branch 'main' into chore/pricing-update
2024-02-26 09:44:16 +01:00
a5e51e63a1
Merge branch 'main' into custom-text-field
2024-02-24 22:23:17 +11:00
a06b40af3c
fix: revert hardcoded env
2024-02-24 15:11:12 +11:00
0900836040
fix: missing marketing env variables
2024-02-24 14:56:11 +11:00
a58a117056
Merge branch 'main' into reattach-pdf
2024-02-23 23:58:58 +05:30
9ea56bddd1
chore: pricing update
2024-02-23 17:02:20 +01:00
41cbf3ba3c
fix: hardcode signup until env issue is fixed
2024-02-23 16:49:17 +01:00
b6c9213b66
fix: disable static generation of marketing site pages
...
Disables the generation of the blog and content pages using
generateStaticPaths to deal with a regression with routing
introduced with next-runtime-env.
2024-02-21 00:58:57 +00:00
11299d3f92
feat: add custom text to singleplayer
2024-02-17 11:24:47 +00:00
681a89cfe1
chore: minor lint fixes ( #934 )
2024-02-16 21:48:45 +11:00
49cddfab38
chore: lint with oxc
2024-02-15 06:11:50 +00:00
8ebef831ac
Merge branch 'main' into feat/add-runtime-env
2024-02-12 12:30:35 +11:00
20e2976731
fix: build issues
2024-02-12 01:29:22 +00:00
3a32bc62c5
feat: initial document audit logs implementation ( #922 )
...
Added initial implementation of document audit logs.
2024-02-12 12:04:53 +11:00
5391dd91b0
Merge branch 'main' into reattach-pdf
2024-02-08 19:24:09 +05:30
d13cf743bf
Merge branch 'main' into feat/add-runtime-env
2024-02-08 22:06:59 +11:00
4855882ae6
Update label render condition
2024-02-07 21:31:51 +05:30
fe4345eeb9
fix: add responsive for blog preview mobile view ( #906 )
...
This Issue https://github.com/documenso/documenso/issues/904
2024-02-06 16:45:46 +11:00
7ece6ef239
feat: add recipient roles ( #716 )
...
Fixes #705
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
Co-authored-by: David Nguyen <davidngu28@gmail.com >
2024-02-02 10:45:02 +11:00
56683aa998
fix: Added signing pad disable state while submitting form ( #892 )
...
Fixes : #891
2024-02-01 19:14:37 +11:00
08f82b23dc
fix: update env entries to evaluate at runtime
2024-01-31 22:32:42 +11:00
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
1efadb19f5
chore: add addi to open page
2024-01-23 15:54:57 +01:00
f9d26e6b3f
fix: stepsRemaining value of the early adopters plan's input section ( #803 )
2024-01-08 19:09:34 +11:00
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
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
53cb38a394
fix: pricing page deopted into csr
2023-12-02 11:14:46 +11:00
d8688692f7
fix: move singleplayer create to trpc
2023-11-24 16:58:18 +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
608a4eaaa6
feat: refactor og image generation ( #639 )
2023-11-14 13:08:14 +11:00