aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/api.go
Commit message (Collapse)AuthorAge
* api/repo: fix cannot reponse branch with slashes (#4198)Unknwon2017-03-10
|
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
|
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
|
* api: add list user and organization's repositories (#3984)Unknwon2017-02-18
|
* Implement list/check/delete Repo Collaborator (#3689)Kim "BKC" Carlbäcker2017-02-14
|
* Implement more issue-endpoints (#3688)Kim "BKC" Carlbäcker2017-02-12
|
* api: display repository forks (#3252)Dennis Chen2017-01-28
| | | | | Lists the forks of a repository at the /:user/:repo/forks endpoint. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* More Issue-Comments API-endpoints (#3624)Kim "BKC" Carlbäcker2016-12-21
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* Support Editorconfig on web editorAndrey Nering2016-08-30
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-26
| | | add `since` query string support to list issue comment
* #3383 code cleanupUnknwon2016-08-24
|
* Additional API support for milestones (#3383)lstahlman2016-08-24
|
* Fix #3391Unknwon2016-08-11
|
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-11
| | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext
* routers/api: rename handlers to be unexportedUnknwon2016-08-04
|
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-04
|
* #3290 better code structure and batch minor improvementsUnknwon2016-08-03
|
* Additional API support for labels (#3290)lstahlman2016-08-03
| | | | | | | | | | * 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-24
|
* api: fix panic if anonymous user request admin APIUnknwon2016-07-23
| | | | Add sign in check before check user account level
* Update locales and .gopmfileUnknwon2016-07-17
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-17
| | | | | | | | 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-04
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* Change list teams API to non-admin specificUnknwon2016-03-21
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-13
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Corrections following recommendationsAntoine GIRARD2016-01-28
|
* Near readyAntoine GIRARD2016-01-28
|
* require token for list my orgsUnknwon2016-01-09
|
* fix #2360Unknwon2016-01-08
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #1692 API: admin create repoUnknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* #1692 add user email APIsUnknwon2015-12-15
|
* APIs: admin usersUnknwon2015-12-05
|
* fix panic for #2045Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04