github 9001/copyparty v1.8.4
range-select v2

latest releases: v1.15.3, v1.15.2, v1.15.1...
14 months ago

IMPORTANT: v1.8.2 (previous release) fixed CVE-2023-37474 ; please see the 1.8.2 release notes (all serverlogs reviewed so far showed no signs of exploitation)

new features

  • #47 file selection by shift-clicking
    • in list-view: click a table row to select it, then shift-click another to select all files in-between
    • in grid-view: either enable the multiselect button (mainly for phones/tablets), or the new sel button in the [⚙️] settings tab (better for mouse+keyboard), then shift-click two files
  • volflag fat32 avoids a bug in android's sdcardfs causing excessive reindexing on startup if any files were modified on the sdcard since last reboot

bugfixes

  • minor corrections to the new features from #45
    • uploader IPs are now visible for admin accounts in d2t volumes as well

other changes

  • the admin-panel is only accessible for accounts which have the a (admin) permission-level in one or more volumes; so instead of giving your user rwmd access, you'll want rwmda instead:
    python3 copyparty-sfx.py -a joe:hunter2 -v /mnt/nas/pub:pub:rwmda,joe
    or in a settings file,
    [/pub]
      /mnt/nas/pub
      accs:
        rwmda: joe
    • until now, rw was enough, however most readwrite users don't need access to those features
    • grabbing a stacktrace with ?stack is permitted for both rw and a

⚠️ not the latest version!

Don't miss a new copyparty release

NewReleases is sending notifications on new releases.