[PR #1848] [MERGED] Fix user profile activity feed #16082

Closed
opened 2025-11-02 12:01:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1848
Author: @ethantkoenig
Created: 5/31/2017
Status: Merged
Merged: 6/2/2017
Merged by: @lunny

Base: masterHead: fix/activity_feed


📝 Commits (2)

  • 8b1e87c Fix user profile activity feed
  • 7d1dfd7 gofmt, and avoid overlapping database connections

📊 Changes

5 files changed (+74 additions, -48 deletions)

View changed files

📝 models/action.go (+28 -22)
📝 models/action_test.go (+33 -12)
📝 models/fixtures/action.yml (+1 -1)
📝 routers/user/home.go (+11 -12)
📝 routers/user/profile.go (+1 -1)

📄 Description

Fixes #1202.

Causes the activity feed on a user's profile page to only be actions performed by that user. The activity feed on the dashboard is unchanged, and still shows relevant actions performed by other users.


🔄 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/1848 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 5/31/2017 **Status:** ✅ Merged **Merged:** 6/2/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/activity_feed` --- ### 📝 Commits (2) - [`8b1e87c`](https://github.com/go-gitea/gitea/commit/8b1e87c13cf7a12eceffdb095219402fd014c7ba) Fix user profile activity feed - [`7d1dfd7`](https://github.com/go-gitea/gitea/commit/7d1dfd77d7aaf3446ec59b8c13b311ea2248149f) gofmt, and avoid overlapping database connections ### 📊 Changes **5 files changed** (+74 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `models/action.go` (+28 -22) 📝 `models/action_test.go` (+33 -12) 📝 `models/fixtures/action.yml` (+1 -1) 📝 `routers/user/home.go` (+11 -12) 📝 `routers/user/profile.go` (+1 -1) </details> ### 📄 Description Fixes #1202. Causes the activity feed on a user's profile page to only be actions performed by that user. The activity feed on the dashboard is unchanged, and still shows relevant actions performed by other users. --- <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 12:01:53 -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#16082