48cdf43dcb
feat: templates ( #537 )
...
Adds the basically ability to create and use templates for repetitive document types
2023-12-21 22:05:09 +11:00
1d9593dd0f
fix: hotkeys was overlapping with the browser hotkeys ( #774 )
...
Issue - The `Ctrl+K` hotkey in our application is conflicting with the
browser's default search hotkey, leading to unintended browser actions.
https://github.com/documenso/documenso/assets/71957674/180b6028-58f7-4cf8-841c-1e13c9d4d355
2023-12-21 21:40:07 +11:00
9ad94f9862
fix: updates from review
2023-12-21 21:37:33 +11:00
972c20f906
chore: tidy migrations
2023-12-21 21:20:37 +11:00
519c645d06
fix: hotkeys was overlapping with the browser hotkeys
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-21 15:36:24 +05:30
7babd82470
fix: updates from review
2023-12-21 20:42:45 +11:00
298396c86c
fix: awaiting in promise.all array
2023-12-21 17:36:35 +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
84a0c39810
chore: made requested changes
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-20 10:36:06 +05:30
1af909835d
chore: updated title to double quotes
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 22:25:23 +05:30
01caa949d9
feat: show document title for delete dialog
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 22:20:50 +05:30
775a1b774d
chore: fix vulnerability with sharp
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:26 +05:30
c949c4701b
chore: udpated railway template link
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:26 +05:30
eda635e2db
feat: added custom railway config
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:25 +05:30
2056de2e16
feat: added koyeb as a deploy option
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:25 +05:30
075fdd1f88
fix: lint errors
2023-12-16 15:09:02 +11:00
006a559026
Merge branch 'main' into refactor-forms
2023-12-16 13:26:33 +11:00
ff64671e49
fix: stacking issue with notification/toast and header ( #764 )
...
Fixes : #763
2023-12-16 12:40:25 +11:00
089ba1c30e
Merge branch 'main' into fix/css-stacking-notification
2023-12-16 00:35:38 +05:30
cbcd893cfd
fixed z-index
2023-12-16 00:30:52 +05:30
83dfe92d7a
refactor: used constant for steps instead of strings ( #751 )
...
fixes #750
2023-12-15 15:07:45 +02:00
e43e8f8c4a
feat: environment variable to toggle signups ( #747 )
...
closes #732
2023-12-15 23:09:01 +11:00
82da337a56
fix: remove templateToken
2023-12-15 22:07:27 +11:00
6e10947d00
Merge branch 'main' into feat/732-toggle-signup-form
2023-12-15 21:05:21 +11:00
682cb37786
fix: update auth-options
2023-12-15 20:41:54 +11:00
5809480f02
chore: fix workflows and update package.json file ( #758 )
2023-12-15 16:55:48 +11:00
1eeb5fb103
fix: tidy code and base on main
2023-12-14 15:28: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
6d34ebd91b
fix: no longer available client component
v1.3.0-rc.2
v1.3.0
2023-12-13 22:49:58 +11:00
f2d4c0721d
chore: removed packageManager as we have engines
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-11 23:38:07 +05:30
f9139a54a5
chore: prevent frequent commenting for semantic pr titles
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-11 23:37:28 +05:30
2d931b2c9b
chore: fix caching issue in workflows
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-11 23:36:54 +05:30
5c1d30bfbb
chore: remove console log
2023-12-10 09:23:31 +05:30
95041fa2e4
fix: build error
2023-12-09 12:05:36 +05:30
49736d2587
Merge branch 'documenso:main' into feat/732-toggle-signup-form
2023-12-09 11:55:55 +05:30
ee5ce78c82
chore: remove unused code
2023-12-09 11:48:46 +05:30
3b3987dcf8
chore: add env to env.example
2023-12-09 11:43:30 +05:30
78a1ee2af0
feat: disable oauth signup when DISABLE_SIGNUP is true
2023-12-09 11:35:45 +05:30
dbdef79263
chore: remove old env variable from docker compose
2023-12-09 10:38:48 +05:30
323380d757
feat: env variable to disable signing up
2023-12-09 10:37:16 +05:30
e4b7747f66
chore: run eslint fix on lint staged ( #743 )
2023-12-09 12:37:13 +11:00
0697e7f817
Merge branch 'main' into eslint-lint-staged
2023-12-09 11:41:20 +11:00
e1d3874e79
fix: do not lint js files
2023-12-09 11:40:23 +11:00
497d9140d2
chore: add lint-staged task for dependency changes ( #548 )
2023-12-09 11:31:01 +11:00
7d22957404
chore: add eslint fix command
2023-12-08 21:27:38 +05:30
38e5b1d3ce
chore: use minio as s3 storage for document during development ( #588 )
2023-12-08 21:08:30 +11:00
09dcc2cac0
chore: update github actions
2023-12-08 20:44:28 +11:00
d8d36ae8e2
fix: sticky header z-positioning
2023-12-08 20:41:52 +11:00