forgejo/routers/api/v1/repo
Morgan Bazalgette 65861900cd Handle refactor (#3339)
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound

* Change Handle(403) to NotFound, avoid using macaron's NotFound
2018-01-10 23:34:17 +02:00
..
branch.go
collaborators.go
file.go
fork.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
hook.go
issue.go
issue_comment.go
issue_label.go
issue_tracked_time.go
key.go
label.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
milestone.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
pull.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
release.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
repo.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
star.go
status.go
subscriber.go