gitea/routers/web
Job 30b13942f0
Give organisation members access to organisation feeds (#33508)
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
..
admin Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
auth Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
devtest Always show the "rerun" button for action jobs (#33692) 2025-02-24 08:40:46 +00:00
events
explore Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00
feed Give organisation members access to organisation feeds (#33508) 2025-03-15 17:49:06 +00:00
healthcheck
misc Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
org Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
repo Add file tree to file view page (#32721) 2025-03-15 16:26:49 +08:00
shared Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
user Add file tree to file view page (#32721) 2025-03-15 16:26:49 +08:00
base.go Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
githttp.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
goget.go Make git clone URL could use current signed-in user (#33091) 2025-01-07 13:17:44 +08:00
home.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Add file tree to file view page (#32721) 2025-03-15 16:26:49 +08:00
webfinger.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00