New: Displaying folder-based permissions in UI rather than file-based permissions and with selectable sane presets

Fixed: Preserve setgid when applying unix permissions
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Taloth Saldono
2020-10-06 01:00:47 +02:00
committed by nitsua
parent 5545ae94ac
commit 5c4dfc5e7b
21 changed files with 462 additions and 122 deletions
+3 -1
View File
@@ -20,6 +20,7 @@ export const DYNAMIC_SELECT = 'dynamicSelect';
export const TAG = 'tag';
export const TEXT = 'text';
export const TEXT_TAG = 'textTag';
export const UMASK = 'umask';
export const all = [
AUTO_COMPLETE,
@@ -43,5 +44,6 @@ export const all = [
SERIES_TYPE_SELECT,
TAG,
TEXT,
TEXT_TAG
TEXT_TAG,
UMASK
];