Skip to content
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

Support versioning in NextCloud & ownCloud #10560

Closed
cyberduck opened this issue Dec 17, 2018 · 4 comments · Fixed by #13797
Closed

Support versioning in NextCloud & ownCloud #10560

cyberduck opened this issue Dec 17, 2018 · 4 comments · Fixed by #13797
Labels
feature nextcloud owncloud webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

@dkocher created the issue

https://docs.nextcloud.com/server/14/developer_manual/client_apis/WebDAV/versions.html

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Nextcloud makes the versions of files available via the webdav endpoint.

Listing the versions of a file
To obtain all the version of a file a normal PROPFIND has to be send to https://cloud.example.com/remote.php/dav/versions/USER/versions/FILEID. This will list the versions for this file.

The name is the timestamp of the version.

Restoring a version
To restore a version all that needs to be done is to move a version the special restore folder at https://cloud.example.com/remote.php/dav/versions/USER/restore

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Corresponding ownCloud documentation.

@dkocher
Copy link
Contributor

dkocher commented Jun 14, 2022

As for other protocols in #13342.

dkocher added a commit that referenced this issue Oct 14, 2022
dkocher added a commit that referenced this issue Oct 17, 2022
dkocher added a commit that referenced this issue Oct 17, 2022
dkocher added a commit that referenced this issue Oct 17, 2022
dkocher added a commit that referenced this issue Oct 18, 2022
@dkocher
Copy link
Contributor

dkocher commented Oct 18, 2022

Documentation for ownCloud

@dkocher dkocher linked a pull request Oct 18, 2022 that will close this issue
@dkocher dkocher changed the title Support versioning in NextCloud Support versioning in NextCloud & ownCloud Oct 18, 2022
dkocher added a commit that referenced this issue Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature nextcloud owncloud webdav WebDAV Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants