| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide some user information via API if user have no enough permission (#8655) ... | Lunny Xiao | 2019-10-24 | 1 | -4/+4 |
* | Add teams to repo on collaboration page. (#8045) | David Svantesson | 2019-09-23 | 1 | -8/+9 |
* | Add API endpoint for accessing repo topics (#7963) | David Svantesson | 2019-09-03 | 1 | -0/+11 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 1 | -2/+7 |
* | Fixes #7238 - Annotated tag commit ID incorrect (#7321) | Richard Mahn | 2019-06-29 | 1 | -1/+1 |
* | Add LastLogin to the User API (#7196) | zeripath | 2019-06-15 | 1 | -0/+2 |
* | Fixes #2738 - Adds the /git/tags API endpoint (#7138) | Richard Mahn | 2019-06-08 | 1 | -28/+70 |
* | Fixes #7023 - API Org Visibility (#7028) | Richard Mahn | 2019-05-30 | 1 | -0/+1 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -1/+1 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 1 | -0/+9 |
* | Return a UserList from /api/v1/admin/users (#6629) | zeripath | 2019-04-15 | 1 | -0/+16 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -2/+2 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -5/+4 |
* | Add API to list tags (#5850) | Lunny Xiao | 2019-02-07 | 1 | -0/+16 |
* | Fix create team, update team missing units (#5188) | Lunny Xiao | 2018-11-10 | 1 | -0/+1 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 1 | -6/+8 |
* | Populate URL field of API commits (#3546) | Ethan Koenig | 2018-02-20 | 1 | -8/+15 |
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 1 | -1/+1 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -7/+7 |
* | Add fingerprint to ssh key endpoints. (#3009) | Vlad Temian | 2017-11-28 | 1 | -5/+6 |
* | fix gpg API panic when no verification (#1451) | Lunny Xiao | 2017-04-06 | 1 | -2/+7 |
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 1 | -0/+7 |
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 1 | -0/+45 |
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -1/+9 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 2 | -4/+4 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 2 | -2/+2 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -101/+2 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -15/+10 |
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 | 1 | -3/+19 |
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 | 1 | -0/+1 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 |
* | Add timestamps to repository api response (#3255) | lstahlman | 2016-07-12 | 1 | -0/+2 |
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 | 1 | -0/+5 |
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 | 1 | -0/+19 |
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -0/+9 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -25/+88 |
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | 1 | -20/+22 |
* | Near ready | Antoine GIRARD | 2016-01-28 | 1 | -0/+21 |
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -0/+112 |