0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-17 01:13:39 +01:00

4 Commits

Author SHA1 Message Date
Lunny Xiao
7b4c3e2a87
Fix bug 2025-03-28 20:46:41 -07:00
Lunny Xiao
097c649387 Merge branch 'main' into lunny/issue_dev 2025-03-28 20:19:36 -07:00
wxiaoguang
0d2607a303
Add anonymous access support for private repositories (backend) (#33257)
Follow #33127

This PR add backend logic and test for "anonymous access", it shares the
same logic as "everyone access", so not too much change.

By the way, split `SettingsPost` into small functions to make it easier
to make frontend-related changes in the future.

Next PR will add frontend support for "anonymous access"
2025-03-28 22:42:29 +08:00
Lunny Xiao
260eee22f6 Merge branch 'main' into lunny/issue_dev 2025-03-27 17:32:20 -07:00