mad-lawsuit/resources/js/Pages
friday-bot 04bd71aaaa Add document access statistics to admin dashboard
Records every successful document download and surfaces the counts in the
admin area, so the docket owner can see which filings are being pulled and
how often.

- document_accesses table + DocumentAccess model
- DocumentController@download records each successful download with IP and
  user agent
- documents:import-access-log backfills history from an archived nginx log
- Dashboard gains a 60-day downloads card and a most-requested list
- New Document Access page with a date-range filter and per-day trend

Client IPs were only captured from 2026-07-30, when the reverse proxy chain
started forwarding X-Forwarded-For correctly. Rows imported from the old
nginx log therefore have no IP, and the UI labels those periods as download
counts rather than unique visitors instead of showing a misleading number.
2026-07-30 13:14:01 -06:00
..
Admin Add document access statistics to admin dashboard 2026-07-30 13:14:01 -06:00
Auth v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Profile v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Dashboard.vue v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Home.vue Fix iPad PDF scroll issue - detect iOS and open in new tab 2025-12-19 17:44:14 -07:00
Unsubscribe.vue Fix CSRF token in unsubscribe page 2025-12-18 11:41:41 -07:00
Welcome.vue v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00