Commit Graph

64 Commits

Author SHA1 Message Date
2356f58e7b fix: implement feedback 2023-09-14 13:21:03 +10:00
6c12ed4afc fix: update migration for timestamp columns 2023-09-14 13:07:55 +10:00
d76ee7f33c Merge branch 'feat/refresh' into feat/universal-upload 2023-09-14 12:53:58 +10:00
9014f01276 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-09-14 12:47:47 +10:00
171a5ba4ee feat: creating the admin ui for metrics 2023-09-08 09:16:31 +03:00
a2ef9468ae feat: separate document data from document 2023-09-07 19:27:21 +10:00
7218b950fe feat: store profile signature 2023-09-01 18:43:53 +10:00
0abd3da7fd fix: update eslint rules 2023-08-30 12:35:43 +10:00
68a5a9da1e feat: add data table actions 2023-08-29 14:33:07 +10:00
1f8d5e45e1 feat: onepage inbox 2023-08-29 14:33:05 +10:00
8fd9730e2b feat: add inbox 2023-08-29 14:31:13 +10:00
6b00282a87 chore: support direct urls for prisma 2023-08-25 17:52:24 +10:00
48ceb1e5c7 feat: document authoring 2023-08-17 19:56:18 +10:00
9431e7f0ad chore: upgrade deps and linting 2023-08-01 17:34:17 +10:00
0ad0524157 Merge branch 'feat/refresh' into feat/stacked-avatars 2023-07-01 01:16:58 +00:00
b50f64d4ad fix: update types from code review 2023-06-30 23:49:34 +00:00
f22baca569 feat: stack recipients avatars on dashboard 2023-06-23 12:20:49 +00:00
d8a094a324 chore: use jsonprotocol 2023-06-23 18:06:02 +10:00
eea09dcfac feat: persist fields and recipients for document editing 2023-06-21 23:49:23 +10:00
803ebccee3 wip: refresh design 2023-06-09 18:22:21 +10:00
ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00
1abfa93551 Merge branch 'main' into chore/optimise-deps 2023-05-01 20:36:37 +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
95c3be9a77 chore: optimise depedency tree 2023-04-19 23:30:14 +10:00
421327432a added migration for doc-208 (allow document delete with sigantures) 2023-04-11 16:19:18 +02:00
c79592cd0a Merge branch 'main' into fix-#41-db-migration-Signature_recipientId_fkey 2023-04-11 15:34:32 +02:00
e86d4cc719 Disable the edit and add signer button for completed documents 2023-04-09 12:26:48 +00:00
5db54d3b8c Cange referential action for Signature_recipientId_fkey 2023-04-06 21:26:26 -04:00
964e749039 Update prettier styling 2023-04-04 22:10:30 +00:00
84b57d715c Apply prettier config to all files 2023-04-04 22:02:32 +00:00
4031faec46 seed example pdf 2023-04-04 13:45:24 +02:00
2bdfb884ec added database init script 2023-04-04 12:02:09 +02:00
0bf323ed90 🗃️ Field inserted flag 2023-03-09 13:43:05 +01:00
9c7c7d1a3c 🎨 prod flag import 2023-03-09 13:17:44 +01:00
2f02134bc4 ♻️ 🚧 date and text field 2023-02-28 19:36:21 +01:00
522abcc2bc ⚗️ signing without fields (type FREE_SIGNATURE) 2023-02-24 16:12:56 +01:00
e765367d2d 🗃️ expires signign request after 60 days 2023-02-24 11:46:54 +01:00
40a32073dd 💬 🗃️ user signup source and viral signup links 2023-02-23 20:02:33 +01:00
5584f3b26e 🗃️ document created field 2023-02-23 14:52:53 +01:00
9e4874bd27 🗃️ 💄 insert text in custom font, typeSignature 2023-02-20 18:14:52 +01:00
b70ff382ed 🎨 schema format 2023-02-19 12:49:09 +01:00
32ed512656 🗃️ signature db model 2023-02-19 12:47:39 +01:00
9f30da63d1 field and relations 2023-02-13 19:33:26 +01:00
dfdeffc289 recipients 2023-02-03 19:57:54 +01:00
e9db5acc85 add recipient ui 2023-02-03 18:07:43 +01:00
4f63c5fa4e document status, dashboard 2023-01-27 20:14:32 +01:00
2ebb68ca7a create recipient 2023-01-27 17:21:40 +01:00
c61fc30420 recipient token model and sending endpoint 2023-01-27 16:54:08 +01:00
b261cb59ce add document title 2023-01-25 10:16:49 +01:00
9f26da9316 build fix 2023-01-23 21:35:33 +01:00