mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-07 23:24:55 +02:00
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"