forgejo/services/cron
Gusted 48659bb3ab
[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 0baefb546a)
(cherry picked from commit e8ee41880b)
(cherry picked from commit 7eca4f3bf1)
(cherry picked from commit 5c1567836c)
(cherry picked from commit 953afbc67f)
(cherry picked from commit fd9d97ab9f)
(cherry picked from commit 40fbd45eff)
(cherry picked from commit c5c904b04b)
2023-04-12 01:17:34 +02:00
..
cron.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
setting.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
tasks.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
tasks_actions.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
tasks_basic.go Add Cargo package registry (#21888) 2023-02-05 18:12:31 +08:00
tasks_extended.go [PRIVACY] Add a DNS method to fetch new updates 2023-04-12 01:17:34 +02:00