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

Allow Token/Basic auth on raw paths #15987

Merged

Commits on May 26, 2021

  1. Allow Token/Basic auth on raw paths

    It appears that people have been using token authentication to navigate to raw paths
    and recent changes have broken this. Whilst ideally these paths would not be being used
    like this - it was not the intention to be a breaking change.
    
    This PR restores access to these paths.
    
    Fix go-gitea#13772
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2d4c10b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    dbefac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58958fc View commit details
    Browse the repository at this point in the history