Commit Graph

7 Commits

Author SHA1 Message Date
d688e174a3 Merge branch 'main' into feat/DOC-170-add-name-field 2023-05-26 17:59:00 +02:00
3efe1fedd7 Merge branch 'main' into feat/DOC-170-add-name-field 2023-05-19 20:07:08 +02: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
b444d5c928 feat: add name field
Adds support for a name field which will be prefilled with the recipients name if they haven't signed a form on Documenso before.
2023-04-19 22:48:26 +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