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

Make CertFile and KeyFile relative to CustomPath #9868

Merged
merged 3 commits into from
Jan 19, 2020

Commits on Jan 19, 2020

  1. Make CertFile and KeyFile relative to CustomPath

    The current code will absolute CertFile and KeyFile against the current working directory. This is quite unexpected for users. This code makes relative paths absolute against the CustomPath.
    
    Fix go-gitea#4196
    zeripath committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    86278d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7aa264 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
    zeripath and guillep2k committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    69fd25d View commit details
    Browse the repository at this point in the history