Skip to content

0.15.1

Compare
Choose a tag to compare
@gboudreau gboudreau released this 30 Nov 15:29
· 95 commits to master since this release
e248903
  • Improvement: Added note about mounting shares locally, at the end of the initial setup wizard
  • Improvement: use greyhole --config instead of grep-ing the greyhole.conf file manually, in init scripts
  • Added note about 30-days trial period for the Admin web UI to the LICENSE file
  • Bugfix: don't show unfinished (written, but not closed) task, in Greyhole Admin | Status
  • New: show Queue stats in Greyhole Admin | Status (equivalent of greyhole --view-queue)
  • New: start fsck from new Greyhole Admin | Actions page
  • New: button to cancel an ongoing fsck in Greyhole Admin | Status
  • New: Last fsck Report tab in Greyhole Admin | Status (which uses tabs now to display the various sections)
  • Change dark mode theme in Greyhole Admin
  • New: Greyhole Admin | Status | Past Tasks: browse past (already processes) tasks, with pagination & search
  • New: Start (and stop) balance from Greyhole Admin | Actions
  • New: Emptying Trash from Greyhole Admin | Actions
  • Code refactoring for tabs in Greyhole Admin
  • New: Pause/Resume in Greyhole Admin | Actions; also show Paused status in Status page, and --status output
  • New: toggle to follow (tail) log in Greyhole Admin | Status; will refresh the "Recent log entries" every 10 secs
  • Removed space before ,
  • gh-disk-usage.log is not used anymore
  • Bugfix: fsck for all shares: email report was listing all the shares multiple times
  • WebUI: Better detect what is the currently ongoing task
  • Added to WebUI: remove a drive from the storage pool
  • WeUI: load all data using AJAX, and reload when changing tabs, to ensure all presented data is up to date (in Status and Storage pool tabs - others are static config/actions)
  • WebUI: use Tab objects to define and print tabs (nav & content); refactored tabs IDs everywhere
  • Samba VFS module for Samba 4.13 Fixes #247
  • WebUI: New Trash Manager page Fixes #245