- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
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
- u2c (commandline uploader):
- partyfuse (fuse client; mount a copyparty server as a local filesystem):
- reduce ram usage down to 10% when running without
-e2d
88a1c5c- does not affect servers with
-e2d
enabled (was already optimal)
- does not affect servers with
- share folders as qr-codes e454206
- when creating a share, you get a qr-code for quick access
- buttons in the shares controlpanel to reshow it, optionally with the password embedded into the qr-code
- #98 read embedded webdeps and templates with
pkg_resources
; thx @shizmob! a462a64 d866841- copyparty.pyz now runs straight from the source file without unpacking anything to disk
- ...and is now much slower at returning resource GETs, but that is fine
- copyparty.pyz now runs straight from the source file without unpacking anything to disk
- og / opengraph / discord embeds: support filekeys ae98200
- add option for natural sorting; thx @oshiteku! 9804f25
- eyecandy timer bar on toasts 0dfe1d5
- smb-server: impacket 0.12 is out! dc4d0d8
- now possible to list folders with more than 400 files (it's REALLY slow)
🩹 bugfixes
- webdav:
- #101 show
.prologue.html
and.epilogue.html
in directory listings even if user cannot see hidden files 21be82e - #100 confusing toast when pressing F2 without selecting anything 2715ee6
- fix prometheus metrics 678675a
🔧 other changes
- #100 allow uploading
.prologue.html
and.epilogue.html
19a5985 - #102 make translation easier when running in docker