Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Add support for Nextcloud #19

Closed
antitoine opened this issue May 6, 2020 · 2 comments · Fixed by #24
Closed

Add support for Nextcloud #19

antitoine opened this issue May 6, 2020 · 2 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request module New module suggestion

Comments

@antitoine
Copy link
Collaborator

It would be quite possible to add a Nextcloud module using the WebDav API: https://docs.nextcloud.com/server/stable/developer_manual/client_apis/WebDAV/search.html

@antitoine antitoine added the enhancement New feature or request label May 6, 2020
@antitoine antitoine self-assigned this May 6, 2020
@hverlin hverlin added the module New module suggestion label May 6, 2020
@antitoine antitoine changed the title Nextcloud Module Add support for Nextcloud May 7, 2020
@antitoine
Copy link
Collaborator Author

antitoine commented May 8, 2020

Webdav doesn't support offset, and a pull request (nextcloud/server#10880) is pending for this subject for a while. We could instead use Nextcloud's internal search API, but it's not necessarily that simple because each request is controlled with a token (CSRF).

@antitoine
Copy link
Collaborator Author

The best solution is to provide a new Nextcloud App that expose the native search API for Quest: https://github.com/antitoine/Quest-nextcloud

@antitoine antitoine linked a pull request May 9, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request module New module suggestion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants