[PR #1598] [CLOSED] feat: audit logs for copying links #1745

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1598
Author: @ephraimduncan
Created: 1/20/2025
Status: Closed

Base: mainHead: feat/copy-links-audit-logs


📝 Commits (3)

  • 8b95b9a feat: audit logs for copying links
  • cc3995c chore: document recent activity
  • de31769 fix: create audit log router

📊 Changes

16 files changed (+198 additions, -31 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx (+6 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx (+24 -7)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx (+2 -1)
📝 apps/web/src/app/(dashboard)/documents/data-table.tsx (+1 -0)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx (+1 -0)
📝 apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx (+21 -3)
📝 apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx (+5 -0)
📝 apps/web/src/components/document/document-recipient-link-copy-dialog.tsx (+45 -6)
📝 packages/lib/server-only/document/find-document-audit-logs.ts (+1 -0)
📝 packages/lib/types/document-audit-logs.ts (+12 -0)
📝 packages/lib/utils/document-audit-logs.ts (+4 -0)
📝 packages/trpc/server/document-router/router.ts (+36 -0)
📝 packages/trpc/server/document-router/schema.ts (+12 -0)
📝 packages/ui/primitives/document-flow/add-subject.tsx (+23 -8)

📄 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/1598 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 1/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/copy-links-audit-logs` --- ### 📝 Commits (3) - [`8b95b9a`](https://github.com/documenso/documenso/commit/8b95b9a7c0b5fb68f396e96f67d09a71b0c861b3) feat: audit logs for copying links - [`cc3995c`](https://github.com/documenso/documenso/commit/cc3995ce7471196e6a2a7087b7f6866f45def6f9) chore: document recent activity - [`de31769`](https://github.com/documenso/documenso/commit/de317694150619bdccff43437b873da062f13e13) fix: create audit log router ### 📊 Changes **16 files changed** (+198 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx` (+6 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx` (+24 -7) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx` (+2 -1) 📝 `apps/web/src/app/(dashboard)/documents/data-table.tsx` (+1 -0) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx` (+1 -0) 📝 `apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx` (+21 -3) 📝 `apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx` (+5 -0) 📝 `apps/web/src/components/document/document-recipient-link-copy-dialog.tsx` (+45 -6) 📝 `packages/lib/server-only/document/find-document-audit-logs.ts` (+1 -0) 📝 `packages/lib/types/document-audit-logs.ts` (+12 -0) 📝 `packages/lib/utils/document-audit-logs.ts` (+4 -0) 📝 `packages/trpc/server/document-router/router.ts` (+36 -0) 📝 `packages/trpc/server/document-router/schema.ts` (+12 -0) 📝 `packages/ui/primitives/document-flow/add-subject.tsx` (+23 -8) </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:30:52 +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#1745
No description provided.