[PR #1092] [MERGED] feat: add certificate and audit log pdfs #1378

Closed
opened 2026-02-26 19:33:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1092
Author: @Mythie
Created: 4/10/2024
Status: Merged
Merged: 4/10/2024
Merged by: @Mythie

Base: mainHead: feat/signature-cert-pdf


📝 Commits (4)

  • 110f9ba feat: add certificate and audit log pdfs
  • c9b4915 fix: remove hardcoded ids
  • 4d4dfd3 fix: implement review feedback, resolve build errors
  • 0bc9c59 fix: use ts-match

📊 Changes

23 files changed (+991 additions, -42 deletions)

View changed files

📝 apps/marketing/next.config.js (+1 -1)
📝 apps/web/next.config.js (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx (+6 -11)
apps/web/src/app/(dashboard)/documents/[id]/logs/download-audit-log-button.tsx (+74 -0)
apps/web/src/app/(dashboard)/documents/[id]/logs/download-certificate-button.tsx (+78 -0)
apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/data-table.tsx (+89 -0)
apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx (+139 -0)
apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx (+287 -0)
📝 package-lock.json (+67 -10)
📝 package.json (+2 -1)
📝 packages/lib/constants/recipient-roles.ts (+7 -0)
📝 packages/lib/package.json (+4 -2)
📝 packages/lib/server-only/admin/get-entire-document.ts (+8 -0)
packages/lib/server-only/document/get-document-certificate-audit-logs.ts (+43 -0)
📝 packages/lib/server-only/document/seal-document.ts (+11 -0)
packages/lib/server-only/htmltopdf/get-certificate-pdf.ts (+45 -0)
📝 packages/tailwind-config/index.cjs (+3 -0)
📝 packages/trpc/server/document-router/router.ts (+66 -0)
📝 packages/trpc/server/document-router/schema.ts (+5 -0)
📝 packages/tsconfig/process-env.d.ts (+3 -0)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1092 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/10/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/signature-cert-pdf` --- ### 📝 Commits (4) - [`110f9ba`](https://github.com/documenso/documenso/commit/110f9bae12fe610dd4235e92457119f9d144d60d) feat: add certificate and audit log pdfs - [`c9b4915`](https://github.com/documenso/documenso/commit/c9b4915fc83cd8fea6f12e842685fa7102939ac7) fix: remove hardcoded ids - [`4d4dfd3`](https://github.com/documenso/documenso/commit/4d4dfd3c5fa4719baa36a693121ca5d6d208017c) fix: implement review feedback, resolve build errors - [`0bc9c59`](https://github.com/documenso/documenso/commit/0bc9c590a7b58818f12b965f43bf1980c93b7b8f) fix: use ts-match ### 📊 Changes **23 files changed** (+991 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/next.config.js` (+1 -1) 📝 `apps/web/next.config.js` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx` (+6 -11) ➕ `apps/web/src/app/(dashboard)/documents/[id]/logs/download-audit-log-button.tsx` (+74 -0) ➕ `apps/web/src/app/(dashboard)/documents/[id]/logs/download-certificate-button.tsx` (+78 -0) ➕ `apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/data-table.tsx` (+89 -0) ➕ `apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx` (+139 -0) ➕ `apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx` (+287 -0) 📝 `package-lock.json` (+67 -10) 📝 `package.json` (+2 -1) 📝 `packages/lib/constants/recipient-roles.ts` (+7 -0) 📝 `packages/lib/package.json` (+4 -2) 📝 `packages/lib/server-only/admin/get-entire-document.ts` (+8 -0) ➕ `packages/lib/server-only/document/get-document-certificate-audit-logs.ts` (+43 -0) 📝 `packages/lib/server-only/document/seal-document.ts` (+11 -0) ➕ `packages/lib/server-only/htmltopdf/get-certificate-pdf.ts` (+45 -0) 📝 `packages/tailwind-config/index.cjs` (+3 -0) 📝 `packages/trpc/server/document-router/router.ts` (+66 -0) 📝 `packages/trpc/server/document-router/schema.ts` (+5 -0) 📝 `packages/tsconfig/process-env.d.ts` (+3 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1378
No description provided.