Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | api/repo: fix cannot reponse branch with slashes (#4198) | Unknwon | 2017-03-10 |
| | |||
* | refactoring: modules/auth/*_form.go -> modules/form | Unknwon | 2017-02-27 |
| | |||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | api: add list user and organization's repositories (#3984) | Unknwon | 2017-02-18 |
| | |||
* | Implement list/check/delete Repo Collaborator (#3689) | Kim "BKC" Carlbäcker | 2017-02-14 |
| | |||
* | Implement more issue-endpoints (#3688) | Kim "BKC" Carlbäcker | 2017-02-12 |
| | |||
* | api: display repository forks (#3252) | Dennis Chen | 2017-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äcker | 2016-12-21 |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | ||
* | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 |
| | |||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 |
| | | | add `since` query string support to list issue comment | ||
* | #3383 code cleanup | Unknwon | 2016-08-24 |
| | |||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 |
| | |||
* | Fix #3391 | Unknwon | 2016-08-11 |
| | |||
* | Add AddCollaborator API Endpoint (#2780) | Robin Lambertz | 2016-08-11 |
| | | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext | ||
* | routers/api: rename handlers to be unexported | Unknwon | 2016-08-04 |
| | |||
* | #2162 completely disable builtin issue tracker when enable external tracker | Unknwon | 2016-08-04 |
| | |||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 |
| | |||
* | Additional API support for labels (#3290) | lstahlman | 2016-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.ID | Unknwon | 2016-07-24 |
| | |||
* | api: fix panic if anonymous user request admin API | Unknwon | 2016-07-23 |
| | | | | Add sign in check before check user account level | ||
* | Update locales and .gopmfile | Unknwon | 2016-07-17 |
| | |||
* | api: delete repository webhooks (#3275) | Dennis Chen | 2016-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 repository | Unknwon | 2016-04-04 |
| | |||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 |
| | |||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 |
| | |||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 |
| | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 |
| | |||
* | Near ready | Antoine GIRARD | 2016-01-28 |
| | |||
* | require token for list my orgs | Unknwon | 2016-01-09 |
| | |||
* | fix #2360 | Unknwon | 2016-01-08 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | #1692 API: admin create repo | Unknwon | 2015-12-17 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |
| | |||
* | #1692 add user email APIs | Unknwon | 2015-12-15 |
| | |||
* | APIs: admin users | Unknwon | 2015-12-05 |
| | |||
* | fix panic for #2045 | Unknwon | 2015-12-04 |
| | |||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 |