1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/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_comment.go
issue_label.go
issue_tracked_time.go
issue.go
key.go Writable deploy keys (closes #671) (#3225) 2018-01-07 00:55:53 +02:00
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