towerops/test/towerops_web
Graham McIntire 8f52d87854
feat: add rate limiting to admin endpoints (100 req/min)
- Add :admin type to RateLimit plug with 100 requests per minute per IP
- Apply rate limiting to all /admin routes (LiveView and controller actions)
- Protects superuser endpoints from abuse and brute force attempts
- Aligns with existing auth (10 req/min) and API (1000 req/min) limits
2026-03-05 14:11:19 -06:00
..
channels test fix and preseem check fix 2026-02-13 09:42:39 -06:00
components add row_link to table component for proper anchor tags 2026-02-11 08:46:03 -06:00
controllers security: implement comprehensive security audit fixes 2026-03-05 13:08:10 -06:00
helpers feat: add 12/24-hour time format setting with consistent timezone display 2026-02-13 15:16:29 -06:00
integration Merge remote-tracking branch 'origin/main' into feature/preseem-integration 2026-02-13 09:11:45 -06:00
live fix: improve insight auto-resolution and query performance 2026-03-05 10:11:52 -06:00
plugs feat: add rate limiting to admin endpoints (100 req/min) 2026-03-05 14:11:19 -06:00
permissions_test.exs fix snmp v3 test 2026-02-06 10:21:54 -06:00
plug_exceptions_test.exs handle exceptions gracefully on api endpoints 2026-02-04 12:18:14 -06:00
user_auth_test.exs fix test warnings and failures 2026-02-05 15:24:41 -06:00