nextcloud / nextcloud/cdav-library
General-purpose WebDAV library
Open
@georgehrke is already working on this.
Since May 23, 2019.
1. to develop
enhancement
- Dominant language
- JavaScript
- Stars
- 72
- Forks
- 16
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 9
Description
We should turn this library into a general-purpose webdav library.
A plugin system should allow for extensibility.
CalDAV and CardDAV should be moved out of the core lib and into their own plugins.
(Their API should remain the same though)
Additional plugins that are needed for the Files App:
- Files
- FileComments
- FileVersioning
- (Trashbin?)
- SystemTags
It should be enough if the core lib provides:
- Parser
- Request
- DavObject
- DavCollection
- XMLBuilder
(The entire principal stuff should be part of the CalDAV / CardDAV plugin)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.