gitea/models/perm
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
..
access Add anonymous access support for private/unlisted repositories (#34051) 2025-03-29 13:26:41 +08:00
access_mode.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
access_mode_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00