Add capability to edit files permissions #1337
Unanswered
mordilloSan
asked this question in
Q&A
Replies: 1 comment
-
|
Ok yeah, sounds like a feature request right? You want the ability to view and edit each individual file and folder permissions from the UI? Definitely possible, would probably need a bit of testing to ensure it works on windows, linux, mac correctly. But I would encourage opening an issue for tracking if this is just a feature request . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
with the last update (v0.8.8-beta) new configuration options were added.
filesystem:
createFilePermission: "644" # Unix permissions like 644, 755, 2755 (default: 644) validate:required,file_permission
createDirectoryPermission: "755" # Unix permissions like 755, 2755, 1777 (default: 755) validate:required,file_permission
This closed #813.
As I understand it, we don't have the option to edit the permissions. These settings "only" define the defaults for new files and directories.
What I think was requested was to have option in the UI to set these permissions
perhaps an example is best to demonstrate it.
would you be open to include something of this kind?
I can volunteer to help if that makes sense...
Beta Was this translation helpful? Give feedback.
All reactions