gitea/routers/web
wxiaoguang cddd19efc8
Add anonymous access support for private/unlisted repositories (#34051)
Follow #33127

Fix #8649, fix #639

This is a complete solution. A repo unit could be set to:

* Anonymous read (non-signed-in user)
* Everyone read (signed-in user)
* Everyone write (wiki-only)
2025-03-29 13:26:41 +08:00
..
admin Move ParseBool to optional (#33979) 2025-03-24 03:53:30 +00:00
auth Improve oauth2 error handling (#33969) 2025-03-22 10:15:45 +08:00
devtest Update action status badge layout (#34018) 2025-03-28 15:12:47 +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 Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
repo Add anonymous access support for private/unlisted repositories (#34051) 2025-03-29 13:26:41 +08:00
shared Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
user Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +00:00
base.go Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
githttp.go Fix git client accessing renamed repo (#34034) 2025-03-28 07:28:58 +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 anonymous access support for private/unlisted repositories (#34051) 2025-03-29 13:26:41 +08:00
webfinger.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00