aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo
Commit message (Collapse)AuthorAge
...
* Replace convert.To with APIFormat callsUnknwon2016-08-14
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* #2780 code clean upUnknwon2016-08-11
|
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-11
| | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext
* #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
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Use struct for UI settingsUnknwon2016-07-24
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-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>
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-16
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-04
|
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-27
| | | | Add start count corrector for Repository.NumClosedIssues
* #809 able to set issue state to closed when createUnknwon2016-05-11
|
* #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
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Minor fix for #2506Unknwon2016-02-02
|
* Corrections following recommendationsAntoine GIRARD2016-01-28
|
* Handling error for the API request and add commmentsAntoine GIRARD2016-01-28
| | | | [ci skip]
* Update link for documentation (Temporary ↵Antoine GIRARD2016-01-28
| | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip]
* Near readyAntoine GIRARD2016-01-28
|
* #1692 API: admin create repoUnknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* rename import pathUnknwon2015-12-15
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* refactor API routes and some work for #976Unknwon2015-12-04