mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-22 21:05:48 +00: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"