| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -2/+9 |
* | typo | Lunny Xiao | 2016-12-01 | 1 | -3/+3 |
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
* | golint fixed for models/pull.go (#292) | Lunny Xiao | 2016-11-28 | 1 | -7/+21 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Lint action.go | Sandro Santilli | 2016-11-24 | 1 | -1/+1 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -3/+3 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -6/+6 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -13/+25 |
|/ |
|
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -25/+25 |
* | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
|\ |
|
| * | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | | Fix typo in unused constant name | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
|/ |
|
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -5/+3 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -4/+4 |
* | modules/sync: add UniqueQueue | Unknwon | 2016-08-30 | 1 | -2/+3 |
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -3/+3 |
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -1/+0 |
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 1 | -3/+8 |
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 1 | -1/+1 |
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 1 | -1/+7 |
* | Web editor: improve edit file and diff preview | Unknwon | 2016-08-14 | 1 | -10/+5 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -1/+1 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -13/+5 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -65/+217 |
* | Add test pull request task on merging a PR. Fixes #3396 (#3425) | lstahlman | 2016-08-10 | 1 | -0/+1 |
* | #3393 fix missing sub-url prefix in relative avatar link | Unknwon | 2016-08-07 | 1 | -1/+1 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -4/+11 |
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -1/+1 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -4/+9 |
* | Update locales | Unknwon | 2016-03-04 | 1 | -1/+0 |
* | #1597 fix pull request remote head can't update with force push | Unknwon | 2016-03-04 | 1 | -1/+6 |
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | 1 | -1/+1 |
* | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | 1 | -1/+1 |
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -1/+1 |
* | Minor fix for #2524 | Unknwon | 2016-02-19 | 1 | -22/+14 |
* | Merge pull request #2524 from mhartkorn/pullrefs | Unknwon | 2016-02-19 | 1 | -0/+38 |
|\ |
|
| * | Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranch | Martin Hartkorn | 2016-02-04 | 1 | -39/+0 |
| * | Removed dependency on post-receive hook and use TriggerTask instead | Martin Hartkorn | 2016-02-04 | 1 | -0/+38 |
| * | Enable a way to checkout Pull Requests from remote refs | Martin Hartkorn | 2016-01-30 | 1 | -0/+39 |
* | | Add missing patch conflit pattern | Unknwon | 2016-02-03 | 1 | -4/+5 |
|/ |
|
* | Minor fix for #2494 | Unknwon | 2016-01-28 | 1 | -3/+3 |
* | Change user name in Pull Requests | Martin Hartkorn | 2016-01-27 | 1 | -0/+8 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |