[PR #2018] [CLOSED] feat: update audit log and certificate generation process #1995

Closed
opened 2026-02-26 20:31:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2018
Author: @catalinpit
Created: 9/8/2025
Status: Closed

Base: mainHead: fix/download-certificate-audit-log-safari


📝 Commits (6)

  • 4bb5048 feat: update audit log and certificate generation process
  • 2ae94b1 feat: add api routes and restore previous work
  • 7080a36 feat: use the api routes for downloading signing certificate and audit logs
  • b93b0aa Merge branch 'main' into fix/download-certificate-audit-log-safari
  • 86fb6de chore: throw error if response not ok
  • ffef525 Merge branch 'main' into fix/download-certificate-audit-log-safari

📊 Changes

4 files changed (+186 additions, -58 deletions)

View changed files

📝 apps/remix/app/components/general/document/document-audit-log-download-button.tsx (+28 -29)
📝 apps/remix/app/components/general/document/document-certificate-download-button.tsx (+28 -29)
apps/remix/app/routes/api+/t.$teamUrl.download.audit-logs.$documentId.ts (+61 -0)
apps/remix/app/routes/api+/t.$teamUrl.download.certificate.$documentId.ts (+69 -0)

📄 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/2018 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 9/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/download-certificate-audit-log-safari` --- ### 📝 Commits (6) - [`4bb5048`](https://github.com/documenso/documenso/commit/4bb50487e7b2a6d400b0683e7bc640e02b243bfb) feat: update audit log and certificate generation process - [`2ae94b1`](https://github.com/documenso/documenso/commit/2ae94b1e55a8f1fc697134ec6f23eecfa205305f) feat: add api routes and restore previous work - [`7080a36`](https://github.com/documenso/documenso/commit/7080a36f21d0ece5244a01193a878b979372d13c) feat: use the api routes for downloading signing certificate and audit logs - [`b93b0aa`](https://github.com/documenso/documenso/commit/b93b0aae642c2c47b79e2604735904248610d876) Merge branch 'main' into fix/download-certificate-audit-log-safari - [`86fb6de`](https://github.com/documenso/documenso/commit/86fb6de9c30dbb6c0874cb2488a98d6177725a58) chore: throw error if response not ok - [`ffef525`](https://github.com/documenso/documenso/commit/ffef52565aba8d0aa675b4656f600db005f6062e) Merge branch 'main' into fix/download-certificate-audit-log-safari ### 📊 Changes **4 files changed** (+186 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/general/document/document-audit-log-download-button.tsx` (+28 -29) 📝 `apps/remix/app/components/general/document/document-certificate-download-button.tsx` (+28 -29) ➕ `apps/remix/app/routes/api+/t.$teamUrl.download.audit-logs.$documentId.ts` (+61 -0) ➕ `apps/remix/app/routes/api+/t.$teamUrl.download.certificate.$documentId.ts` (+69 -0) </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 20:31:58 +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#1995
No description provided.