Live status of the Active-stage cron backfill: current letter/position, processed/failed counts.
Deeper diagnostic for the cron job: lock file state, progress file, and the tail of its log file. Useful if backfill_progress.php looks stuck.
List PWC case folders. Add &stage=ACTIVE&letter=A to list Active folders under one letter.
Process exactly one case folder (full detail output). The Active backfill now runs automatically via cron_runner.php — use this only for a manual one-off re-scan.
Process several folders in one request (mostly superseded by the cron job for Active; still useful for ad-hoc re-runs).
Adds file_size_bytes/client_modified_at/unreadable_reason columns to `files`. Idempotent -- safe to revisit if unsure whether it already ran.
Original schema installer. Self-locks after first run -- revisiting just reports "already installed."
dropbox_oauth_exchange.php and dropbox_test.php are inert leftovers from initial setup
(no logic/secrets) — pending physical removal once a working cPanel delete path is found. webhook.php
is an API endpoint for Dropbox's own notifications, not something to browse directly.