[PR #2126] [CLOSED] feat: allow multipart requests for public api #2063

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2126
Author: @Mythie
Created: 11/3/2025
Status: Closed

Base: mainHead: feat/allow-formdata


📝 Commits (2)

  • c85c0cf feat: allow multipart requests for public api
  • 87aa628 feat: add formdata endpoints for documents,envelopes,templates

📊 Changes

34 files changed (+1414 additions, -356 deletions)

View changed files

📝 apps/remix/app/components/dialogs/template-create-dialog.tsx (+10 -6)
📝 apps/remix/app/components/general/document/document-drop-zone-wrapper.tsx (+11 -7)
📝 apps/remix/app/components/general/document/document-upload-button.tsx (+10 -6)
📝 apps/remix/app/components/general/document/envelope-upload-button.tsx (+13 -24)
📝 apps/remix/app/components/general/template/template-drop-zone-wrapper.tsx (+10 -6)
📝 apps/remix/server/trpc/hono-trpc-open-api.ts (+1 -1)
📝 package-lock.json (+608 -212)
📝 package.json (+15 -5)
📝 packages/api/package.json (+5 -5)
📝 packages/auth/package.json (+1 -1)
📝 packages/ee/package.json (+1 -1)
📝 packages/lib/package.json (+2 -2)
📝 packages/lib/server-only/envelope/create-envelope.ts (+27 -3)
📝 packages/lib/server-only/pdf/normalize-pdf.ts (+12 -3)
📝 packages/lib/universal/upload/put-file.server.ts (+23 -0)
📝 packages/prisma/package.json (+4 -4)
📝 packages/prisma/schema.prisma (+2 -2)
📝 packages/trpc/client/index.ts (+11 -5)
📝 packages/trpc/package.json (+14 -8)
📝 packages/trpc/react/index.tsx (+5 -5)

...and 14 more files

📄 Description

Letting CI run


🔄 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/2126 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 11/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/allow-formdata` --- ### 📝 Commits (2) - [`c85c0cf`](https://github.com/documenso/documenso/commit/c85c0cf610efdffe5c0508bb768af6b62f08c072) feat: allow multipart requests for public api - [`87aa628`](https://github.com/documenso/documenso/commit/87aa628dc87508fbbc61c129159e03571a0c7af7) feat: add formdata endpoints for documents,envelopes,templates ### 📊 Changes **34 files changed** (+1414 additions, -356 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/template-create-dialog.tsx` (+10 -6) 📝 `apps/remix/app/components/general/document/document-drop-zone-wrapper.tsx` (+11 -7) 📝 `apps/remix/app/components/general/document/document-upload-button.tsx` (+10 -6) 📝 `apps/remix/app/components/general/document/envelope-upload-button.tsx` (+13 -24) 📝 `apps/remix/app/components/general/template/template-drop-zone-wrapper.tsx` (+10 -6) 📝 `apps/remix/server/trpc/hono-trpc-open-api.ts` (+1 -1) 📝 `package-lock.json` (+608 -212) 📝 `package.json` (+15 -5) 📝 `packages/api/package.json` (+5 -5) 📝 `packages/auth/package.json` (+1 -1) 📝 `packages/ee/package.json` (+1 -1) 📝 `packages/lib/package.json` (+2 -2) 📝 `packages/lib/server-only/envelope/create-envelope.ts` (+27 -3) 📝 `packages/lib/server-only/pdf/normalize-pdf.ts` (+12 -3) 📝 `packages/lib/universal/upload/put-file.server.ts` (+23 -0) 📝 `packages/prisma/package.json` (+4 -4) 📝 `packages/prisma/schema.prisma` (+2 -2) 📝 `packages/trpc/client/index.ts` (+11 -5) 📝 `packages/trpc/package.json` (+14 -8) 📝 `packages/trpc/react/index.tsx` (+5 -5) _...and 14 more files_ </details> ### 📄 Description Letting CI run --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:16 +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#2063
No description provided.