mirror of
https://github.com/9001/copyparty.git
synced 2026-04-24 03:00:04 -04:00
add rw_edit (closes #1276);
previously, only .md files were editable with permissions read+write; all other file-extensions required the delete-permission in addition rw_edit is the list of file-extensions to allow read+write editing of
This commit is contained in:
@@ -212,6 +212,7 @@ class Cfg(Namespace):
|
||||
rm_retry="0/0",
|
||||
rotf_tz="UTC",
|
||||
rss_sort="m",
|
||||
rw_edit="md",
|
||||
s_rd_sz=256 * 1024,
|
||||
s_wr_sz=256 * 1024,
|
||||
shr_who="auth",
|
||||
|
||||
Reference in New Issue
Block a user