mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

Warning if open (feature request) #57

Open josroj9 opened 8 years ago

josroj9 commented 8 years ago

Just a thought, I believe it would be pretty cool if Davros would not let me open a file if it is already open on another device or computer such as an excel file. OwnCloud notifies me when a conflict file is made if I am working on one computer and forget to save and start working on the same file on a different computer. If it were to let me know that I can't open the file because it is already open that would be awesome. This might be an OwnCloud thing so sorry in advance!

New guy here hope I can find ways to support and help out as much as I can, really love what you guys have done!

Feel free to close if this does not belong here.

Thanks!

mnutt commented 8 years ago

I looked around and it appears as if it's a client-side feature? If so, it should work as is. If not and it's a feature of the owncloud server, if it's not too far outside of the webdav spec we could look at implementing it.