Commit Graph

112 Commits

Author SHA1 Message Date
Mythie
5a99a0b5eb fix: update migration for timestamp columns 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
3c73f030ac feat: persist fields and recipients for document editing 2023-11-06 13:01:07 +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
Mythie
ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00
Mythie
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
Timur Ercan
421327432a added migration for doc-208 (allow document delete with sigantures) 2023-04-11 16:19:18 +02:00
Timur Ercan
2bdfb884ec added database init script 2023-04-04 12:02:09 +02:00