nextcloud / nextcloud/cdav-library

General-purpose WebDAV library

Open
#142 6 comments 5 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.