Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AddCollaborator API Endpoint (#2780) | Robin Lambertz | 2016-08-11 | 1 | -0/+1 |
| | | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext | ||||
* | routers/api: rename handlers to be unexported | Unknwon | 2016-08-04 | 1 | -19/+19 |
| | |||||
* | #2162 completely disable builtin issue tracker when enable external tracker | Unknwon | 2016-08-04 | 1 | -1/+8 |
| | |||||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | 1 | -3/+3 |
| | |||||
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 | 1 | -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.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | api: fix panic if anonymous user request admin API | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | | | | Add sign in check before check user account level | ||||
* | Update locales and .gopmfile | Unknwon | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | api: delete repository webhooks (#3275) | Dennis Chen | 2016-07-17 | 1 | -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 repository | Unknwon | 2016-04-04 | 1 | -18/+25 |
| | |||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -2/+44 |
| | |||||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 1 | -2/+5 |
| | |||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -0/+4 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -11/+13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -9/+13 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -9/+9 |
| | |||||
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Near ready | Antoine GIRARD | 2016-01-28 | 1 | -1/+4 |
| | |||||
* | require token for list my orgs | Unknwon | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | fix #2360 | Unknwon | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -3/+16 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | #1692 API: admin create repo | Unknwon | 2015-12-17 | 1 | -0/+1 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -0/+7 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 1 | -0/+3 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -2/+14 |
| | |||||
* | fix panic for #2045 | Unknwon | 2015-12-04 | 1 | -2/+0 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 1 | -0/+185 |