mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-18 17:45:09 +00:00
ba99674cc7
The dashboard warned that 62 files had been let through unscanned in the last day. They were 62 activity log entries for 16 files, and none of those files could be downloaded: 50 entries were for files now missing from storage, and 12 for files since deleted. The count read the log, so it counted a file once per attempt and kept counting it after it was deleted, went missing or was scanned clean. It now counts files in their current state: not scanned, let through while the scanner was down or because it could not open them, with that verdict in the last day. The settings screen already counted this way without the time limit; the rule is one File scope used by the dashboard, the settings screen and projectsend:status. The status key keeps its name and meaning, and is now accurate.