-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make offline mode as default to no connect external avatar service by default #28548
Conversation
* giteaofficial/main: Add more ways to try (go-gitea#28581) Convert to url auth to header auth in tests (go-gitea#28484) Fix 500 error of searching commits (go-gitea#28576) improve possible performance bottleneck (go-gitea#28547) Use information from previous blame parts (go-gitea#28572) Make offline mode as default to no connect external avatar service by default (go-gitea#28548) Fix merging artifact chunks error when minio storage basepath is set (go-gitea#28555) feat: bump `dessant/lock-threads` and `actions/setup-go` to use nodejs20 runtime (go-gitea#28565) Update actions document about comparsion as Github Actions (go-gitea#28560) Fix inperformant query on retrifing review from database. (go-gitea#28552) Fix the issue ref rendering for wiki (go-gitea#28556) Add missing head of lfs client batch (go-gitea#28550) [skip ci] Updated translations via Crowdin Remove deadcode under models/issues (go-gitea#28536) Always enable caches (go-gitea#28527) Improve ObjectFormat interface (go-gitea#28496)
… default (go-gitea#28548) To keep user's privacy, make offline mode as true by default. Users can still change it from installation ui and app.ini
… default (go-gitea#28548) To keep user's privacy, make offline mode as true by default. Users can still change it from installation ui and app.ini
@lunny I have trouble understanding the impact on users. |
Some people worry that their computer/server's IP address will be collected by the Gravatar service which can be matched with the emails. Anyway, I personally don't think it's a big matter. And this PR will only make the offline mode default. People could still change offline mode to false if they would like. This PR should only affect those newly installed Gitea instances because once installed, the offline mode and the default value will be written to the app.ini. |
So in other words, this is basically not breaking but should only affect new instances in 99.95% of cases? |
To keep user's privacy, make offline mode as true by default.
Users can still change it from installation ui and app.ini
The setting
[server].OFFLINE_MODE
is nowtrue
by default.