1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 05:57:20 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
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