codeberg-forgejo/services/cron
Gusted 70cf3e76b8
[PRIVACY] Add a DNS method to fetch new updates
- Use TXT records in order to determine the latest available version.
- This addresses a valid privacy issue, as with HTTP requests the server
can keep track(estimated) of how many instances are using Forgejo, with
DNS that's basically not possible as the server will never receive any
data, as the only ones receiving data are DNS resolvers.

(cherry picked from commit e68aaa0c16362b0f2ea53b791e841f7b8dcbe959)
2023-02-20 16:38:08 +01:00
..
cron.go Make better use of i18n (#20096) 2022-06-26 22:19:22 +08:00
setting.go Make better use of i18n (#20096) 2022-06-26 22:19:22 +08:00
tasks.go Add system setting table with cache and also add cache supports for user setting (#18058) 2022-10-17 07:29:26 +08:00
tasks_basic.go Refactor git command arguments and make all arguments to be safe to be used (#21535) 2022-10-23 22:44:45 +08:00
tasks_extended.go [PRIVACY] Add a DNS method to fetch new updates 2023-02-20 16:38:08 +01:00