This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers
Kyle Evans 5131206aad
repo: milestone: make /milestone/:id endpoint accessible (#11264) (#11282)
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 #10312 
Fixes #11233

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-05-04 04:12:36 +03:00
..
admin Admin page for managing user e-mail activation (#10557) (#10579) 2020-03-02 17:09:37 -03:00
api/v1 Fix bug on branch API (#10767) (#10775) 2020-03-20 23:31:01 +02:00
dev
org
private Prevent clones and pushes to disabled wiki (#11131) (#11134) 2020-04-19 16:40:40 +01:00
repo Prevent clones and pushes to disabled wiki (#11131) (#11134) 2020-04-19 16:40:40 +01:00
routes repo: milestone: make /milestone/:id endpoint accessible (#11264) (#11282) 2020-05-04 04:12:36 +03:00
user Fix milestones too many SQL variables bug (#10880) (#10904) 2020-03-31 08:40:37 -05:00
utils Handle push rejection message in Merge & Web Editor (#10373) (#10497) 2020-02-27 15:37:11 +02:00
home.go
init.go
install.go
metrics.go
swagger_json.go