aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/convert
Commit message (Collapse)AuthorAgeFilesLines
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-1/+1
| | | | | | * improvements for supporting UI Location * improved the comment
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-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 Temian2017-11-281-5/+6
| | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor
* fix gpg API panic when no verification (#1451)Lunny Xiao2017-04-061-2/+7
| | | | | | * fix gpg API panic when no verification * fix if condition
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-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 GIRARD2017-03-161-0/+45
| | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
* 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
| | | | 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 Santilli2016-11-102-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 importsThomas Boerger2016-11-071-1/+1
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-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 Boulanouar2016-11-032-2/+2
|
* 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
| | | | | | | | | | * 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.IDUnknwon2016-07-241-2/+2
|
* Add timestamps to repository api response (#3255)lstahlman2016-07-121-0/+2
| | | Additional properties: created_at, updated_at
* Extend the API to include more repository properties (#3249)lstahlman2016-07-111-0/+5
| | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-041-0/+19
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+9
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-25/+88
| | | | | - Fix go-gogs-client#10 - Related to #809
* Corrections following recommendationsAntoine GIRARD2016-01-281-20/+22
|
* Near readyAntoine GIRARD2016-01-281-0/+21
|
* #1692 add organization APIsUnknwon2015-12-171-0/+112