aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Collapse)AuthorAgeFilesLines
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-111-0/+1
| | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext
* routers/api: rename handlers to be unexportedUnknwon2016-08-041-19/+19
|
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-041-1/+8
|
* #3290 better code structure and batch minor improvementsUnknwon2016-08-031-3/+3
|
* Additional API support for labels (#3290)lstahlman2016-08-031-1/+17
| | | | | | | | | | * 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-1/+1
|
* api: fix panic if anonymous user request admin APIUnknwon2016-07-231-1/+1
| | | | Add sign in check before check user account level
* Update locales and .gopmfileUnknwon2016-07-171-1/+1
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-171-3/+6
| | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* api/admin: add/remove organization team repositoryUnknwon2016-04-041-18/+25
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-2/+44
|
* Change list teams API to non-admin specificUnknwon2016-03-211-2/+5
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+4
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-11/+13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-9/+13
|
* Rename module: middleware -> contextUnknwon2016-03-111-9/+9
|
* Corrections following recommendationsAntoine GIRARD2016-01-281-1/+1
|
* Near readyAntoine GIRARD2016-01-281-1/+4
|
* require token for list my orgsUnknwon2016-01-091-1/+1
|
* fix #2360Unknwon2016-01-081-1/+1
|
* #1692 APIs: Users FollowersUnknwon2015-12-211-3/+16
| | | | | - User profile un/follow - List user's followers/following
* #1692 API: admin create repoUnknwon2015-12-171-0/+1
|
* #1692 add organization APIsUnknwon2015-12-171-0/+7
|
* #1692 add user email APIsUnknwon2015-12-151-0/+3
|
* APIs: admin usersUnknwon2015-12-051-2/+14
|
* fix panic for #2045Unknwon2015-12-041-2/+0
|
* refactor API routes and some work for #976Unknwon2015-12-041-0/+185