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

[BACKPORT] repo: milestone: make /milestone/:id endpoint accessible (#11264) #11282

Merged
merged 2 commits into from
May 4, 2020

Commits on May 3, 2020

  1. repo: milestone: make /milestone/:id endpoint accessible (go-gitea#11264

    )
    
    Previously, this required authentication, but there's not actually
    any privileged information on this page.  Move the endpoint out of
    the group that requires sign-in.  It still requires the ability to
    read issues and pull requests, so private repositories (for instance)
    will not be exposed.
    
    Fixes go-gitea#10312 
    Fixes go-gitea#11233
    kevans91 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    1cc029c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

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