You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scan History: The settings menu now displays cached statistics from the last file analysis, including the total number of files found, total size, and the time elapsed since the scan.
Improved
CLI Info Section: Cleaned up the CLI information area by consolidating installation instructions into a hover menu and refreshing the command block styling.
Security: Hardened API authentication by implementing hash_equals for constant-time token comparison, protecting against timing attacks.
Concurrency: Changed the naming convention for temporary synchronization zip files to use unique IDs (uniqid) instead of timestamps (time()). This prevents filename collisions when multiple file chunks are requested simultaneously.