club-1/webdav-server

POSIX properties WebDAV extension

Opened this issue · 0 comments

Create a POSIX properties WebDAV plugin for Sabre/dav that would be able to display POSIX properties.

Requirements

Properties to display

  1. Uid
  2. Gid
  3. Mode
  4. ... See https://man7.org/linux/man-pages/man2/stat.2.html

Implementation

API

This will extends the props of Webdav using Sabre/dav afterGetProperty event

ToDo

  • define the list of Unix properties to add
  • create the repo and make a basic plugin
  • define the XML schema

Depends on sabre-io/dav#1344