Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 1 | -1/+1 |
| | | | | | | * improvements for supporting UI Location * improved the comment | ||||
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -7/+7 |
| | | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | ||||
* | Add fingerprint to ssh key endpoints. (#3009) | Vlad Temian | 2017-11-28 | 1 | -5/+6 |
| | | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor | ||||
* | fix gpg API panic when no verification (#1451) | Lunny Xiao | 2017-04-06 | 1 | -2/+7 |
| | | | | | | * fix gpg API panic when no verification * fix if condition | ||||
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 1 | -0/+7 |
| | | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test | ||||
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 1 | -0/+45 |
| | | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments | ||||
* | 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 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 2 | -4/+4 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | 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 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | 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 |
| | | | | | | | | | | * Add API support for labels. * Error handling for adding/replacing multiple issue labels * Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions * Additional code cleanup | ||||
* | 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 |
| | | | Additional properties: created_at, updated_at | ||||
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 | 1 | -0/+5 |
| | | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count. | ||||
* | #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 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | 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 |