Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | Fix vulnerabilities reported in #3959 | Unknwon | 2016-12-22 |
| | |||
* | Fix random string generator (#3953) | leonklingele | 2016-12-21 |
| | | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand | ||
* | Minor fix for PR #3624 | Unknwon | 2016-12-21 |
| | |||
* | More Issue-Comments API-endpoints (#3624) | Kim "BKC" Carlbäcker | 2016-12-21 |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | ||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 |
| | |||
* | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 |
| | |||
* | #3459 code quality improvement | Unknwon | 2016-08-29 |
| | |||
* | #2966 code cleanup | Unknwon | 2016-08-26 |
| | |||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 |
| | | | add `since` query string support to list issue comment | ||
* | Web editor: improve code quality | Unknwon | 2016-08-24 |
| | |||
* | added support to set pull_request event from api (#3513) | Kurt Madel | 2016-08-24 |
| | |||
* | #3383 code cleanup | Unknwon | 2016-08-24 |
| | |||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 |
| | |||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 |
| | | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal | ||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 |
| | |||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Fix #3391 | Unknwon | 2016-08-11 |
| | |||
* | Add MaxRepoCreation to EditUser API (#2781) | Robin Lambertz | 2016-08-11 |
| | |||
* | #2780 code clean up | 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 | ||
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 |
| | |||
* | 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 | ||
* | Added Full Name to CreateUser api call (#3333) | Richard Mahn | 2016-07-27 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Use struct for UI settings | 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 |
| | |||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | 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> | ||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | Add timestamps to repository api response (#3255) | lstahlman | 2016-07-12 |
| | | | Additional properties: created_at, updated_at | ||
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 |
| | | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count. | ||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-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 header | Unknwon | 2016-07-04 |
| | |||
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 |
| | | | | Add start count corrector for Repository.NumClosedIssues | ||
* | #809 able to set issue state to closed when create | Unknwon | 2016-05-11 |
| | |||
* | 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 |
| | |||
* | Fix status code | Unknwon | 2016-03-21 |
| | |||
* | 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 |
| |