Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | repo: load base repository for loadAttributes | Unknwon | 2017-06-08 |
| | |||
* | api/repo: response full API format for search results (#4522) | Unknwon | 2017-06-08 |
| | |||
* | api/repo: fix admin migrate repo for non-org users (#4479) | Unknwon | 2017-06-05 |
| | |||
* | api: GitHub compliance (#4549) | 无闻 | 2017-06-05 |
| | | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance | ||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | api/repo: improve migration error handling | Unknwon | 2017-04-07 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | api/repo: fix nil error panic | Unknwon | 2017-04-06 |
| | |||
* | api/repo: check user type of owner for migration | Unknwon | 2017-04-06 |
| | | | | Report by MiaoWoo. | ||
* | models/mirror: feed git.IsRepoURLAccessible with raw mirror address | Unknwon | 2017-04-04 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | modules/markup: move common functions to markup.go | Unknwon | 2017-03-31 |
| | |||
* | modules/markup: rename Markdown render fucntions | Unknwon | 2017-03-31 |
| | | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type. | ||
* | modules: rename markdown -> markup | Unknwon | 2017-03-31 |
| | | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support. | ||
* | api/repo: add endpoint to sync mirror (#2235) | Unknwon | 2017-03-23 |
| | |||
* | user/settings: complete repositories panel (#4312) | Unknwon | 2017-03-23 |
| | |||
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 |
| | |||
* | issue: fix redirect to random issue if index does not exist (#4315) | Unknwon | 2017-03-22 |
| | |||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | 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 |
| |