owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.42k stars 183 forks source link

Ensure Robust Filenames #8650

Open tbsbdr opened 8 months ago

tbsbdr commented 8 months ago

Description

User Stories

Value

Acceptance Criteria

Definition of ready

Definition of done

2403905 commented 3 months ago

Max Math lengths: provide a config option to define the maximum path length for resources, default is: 260 chars

It is incorrect to measure in characters (for ext2, ext3, ext4, zfs). We should measure in bytes because we allow the UTF-8 in a file name.