Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | api/repo: fix incorrect permission values (#4309) | Unknwon | 2017-03-18 |
| | |||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | api: handle new events for hook | Unknwon | 2017-03-13 |
| | |||
* | api: make CORS work by handling preflight OPTIONS request (#4264) | Girish Sonawane | 2017-03-11 |
| | | | | | | * make CORS work by handling preflight OPTIONS request * Update api.go | ||
* | api/repo: fix cannot reponse branch with slashes (#4198) | Unknwon | 2017-03-10 |
| | |||
* | webhook: add issue comment event | Unknwon | 2017-03-09 |
| | |||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 |
| | | | | Also addresses #3485. | ||
* | repo: able to perform initial commit on behave of actual user | Unknwon | 2017-02-27 |
| | |||
* | refactoring: modules/auth/*_form.go -> modules/form | Unknwon | 2017-02-27 |
| | |||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | webhook: fix organizational webhook last delivery status cannot be updated | Unknwon | 2017-02-22 |
| | |||
* | webhook: only trigger specific webhook for test delivery (#3030) | Unknwon | 2017-02-21 |
| | |||
* | 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 |
| | |||
* | api/issue: minor code refactor (#3688) | Unknwon | 2017-02-12 |
| | |||
* | Implement more issue-endpoints (#3688) | Kim "BKC" Carlbäcker | 2017-02-12 |
| | |||
* | api/repo/milestone: fix change status didn't take effect | Unknwon | 2017-02-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | 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> | ||
* | Verify repository is not bare before retrieving blob. (#3996) | cybe | 2017-01-27 |
| | |||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 |
| | |||
* | 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 |
| |