[PR #892] [MERGED] Fix public activity showing private repos #15638

Closed
opened 2025-11-02 11:51:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/892
Author: @thehowl
Created: 2/10/2017
Status: Merged
Merged: 2/11/2017
Merged by: @lunny

Base: masterHead: 811-fix-public-activity


📝 Commits (3)

  • 44fc674 Fix public activity showing private repos (#811)
  • 9a4c4ac error check after setting is_private to true
  • 16c5846 Add test for UpdateRepository w/ visibility change

📊 Changes

5 files changed (+67 additions, -0 deletions)

View changed files

📝 models/fixtures/action.yml (+11 -0)
📝 models/fixtures/repository.yml (+12 -0)
📝 models/fixtures/user.yml (+15 -0)
📝 models/repo.go (+10 -0)
📝 models/repo_test.go (+19 -0)

📄 Description

Fixes #811


🔄 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/892 **Author:** [@thehowl](https://github.com/thehowl) **Created:** 2/10/2017 **Status:** ✅ Merged **Merged:** 2/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `811-fix-public-activity` --- ### 📝 Commits (3) - [`44fc674`](https://github.com/go-gitea/gitea/commit/44fc674faf9e5ebdb83d5fc38ca9c6450c2c3743) Fix public activity showing private repos (#811) - [`9a4c4ac`](https://github.com/go-gitea/gitea/commit/9a4c4acba3994b427fa67152740413aa5f062574) error check after setting is_private to true - [`16c5846`](https://github.com/go-gitea/gitea/commit/16c5846bc26861ff2dc879d3a1571feb0d5e0d97) Add test for UpdateRepository w/ visibility change ### 📊 Changes **5 files changed** (+67 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/fixtures/action.yml` (+11 -0) 📝 `models/fixtures/repository.yml` (+12 -0) 📝 `models/fixtures/user.yml` (+15 -0) 📝 `models/repo.go` (+10 -0) 📝 `models/repo_test.go` (+19 -0) </details> ### 📄 Description Fixes #811 --- <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:51:14 -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#15638