Skip to content

Move DAV plugins to IBootstrap and make them independent of Sabre #30007

@ChristophWurst

Description

@ChristophWurst

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.

Sabre plugins are registered through info.xml, therefore hard to discover, untyped and on top of that you have to use server's 3rdparty libs to implement one of the plugins.

https://github.com/search?l=XML&q=org%3Anextcloud+%22%3Csabre%3E%22&type=Code for all current usages.

Describe the solution you'd like

A proper OCP API that allows apps to register plugins in the IBootstrap::register method and doesn't require knowledge of any of the underlying tech stack, allowing easier Sabre upgrades.

Describe alternatives you've considered

N/a

Additional context

N/a

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    🧭 Planning evaluation

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions