You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. According to the #111 it's planned to remove $actions_list completely due to security reasons. There will only two modes at the server-side: "read" and "write". If you have write permission you will be able to create folders, otherwise not.
If you removed all capabilities, you can still create folder.
It is a permit that is not contemplated.
If all capabilities are considered. All permissions should be set:
if(!$this->hasPermission('addfolder')) { $this->error(sprintf($this->lang('NOT_ALLOWED'))); }
protected $actions_list = ["select", "upload", "download", "rename", "copy", "move", "replace", "delete", "edit", "addfolder"];
Thanks
The text was updated successfully, but these errors were encountered: