aprs.me/config
Graham McInitre 243a98df77 fix: security hardening and query performance improvements
- Session cookie: add encryption_salt and secure flag to endpoint
- CSP: remove unsafe-eval from script-src directive
- /metrics: wrap PromEx endpoint behind rate-limited pipeline
- LiveView signing_salt: move to env var in production config
- LiveView performance: defer heavy aggregation queries past initial mount
- SQL: replace correlated subquery with DISTINCT ON in get_heard_by_stations
2026-07-21 10:13:30 -05:00
..
config.exs fix: security hardening and query performance improvements 2026-07-21 10:13:30 -05:00
dev.exs fix: resolve 19 bugs across Elixir, JS/TS, and config 2026-06-21 11:47:07 -05:00
prod.exs Convert JS hooks to TypeScript and update esbuild to 0.25.4 2026-02-20 12:27:00 -06:00
runtime.exs fix: security hardening and query performance improvements 2026-07-21 10:13:30 -05:00
test.exs deps: ecto_sql 3.13→3.14, prom_ex 1.11→1.12, decimal 2.4→3.1, ecto 3.13→3.14; bump test pool for sandbox 2026-07-08 10:46:05 -05:00