Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly decode id from URI #4528

Closed
wants to merge 2 commits into from
Closed

Properly decode id from URI #4528

wants to merge 2 commits into from

Commits on Jun 25, 2017

  1. Add Webdav specific models and collections

    (cherry picked from commit f17e39142a72fcfb786a495c0cb9b021cd7b9281)
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    Vincent Petry authored and danxuliu committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    ee322ba View commit details
    Browse the repository at this point in the history
  2. Properly decode id from URI

    When parsing an href to get the id of a WebdavNode, make sure to also
    decode it.
    
    (cherry picked from commit d2e45321e8f7586f3086d7e521aeb887aa2d06b6)
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    Vincent Petry authored and danxuliu committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    57ef303 View commit details
    Browse the repository at this point in the history