Skip to content

android boost

Latest
Compare
Choose a tag to compare
@9001 9001 released this 11 Jan 16:50
· 1 commit to hovudstraum since this release

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

recent important news

  • 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

  • 10x faster file hashing in android-chrome ec50788
    • on a recent pixel, speed went from 13 to 139 MiB/s
    • android's sandboxing makes small reads expensive, so do bigger reads instead
      • so the browser-tab will use more RAM on android now, maybe around 200 MiB
      • this only affects chrome-based browsers on android, not firefox
  • PUT/multipart uploads: request-header Accept: json makes it return json instead of html, just like ?j ce0e5be
  • add config examples for ishare, a MacOS screenshot utility inspired by ShareX 0c0d6b2
    • also includes a bug-workaround for ishare#107 - copyparty will now include a toplevel json property fileurl in the response if exactly one file was uploaded
    • the connect-page generates an appropriate copyparty.iscu for ishare; it looks like this

🩹 bugfixes

  • fix a potential upload deadlock when...
    • ...the database (-e2d) is not enabled for any volume, and...
    • ...either the shares feature, or user-changeable passwords, is enabled 9e542cf
  • when loading the partial-uploads registry on startup, a cosmetic desync could occur 467acb4

🔧 other changes


💾 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
  • 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