| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Fix deadlock in webhook PullRequest (#6102) | zeripath | 2019-02-17 | 1 | -4/+4 |
* | handle milestone events for issues and PR (#5947) | Lanre Adelowo | 2019-02-03 | 1 | -0/+8 |
* | Webhook for Pull Request approval/rejection (#5027) | Lanre Adelowo | 2018-12-27 | 1 | -2/+31 |
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 1 | -1/+11 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -0/+126 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -1/+5 |
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -6/+15 |
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -0/+26 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -2/+2 |
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -2/+2 |
* | Lint models/update.go & webhook_slack.go | Bwko | 2016-11-25 | 1 | -0/+9 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -12/+12 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -8/+8 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -16/+74 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -2/+1 |
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 | 1 | -3/+0 |
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 | 1 | -2/+3 |
* | more fixes on #2045 | Unknwon | 2015-12-04 | 1 | -9/+9 |
* | #2045 add short version as fallback to Slack payload | Unknwon | 2015-12-01 | 1 | -3/+9 |
* | webhook APIs | Unknwon | 2015-08-29 | 1 | -12/+10 |
* | slack JSON indent | Unknwon | 2015-08-28 | 1 | -1/+1 |
* | new create webhook event | Unknwon | 2015-08-28 | 1 | -36/+64 |
* | new create webhook UI | Unknwon | 2015-08-27 | 1 | -0/+115 |