Adithya Krishna
9ed16c64d8
Merge branch 'main' of https://github.com/documenso/documenso into feat/sign-redirect
2024-02-05 13:13:16 +05:30
Hani
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
Adithya Krishna
f4c24fd944
feat: add a feature for redirecting users on signing
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2024-01-31 18:17:43 +05:30
David Nguyen
ada46a5f47
feat: add auth fail logs
2024-01-31 12:27:40 +11:00
David Nguyen
1bda74b3aa
fix: add cascade delete for audit logs
2024-01-30 18:37:48 +11:00
David Nguyen
9427143951
fix: remove account create log
2024-01-30 18:26:46 +11:00
David Nguyen
7e15058a3a
feat: add user security audit logs
2024-01-30 17:32:20 +11:00
Mythie
a94b829ee0
fix: tidy code
2024-01-17 17:17:08 +11:00
harkiratsm
68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
hallidayo
32633f96d2
feat: dateformat and timezone customization ( #506 )
2023-12-27 14:05:49 +11:00
Mythie
7babd82470
fix: updates from review
2023-12-21 20:42:45 +11:00
Catalin Pit
6a56905fea
chore: merged main
2023-12-21 10:14:07 +02:00
Lucas Smith
c40c9b20ec
Merge branch 'main' into feat/document-templates
2023-12-21 14:25:22 +11:00
Catalin Pit
a22ada5f41
chore: add delete cascade
2023-12-20 14:44:43 +02:00
Mythie
82da337a56
fix: remove templateToken
2023-12-15 22:07: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
Catalin Pit
936e75fd30
chore: merged main
2023-12-06 13:18:59 +00: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
Paul
bfedabdc10
fix: increase e2e test timeout ( #682 )
2023-12-05 13:54:41 +11:00
Nafees Nazik
792158c2cb
feat: add two factor auth ( #643 )
...
Add two factor authentication for users who wish to enhance the security of their accounts.
2023-12-01 20:06:32 +11:00
Catalin Pit
309b56168a
feat: create the model for the api token
2023-11-23 15:21:13 +02:00
Catalin Pit
fbbc3b89c3
feat: email verification for registration ( #599 )
2023-11-21 15:44:04 +11:00
Mythie
2065a0debc
feat: add completed at timestamp
2023-11-06 13:02:21 +11:00
Mythie
5de5d8b0fb
feat: add database indexes
2023-11-06 13:02:20 +11:00
Mythie
ec1f61faa0
feat: add user schema timestamps
2023-11-06 13:02:20 +11:00
Mythie
c343e8a221
feat: plan limits
2023-11-06 13:02:19 +11:00
David Nguyen
2856cd9c15
feat: add free tier Stripe subscription
2023-11-06 13:02:19 +11:00
Lucas Smith
5a79535080
fix: style updates
2023-11-06 13:02:19 +11:00
pit
dc1b8c3cb8
chore: update import
2023-11-06 13:02:19 +11:00
pit
af73aee113
chore: changes
2023-11-06 13:02:19 +11:00
David Nguyen
702df60076
fix: add cascade delete for share links
2023-11-06 13:02:19 +11:00
Mythie
7823100272
fix: reverse meta relation and tidy code
2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
826a901c10
fix: document meta relation with document
2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
1e294fc933
feat: add prisma schema for document meta
2023-11-06 13:01:15 +11:00
Mythie
15fd819132
fix: tidy code and update endpoints
2023-11-06 13:01:14 +11:00
Ephraim Atta-Duncan
ebcd7c78e4
feat: create sharing id for each recipient
2023-11-06 13:01:14 +11:00
Ephraim Atta-Duncan
c4282ded57
feat: add password reset token to schema
2023-11-06 13:01:13 +11:00
Mythie
0835da45ef
fix: implement feedback
2023-11-06 13:01:13 +11:00
Mythie
3afc35c40c
feat: universal upload
...
Implementation of a universal upload allowing for multiple storage backends
starting with `database` and `s3`.
Allows clients to put and retrieve files from either client or server using
a blend of client and server actions.
2023-11-06 13:01:13 +11:00
Mythie
72bec7bc34
feat: separate document data from document
2023-11-06 13:01:13 +11:00
Catalin Pit
61df56c21e
feat: creating the admin ui for metrics
2023-11-06 13:01:12 +11:00
Mythie
e05eaffb61
feat: store profile signature
2023-11-06 13:01:12 +11:00
Mythie
3ea0ff6b81
chore: support direct urls for prisma
2023-11-06 13:01:10 +11:00
Ephraim Atta-Duncan
00a15124be
feat: stack recipients avatars on dashboard
2023-11-06 13:01:07 +11:00
Mythie
0b1c4fadc6
chore: use jsonprotocol
2023-11-06 13:01:07 +11:00
Mythie
3c73f030ac
feat: persist fields and recipients for document editing
2023-11-06 13:01:07 +11:00
Mythie
159bcade7b
wip: refresh design
2023-11-06 13:01:06 +11:00
Ephraim Atta-Duncan
3a0648c85d
Expire token after 1 hour
2023-06-05 16:54:12 +00:00
Ephraim Atta-Duncan
447bf0cb76
Add password reset to prisma schema
2023-06-05 12:23:52 +00:00