Bug fixes + new feature.
New
- Per-user low-storage alert thresholds (#156): each user now picks their own trigger under Profile → Account → Low-Storage Alerts. Two modes — percentage used or free space in GB — plus a Disabled option. Notifications and emails are scoped per-user; everyone gets the alert tuned to their own preference rather than sharing one server-wide number. Existing values backfill from the old server-wide threshold on upgrade so nobody's alert behavior changes unexpectedly.
Fixes
- Windows restore to original location (#167): Borg archives from Windows clients store paths with the drive letter as the first segment (
C/Users/...). The catalog indexer prepends a leading slash for display (/C/Users/...), so paths reaching the restore endpoint look like/C/Users/.... The drive-letter detection only matched the no-slash form, fell through, and the agent extracted files relative to its working directory (C:\ProgramData\bbs-agent\) instead of the original drive. Regex now accepts an optional leading slash and routes correctly back to the drive root. - Dashboard Server Health label column (#166): partition names like
/var/bbswere clipped by a 64px label column. Widened to 110px so names fit and the bars align further right.