[PR #46] [CLOSED] API endpoints for stars #15110

Closed
opened 2025-11-02 11:39:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/46
Author: @DblK
Created: 11/3/2016
Status: Closed

Base: masterHead: migration-ApiStars


📝 Commits (1)

  • 7f31187 Migration of Gogs PR #3815 (API endpoints for stars)

📊 Changes

5 files changed (+116 additions, -6 deletions)

View changed files

📝 models/org.go (+3 -3)
📝 models/user.go (+19 -0)
📝 routers/api/v1/api.go (+11 -0)
📝 routers/api/v1/repo/repo.go (+3 -3)
routers/api/v1/user/star.go (+80 -0)

📄 Description

Migration of Gogs PR #3815


🔄 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/46 **Author:** [@DblK](https://github.com/DblK) **Created:** 11/3/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `migration-ApiStars` --- ### 📝 Commits (1) - [`7f31187`](https://github.com/go-gitea/gitea/commit/7f311878fc859e0f5f7dea1c9cfd4a3d501d7172) Migration of Gogs PR #3815 (API endpoints for stars) ### 📊 Changes **5 files changed** (+116 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `models/org.go` (+3 -3) 📝 `models/user.go` (+19 -0) 📝 `routers/api/v1/api.go` (+11 -0) 📝 `routers/api/v1/repo/repo.go` (+3 -3) ➕ `routers/api/v1/user/star.go` (+80 -0) </details> ### 📄 Description Migration of [Gogs PR #3815](https://github.com/gogits/gogs/pull/3815) --- <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:39:04 -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#15110