]> source.dussan.org Git - nextcloud-server.git/commit
Remove locks plugin.
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 23 Feb 2015 12:49:23 +0000 (13:49 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Feb 2015 09:30:47 +0000 (10:30 +0100)
commitb3de86d851e04c73c67c1ca6522455130c8f6c53
tree089ab84395263d959d0278af7371b0ac6d02807c
parent432d7be8cc66da0de1e174522333e5b5dd004c91
Remove locks plugin.
Reasoning:
- a WebDAV server is not required to implement locking support
- WebDAV Locking is know to break the sync algorithm
- the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
apps/files/appinfo/remote.php
apps/files_sharing/publicwebdav.php
lib/private/connector/sabre/locks.php [deleted file]