]> source.dussan.org Git - gitea.git/commit
Fix repo API bug (#2133)
authorEthan Koenig <etk39@cornell.edu>
Wed, 12 Jul 2017 01:23:41 +0000 (21:23 -0400)
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>
Wed, 12 Jul 2017 01:23:41 +0000 (03:23 +0200)
commit93a1de48428c2f89502cf6bba80f3976c6f5839f
tree8d08276df62513a32f0c0573b3e388bb823454ef
parentda89afda58e18700ee49f955de3f33fdc591c239
Fix repo API bug (#2133)

Don't require token when not necessary
integrations/api_fork_test.go [new file with mode: 0644]
integrations/api_keys_test.go [new file with mode: 0644]
integrations/api_repo_test.go
routers/api/v1/api.go
routers/api/v1/repo/fork.go
routers/api/v1/repo/release.go
routers/api/v1/repo/repo.go
routers/api/v1/repo/status.go
routers/api/v1/utils/utils.go [new file with mode: 0644]