drop the umask
- 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 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
- #181 the default chmod (unix-permissions) of new files and folders can now be changed 9921c43
--chmod-d
or volflagchmod_d
sets directory permissions; default is 755--chmod-f
or volflagchmod_f
sets file permissions; default is usually 644 (OS-defined)- see
--help-chmod
which explains the numbers
🩹 bugfixes
- #179 couldn't combine
--shr
(shares) and--xvol
(symlink-guard) 0f0f8d9 - #180 gallery buttons could still be clicked when faded-out 8c32b0e
- rss-feeds were slightly busted when combined with rp-loc (location-based proxying) 56d3bcf
- music-playback within search-results no longer jumps into the next folder at end-of-list 9bc4c5d
- video-playback on iOS now behaves like on all other platforms 78605d9
- (it would force-switch into fullscreen because that's their default)