summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Collapse)AuthorAgeFilesLines
...
* API endpoint for stargazers (#597)Ethan Koenig2017-01-062-0/+26
|
* build failed by deleting release by API (#562)Lunny Xiao2017-01-031-1/+1
|
* Release API endpointsEthan Koenig2017-01-022-0/+193
|
* API endpoints for forks (#509)Ethan Koenig2016-12-312-0/+63
|
* Repo permission bug fixes (#513)Ethan Koenig2016-12-292-5/+7
|
* Permissions bug fix for webhooksEthan Koenig2016-12-281-1/+1
|
* API endpoints for organization teams (#370)Ethan Koenig2016-12-283-0/+70
|
* Remove redundant query in collaborator API (#516)Ethan Koenig2016-12-281-24/+4
|
* API Endpoints for collaborators (#375)Ethan Koenig2016-12-262-1/+99
|
* Organization webhook API endpointsEthan Koenig2016-12-254-134/+316
|
* Added sorting to the labels & milestones page (#199)Bwko2016-12-241-1/+1
|
* API Endpoint for watching (#191)Ethan Koenig2016-12-242-0/+132
|
* issue comment api fix (#449)Kim "BKC" Carlbäcker2016-12-222-1/+53
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+5
| | | | | | | | | | | * Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-0/+1
|
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
|
* Bug fixes for repo permissions in APIEthan Koenig2016-12-072-11/+25
| | | | Also move duplicated code into repo.APIFormat(..)
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-022-0/+448
|
* LintingKim "BKC" Carlbäcker2016-12-021-2/+2
|
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-023-8/+31
|
* Add undocumented endpoint for /repositories/:idKim "BKC" Carlbäcker2016-12-022-0/+17
|
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-293-3/+3
|
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-272-2/+2
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Golint fixed for modules/contextLunny Xiao2016-11-251-1/+1
|
* golint fixed for routers (#208)Lunny Xiao2016-11-2425-48/+144
|
* API endpoints for starsEthan Koenig2016-11-163-34/+92
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1124-24/+24
| | | | 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-1027-110/+110
| | | | | | | - 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
* And othersSandro Santilli2016-11-072-2/+2
|
* More...Sandro Santilli2016-11-072-2/+2
|
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-072-3/+3
|
* Use MixedCase constant namesSandro Santilli2016-11-071-6/+6
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-0724-24/+24
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-062-2/+2
| | | | | | | | * 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-0327-82/+82
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-1/+1
|
* Support Editorconfig on web editorAndrey Nering2016-08-302-0/+21
|
* #3459 code quality improvementUnknwon2016-08-291-1/+1
|
* #2966 code cleanupUnknwon2016-08-262-61/+21
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-262-0/+128
| | | add `since` query string support to list issue comment
* Web editor: improve code qualityUnknwon2016-08-241-1/+1
|
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-241-2/+4
|
* #3383 code cleanupUnknwon2016-08-244-158/+32
|
* Additional API support for milestones (#3383)lstahlman2016-08-243-0/+238
|
* Issues can be closed via API (#3170) (#3479)Kim Carlbäcker2016-08-231-0/+6
| | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-2/+2
|
* Replace convert.To with APIFormat callsUnknwon2016-08-148-131/+31
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-143-19/+14
|
* Fix #3391Unknwon2016-08-112-3/+7
|