[PR #638] [CLOSED] fix: improve the validation message for the documenso app #1093

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/638
Author: @anikdhabal
Created: 11/8/2023
Status: Closed

Base: mainHead: issue#635


📝 Commits (10+)

  • 2dea9ec Merge pull request #423 from documenso/feat/copy-or-tweet
  • 46465ac chore: quieten dependabot
  • 2d26154 fix: redirectless authentication
  • e5fa2f4 feat: update email templates
  • ab5bdfe chore: typo
  • 0f2b6c0 chore: remove unused image
  • 5c7d3d5 chore: update date
  • b4781c0 chore: alt text
  • 562fd04 chore: typo
  • 668011d Update README.md with M̸͍͚̽͒A̴̯͊͌L̴͖͖͘F̵̗̻́̅U̶̲̅͠N̸͙̰̓C̵̙̮̾T̸̜̙͌Í̷͎̯Ö̵̘̜́N̴̳͊̈ͅ ̶͔́M̸̡͐̾A̵̞̚N̴̤̏́Ǐ̸̩͂Ă̸͓͝

📊 Changes

811 files changed (+161232 additions, -31106 deletions)

View changed files

.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)
.eslintignore (+8 -0)
.eslintrc.cjs (+13 -0)
.github/ISSUE_TEMPLATE/bug-report.yml (+48 -0)
.github/ISSUE_TEMPLATE/feature-request.yml (+35 -0)
.github/ISSUE_TEMPLATE/improvement.yml (+35 -0)
.github/PULL_REQUEST_TEMPLATE/generic.md (+49 -0)
.github/PULL_REQUEST_TEMPLATE/test-addition.md (+40 -0)
.github/dependabot.yml (+32 -0)
.github/workflows/ci.yml (+39 -0)
.github/workflows/codeql-analysis.yml (+48 -0)
.github/workflows/e2e-tests.yml (+51 -0)
.github/workflows/semantic-pull-requests.yml (+21 -0)
📝 .gitignore (+26 -17)
.gitpod.yml (+55 -0)

...and 80 more files

📄 Description

fixes #635


🔄 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/638 **Author:** [@anikdhabal](https://github.com/anikdhabal) **Created:** 11/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `issue#635` --- ### 📝 Commits (10+) - [`2dea9ec`](https://github.com/documenso/documenso/commit/2dea9ec3e7b3f173ae333d2d9cea2aec031c034f) Merge pull request #423 from documenso/feat/copy-or-tweet - [`46465ac`](https://github.com/documenso/documenso/commit/46465acd738335b13a8f5e8e90c871a03f4af719) chore: quieten dependabot - [`2d26154`](https://github.com/documenso/documenso/commit/2d2615447e66dceba624f87df6f84882bbdf4c2d) fix: redirectless authentication - [`e5fa2f4`](https://github.com/documenso/documenso/commit/e5fa2f449072a1316da6b4a965c73d56610113c9) feat: update email templates - [`ab5bdfe`](https://github.com/documenso/documenso/commit/ab5bdfeae4b62815ce6ea46d77ee6a14426095c8) chore: typo - [`0f2b6c0`](https://github.com/documenso/documenso/commit/0f2b6c0ebfb6a95bb830cd86473f0c2909bf7f76) chore: remove unused image - [`5c7d3d5`](https://github.com/documenso/documenso/commit/5c7d3d55033fb1adce88d64f8ce2dc877a8f43c3) chore: update date - [`b4781c0`](https://github.com/documenso/documenso/commit/b4781c011c5b7b198b02840c247f3004a2bd1f4c) chore: alt text - [`562fd04`](https://github.com/documenso/documenso/commit/562fd043a916194d58c442950ee3aa7ef58c5f21) chore: typo - [`668011d`](https://github.com/documenso/documenso/commit/668011d1c7d8980358b825b6d46750c7cf71869a) Update README.md with M̸͍͚̽͒A̴̯͊͌L̴͖͖͘F̵̗̻́̅U̶̲̅͠N̸͙̰̓C̵̙̮̾T̸̜̙͌Í̷͎̯Ö̵̘̜́N̴̳͊̈ͅ ̶͔́M̸̡͐̾A̵̞̚N̴̤̏́Ǐ̸̩͂Ă̸͓͝ ### 📊 Changes **811 files changed** (+161232 additions, -31106 deletions) <details> <summary>View changed files</summary> ➕ `.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) ➕ `.eslintignore` (+8 -0) ➕ `.eslintrc.cjs` (+13 -0) ➕ `.github/ISSUE_TEMPLATE/bug-report.yml` (+48 -0) ➕ `.github/ISSUE_TEMPLATE/feature-request.yml` (+35 -0) ➕ `.github/ISSUE_TEMPLATE/improvement.yml` (+35 -0) ➕ `.github/PULL_REQUEST_TEMPLATE/generic.md` (+49 -0) ➕ `.github/PULL_REQUEST_TEMPLATE/test-addition.md` (+40 -0) ➕ `.github/dependabot.yml` (+32 -0) ➕ `.github/workflows/ci.yml` (+39 -0) ➕ `.github/workflows/codeql-analysis.yml` (+48 -0) ➕ `.github/workflows/e2e-tests.yml` (+51 -0) ➕ `.github/workflows/semantic-pull-requests.yml` (+21 -0) 📝 `.gitignore` (+26 -17) ➕ `.gitpod.yml` (+55 -0) _...and 80 more files_ </details> ### 📄 Description fixes #635 --- <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:48 +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#1093
No description provided.