31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
936e75fd30
chore: merged main
2023-12-06 13:18:59 +00:00
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
bfedabdc10
fix: increase e2e test timeout ( #682 )
2023-12-05 13:54:41 +11:00
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
309b56168a
feat: create the model for the api token
2023-11-23 15:21:13 +02:00
fbbc3b89c3
feat: email verification for registration ( #599 )
2023-11-21 15:44:04 +11:00
2065a0debc
feat: add completed at timestamp
2023-11-06 13:02:21 +11:00
5de5d8b0fb
feat: add database indexes
2023-11-06 13:02:20 +11:00
ec1f61faa0
feat: add user schema timestamps
2023-11-06 13:02:20 +11:00
2856cd9c15
feat: add free tier Stripe subscription
2023-11-06 13:02:19 +11:00
702df60076
fix: add cascade delete for share links
2023-11-06 13:02:19 +11:00
5e00df1fba
chore: add missing migrations
2023-11-06 13:01:45 +11:00
34232c79e5
feat: add single player mode
2023-11-06 13:01:43 +11:00
7823100272
fix: reverse meta relation and tidy code
2023-11-06 13:01:15 +11:00
826a901c10
fix: document meta relation with document
2023-11-06 13:01:15 +11:00
1e294fc933
feat: add prisma schema for document meta
2023-11-06 13:01:15 +11:00
15fd819132
fix: tidy code and update endpoints
2023-11-06 13:01:14 +11:00
ebcd7c78e4
feat: create sharing id for each recipient
2023-11-06 13:01:14 +11:00
c4282ded57
feat: add password reset token to schema
2023-11-06 13:01:13 +11:00
0835da45ef
fix: implement feedback
2023-11-06 13:01:13 +11:00
5a99a0b5eb
fix: update migration for timestamp columns
2023-11-06 13:01:13 +11:00
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
72bec7bc34
feat: separate document data from document
2023-11-06 13:01:13 +11:00
61df56c21e
feat: creating the admin ui for metrics
2023-11-06 13:01:12 +11:00
e05eaffb61
feat: store profile signature
2023-11-06 13:01:12 +11:00
3c73f030ac
feat: persist fields and recipients for document editing
2023-11-06 13:01:07 +11:00
3a0648c85d
Expire token after 1 hour
2023-06-05 16:54:12 +00:00
447bf0cb76
Add password reset to prisma schema
2023-06-05 12:23:52 +00:00
ed3e4d22ef
feat: scaffhold subscription table and ui
2023-05-05 19:29:42 +10:00
81fd9ff749
fix: date field appears for all recipients
...
Updates the signing endpoint to only apply changes to the Date field for the current signer. This is made possible through the addition of the `signedAt` column within the database.
Resolves the issue with one signer filling the date for all recipients and also ensures that the date of signing on a document won't always be todays date after each recipient has signed.
2023-04-21 23:43:54 +10:00
421327432a
added migration for doc-208 (allow document delete with sigantures)
2023-04-11 16:19:18 +02:00
2bdfb884ec
added database init script
2023-04-04 12:02:09 +02:00