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

Fix double slashes #1414

Merged
merged 6 commits into from
Sep 12, 2019
Merged

Fix double slashes #1414

merged 6 commits into from
Sep 12, 2019

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    b28ae98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb45d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    0557d53 View commit details
    Browse the repository at this point in the history
  2. Fix double slashes in WebDAV URLs (account setup wizard)

    Sanitize URL paths to elaminate double-slashes in the URL path string,
    used for the first connection by the account setup wizard.
    
    Example: https://cloud.example.com/remote.php/webdav//
    
    Signed-off-by: Michael Schuster <michael@schuster.ms>
    misch7 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    67107a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. fix comment typo

    Signed-off-by: Michael Schuster <michael@schuster.ms>
    misch7 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    905c153 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    f3d774e View commit details
    Browse the repository at this point in the history