1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-04 22:48:05 +00:00
gitea/routers/web/feed
Job 30b13942f0
Give organisation members access to organisation feeds ()
Currently the organisation feed only includes items for public
repositories (for non-administrators). This pull requests adds
notifications from private repositories to the organisation-feed (for
accounts that have access to the organisation).

Feed-items only get shown for repositories where the users team(s)
should have access to, this filtering seems to get done by some existing
code.

Needs some tests, but am unsure where/how to add them.

Before:

![image](https://github.com/user-attachments/assets/8b63f430-227a-4b19-ad1a-f6f5175de301)

After:

![image](https://github.com/user-attachments/assets/b439ce0e-4946-421c-a399-421806c7a6d8)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-15 17:49:06 +00:00
..
branch.go Add pubdate for repository rss and add some tests () 2025-01-27 23:58:46 +08:00
convert.go Move notifywatch to service layer () 2025-03-10 00:54:25 +00:00
file.go Add pubdate for repository rss and add some tests () 2025-01-27 23:58:46 +08:00
profile_test.go Give organisation members access to organisation feeds () 2025-03-15 17:49:06 +00:00
profile.go Give organisation members access to organisation feeds () 2025-03-15 17:49:06 +00:00
release.go Resolve lint for unused parameter and unnecessary type arguments () 2024-04-29 08:47:56 +00:00
render.go Refactor context flash msg and global variables () 2025-01-25 14:36:47 +00:00
repo.go Move GetFeeds to service layer () 2024-11-29 17:53:49 +00:00