Skip to content
Snippets Groups Projects
  • Roeland Jago Douma's avatar
    8c0ef4c4
    Add sharePermissions webdav property · 8c0ef4c4
    Roeland Jago Douma authored
    This property can be queries by the clients so they know the max
    permissions they can use to share a file with. This will improve the UX.
    
    The oc:permissions proptery is not enough since mountpoints have
    different permissions (delete + move by default).
    
    By making it a new property the clients can just request it. On older
    servers it will just return a 404 for that property (and thus they know
    they have to fall back to their hacky work arounds). But if the property
    is returned the client can show proper info.
    
    * unit tests
    * intergration test
    8c0ef4c4
    History
    Add sharePermissions webdav property
    Roeland Jago Douma authored
    This property can be queries by the clients so they know the max
    permissions they can use to share a file with. This will improve the UX.
    
    The oc:permissions proptery is not enough since mountpoints have
    different permissions (delete + move by default).
    
    By making it a new property the clients can just request it. On older
    servers it will just return a 404 for that property (and thus they know
    they have to fall back to their hacky work arounds). But if the property
    is returned the client can show proper info.
    
    * unit tests
    * intergration test
filesplugin.php 10.86 KiB