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

Ensure isSSH is set whenever DISABLE_HTTP_GIT is set #19028

Merged
merged 6 commits into from
Mar 9, 2022

Commits on Mar 7, 2022

  1. Ensure isSSH is set whenever DISABLE_HTTP_GIT is set

    In clone_buttons.tmpl the defer block sets the javascript isSSH variable.
    When DISABLE_HTTP_GIT is set we should always set this to true.
    
    Fix go-gitea#10920
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    99dafa8 View commit details
    Browse the repository at this point in the history
  2. placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    51ba392 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. refactor

    wxiaoguang committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e27c46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cd1b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee2e4e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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