documenso/packages/lib/server-only/document
Ephraim Duncan f9d7fd7d9a
fix: resend document api v1 filtering logic (#1888)
The resend document API was not working correctly when filtering
recipients. The query was filtering recipients at the database level,
which could result in an empty recipients array being returned even when
the document had recipients. This prevented the API from properly
identifying which recipients needed reminder emails.
2025-07-16 14:31:40 +10:00
..
complete-document-with-token.ts feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
create-document-v2.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
create-document.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
delete-document.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
duplicate-document-by-id.ts fix: duplicate fields and recipients when you duplicate a document (#1852) 2025-06-23 16:43:07 +10:00
find-document-audit-logs.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
find-documents.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
get-document-by-access-token.ts feat: certificate qrcode (#1755) 2025-04-28 11:30:09 +10:00
get-document-by-id.ts fix: visibility 2025-06-13 01:02:40 +10:00
get-document-by-token.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
get-document-certificate-audit-logs.ts feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
get-document-meta-by-document-id.ts feat: dateformat and timezone customization (#506) 2023-12-27 14:05:49 +11:00
get-document-with-details-by-id.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
get-recipient-or-sender-by-share-link-slug.ts fix: add auth session lifetime 2025-02-19 18:04:36 +11:00
get-stats.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
is-recipient-authorized.ts feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
reject-document-with-token.ts feat: better document rejection (#1702) 2025-03-13 15:08:57 +11:00
resend-document.ts fix: resend document api v1 filtering logic (#1888) 2025-07-16 14:31:40 +10:00
seal-document.ts chore: add certificate error logs (#1875) 2025-07-03 10:13:12 +10:00
search-documents-with-keyword.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
send-completed-email.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
send-delete-email.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
send-document.tsx feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
send-pending-email.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
super-delete-document.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
update-document.ts feat: add organisations (#1820) 2025-06-10 11:49:52 +10:00
validate-field-auth.ts feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
viewed-document.ts feat: add sequential document view logs (#1871) 2025-06-30 19:11:16 +10:00