Skip to content

asial/files_lock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the Files Lock app

Files Lock allows your users to temporary lock a file to avoid other users' edits.
By default, files locked using this app will be unlocked after 30 minutes.

Settings

Administrators can change the time of the maximum lock time (30) using the command:

./occ config:app:set --value '30' files_lock lock_timeout

More commands

Administrators can also lock files using the ./occ command:

./occ files:lock <fileId> [<lockOwner>] [--status] [--unlock]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 70.1%
  • JavaScript 27.4%
  • Makefile 2.2%
  • CSS 0.3%