v1.16.14

9001/copypartyv1.16.14Feb 19, 2025by 9001

AI Summary

Adds functionality to overwrite existing files by uploading over them and updates GDPR compliance notes.

Key Highlights

  • New overwrite-by-upload feature (default-disabled).
  • Updates for GDPR compliance documentation.

New Features

  • Overwrite existing files by upload
  • GDPR compliance notes

Full Release Notes

<img src="https://github.com/9001/copyparty/raw/hovudstraum/docs/logo.svg" width="250" align="right"/>

* read-only demo server at https://a.ocv.me/pub/demo/
* [docker image](https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker) ╱ [similar software](https://github.com/9001/copyparty/blob/hovudstraum/docs/versus.md) ╱ [client testbed](https://cd.ocv.me/b/)

there is a [discord server](https://discord.gg/25J8CdTT6G) with an `@everyone` in case of future important updates, such as [vulnerabilities](https://github.com/9001/copyparty/security) (most recently 2023-07-23)

## recent important news

* [v1.15.0 (2024-09-08)](https://github.com/9001/copyparty/releases/tag/v1.15.0) changed upload deduplication to be default-disabled
* [v1.14.3 (2024-08-30)](https://github.com/9001/copyparty/releases/tag/v1.14.3) 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

* #139 overwrite existing files by uploading over them e9f78ea7
  * default-disabled; a new togglebutton in the upload-UI configures it
  * can optionally compare last-modified-time and only overwrite older files
* [GDPR compliance](https://github.com/9001/copyparty#GDPR-compliance) (maybe/probably) 4be0d426

## 🩹 bugfixes

* some cosmetic volflag stuff, all harmless b190e676
  * disabling a volflag `foo` with `-foo` shows a warning that `-foo` was not a recognized volflag, but it still does the right thing
  * some volflags give the *"unrecognized volflag, will ignore"* warning, but not to worry, they still work just fine:
    * `xz` to allow serverside xz-compression of uploaded files 
* the option to customize the loader-spinner would glitch out during the initial page load 7d7d5d6c

## 🔧 other changes

* [randpic.py](https://github.com/9001/copyparty/blob/hovudstraum/bin/handlers/randpic.py), new 404-handler example, returns a random pic from a folder 60d5f271
* readme: [howto permanent cloudflare tunnel](https://github.com/9001/copyparty#permanent-cloudflare-tunnel) for easy hosting from home 2beb2acc
* [synology-dsm](https://github.com/9001/copyparty/blob/hovudstraum/docs/synology-dsm.md): mention how to update the docker image 56ce5919
* spinner improvements 6858cb06

----

## ⚠️ not the [latest version](https://github.com/9001/copyparty/releases/latest/)!