county-sprints/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Claude 84f5f24b6a dedupe HTML escaping into a shared html module
web_escape (main.rs) and escape_html (auth.rs, web.rs) were three
byte-identical copies of the same & < > " ' replacement chain. Moved
into src/html.rs as html::escape and used from all three call sites.
2026-08-13 04:12:13 +02:00
..
auth.rs dedupe HTML escaping into a shared html module 2026-08-13 04:12:13 +02:00
config.rs remove remaining dead code left over from /dev endpoints 2026-08-13 04:12:13 +02:00
db.rs sessions: expire after 1 day 2026-08-13 04:12:13 +02:00
geo.rs perf: batch county-crossing detection into one query per activity 2026-08-13 04:12:13 +02:00
html.rs dedupe HTML escaping into a shared html module 2026-08-13 04:12:13 +02:00
intervals.rs add map and clicks 2026-08-12 17:57:25 +02:00
leaderboard.rs add map and clicks 2026-08-12 17:57:25 +02:00
main.rs dedupe HTML escaping into a shared html module 2026-08-13 04:12:13 +02:00
model.rs add map and clicks 2026-08-12 17:57:25 +02:00
web.rs dedupe HTML escaping into a shared html module 2026-08-13 04:12:13 +02:00
webhook.rs webhook: compare secret in constant time 2026-08-13 04:12:13 +02:00