[PR #631] [MERGED] feat: the big merge #1090

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/631
Author: @Mythie
Created: 11/6/2023
Status: Merged
Merged: 11/8/2023
Merged by: @Mythie

Base: mainHead: feat/refresh-rebased


📝 Commits (10+)

  • f18010e refactor: pass document id as arguments
  • c58006b feat: avoid sending pending email to document with 1 recipients
  • c947c7d chore: match file name and method name
  • fd4602f fix: fitler only unsigned documents
  • 1e294fc feat: add prisma schema for document meta
  • 9521d1d feat: send custom email subjects
  • a3baf2e feat: persist document metadata in database for a specific user
  • da16f1e feat: send custom email message
  • 345343f feat: replace template variables with values
  • 22f9400 fix: persist newline in emails

📊 Changes

821 files changed (+159954 additions, -34998 deletions)

View changed files

.changeset/README.md (+0 -8)
.changeset/config.json (+0 -9)
.devcontainer/devcontainer.json (+32 -0)
.devcontainer/on-create.sh (+13 -0)
.devcontainer/post-start.sh (+3 -0)
📝 .dockerignore (+15 -17)
.editorconfig (+9 -0)
📝 .env.example (+86 -51)
.env.gitpod (+0 -29)
.eslintignore (+8 -0)
.eslintrc.cjs (+13 -0)
.github/ISSUE_TEMPLATE/bug-report.md (+0 -50)
.github/ISSUE_TEMPLATE/bug-report.yml (+48 -0)
.github/ISSUE_TEMPLATE/feature-request.md (+0 -41)
.github/ISSUE_TEMPLATE/feature-request.yml (+35 -0)
.github/ISSUE_TEMPLATE/improvement.md (+0 -41)
.github/ISSUE_TEMPLATE/improvement.yml (+35 -0)
.github/dependabot.yml (+32 -0)
.github/workflows/ci.yml (+39 -0)
.github/workflows/codeql-analysis.yml (+48 -0)

...and 80 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/631 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/refresh-rebased` --- ### 📝 Commits (10+) - [`f18010e`](https://github.com/documenso/documenso/commit/f18010e1e1168fcde6f0e7979dd94c9e548e8fbd) refactor: pass document id as arguments - [`c58006b`](https://github.com/documenso/documenso/commit/c58006b2d97313c405afc045064f344630402c32) feat: avoid sending pending email to document with 1 recipients - [`c947c7d`](https://github.com/documenso/documenso/commit/c947c7d7618835c3a29e73835b92da67db37152c) chore: match file name and method name - [`fd4602f`](https://github.com/documenso/documenso/commit/fd4602faf8e55534a2e8c2b3701d078d180ffab8) fix: fitler only unsigned documents - [`1e294fc`](https://github.com/documenso/documenso/commit/1e294fc93382ca70c9836439da3f852472f0c564) feat: add prisma schema for document meta - [`9521d1d`](https://github.com/documenso/documenso/commit/9521d1df4c267c408a97dceaa6577be4dd17f573) feat: send custom email subjects - [`a3baf2e`](https://github.com/documenso/documenso/commit/a3baf2ed8ba276b0257cc0afd0bb6602ecc18585) feat: persist document metadata in database for a specific user - [`da16f1e`](https://github.com/documenso/documenso/commit/da16f1ee07cc7152f0755de91e0c5ccb9baaf427) feat: send custom email message - [`345343f`](https://github.com/documenso/documenso/commit/345343f4b58323f00f61b57bf794496a4b464ad9) feat: replace template variables with values - [`22f9400`](https://github.com/documenso/documenso/commit/22f9400932563c4780b5678a6f7d20b89765c291) fix: persist newline in emails ### 📊 Changes **821 files changed** (+159954 additions, -34998 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/README.md` (+0 -8) ➖ `.changeset/config.json` (+0 -9) ➕ `.devcontainer/devcontainer.json` (+32 -0) ➕ `.devcontainer/on-create.sh` (+13 -0) ➕ `.devcontainer/post-start.sh` (+3 -0) 📝 `.dockerignore` (+15 -17) ➕ `.editorconfig` (+9 -0) 📝 `.env.example` (+86 -51) ➖ `.env.gitpod` (+0 -29) ➕ `.eslintignore` (+8 -0) ➕ `.eslintrc.cjs` (+13 -0) ➖ `.github/ISSUE_TEMPLATE/bug-report.md` (+0 -50) ➕ `.github/ISSUE_TEMPLATE/bug-report.yml` (+48 -0) ➖ `.github/ISSUE_TEMPLATE/feature-request.md` (+0 -41) ➕ `.github/ISSUE_TEMPLATE/feature-request.yml` (+35 -0) ➖ `.github/ISSUE_TEMPLATE/improvement.md` (+0 -41) ➕ `.github/ISSUE_TEMPLATE/improvement.yml` (+35 -0) ➕ `.github/dependabot.yml` (+32 -0) ➕ `.github/workflows/ci.yml` (+39 -0) ➕ `.github/workflows/codeql-analysis.yml` (+48 -0) _...and 80 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:31:47 +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#1090
No description provided.