aprs.me/lib/aprsme_web
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
..
channels Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
components updat edeps 2026-07-17 16:42:53 -05:00
controllers Add Plausible Analytics server-side tracking and API Prometheus metrics 2026-06-04 19:37:54 -05:00
live fix: security hardening and query performance improvements 2026-07-21 10:13:30 -05:00
plugs Add user-agent to request logging metadata 2026-06-04 16:19:47 -05:00
aprs_symbol.ex fix: repair all 60 failing tests after refactor and dep updates 2026-07-01 09:41:10 -05:00
endpoint.ex fix: security hardening and query performance improvements 2026-07-21 10:13:30 -05:00
gettext.ex more languages 2025-07-06 10:08:58 -05:00
router.ex fix: security hardening and query performance improvements 2026-07-21 10:13:30 -05:00
telemetry.ex Optimize prod: scale deployment, drop expensive metric queries, fix slow callsign and nearby-stations queries 2026-05-12 17:48:58 -05:00
time_helpers.ex refactor: pattern-match in TimeHelpers.to_datetime and PageController 2026-04-23 13:58:42 -05:00
time_utils.ex improve dialyzer 2025-10-13 10:02:15 -05:00
user_auth.ex chore(dialyzer): enable stricter flags and fix 97 resulting findings 2026-04-21 10:07:01 -05:00
weather_units.ex Refactor conditionals to use multi-clause pattern matching 2026-02-10 17:15:49 -06:00