Skip to content

Lock Files & Folder

Muah edited this page Dec 12, 2017 · 21 revisions

 

SqLite Must Be Installed.

 


A new option for locking file/folder was added which basically disable move/rename/delete for that item, if the item was a folder you won't be able to move items into it as well BUT you still can move to its nested folders.


Notes

  • each time you lock/unlock an item, an ajax request is made to the server to update the locked items list "if you have better option am all ears 👂".

  • locking a folder doesnt lock its content, which means you can still do any operation on any of its childs. however if you want to lock all of its content as well, then

    • navigate into the folder
    • select all of its files
    • lock all of them.
  • if you have an unlocked folder with locked content, removing that folder will also remove all of its content, ex.

    |_one 'not locked'
      |_two 'locked'
      |_a.png 'locked'
      |_etc.. 'locked'
    

    so removing the parent folder "one" will remove all of its descendants as well.