Stefan Angermüller
Results
2
issues of
Stefan Angermüller
Windows sometimes does the following if you copy a file into a webdav directory: - LOCK filename.txt -> 204 No content - PUT filename.txt with 0 bytes using the lock-token...
This should fix #151. Added a method called removeLockFromRoot to remove a lock from a certain root uri. Added two event listeners ('afterDelete' and 'afterMove') to call this method. locks.js...