Catalin Pit
6a56905fea
chore: merged main
2023-12-21 10:14:07 +02:00
Mythie
268a5c6508
fix: swap server-actions for trpc mutations
2023-12-21 17:01:12 +11:00
Lucas Smith
c40c9b20ec
Merge branch 'main' into feat/document-templates
2023-12-21 14:25:22 +11:00
Catalin Pit
fb46b09e4f
chore: small changes
2023-12-20 12:47:46 +02:00
Ashraf
2a448fe06d
fix: fixed the recipients viewing issue on touch screens
2023-12-20 17:08:09 +08:00
Adithya Krishna
84a0c39810
chore: made requested changes
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-20 10:36:06 +05:30
Adithya Krishna
1af909835d
chore: updated title to double quotes
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 22:25:23 +05:30
Adithya Krishna
01caa949d9
feat: show document title for delete dialog
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 22:20:50 +05:30
Catalin Pit
17486b961d
chore: refactor delete dialog
2023-12-19 15:51:43 +02:00
Adithya Krishna
775a1b774d
chore: fix vulnerability with sharp
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:26 +05:30
Catalin Pit
da03fc1fd0
chore: finishing touches
2023-12-18 12:24:42 +02:00
Mythie
075fdd1f88
fix: lint errors
2023-12-16 15:09:02 +11:00
Lucas Smith
006a559026
Merge branch 'main' into refactor-forms
2023-12-16 13:26:33 +11:00
Apoorv Taneja
83dfe92d7a
refactor: used constant for steps instead of strings ( #751 )
...
fixes #750
2023-12-15 15:07:45 +02:00
Mythie
82da337a56
fix: remove templateToken
2023-12-15 22:07:27 +11:00
Lucas Smith
6e10947d00
Merge branch 'main' into feat/732-toggle-signup-form
2023-12-15 21:05:21 +11:00
Catalin Pit
19736ce60b
chore: implemented feedback
2023-12-14 11:05:39 +02:00
Mythie
1eeb5fb103
fix: tidy code and base on main
2023-12-14 15:28:27 +11:00
David Nguyen
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
Ephraim Atta-Duncan
31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
Mythie
6d34ebd91b
fix: no longer available client component
2023-12-13 22:49:58 +11:00
Catalin Pit
e79d385534
Merge branch 'main' into feat/public-api
2023-12-11 14:44:29 +02:00
Catalin Pit
8ecd8a7d10
chore: implemented feedback + a small refactoring
2023-12-11 14:33:30 +02:00
Navindu Amarakoon
5c1d30bfbb
chore: remove console log
2023-12-10 09:23:31 +05:30
Navindu Amarakoon
49736d2587
Merge branch 'documenso:main' into feat/732-toggle-signup-form
2023-12-09 11:55:55 +05:30
Navindu Amarakoon
ee5ce78c82
chore: remove unused code
2023-12-09 11:48:46 +05:30
Navindu Amarakoon
78a1ee2af0
feat: disable oauth signup when DISABLE_SIGNUP is true
2023-12-09 11:35:45 +05:30
Navindu Amarakoon
323380d757
feat: env variable to disable signing up
2023-12-09 10:37:16 +05:30
Catalin Pit
66c0db91da
chore: cleanup and feedback implementation
2023-12-08 13:28:34 +00:00
Mythie
d8d36ae8e2
fix: sticky header z-positioning
2023-12-08 20:41:52 +11:00
Mythie
dfec8df31e
fix: ensure command menu results are distinct
2023-12-08 20:41:52 +11:00
Lucas Smith
bc38009392
Merge branch 'main' into refactor-forms
2023-12-08 16:31:13 +11:00
Ephraim Atta-Duncan
38ad3a1922
refactor: download function to be reusable
2023-12-07 14:52:12 +00:00
Lucas Smith
2c5d547cdf
fix: add missing import
2023-12-07 18:00:54 +11:00
Lucas Smith
5b98bac53b
Merge branch 'main' into feat/enhance-posthog-tracking
2023-12-07 16:28:15 +11:00
Lucas Smith
d7e44fc068
fix(webapp): use checkout for expired plans ( #738 )
...
Currently customers with inactive/expired plans will be shown the
BillingPlans component but upon hitting the subscribe button they will
be redirected to their portal where they are unable to complete a
checkout.
To resolve this we check for expiration of their subscription and use a
normal stripe checkout instead.
2023-12-07 16:19:03 +11:00
Lucas Smith
d58433c8a0
fix: destructure toast
2023-12-07 15:50:34 +11:00
Lucas Smith
419f27536b
Merge branch 'main' into feat/download-toast
2023-12-07 15:46:43 +11:00
Lucas Smith
9a7e5d333d
fix: don't expand documentData
2023-12-07 15:45:44 +11:00
Lucas Smith
39b97a97fe
Merge branch 'main' into fix/billing-page
2023-12-07 15:37:32 +11:00
Lucas Smith
43b1a89c76
Merge branch 'main' into main
2023-12-07 15:20:29 +11:00
Mythie
1a34f9fa7a
fix: import updates and api route body sizes
2023-12-07 15:08:00 +11:00
Lucas Smith
684e5272d2
fix(webapp): use checkout for expired plans
2023-12-07 00:52:36 +00:00
Catalin Pit
11ae6d3c16
chore: small changes
2023-12-06 16:53:34 +00:00
Catalin Pit
6c5526dd49
chore: update routes
...
trying to add the route for creating documents
2023-12-06 15:27:30 +00:00
Catalin Pit
936e75fd30
chore: merged main
2023-12-06 13:18:59 +00:00
Lucas Smith
b39a42ecd2
feat(marketing): add careers page ( #733 )
2023-12-06 18:59:02 +11:00
Lucas Smith
e81183f324
Merge branch 'main' into main
2023-12-06 14:13:34 +11:00
Sushant
bfc630aa6a
feat: add document search to the command menu ( #713 )
2023-12-06 12:48:05 +11:00
Sushant
2068d980ff
feat: allow for the deletion of any document ( #711 )
...
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00