summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Add MaxRepoCreation to EditUser API (#2781)Robin Lambertz2016-08-111-0/+3
|
* #2780 code clean upUnknwon2016-08-111-17/+6
|
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-112-0/+50
| | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-3/+19
|
* 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-033-123/+52
|
* Additional API support for labels (#3290)lstahlman2016-08-034-1/+360
| | | | | | | | | | * 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
* Added Full Name to CreateUser api call (#3333)Richard Mahn2016-07-271-0/+1
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-2412-36/+36
|
* Use struct for UI settingsUnknwon2016-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
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-9/+9
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-172-3/+15
| | | | | | | | 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-161-1/+1
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-7/+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.
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
| | | | | 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-042-8/+23
|
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-271-1/+7
| | | | Add start count corrector for Repository.NumClosedIssues
* #809 able to set issue state to closed when createUnknwon2016-05-111-0/+1
|
* api/admin: add/remove organization team repositoryUnknwon2016-04-042-18/+74
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-254-24/+75
|
* Fix status codeUnknwon2016-03-211-1/+1
|
* Change list teams API to non-admin specificUnknwon2016-03-214-22/+38
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-2110-0/+69
|
* #1692 add CRUD issue APIsUnknwon2016-03-1313-63/+292
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-1316-170/+174
|
* #13 finish user and repository searchUnknwon2016-03-113-26/+27
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-1116-88/+88
|
* Make markdown as an independent moduleUnknwon2016-02-201-4/+4
|
* Minor fix for #2506Unknwon2016-02-021-21/+16
|
* Corrections following recommendationsAntoine GIRARD2016-01-283-30/+32
|
* Handling error for the API request and add commmentsAntoine GIRARD2016-01-281-6/+12
| | | | [ci skip]
* Update link for documentation (Temporary ↵Antoine GIRARD2016-01-281-7/+4
| | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip]
* Near readyAntoine GIRARD2016-01-283-1/+77
|
* require token for list my orgsUnknwon2016-01-091-1/+1
|
* fix #2360Unknwon2016-01-081-1/+1
|
* #1692 APIs: Users FollowersUnknwon2015-12-212-3/+137
| | | | | - User profile un/follow - List user's followers/following
* #1692 API: admin create repoUnknwon2015-12-173-3/+27
|
* #1692 add organization APIsUnknwon2015-12-1710-41/+185
|
* #1692 add user email APIsUnknwon2015-12-153-0/+89
|
* rename import pathUnknwon2015-12-151-1/+1
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-2/+3
|
* #1984 Better mirror repo managementUnknwon2015-12-081-1/+1
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-0/+4
|