[PR #387] [CLOSED] [WIP] Search for issues/pulls #15351

Closed
opened 2025-11-02 11:44:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/387
Author: @ethantkoenig
Created: 12/14/2016
Status: Closed

Base: masterHead: search_bar


📝 Commits (10+)

  • 9847b38 Organization webhook API endpoints
  • 8de8ec0 Update sdk
  • d4924d4 Implement sendmail (#355)
  • 4b7594d Provide button to delete merged pull request (#441)
  • 2e7ccec Git LFS support v2 (#122)
  • 2342df1 API Endpoints for collaborators (#375)
  • 7163445 Improve issue references in markdown (#471)
  • 71dee6b Improve the way how branches are deleted
  • 6388761 Added Dutch translations to the landingpage
  • 98b0688 At the locales replaced 6 with MIN_PASSWORD_LENGTH

📊 Changes

100 files changed (+0 additions, -0 deletions)

View changed files

.gitattributes (+6 -0)
📝 .gitignore (+1 -0)
📝 cmd/serve.go (+63 -1)
📝 cmd/web.go (+13 -0)
📝 conf/app.ini (+9 -2)
📝 models/access.go (+27 -18)
📝 models/git_diff.go (+25 -0)
📝 models/issue.go (+514 -13)
📝 models/issue_comment.go (+21 -15)
models/lfs.go (+122 -0)
📝 models/mail.go (+1 -1)
📝 models/migrations/migrations.go (+2 -2)
📝 models/models.go (+4 -1)
📝 models/org.go (+7 -6)
📝 models/repo.go (+60 -3)
📝 models/repo_collaboration.go (+9 -0)
📝 models/ssh_key.go (+1 -1)
📝 models/user.go (+4 -2)
📝 modules/auth/user_form.go (+1 -0)
📝 modules/base/tool.go (+13 -0)

...and 80 more files

📄 Description

Issue #379.


🔄 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/go-gitea/gitea/pull/387 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/14/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `search_bar` --- ### 📝 Commits (10+) - [`9847b38`](https://github.com/go-gitea/gitea/commit/9847b38518fe19e0c764e92c51875443b3741e79) Organization webhook API endpoints - [`8de8ec0`](https://github.com/go-gitea/gitea/commit/8de8ec027d1ca44f889b89a69b26c3a9b599bbb6) Update sdk - [`d4924d4`](https://github.com/go-gitea/gitea/commit/d4924d45d6d4e991240d207a834d8d6709781449) Implement sendmail (#355) - [`4b7594d`](https://github.com/go-gitea/gitea/commit/4b7594d9fa0da67cbc8df74ee1711043168ebbbd) Provide button to delete merged pull request (#441) - [`2e7ccec`](https://github.com/go-gitea/gitea/commit/2e7ccecfe6f3d52b1dd5277a0eaf7a628164c8ac) Git LFS support v2 (#122) - [`2342df1`](https://github.com/go-gitea/gitea/commit/2342df183b64794db74f399759f16c71e2dd543e) API Endpoints for collaborators (#375) - [`7163445`](https://github.com/go-gitea/gitea/commit/71634452e17a6c954e5612f861780effe7528992) Improve issue references in markdown (#471) - [`71dee6b`](https://github.com/go-gitea/gitea/commit/71dee6b7c09242707028cdfe23373a1f88d6a663) Improve the way how branches are deleted - [`6388761`](https://github.com/go-gitea/gitea/commit/6388761129d08ef3bdcaa3d4d9940f94dcdaacc3) Added Dutch translations to the landingpage - [`98b0688`](https://github.com/go-gitea/gitea/commit/98b06889217b4c3ae52d3fa9d0403da60e32f5d2) At the locales replaced 6 with MIN_PASSWORD_LENGTH ### 📊 Changes **100 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+6 -0) 📝 `.gitignore` (+1 -0) 📝 `cmd/serve.go` (+63 -1) 📝 `cmd/web.go` (+13 -0) 📝 `conf/app.ini` (+9 -2) 📝 `models/access.go` (+27 -18) 📝 `models/git_diff.go` (+25 -0) 📝 `models/issue.go` (+514 -13) 📝 `models/issue_comment.go` (+21 -15) ➕ `models/lfs.go` (+122 -0) 📝 `models/mail.go` (+1 -1) 📝 `models/migrations/migrations.go` (+2 -2) 📝 `models/models.go` (+4 -1) 📝 `models/org.go` (+7 -6) 📝 `models/repo.go` (+60 -3) 📝 `models/repo_collaboration.go` (+9 -0) 📝 `models/ssh_key.go` (+1 -1) 📝 `models/user.go` (+4 -2) 📝 `modules/auth/user_form.go` (+1 -0) 📝 `modules/base/tool.go` (+13 -0) _...and 80 more files_ </details> ### 📄 Description Issue #379. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:44:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15351