summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/convert/convert.go
Commit message (Expand)AuthorAgeFilesLines
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-312/+0
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-5/+6
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-031-1/+2
* Hide some user information via API if user have no enough permission (#8655)Lunny Xiao2019-10-241-4/+4
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-8/+13
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-8/+9
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+11
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-2/+7
* Fixes #7238 - Annotated tag commit ID incorrect (#7321)Richard Mahn2019-06-291-1/+1
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+2
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-28/+70
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-0/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+1
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-0/+9
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-151-0/+16
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-5/+4
* Add API to list tags (#5850)Lunny Xiao2019-02-071-0/+16
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-101-0/+1
* Keys API changes (#4960)zeripath2018-10-311-6/+8
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-8/+15
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-7/+7
* Add fingerprint to ssh key endpoints. (#3009)Vlad Temian2017-11-281-5/+6
* fix gpg API panic when no verification (#1451)Lunny Xiao2017-04-061-2/+7
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+7
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+45
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-1/+9
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* Replace convert.To with APIFormat callsUnknwon2016-08-141-101/+2
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-15/+10
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-3/+19
* Additional API support for labels (#3290)lstahlman2016-08-031-0/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Add timestamps to repository api response (#3255)lstahlman2016-07-121-0/+2
* Extend the API to include more repository properties (#3249)lstahlman2016-07-111-0/+5
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+9
* #1692 add CRUD issue APIsUnknwon2016-03-131-25/+88
* Corrections following recommendationsAntoine GIRARD2016-01-281-20/+22
* Near readyAntoine GIRARD2016-01-281-0/+21
* #1692 add organization APIsUnknwon2015-12-171-0/+112