Skip to content

idp-vol persistence

Latest
Compare
Choose a tag to compare
@9001 9001 released this 07 Jul 14:35
· 2 commits to hovudstraum since this release

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-02-25)

recent important news

  • v1.16.15 (2025-02-25) fixed low-severity xss when uploading maliciously-named files
  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

🧪 new features

  • IdP-volumes can optionally be persisted across restarts d162502
    • there is a UI to manage the cached users/groups 4f264a0
      • only available to users listed in the new option --idp-adm
  • api for manually rescanning several volumes at once 42c199e
    • /some/path/?scan does that one volume like before
    • /any/path/?scan=/vol1,/another/vol2 rescans /vol1 and /another/vol2
  • volflag to hide volume from listing in controlpanel fd7c71d

🩹 bugfixes

  • macos: fix confusing crash when blocked by Little Snitch bf11b2a
  • unpost could break in some hairy reverseproxy setups 1b2d398
  • copyparty32.exe: fix segfault on win7 c9fafb2
  • ui: fix navpane overlapping the scrollbar (still a bit jank but eh) 7ef6fd1
  • usb-eject: support all volume names ed908b9
  • docker: ensure clean slate deb6711
  • fix up2k on ie11 d271443

🔧 other changes

  • update buildscript for keyfinder to support llvm 65c4e03
  • #175 add python-magic into the iv and dj docker flavors (thx @Morganamilo) 77274e9
  • properly killed the experimental docker flavors to avoid confusion 8306e3d
  • copyparty.exe: updated pillow 299cff3 f6be390
    • avif support was removed to save 2 MiB

🌠 fun facts


💾 what to download?

download link is it good? description
copyparty-sfx.py ✅ the best 👍 runs anywhere! only needs python
a docker image it's ok good if you prefer docker 🐋
copyparty.exe ⚠️ acceptable for win8 or later; built-in thumbnailer
u2c.exe ⚠️ acceptable CLI uploader as a win7+ exe (video)
copyparty.pyz ⚠️ acceptable similar to the regular sfx, mostly worse
copyparty32.exe ⛔️ dangerous for win7 -- never expose to the internet!
cpp-winpe64.exe ⛔️ dangerous runs on 64bit WinPE, otherwise useless
bootable usb ┐(゚∀゚)┌ a surprisingly useful joke (x86_64)
  • except for u2c.exe, all of the options above are mostly equivalent
  • the zip and tar.gz files below are just source code
  • python packages are available at PyPI