-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webdav LOCK operations #1284
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
I added the Technical Debt label to stop the stale bot from closing this. IMO this is still a valid issue. |
Exclusive Locks Featureusing
|
FoldersUsing any of the WebDAV versions (
|
Public LinkUsing any of the WebDAV versions (
|
Requests with tokenUsing any of the WebDAV versions (
|
Unlock operations501 Not implemented with any of the DAV version Response with old webdav versionUNLOCK /remote.php/webdav/PARENT HTTP/1.1 Host: localhost:9200 User-Agent: GuzzleHttp/7 Authorization: Basic QWxpY2U6MTIzNDU2 Lock-Token: opaquelocktoken:00000000-0000-0000-0000-000000000000 X-Request-ID: apiWebdavLocksUnlock/unlock.feature:22-15 Response with new webdav versionUNLOCK /remote.php/dav/files/Alice/PARENT HTTP/1.1 Host: localhost:9200 User-Agent: GuzzleHttp/7 Authorization: Basic QWxpY2U6MTIzNDU2 Lock-Token: opaquelocktoken:00000000-0000-0000-0000-000000000000 X-Request-ID: apiWebdavLocksUnlock/unlock.feature:23-15 Response with spaces webdav versionUNLOCK /dav/spaces/d3bb15fd-f689-435d-84e1-4d16d4d1cdda/PARENT HTTP/1.1 Host: localhost:9200 User-Agent: GuzzleHttp/7 Authorization: Basic QWxpY2U6MTIzNDU2 Lock-Token: opaquelocktoken:00000000-0000-0000-0000-000000000000 X-Request-ID: apiWebdavLocksUnlock/unlock.feature:30-15 |
Ocis and oc10 only support locking on single files. We have no plans to do more in the future. I hope that clarifies it. |
@micbar @phil-davis @ScharfViktor i referenced to
And seems locking a folder is possible in @micbar i will be creating an issue to put a tag |
@SagarGi Thanks! |
Please open again if the ticket is still relevant |
Running on ocis dd985d9
The text was updated successfully, but these errors were encountered: